Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #908093

    Hello,

    There is something preventing your screen option settings from working – this is the code responsible for hiding elements when the checkboxes under screen options are set:

    
    @media only screen and (min-width: 990px){
    
    .responsive.av-no-preview #top #wrap_all .av-desktop-hide,
    .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden,
    .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden{display:none;}
    
    }
    
    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 989px) {
    	
    .responsive.av-no-preview #top #wrap_all .av-medium-hide,
    .responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden,
    .responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden{display:none;}	
    
    }
    
    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive.av-no-preview #top #wrap_all .av-small-hide,
    .responsive.av-no-preview #top #wrap_all .av-small-font-size-hidden,
    .responsive.av-no-preview #top #wrap_all .av-small-font-size-title-hidden{display:none;}	
    }
    
    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px) {
    
    .responsive.av-no-preview #top #wrap_all .av-mini-hide,
    .responsive.av-no-preview #top #wrap_all .av-mini-font-size-hidden,
    .responsive.av-no-preview #top #wrap_all .av-mini-font-size-title-hidden{display:none;}
    
    }

    However, the .no-preview-class is never added to the HTML, so hiding anything doesn’t work at all. Can you please fix this?

    #908354

    Hey emilbroll,

    Where can we see and reproduce the issue?

    Best regards,
    Rikard

    #911810

    We’re experiencing the same issue. Was this ever resolved? We’ve been able to temporarily remedy the issue by removing .responsive-av-no-preview from the screen options styles (noted above) but obviously prefer a more permanent fix.

    Thanks,
    Buck

    #911813

    Hey bucksharp,

    Have you made sure to double-check any custom css you may have for formatting errors? Sometimes formatting errors within custom css can prevent the theme options from taking.

    Best regards,
    Jordan Shannon

    #911827

    We have solved our issue! We had a customization in header.php which caused that file to go out of date when the theme header.php got updated. We’ve updated the header.php in our child theme with the updated code from the parent theme and all is well.

    We really appreciate the quick response.

    Buck

    #911832

    Hey bucksharp,

    Great! I’m glad you all were able to track and solve your issue!

    Best regards,
    Jordan Shannon

    #1069923

    Hi,
    I’m also having trouble to set which elements to be visible on desktop and which one on mobile screen. I set everything by checking the boxes on Screen Options tab and when I update the site, all chaches purged, I see double elements on desktop size. These elements are set to be visible on mobile!
    My site in provate content. If you need other data don’t hesitate to ask.

    Thank you,
    Anita

    #1070939

    Hi Anita,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1073288

    Hi Victoria,
    of course.

    #1073844

    Hi Stepconsulting,

    Thanks for that, though I get 403 error on the login page. Are you blocking certain IP ranges maybe?

    Best regards,
    Rikard

    #1075019

    My site administrator says everything is unblocked. Can you please retry?

    Thanks,
    Anita

    #1075427

    Hi Anita,

    Sorry, but I’m still getting a 403 error.

    Best regards,
    Rikard

    #1075528

    Hi Rikard,
    I immagine you have tried this address: (private content)
    Can you confirm?

    Thank you,
    Anita

    #1075893

    Hi Anita,

    Yes, the login page loads but the 403 error occurs after trying to login:

    Forbidden
    You don’t have permission to access /wp-admin/ on this server.

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.