I need to know how I can create a link to a different website on the navigation bar. I want to create a block on the navigation bar that will take my members to my store website which has a different URL than my social site. Please help.
I need to know how I can create a link to a different website on the navigation bar. I want to create a block on the navigation bar that will take my members to my store website which has a different URL than my social site. Please help. |
Go to admin click builders and click navigation add new item drag it on top.. "Your future is created by what you do today, not tomorrow." @ www.dexpertz.net |
I did do that and I named it as store, i added the URL for my store site but when you click on the button to navigate to my store, it navigates to a url within my social network site. Example www.socialsite.com/www.store.com I just need the button to navigate to the external store URL when you click on it. Example |
I did do that and I named it as store, i added the URL for my store site but when you click on the button to navigate to my store, it navigates to a url within my social network site. Example www.socialsite.com/www.store.com I just need the button to navigate to the external store URL when you click on it. Example
For a external url to be treated as a external url you must specify it as a full absolute url which includes http://
Without the http:// dolphin treats it as a relative url rather than a absolute url. Dolphin cannot assume you mean external just because you put a www on it or a .com on it because both are valid relative url's. https://www.deanbassett.com |
Thank you so much deano92964. That fixed my problem. Much Appreciated. |