vishnu18
Forum Replies Created
-
My browser console:
Uncaught ReferenceError: jQuery is not defined
at post.php?post=3690&action=edit:3And I tested in Chrome Incognito mode, the same error persists.
Also, I am seeing this error in just a couple of pages in Chrome.
I deactivated and activated my plugin again.
It worked great when I tested through Firefox.
So I cleared all cache and other data, purged website page cache and tried again in Chrome. It is still showing the same error in a few pages.
Forum: Themes and Templates
In reply to: [OceanWP] Using a different mobile logo for each pageThat works awesome! Thank you very much!!
Forum: Themes and Templates
In reply to: [OceanWP] Using a different mobile logo for each pageThe code works except for it is not returning the new image src.
The new img src I added was : https://www.onestopemail.com/wp-content/uploads/2018/02/ose-email-logo.jpg
Please take a look here – onestopemail.com
Forum: Themes and Templates
In reply to: [OceanWP] Using a different mobile logo for each page`<a href=”%1$s” rel=”nofollow”><img src=”%2$s” width=”%3$s” height=”%4$s” alt=”%5$s”></a>’
Forum: Themes and Templates
In reply to: [OceanWP] Using a different mobile logo for each pageNot working for me.
Is the code after “sprintf”
<a href="%1$s" rel="nofollow"><img src="%2$s" width="%3$s" height="%4$s" alt="%5$s" /></a>
?- This reply was modified 6 years, 4 months ago by vishnu18.
Forum: Themes and Templates
In reply to: [OceanWP] Using a different mobile logo for each pageActually my second issue was resolved, not the first.
Is it possible to use a different mobile logo for just the homepage? OceanWP settings allows an option for a different desktop logo in each page but not a mobile one.
Forum: Themes and Templates
In reply to: [OceanWP] Using a different mobile logo for each pageI just found that tapping through the tablet & mobile icon in the Customizing>> Header >> Logo option allows me to set a max height for logo in respective devices. That’s even better! Thanks!