On post pages, the footer changes from 3 columns to 1 column.
-
This topic was modified 5 years by
chazlight1.
Hello,
You will have to first start looking for a plugin conflict.
Please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If the problem persists, please provide more information and some screenshots.
Thank you!
We did this, and it looks like WP Bakery conflicts with the post pages. However, on regular pages, the footer is fine. How do we resolve this?
Hello,
Usually, this problem appears only when you are using a pro demo made with tagDiv Cloud Library, we indicate to use only one of them with our theme, WP Bakery or Cloud Library.
If you want to keep both I can try to help you with this problem with a custom CSS, this isn’t the best practice, but it can work for the moment. For this please provide a link to your website.
Thank you!
I believe all we are using with the TagDiv cloud library is the post template. Is there a way to disable that?
Hello,
If you want to use WP Bakery, then you can choose a Standard Post Template => https://www.screencast.com/t/VmrJKq0IxjX ,
or if want to use a Single Post Template, please provide a link from your website, and I try to help you with a custom CSS.
Please notice that we strongly recommend using only one of those plugins with our theme (WP Bakery or tagDiv Cloud Library, but not both).
Thank you!
Upon changing the post template, it did not fix the issue.
Broken footer: https://paste.pics/8befc4f1b660ba4fa937b46ea8e8e0f5
Selected template on the back end: https://paste.pics/5a3e9e23a60aedb4a35c684afe1fc6b5
The link is https://phm-connect.com. It’s an intranet site. Do you need a log in as well??
Hello,
Please insert this code in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/JKF5WW1WT
.td-pb-span4 {
width: 33.33%;
}
.td-pb-span8 {
width: 66.66%;
}
.td-pb-span12 {
width: 100%;
}
Let me know about your results!
Thank you!
