Tagged: screen options
-
AuthorPosts
-
February 5, 2018 at 4:59 pm #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?
February 6, 2018 at 5:43 am #908354February 13, 2018 at 5:56 pm #911810We’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,
BuckFebruary 13, 2018 at 5:59 pm #911813Hey 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 ShannonFebruary 13, 2018 at 6:16 pm #911827We 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
February 13, 2018 at 6:28 pm #911832Hey bucksharp,
Great! I’m glad you all were able to track and solve your issue!
Best regards,
Jordan ShannonFebruary 21, 2019 at 1:12 pm #1069923Hi,
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,
AnitaFebruary 24, 2019 at 3:43 pm #1070939Hi 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,
VictoriaMarch 1, 2019 at 5:31 pm #1073288Hi Victoria,
of course.March 3, 2019 at 8:28 am #1073844Hi Stepconsulting,
Thanks for that, though I get 403 error on the login page. Are you blocking certain IP ranges maybe?
Best regards,
RikardMarch 5, 2019 at 6:41 pm #1075019My site administrator says everything is unblocked. Can you please retry?
Thanks,
AnitaMarch 6, 2019 at 10:19 am #1075427March 6, 2019 at 4:04 pm #1075528Hi Rikard,
I immagine you have tried this address: (private content)
Can you confirm?Thank you,
AnitaMarch 7, 2019 at 10:26 am #1075893 -
AuthorPosts
- You must be logged in to reply to this topic.