Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'Page'
-
AuthorSearch Results
-
In forum: Kadence Theme
Hey team, hope you are all fine!
I’m after some advice please, about Starter Templates…
I would like to use a starter template as a foundation for an existing site design refresh. The site already has a lot of content (thousands of blog posts, some pages etc, and a lot of media). I would like to keep the content, but update the design / theme etc… So, what do you recommend?
1) Set up a new / blank staging site, install the starter template, then upload all the old content back in ?
2) Set up a staging site with the all of the old content copied across, install the starter template – over-write existing settings etc, but retain content?
Or do you have another / other suggestion ?
Thanks
In forum: Kadence BlocksIn reply to: icon (arrow) of “read more” button
July 27, 2022 at 7:13 am #274287Hi Kevin,
Thank you for writing.
Are you perhaps referring to the SVG icon (arrow) beside the read more link on Blog Archive pages?
If so, you can use custom CSS to remove it:
.blog .more-link-wrap .kadence-svg-iconset, .archive .more-link-wrap .kadence-svg-iconset{display:none}If you are referring to something else, can you provide a screenshot?
Kind regards,
ChitoIn forum: Virtue ThemeIn forum: Virtue ThemeHi,
Since some time, my mobile hamburger menu opens only for a fraction of a second. It behaves so at my home page and, as far as I can tell, at most of the other pages too. There might be exceptions (don’t remember). The links inside the hamburger menu seems to show ok. But it seems also that I need to double click to open the menu (wasn’t aware before, that a single click wasn’t enough)It ever has worked, so I suspect I have a JS conflict with any of my many plugins. But before I close them all down, I would like you to have a look at that new behaviour if you can. Maybe you can pinpoint the problem. I have no exact idea when that problem started. Just discovered it yesterday.
All my plugins and the virtue premium theme should be at latest version. PHP is one version before last, I think.
The menus at laptop modes are all ok.
Best is, check just the home page as most there is only text.
Thank you very much
RainerIn forum: Kadence BlocksHi, Lisa!
Upon inspecting, you have a custom CSS code that adds a negative bottom margin. This is the reason why the first slider block on the page has an overflow at the bottom. Thus, making it look like the overlay is not 100% for its row. For your reference, this was the custom CSS code:
div.kt-blocks-carousel.kt-carousel-container-dotstyle-none { margin-bottom: -32px; }I went ahead and logged in to your website to edit the custom CSS code. You can now see that the overlay issue is now fixed. The custom CSS code is now:
/**margin below instagram feed**/ .insta_zindex div.kt-blocks-carousel.kt-carousel-container-dotstyle-none { margin-bottom:-32px }This CSS selector targetted the carousel with the custom CSS class of “insta_zindex”.
I hope this helps and let us know if we can assist you further.
Kind Regards,
KarlaIn forum: Kadence ThemeIn forum: Ascend ThemeIn reply to: Translating Custom 404 Page using WMPL
In forum: Kadence BlocksIn reply to: Center icon list
Hi Zach,
Thank you for reaching out to us.
If you’re trying to center the 2 column icon list block, you can do that by choosing the Align Center from the icon list toolbar. Here’s how: https://share.getcloudapp.com/X6uRjPEl
Hope this helps!
If this doesn’t work for you, please send us the URL of the page that you’re working on privately by ticking the Set as private reply option when you submit your reply.
Cheers,
DaneIn forum: Kadence ThemeIn forum: Ascend ThemeIn reply to: Translating Custom 404 Page using WMPL
In forum: Ascend ThemeIn reply to: Translating Custom 404 Page using WMPL
In forum: Kadence ThemeIn reply to: add class on scroll js
Hi Steven,
Try reading this post: https://www.mattmorgante.com/technology/sticky-navigation-bar-javascript
Hope that will help.
add a class to the main container as well as the header so I could write rules on scrolling and possibly to hold off adding the class until scrolling say 50px then add another class when scrolling 100px. If adding these classes to the .site container, then CSS could be applied to any element on the page.
You can try adding the code on this link: https://pastebin.com/BWsNs0Ue
You can add custom code using the code snippets plugin: https://www.kadencewp.com/kadence-theme/knowledge-base/advanced/how-to-add-a-custom-filter-or-function-with-code-snippets/
Hope this helps.
Regards,
BonnIn forum: Virtue ThemeIn reply to: menu overlay slider.
Hi, Francisco!
Apologies for the delay in getting back to you.
Upon viewing your website again, I can see that the header is now on top of the homepage slider – https://share.getcloudapp.com/kpu8ZXm9.
Please could you confirm if there’s anything else we could assist you with regarding this?
Kind Regards,
KarlaIn forum: Kadence ThemeIn reply to: add class on scroll js
July 20, 2022 at 7:47 pm #274184Thank you for your helpful and thoughtful reply. I would like to be able to add a class to the main container as well as the header so I could write rules on scrolling and possibly to hold off adding the class until scrolling say 50px then add another class when scrolling 100px. If adding these classes to the .site container, then CSS could be applied to any element on the page.
What I mention is fairly simple to do with JQuery but we are staying away from JQuery. I thought I could look at your JS files and perhaps figure this out but it’s probably beyond my JS skills. I found the unminified versions of the JS Files after my first post.
Perhaps I could ask for a feature request for adding class to main container (.site) and some option to postpone the class addition until scrolling more than one pixel, like 50px, 100px, or more. That would be nice.
In forum: Kadence ThemeIn reply to: wp rocket causing double click to open mobile menu
In forum: Kadence ThemeIn forum: Membership ForumsTopic: Tabs for woo commerce
July 20, 2022 at 12:29 am #274162Hello I would like to customize tabs on product page on woocommmerce
Add more tabs, change their name and maybe add an icon.
Best regards
SylvainIn forum: Kadence BlocksWhen I add a form to a page in a line, for example, a signup form
Name | Email | Submit button
The Name and Email fields have a bottom margin of 16px, but not the button, so the button is not lined up.
I then look at the CSS
You can see the button has a margin set as 0, where the fields are 16px.
I have tried to use my themes child stylesheet to override, even making it !important, but it still reverts to the form stylesheet and not my child theme stylesheet.
So is there another way I can set the submit button to be the same bottom margin as the fields?
In forum: Kadence ThemeIn reply to: iOS Browser Chrome Colors
July 19, 2022 at 1:52 pm #274160I guess my previous comment didn’t actually post. This is resolved. I managed to find the setting — the color was changed just for the mobile blog page.
In forum: Kadence ThemeIn reply to: iOS Browser Chrome Colors
Hi Justin,
I also am unable to replicate this. Can you test the following site on your mobile browser: https://startertemplatecloud.com/g43/ Navigate to the blog page and let me know if your same issue occurs.Kindly,
Hannah -
AuthorSearch Results




