Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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');
    #1479421

    Hey Munford,
    I don’t see a side navigation in your iframe, perhaps you have this sorted out?

    Best regards,
    Mike

    #1479422

    no 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!

    • This reply was modified 2 weeks, 2 days ago by Munford.
    • This reply was modified 2 weeks, 2 days ago by Munford.
    • This reply was modified 2 weeks, 2 days ago by Munford.
    #1479427

    this is how the popup looks on chrome with the cookie consent – messed up. And in chrome I am getting a Not Secure warning?

    • This reply was modified 2 weeks, 2 days ago by Munford.
    • This reply was modified 2 weeks, 2 days ago by Munford.
    #1479437

    Hi,
    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,
    Mike

    #1479445

    thanks
    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.
    #1479452

    Hi,
    It looks like your mp4 are requested from http instead of https, so check the urls and update them.

    Best regards,
    Mike

    #1479475
    This reply has been marked as private.
    #1479483
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘hide post side navigation’ is closed to new replies.