
Tagged: Cookie Consent, post side navigation
-
AuthorPosts
-
March 15, 2025 at 1:52 pm #1479395
hi
I am trying to hide the post side navigation with this:#top .avia-post-nav { display: none !important; }
but it’s not working.
also tried this in functions, still not working:function no_post_nav($entries) { $entries = array(); return $entries; } add_filter('avia_post_nav_entries','no_post_nav');
March 15, 2025 at 7:14 pm #1479421Hey Munford,
I don’t see a side navigation in your iframe, perhaps you have this sorted out?Best regards,
MikeMarch 15, 2025 at 7:35 pm #1479422no see here: https://imgur.com/a/6RqDzUx
but now there is something else wrong with my site. On chrome I am unable to login due to this message: Check your browser before accessing (my site). And the footer popup is not working now due to the cookie consent bar not staying hidden after initial consent – it is showing up on all my pages now on chrome. I have tried disabling my adblock on chrome but that doesn’t change it.
help!March 15, 2025 at 7:51 pm #1479427March 15, 2025 at 9:07 pm #1479437Hi,
when I test in Chrome and click the cookie consent it doesn’t show again on other pages or in the iframe, it sounds like your browser is not storing the cookie.Best regards,
MikeMarch 15, 2025 at 11:18 pm #1479445thanks
OK I just disabled my chrome extensions and reset the broswer it seemed to fix the cookie issue and login issue as well. I am still seeing a not secure warning on the domain in the url area – do you see that as well? Any idea what that’s about?-
This reply was modified 2 weeks, 1 day ago by
Munford.
March 16, 2025 at 11:55 am #1479452Hi,
It looks like your mp4 are requested from http instead of https, so check the urls and update them.Best regards,
MikeMarch 16, 2025 at 2:20 pm #1479475This reply has been marked as private.March 16, 2025 at 6:10 pm #1479483This reply has been marked as private. -
This reply was modified 2 weeks, 1 day ago by
-
AuthorPosts
- The topic ‘hide post side navigation’ is closed to new replies.