-
-
I have properly added logo for mobile and desktop both. But the issue is, the logo is not working in mobile.
The logo is not clickable on any of the pages in mobile.
Please reply soon.
I am waiting for your reply!
Thanks -
-
Hello,
Please go to file june\includes\codeless_builder\header-elements\cl_header_logo.php and find these lines(33):
if(!empty($logo_iphone)) $logo .= " <div class='logo_iphone'><img src=\"".esc_url($logo_iphone)."\" alt='' /></div>"; if(!empty($logo_ipad)) $logo .= " <div class='logo_ipad'><img src=\"".esc_url($logo_ipad)."\" alt='' /> </div>";
Replace with these:
if(!empty($logo_iphone)) $logo .= " <div class='logo_iphone'><a href='".esc_url(home_url('/'))."'><img src=\"".esc_url($logo_iphone)."\" alt='' /></a></div>"; if(!empty($logo_ipad)) $logo .= " <div class='logo_ipad'><a href='".esc_url(home_url('/'))."'><img src=\"".esc_url($logo_ipad)."\" alt='' /></a></div>";
Best regards!
-
-
Hello,
The code works. I have tested it before giving it to you. Perhaps you have pasted it wrong. Just send us some wp credentials in a private reply. So i can do it for you.
Regards!
-
-
Hello,
Please send us some ftp credentials. The wordpress is not letting me save changes.
Regards!
-
-
-
-
Hello,
I already gave you the solution. Please check again my last reply. I even send you the entire file with the edited code. Just replace it.
Best regards!
-
-
Hello,
The ftp credentials are not correct that’s why i was not able to login. Please keep in mind that access to your site is not something we can fix. I tried to login and it is not possible. Not the change i send you, the login!
The file i send you have the changes made and tested. All you need to do is add this code:
<a href='".esc_url(home_url('/'))."'>
//logo code</a>
.. around the logo of iphone and ipad. See screenshot of the changes:
https://ibb.co/XxdtK7SBest regards!
-
I have added this code from my ftp and still it is not working!
Please solve this issue as soon as possible!
You can even check the screenshot: https://ibb.co/QKcPRgz
And Please Reply soon!
-
Hello,
I don’t know where the screenshot is taken but the changes are not done. Here is the current state of the file you need to edit: https://ibb.co/5FVHXq8
There are no changes made just yet.
Please make the suggested changes first.
Regards!
-
-
You must be logged in to reply to this topic.