Tagged: mobile logo
-
AuthorPosts
-
June 6, 2016 at 7:31 am #643325
Hi guys,
How can I have different logo link on mobile view?
I want to have the same logo, just that I need it to link to different page on mobile view.I have searched some posts on the forum but it seems that the solution is focused on changing the image url only.
Regards,
SteveJune 6, 2016 at 12:24 pm #643418Hi @stevegoh422 ;
The Enfold Documentation, especially this topic Use a different logo on mobile may help you.June 6, 2016 at 12:33 pm #643419June 6, 2016 at 1:09 pm #643436Hi begrafiks and Yigit,
Thanks for the replies.
I have tried the method, it manages to link to the specific page I intended it to but the logo has disappeared.
Is there a way to remain the logo image?Regards,
Steve- This reply was modified 8 years, 5 months ago by stevegoh422.
June 7, 2016 at 5:13 am #643770Guys?
June 7, 2016 at 12:15 pm #643990Is there a way I can have the same logo displayed but link to different page?
June 7, 2016 at 1:06 pm #644024Hi,
just make sure that your logo image link is correct, then it should work fine.
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)Best regards,
AndyJune 7, 2016 at 1:26 pm #644034Hi Andy,
Thanks for offering your help.
Actually, I have a homepage for desktop and one for mobile view.What I need is that the same logo image to redirect to my “mobile” homepage on mobile view instead of my “desktop” homepage
I have tried what Yigit and begrafiks suggested but that only helps me to link the logo to the “mobile” homepage.
Unfortunately, the logo image “disappeared” on mobile view!Best Regards,
StevenJune 7, 2016 at 2:30 pm #644086Hi!
Please use following code in Functions.php file instead
add_filter('avf_logo_link','av_change_logo_link'); function av_change_logo_link($link) { if(wp_is_mobile() ) { $link = "http://kriesi.at"; } return $link; }
Best regards,
YigitJune 8, 2016 at 3:58 am #644480Hi Yigit,
It works like a charm!
Thank you so much for the amazing support! You may close the topic now.Best Regards,
StevenJune 8, 2016 at 11:59 am #644738Hi,
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Different Logo Link on Mobile View’ is closed to new replies.