I’m seeing some errors on your site. Have you tried deactivating your plugins to test if any are conflicting? I would suggest doing so. Then make sure to add only Ben’s css to your custom css box:
.page-id-417 .sub-nav-left a p {
background-color: #123E48;
color: white;
}
.page-id-2069 .sub-nav-center a p {
background-color: #123E48;
color: white;
}
.page-id-658 .sub-nav-right a p {
background-color: #123E48;
color: white;
}
Hannah
Hi
I have added “Show Category Filter on Shop Page”. I use it like a open hierarchy.
My problem is when I have chosen a category and press on to the next page, the menu reset and all products come up.
Once again I have to press the category to sort products. It’s a little frustrating and messy.
I think of two solutions:
1. Either I want all products to be on one page and not be divided up by page 2, 3 etc.
2. Or you remain on the category you selected on page 1 when you click on to next page…
What do you think? Can you help me with this?
My page: *Login to see link
Regards
Stine
Yeah, I’m not seeing it when I inspect the page either, but something’s working because the active effect works on the E3 Leadership Platform and E3 Leadership School, just not Leadership Coaching. If I remove the CSS nothing works.
I even created a new page for the Leadership Coaching and switch out the page ID’s in the CSS to see if that would fix it.
https://imgur.com/a/BAKfaKV
Hello,
Please help… My site’s been displaying the message below in place of the Rev. Slider since last night and the slider won’t work or update. I cannot find the troubleshooting page/tab in the settings as the message claims.
Thank you,
Gary
GroomsRing.com
Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include.
This includes make eliminates the revolution slider libraries, and make it not work.
To fix it you can:
1. In the Slider Settings -> Troubleshooting set option: Put JS Includes To Body option to true.
2. Find the double jquery.js include and remove it.
Hi,
Happy New Year!
I would like to change the featured products on the homepage and I can’t remember how I did it because I have done it in a while. Can you help?
This is what I’m seeing when I go to the Leadership Coaching Sub Page.
https://ibb.co/hyhbJpf
I’m using the same css that Ben suggested.
.page-id-417 .sub-nav-left a p {
background-color: #123E48;
color: white;
}
.page-id-2069 .sub-nav-center a p {
background-color: #123E48;
color: white;
}
.page-id-658 .sub-nav-right a p {
background-color: #123E48;
color: white;
}
Gotcha. Try adding this to your custom css box in Theme Options > Advanced Settings:
.siteorigin-panels-home #content.homepagecontent {
padding: 0;
}
How does that work for you?
Hannah
Hey,
When you add content into the content area of your archive pages it will automatically display above the archive. If you’re wanting a completely customized shop or category page I would recommend this plugin: https://www.kadencewp.com/product/kadence-woocommerce-elementor/
Hannah
Is possible insert a template of elementor banner into of categorie pages and shop page?
Hallo,
if I like to see the portfolio types under the title are the always lowercase. It seem’s that this are not the name of the type, but the form of title (always lowercase). This is everywhere whre the tags are shown on my site.
See frontpage of Vegisto.
How can I show the Name of the portfolio type?
Thanks in advance.
Vegisto
HI ALL, I HAVE A BOLD-VIRTUE INSTALLED WITH WOOCOMMERCE AND IN THE SHOP OPTION IF ACTIVE THE “Show switch buttons for list / grid in shop pages” I SEE THE BOXES, AND THEY WORKS RIGHT BUT ARE EMPTY WITHOUT ICON. DO YOU HAVE SOLUTIONS?
Hi team,
Image
Website
On the image you can see white margins left and right.
It’s a snapshot from my home page, link above.
I’m using the layout builder with site editor widget for this.
How can I get the pink background color on the widget (the quote ‘Ultimately…) to cover the full space, so there are no white margins left?
Sorta like the footer at the bottom of the home page.
I putzed around with the widget and row settings, to no avail…
Can you please advise?
Many thanks!
Leila
PS I noticed the image link doesn’t open when embedded (at least for me), so here’s the naked link just in case *Login to see link
Why do embedded images overflow right margins on category page?
*Login to see link
Oh and the misaligned order widget on the checkout page. It kind of seems worse than it looked earlier today. Maybe because I have two items in the cart now instead of two. Any advice on that and the paypal checkout widget?
This reply has been marked as private.
The code didn’t do what I wanted. Here are links to two post pages, pre and post Gutenberg. See the margin difference. I want the margins wider like in the pre-Gutenberg. And would like to try to do that with Gutenberg blocks without using Site Origin Editor if possible. Thanks for your help.
post-Gutenberg
https://celebratingyourjourney.com/2019/01/07/relationships-getting-to-the-core/
pre-Gutenberg (I used Site Origin Editor to get the margins wider)
https://celebratingyourjourney.com/2018/12/28/powerful-questions-for-2018-week-52/
You would have to match up the page IDs.
For example:
.page-id-417 .sub-nav-left a p {
background-color: #123E48;
color:white;
}
.page-id-2069 .sub-nav-center a p {
background-color: #123E48;
color: white;
}
.page-id-658 .sub-nav-right a p {
background-color: #123E48;
color: white;
}
Ben
A checkout page that has that step process where you can to click continue as you go through to get to each step isn’t something our plugin can do, Ours is more about placing what Woocommerce outputs and styling it. Adding a system where the steps open and close would require a unique re-write of the woocommerce checkout process. I’m not aware of a plugin that does this.
Ben