Hey,
Do you mean all your woocommerce pages? This css should work for you:
.woocommerce footer#containerfooter {
display: none;
}
Hannah
Hello Support team!
I have Post Carousel on my home page, instead of Kadence Slider.
I’m not sure how to explain my question in english, but I try:
Slider Height should always be displayed like on this example page, with all resolution.
*Login to see link
And here is my page, where I use now 600 px height for the Post Carousel. My computer has a resolution of 1920×1080.
BUT: My client has a laptop, with smaller resoultion, and he sees giant pictures. And he wants the carousel to be displayed like on the example page.
*Login to see link
So how can I create a slider like on the example page?
Thanks a lot,
Anita
Hi
I’d like to change the size and colour of the titles on my blog grid items on my blog page.
Hi, i found another thread on this forum but i tried the snippets and no one was able to work.
I just wanted to change the kad_endpointtitle text on the woocommerce thank you page.
Thank you
Angelo
I am using the virtue gallery in elementor. I have also tried adding galleries on backend classic page creation but get the same result.
I want my blog posts to contain 1 column of photos. But when I select 1 column in virtue gallery, the resulting photos display blurred on the frontend. The photos look fine if I select 2 or more columns.
They are also really big in 1 coluumn and I can’t seem to change the sizing anywhere with out changing the media file which I don’t want to do.
Got this on the page:
[icon color=”#db0012″ icon=”icon-grid5″ size=”14px” style=”circle” border_width=”1px” border_color=”#db0012″ background=”#transparent”]
This in the CSS:
a.kad-icon-box. {
border: 1px solid;
}
It works, – except the 1px red (#db0012) border is not showing..
A wholesale customer buy many items.
Going back and forth of shop page to single page, takes time.
My suggestion is to add optional option at theme settings, a quantity field to be placed next to or on top of add to cart button
happybaby.co.id
How to remove footer from woocommerce pages?
I never looked at this page because the label was “Shop archive”. I am certainly as dumb as the next guy. However, had the label for the page been “Shop page settings”, I would have found it myself. I think “archive” in the label is mis-leading.
Yeah, I tried that CSS and it did change the color on the home page, but also changed text color in the Listings so will have to reach out to plugin support…..
Thank you again.
Again I am using a directory plugin so it may be overriding things, but I would like to change the font color on the home page.
That gray color should be white ( or at least it was when using another theme ) can you help any CSS to change that?
By default, the Shop page displays 4 products in each row and a maximum of 3 rows. I want to modify the display to be 6 columns across.
Below is generic code to set the columns I have found in other webpages. Is this code the best way for the Ascend theme too? Are there also CSS changes that need to be applied?
/**
* Change number or products per row to 6
*/
add_filter('loop_shop_columns', 'loop_columns', 999);
if (!function_exists('loop_columns')) {
function loop_columns() {
return 6; // 6 products per row
}
}
This reply has been marked as private.
Hi
I’m looking for a shortcode for a circular red icon inside a 1px red border (red = #db0012)
I’ve got this in my CSS:
a.kad-icon-box. {
border: 1px solid #db0012;
}
this on my page:
[icon color=”db0012″ icon=”icon-grid5″ size=”14px” style=”circle”]
can you assist?
I did try that, but it doesn’t assign the same sidebar to the individual post. For example, here’s a test page I created following your method: https://www.copelandcompany.com/events-and-workshops-page/.
And here’s a post that should show a specific sidebar just for events, but is instead pulling the default archives sidebar: https://www.copelandcompany.com/events-and-workshops/navigating-open-permits-surveys-workshop-realtors/
So I’m looking for maybe a more hard-coded solution. I’m familiar with PHP and I have a child theme. Maybe I can build individual archive-CAT.php files?
I have a working website. The company’s current staff is listed on our “About Us” web page. I need to remove a staff member and add a new staff member. When I go to the “Add New” on the Staff side bar option. I am confused on how to add the photo. The staff entry page looks very different than when I set up the original staff posts. Any advice and help is greatly appreciated. My website is [email protected]
-Donna
So your css actually is taking effect, it just isn’t stretching the full width of the page. Is that what you’re wanting? One option is to use css to stretch your entire footer like this:
#containerfooter .container {
width: 100%;
}
Then use this to decrease your map size:
.footercol1 .widget-first {
max-width: 1200px;
margin: auto;
padding: 20px;
}
Or, if you’re using page builder by siteorgin you could add a Layout Builder widget to your footer col 1, set the row layout to full width stretched and the background to white. Then add your map widget into that. Does that make sense?
Hope this is helpful!
Hannah
This is dealing with a directory plugin so it may not be a resolvable issue.
I added a couple of pics here but you can also just view the site and see the problem
*Login to see link
Hannah,
The home page link below is an example.
https://takinginthesights.com/
The images under the headings of Planning to Travel and Latest Travel Guides, are examples using the Image Menu Widget. If this isn’t what you are looking for plesae let me know. Both GTmetrix and Smush are saying they are full size images. Hope you can help.
David
Hi,
I’ve just noticed that when placing an image in the Image Menu widget it is squeezing the full size image, say 2048 x 1360, into a container of around 350 x 230. I can have a number of these on one page and suspect it is slowing down loading a fair bit. I use Smush for image compression but the Image Menu widget doesn’t seem to be picking up on any compressed images. I might be missing something obvious but is there a way of getting it to select an appropriate size of the image I want to insert?
David