-
AuthorPosts
-
May 23, 2019 at 5:28 pm #1103729
Hi,
Our site’s pages use a Color Section with a background image and the Transparent & Glassy Header option to place a full width image at the top of each page. After the latest updates (WordPress 5.2.1, Enfold 4.5.7) our front page which uses Content Views shortcodes renders with a white margin around the entire page. Additionally on small screens the WordPress menu bar appears below the Header and is replaced by a blank (white) space if the viewer is not logged into WordPress.
Here is the statement from the Content Views developers: “The issue caused by the theme added the “responsive” class to <html> tag. It looks like the theme added that class when there are more content in page (when add View shortcode).”
I have added the following CSS in a CodeBlock to remedy the page margins issue but the WordPress menu bar (or blank space ) still appears under the header on smaller screens:
<style>
#wrap_all > #main > div > div {
max-width: 100% !important;
width: 100% !important;
padding: 0;
}
</style>
I have included the URL to a copy of our front page that shows the current problem with Enfold and Content Views (without the workaround above).
Is there a better fix than adding this code block to the affected page?
Thank you for any assistance you can provide.May 28, 2019 at 5:37 am #1104668Hey torontoimageworks,
Sorry for the late reply. I’m not sure that I fully understand that problem you are having, could you post a screenshot highlighting it please?
Best regards,
RikardMay 28, 2019 at 3:27 pm #1104867Hi Rikard,
I have posted a screen shot of https://www.torontoimageworks.com/home2/ pointing out the margins that are imposed on the page content. If you visit https://www.torontoimageworks.com you will see what the page looks like with the workaround above added in. The Content Views plugin worked perfectly before the last updates.May 28, 2019 at 3:35 pm #1104869Here is an annotated screen showing how the WordPress menu bar becomes part of the page content when the Content Views plugin is active in a page with the enfold theme even with the page margins workaround added – this only seems to be a problem on small screen sizes but is likely related to the page content problem overall.
Ian.
June 1, 2019 at 4:37 am #1105932Hi Ian,
Thanks for the screenshots and sorry for the late reply. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardJune 10, 2019 at 6:28 pm #1108859I have created a temporary login ( see Private Content).
The front page ‘home’ has the workaround CSS in a code block located with the Events Color Section.
The ‘home2’ page shows the problem with the Enfold theme and Content Views plugin.
Thank you for your assistance,
Ian.June 13, 2019 at 4:21 pm #1109902Hi,
Yea I can see the problem and identify it, but not sure where it comes from.
Allow us some more time to dig into itBest regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.