Hello Hannah,
thank you for answer. I found this option under different name.I found option in the Smooth Scrolling category and I had turned on the Hide Scroll background. I am not native english speaker and it is not so clear what this option makes, because I imagine something different under the name scroll bar. Now it works, but I want to choose other button with different color etc. Is it possible to choose? What css class is used for that button?
You can see what I have made with that on this page: https://www.agave9.com/sk-SK/produkt/agave-9-forest/
Hi,
Can I customize the Read More excerpt link to read Click here for hotel details?
*Login to see link
Thank You.
Dawn
Hi,
Where do I go to edit the height of archive images?
*Login to see link
Thank You.
Dawn
Have you set the catalog page as your front page from Settings > Reading? When you navigate to Appearance > Menus have you added Catalog as a page or a custom links menu item?
Hannah
It’s just a shortcode put on a login page I created.
https://waterstonepoa.com/member-login/
That could be helpful, but the provider of the script should be able to answer this easily for you. How is the form added to the page? Are you embedding it with some different javascript?
-Kevin
This will stretch your products single column on the homepage in mobile:
@media (max-width: 768px) {
.home .kad_product {
width: 100%;
}
}
This will change your search colors:
@media (max-width: 768px) {
#woocommerce-product-search-field-1.search-field {
background-color: rgba(255, 255, 255, .1);
color: #fff;
}
.woocommerce-product-search ::-webkit-input-placeholder {
color: #fff;
}
.woocommerce-product-search ::-moz-placeholder {
color: #fff;
}
.woocommerce-product-search ::-ms-input-placeholder {
color: #fff
}
}
Hannah
I’m unfortunately unable to view that tutorial since I don’t have an account with them. Do the instructions specify whether or not this needs to be added sitewide or just for the page that the form is showing on?
-Kevin
Hello,
Can you link to this code so that I can see where it’s supposed to be added? Depending on what the script is for, it will either need to be loaded on your whole site or on a single page. I should be able to tell easily if you can link to it.
Thanks!,
Kevin
WP-Members gave me some code to put in the login form. Where would I put it? Code block on member login page? I’ve asked them the same question. Do you think this type of code would be an issue with site/theme?
Regards the product in the column, this happen only in homepage with woocommerce shortcode.
How i can resolve the problem? thanks and best regards
Hey Sandy,
Sorry to hear this. Do you have any suggestions? You can always bookmark the page to make it easy! http://docs.kadencethemes.com/ascend-premium/premium-changelog/
Hannah
I just recently downloaded Elementor and whenever I try to use it to edit a page it won’t load.
Thanks for your suggestions.
1. I think it looked like there was an overlay… not seeing it myself anymore… weid.
2. Here is a screeenshot how it looks like:

3. I already have pretty much plug-ins installed and don’t want to add more because of page loading speeds (or does that not mather with this plugin?).. Is there another way to do this without plugin?
Hello,
You should be able to do this by first enabling “page content” in Theme Options> Home Layout.
Then, any content you add to your home page will show wherever you’ve placed that module.
Does that work for you?
-Kevin
Is there the possibility of inserting the content of a page into the content of the main page?
I try to choose between the options of the main page layout but without result.
thank you
Hey,
I’m seeing the donation form working normally on the page you linked to. Are you referring to something different? Have you tried contacting kindful support?
Hannah
hi, as you can see in this page *Login to see link the categories and the product count are onverlapping the image, is there a way to put the label under the image and hide the product count?
thank you very much!
We want to add a donate button (using Kindful’s services) to a Worpress Gutenberg-based page. They’ve provided the following HTML to incorporate. I’ve replaced a recurring long string of hex digits with “d73”
Donate
<script src=’*Login to see link data-embed-id=’d73′ data-lookup-type=’jquery-selector’ data-lookup-value=’#kindful-donate-btn-d73′></script>
Putting this in an HTML box gets the “Donate” to show up, but it’s not a live link. I don’t know how to “activate” the external code at sunray.kindful.com. Suggestions would be appreciated.
Hey,
Thanks for posting,
Becuase of how this content is forced into the 404 url you can’t use the normal page translation methods those only work if you go to that custom pages url. not a 404 url.
To translate you will have to translate the 404 page id. I will push an update out that allows for this in the string translation section of polylang.
Ben