Hi Team,
The images on the home page product carrousel wont load any more. I dont know how to fix it.
see here > *Login to see link
Hope you guys have the solution.
Thanks in advcance’
Regards
Alex
Hello,
What kind of changes would you like to make to the cart page? There aren’t really many changes you can make to the cart other than some CSS tweaks. If you can specify what you’d like to change that will be helpful.
-Kevin
Hey,
It may be easier for you to use the Featured page template and then add your staff posts via shortcode. Or if you want to continue the route you have, you can play around with this css to adjust the position of the image on different screen sizes:
@media (max-width: 468px) {
.page-template-page-staff-grid .titleclass{
background-position: 50% 90%;
}
}
@media (min-width: 468px) {
.page-template-page-staff-grid .titleclass{
background-position: 50% 40%;
}
}
Hope that’s helpful!
Hannah
Hi Ben,
I sometimes need a gallery without the lightbox feature. To make images NOT clickable I use CSS (pointer-events: none;) but I’m really not sure it is a good practice if we consider keyboard navigation and accessibility.
I wonder if you could add an option for the Gallery widget and shortcode.
Lightbox: On/Off or Lightbox Image Size: “None”
Alternately, a more “Core” way to think about this feature would be an editable link type like wp images.
Link To: None/Media File/Attachment Page/Custom URL
Thanks
Hugo
This reply has been marked as private.
Hi,
i’m getting used to the Kadence Blocks and i find that i could ditch the pagebuilders for future projects but here is aquestion:
– if i insert a prebuild Row Layout Block, like the “Create Amazing Content with Gutenberg”, the background is full width, but if i use a “normal” row layout, i can’t make the background full width. Checked settings on bothe rows and they seem identical. Whay am i missing?
And a suggestion: it would be nice to have the option for Hamburger/mobile menu on desktop view, build in the Theme Options.
Hello,
Maybe an easy question, but i cannot find a place to revise “Cart page”. Please help.
Many thanks.
Kind regards,
Simon.
Hello guys. I really need your help. Please, can you help me how to adjust this primary picture on this page *Login to see link . On some screen, the stuff is cut off, somewhere from the top, somewhere on the side and it is really important to everything stands nice and every part to be seen. Also, can we move this page title ” Our team ” from the head of the doctor? How to adjust that picture is placed nicely on mobile, laptop and big desktop screens? Thanks a lot.
Hi Doris,
This css should work to keep your font white:
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3150 a:hover {
color: #fff !important;
}
It looks like the css you are using to create the button will only have an effect with the header is transparent. You can use this css to make it effective across your site:
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3150 a {
background: #d6479b;
color: #fff;
}
Hope that helps!
Hannah
Hi Pam,
It looks like you’re looking in theme options > homepage layout manager. Ben is referring to Theme Options > Homepage Header. Do you see the post carousel option in the dropdown there?
Hannah
Hi – I’ve tried to upload and install Ascend Premium and Kadence Blocks Pro and I keep getting an error message of: Warning: posix_getpwuid() has been disabled for security reasons in /xxxx/xxxx/xxxx/xxxx/wp-admin/includes/class-wp-filesystem-direct.php on line 203
There are a whole page full of this error, but the theme shows on my theme choices. If I choose it and activate it I get that same error at the top of the home page. Can you help me figure this out? Thank you! (Running latest WordPress).
Ben
I just had this same problem with another site https://capitoldaylilies.com/
After updating, the latest Blog Posts on the front page was showing/not-showing
I just turned off the scroll animation…and it works fine???
I’m fine with this workaround. Just thought you might want to know this seems to be a common issue?
Hello!
My site is *Login to see link . Right below the headed I have 7 blocks. I would like the mobile version to only display 5 of those blocks/content. could you please send me css so that the only content that shows on mobile version is as follows:
HEADER
__________________
VIEW OUR
FEATURED LISTINGS
SEE MORE
___________________
IMAGE OF LUXURY HOME
_____________________
READ TO BUY
START YOUR HOME SEARCH
_______________________
THINKING OF SELLING YOUR HOME?
HET YOUR FREE HOME VALUATION REPORT NOW
______________________________________
Hello!
What steps will I have to take to add an image header to a landing page with no header,menu buttons – landing page, if possible?
Hello,
I would like the font on the Register button to remain white when it is hovered over. I would also like the link to remain as a button on all pages and not just the home page. How can I do this? — thepowerconference.com.
Thank you
Looks like those are two separate pages both displaying the same gallery. One is the gallery post itself, and the other is a page with the gallery being added to it.
-Kevin
Hello,
1. Here is some CSS to hide that text:
.cart-collaterals .cart_totals p {
display: none;
}
Add to Theme Options> Advanced Settings and let me know if it works for you.
2. Try this to fix the width of the text box:
.wc-svea-checkout-page .wc-svea-checkout-notes-field textarea {
width: 100%;
}
Hopefully that works for you.
-Kevin
Another hiccup here there seems to be two urls for the gallery:
https://verticalaspect.net/gallery/main-gallery/ (this is the permalink url)
https://verticalaspect.net/media-grid/ (this is the url used in nav menu)
Did I do something odd with this gallery and its related “Gallery” page (media-grid)? Both url “All” category don’t click to slideshow.
Appreciate your help solving this mystery.
hi,
lightbox (product gallery in product page) reacts confusing. When i click the “x” it closes the image AND shows another “x” to click.
Firefox and Safari same problem.
Walter