-
-
I’m having way too many trouble to set up a simple site with Specular, which i never had on other WP Bakery visual composer powered themes.
See website in development url: https://goyaike.demoswp.com/
FOOTER MENU:
It simply won’t center. I’ve tried with custom CSS but it’s always off. Also, it’s not taking the colors i’m setting in Customizer.IMAGES:
Why would an image need to have set up a width in order to center it? And having set it, why does it have a media query that forces 100% width in mobile enlarging it beyond its size?EMPTY SPACES keep getting ignored on front end.
PAGEABLE CONTAINER:
https://goyaike.demoswp.com/nuestros-negocios/
Why would i need to patch everything with custom CSS to remove unwanted paddings, margins and borders?
Why does it dissapear on mobile?
RESPONSIVE LAYOUT
Why have you removed the ability to set how many columns we need to display in lower resolutions? Or even column heights?
I’m thinking maybe the installation is faulty, but i’ve reset everything and i’m still running into this strange stuff.
PS: Is it safe to update to WordPress 5.2?
-
Hello,
1-FOOTER MENU:
There is some css that is positioning it 50% to the left. Try adding this css to fix this:footer#footer .inner .row-fluid.ff .span12:first-child:last-child { left: 42% !important; }
2-Images:
This is a decision of the developers. For any suggestion please write here: https://support.codeless.co/?forum=suggest-us-featuresCan i see a page where you are using this?
3-Empty spaces: Please add some wp credentials in a private reply. So we can check it.
4-PAGEABLE CONTAINER: You can add padding to a row using the row settings. Also check the margin/padding of page container in Specular > Layout > Page Builder Row Margin Bottom/Inner Page Content Padding.The responsive mode has different css. If you want to customize it, you need to wrapp the custom css inside a
@media (max-width: 480px)
rule.There are rules to follow for responsive. When in mobile in order to have content show well, only one row structure is used. These are WordPress rules. It’s not decided from us. If you do not want to use responsive mode, and keep several columns per row, then just set off Responsive in Specular > General Options.
-Yes, you can update wordpress to 5.2. Theme has no issues with it.
Best regards!
-
After updating theme to new version published today, copyright disappeared. Can’t find the way to bring it back, there’s no CSS hiding it.
FOOTER MENU:
It’s still doing whatever it wants. I’ve sent you the link: https://goyaike.demoswp.com/ . See footer now it takes 2 lines despite having plenty of space, and see it also in mobile please, it gets cut off.
IMAGES ON MOBILE: I’ve managed to override them with some extra custom CSS but it’s starting to look like Frankestein.
Still can’t find a way to see the pageable container on mobile, it also disappears. I know how to add media queries, i just don’t understand some of the decisions you are making, like the “force 100% width” for images on mobile or removing WP Bakery native options like columns. It’s not against WordPress good practices to have a 2-column layout in mobile.
-
Hello,
1-Check for the copyright to be set ON in Specular > Footer > Show Copyright.
Then in Appearance > Widgets, add content to it by adding a widget. If you previously had a widget assigned to it, then just look for it in the “Inactive Widgets” area. This happens sometimes during theme updates.Please add some wp credentials in a private reply. So i can check how you configured it.
2-“i just don’t understand some of the decisions you are making, like the “force 100% width” for images on mobile or removing WP Bakery native options like columns.“-this is not our decision but wordpress repository responsive layout rules.
Best regards!
-
-
Hello,
you have added a lot of additional css that has altered the mobile view. First, remove this code from it:
footer#footer .inner .row-fluid.ff .span12:first-child:last-child { width: 800px !important; }
It interferes with the css i added.
Second, i added some custom css in the Custom Css box in Specular > General Options (use this box instead of the Customizer you have been using*).
This will make the rows with 2 columns show as you want too.Please keep in mind that personal customizations are not included in support so this is all i can do for the changes in layout you want.
Best regards!
-
You must be logged in to reply to this topic.