Back to Modular Theme with PAGE BUILDER - Clear Support

info28122
info28122

Building my new project on a local environment (MAMP) on a iMac Pro with Safari browser. And have some issues I can't figure out.

Where can I change the link to the Home page when I click the Brand Logo? Have made my own Home page and working menu's. ... but Brand Logo still refers to the Home page of your sample pages.

A second issue is that if I click on the Blog Tags links I get an error (Not a 404 error page): Not Found The requested URL /tag/mobile-data-communication was not found on this server.

Charis
Charis

info28122 said:

Building my new project on a local environment (MAMP) on a iMac Pro with Safari browser. And have some issues I can't figure out.

Where can I change the link to the Home page when I click the Brand Logo? Have made my own Home page and working menu's. ... but Brand Logo still refers to the Home page of your sample pages.

A second issue is that if I click on the Blog Tags links I get an error (Not a 404 error page): Not Found The requested URL /tag/mobile-data-communication was not found on this server.

Hello!
Brand Logo has a link to the static page that has "/" as a URL (index.htm static page). If you want to create your own static home page you have 2 options, or you will delete sample home page and create your own with / as a URL, either you will edit existing sample home page.
For the second issue, check the partial tags.htm, there you will find that tags have this url:
{{ '/tag' }}/{{ tag.slug }}
and that is because of the "tags plugin" limitation. You can change it with what works best for you.

info28122
info28122

Could only fix the Brand Logo issue by deleting your sample ... Thanks!

Checked the partial tags.htm and the URL is like you told me ... {{ '/tag' }}/{{ tag.slug }} But that is not working for me.

Charis
Charis

info28122 said:

Could only fix the Brand Logo issue by deleting your sample ... Thanks!

Checked the partial tags.htm and the URL is like you told me ... {{ '/tag' }}/{{ tag.slug }} But that is not working for me.

This has to do with your local installation. Try to delete {{ '/tag' }}/ and use only {{ tag.slug }}. For live sites i suggest to use {{ '/tag' }}/{{ tag.slug }}.

info28122
info28122

OK ... I will leave the code for the live sites then. {{ tag.slug }} only is not working for me.

Thanks for your support!

info51988
info51988

Hi. I have a similar issue with the success theme. I have deleted the home page and then I created the page again with url / but when I click the logo doesn't work. Inspecting the logo seems to lost the url: <a class="navbar-brand" href="">

Thank you.

info28122
info28122

Info51988 I had the same problem.

Solution: Under Content - static pages ... Check the name of the page itself .... mine was now index-2.htm Put that name in the NAV.HTM partial (Partials - site) ... like this (line 25) <a class="navbar-brand" href="{{ 'index-2'|staticPage }}">

1-7 of 7