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 ThemeMarch 12, 2021 at 2:14 am #264316
Hi there,
There is no downside to not using a featured image in your blog posts.
If not necessary, you can choose not to display it, especially if you have bad hosting, pages will load faster.
Regards,
ChitoIn forum: Kadence ThemeMarch 11, 2021 at 3:10 pm #264309I am not sure if its possible to replace the blog page completely by using kadence elements. I am trying to recreate the archive blog page with elementor free version. Would be nice to have this feature, because I couldnt really find it.
In forum: Ascend ThemeIn forum: Ascend ThemeHi, Hannah and all….
This is strangest issue. Never had this happen with Kadence.
Using Ascend. Editing Home/Frontpage. Using SiteOrigin Pagebuilder. Loading content. Click update. Go got site’s homepage….it’s blank.
I have checked plugin conflicts. Purged Cache…repeatedly. I have to idea.
Your thoughts?
PamelaI have some blog posts that are text only so I have turned off the featured image on my “archive” pages so the list doesn’t look funny.
Many times I will insert an image inside the article at the top instead of using the featured image.
Is there a downside to not using a featured image inside a blog post?
Thanks
In forum: Kadence ThemeIn reply to: Shop pagination
March 11, 2021 at 3:44 am #264281Hi,
I was able to replicate the issue.
After activating the WooLentor – WooCommerce Elementor Addons + Builder plugin, the Rows per page option was not showing, but the Products per row remained.
Activating the WooCommerce Customizer plugin did not make any changes.
I will leave a note to our Lead Developer to take a look at it.
Regards,
ChitoIn forum: Virtue ThemeIn forum: Virtue ThemeHi,
a customer of us, who is blind, called us and told us that on product pages the variations of a product would not be read by his screen reader. We digged a bit through the markup and css and I think we found the culprit:
On a product page, each input[type=radio] has a css with:
.variations .kad_radio_variations label input[type="radio"] {
height: 0;
overflow: hidden;
z-index: -10000;
position: absolute;
visibility: hidden;
float: none;
}The visibility: hidden; part means that the option is not read aloud for screen readers and users of screenreaders are not able to select a product variation.
There seem to be better technics for visually hidding things, but still have them available for screenreaders. Here is a good summary I think: *Login to see link
In forum: Virtue ThemeHi there,
I’ve added a Custom Post Type which I called “Events”.
Looking at the root of the Virtue theme I’ve found an “archive-events” template already existing and also a “tribe-events” folder.
I’ve made a quick research on the web and I’ve found that it’s related to the “Events Calendar” Plugin.The purpose of my custom post wasn’t related to the calendar, but I’ll need that functionality as well, so I’ve installed the Events Calendar Plugin (removed my CPT) but it seems not to integrate that well with the theme (the footer background disappears in Single Event and even the Archive has a really a weird behavior).
Now, I want to understand when the template “archive-events” is loaded? Is it the plugin “archive page” template?
And also, if I uninstall the Events Calendar Plugin and rebuild my CPT called “Events” could create a conflict with that template?Thanks
Mone
In forum: Kadence ThemeIn reply to: Shop pagination
March 11, 2021 at 12:18 am #264273Hi,
Could you switch your theme to twentytwenty or twentytwentyone and check if the products per row and rows per page options will show up?
If the issue persists, could you please check if you have put some codes to control the pagination?
Kindly update us again.
Regards,
ChitoIn forum: Membership ForumsIn reply to: Contact Items move up when increasing item spacing
March 10, 2021 at 10:30 pm #264271Hey,
You wrote:Trying here as I haven’t gotten any response on the support ticket.
With regard to the support ticket, I only see one support ticket for your email and it’s about a different topic. Is that what you were talking about or did you post a support ticket somewhere other than https://www.kadencewp.com/premium-support-tickets/
Support tickets are the best place so I want to make sure I get to the bottom of that.
I looked at your video, I can’t recreate it. When you rebuilt your page let me know and send a login so I can see then I’ll be able to tell if there is some kind of conflict locally on your site.
Ben
Ben
In forum: Virtue ThemeHi Team,
The preview image that displays when sharing a page on my website http://www.mimiemmanuel.com to socials will not change even after we changed the feature image on the home page and the Gravatar image and cleared browser caches.I have been looking to clear wordpress caches but don’t have a plugin for that and haven’t found anywhere in settings to do so.
For example, when I send http://www.mimiemmanuel.com (or http://www.mimiemmanuel.com/books), to a friend on messanger it pops up with an image for the site. the old image has my books on a black background and the new image has more books on a white background. but the old image is still displayed.
Am I missing a step? I have a feeling I am? and I don’t think its a caching issue but I could be wrong.
Appreciate your guidance
In forum: Kadence BlocksUsing the latest Kadence theme with WP 5.6. (Note: I normally don’t upgrade until there’s a WP 5.7.X)
I’m dumping Thrive Architect for the Kadence-Gutenberg life.. \(*<>*)/Problem with Home Page.
Scrolling down the home page, all the Kadence Info Box Blocks are showing a long string of text on the right side.No problem with other blocks resolving correctly on mobile. Only the Kadence Info-Box
To highlight this problem with the Kadence InfoBox Block, I added a Kadence two column block and duplicated the same info of the above “problem” Info-Box. The mobile resolved the two column correctly.
Please note, I’m new to Kadence, I know there are issues with my blog posts. Right now I’m focusing on fixing my homepage to resolve correctly on mobile devices.
Here’s a VDO LINK that shows the problem – link will open in new tab.
Homepage: homecomfortandjoy.comIn forum: Kadence ThemeTopic: Featured Image
Hi,
When I set the ‘Use Featured Image for Background?’ to ‘ON’ the Page Title Background colour is not visible, which is fine.
I was hoping to use the featured image on the whole page and have the content background colour set to 50% opacity.
While trying to achieve a full page featured image I found that if I removed the Title Background colour then the Featured Image, in the Title areas, vanished. I re-added the colour but the Featured Image was still invisible while it was still set to be visible.
There are opacity settings for page background and content background that I would like to take advantage of with a background image.
Can you confirm if it is possible or not to have the Featured Image as a whole page background.
I have attached 3 images to highlight the missing Featured Image issue in case it is helpful for you.Cheers
John
In forum: Virtue ThemeIn reply to: Side bar on Shop Page
Hey Cassie,
This theme does not have added support for BigCommerce as it does for Kadence. I’m not sure why the sidebar is showing below your footer, but you can use the following css to remove the sidebar from your shop page altogether:.post-type-archive-bigcommerce_product aside#ktsidebar { display: none; }Hope that helps!
Hannah
In forum: Kadence ThemeUsing the latest Kadence theme with WP 5.6. (Note: I normally don’t upgrade until there’s a WP 5.7.X)
I’m dumping Thrive Architect for the Kadence-Gutenberg life.. \(*<>*)/Problem with Home Page.
The mobile looks messed up when scrolling down the page. Some blocks are showing correctly, the “Kadence Info blocks” are showing a long string of text on the right side.The specific problem is with the Kadence InfoBox Block. To highlight the problem I added a Kadence ‘two column’ block and duplicated the same info of the ‘infoBox’ and this ‘two column block’ resolved correctly on mobile.
Please note, I’m new to Kadence, I know there are issues with my blog posts. Right now I’m focusing on fixing my homepage to resolve correctly on mobile devices.
Here’s a VDO LINK that shows the problem – link will open in new tab.
Homepage: homecomfortandjoy.comIn forum: Kadence ThemeIn reply to: Remove Google fonts from Kadence Theme
March 10, 2021 at 5:10 am #264250The image clearly shows google page speed insights is fetching a google font on the following URL:
“https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700”In customizer settings, I am only using system default both for body and titles. In blocks also, I have not touched any google font.
I don’t know what might be the cause but hope to get your guidance.
In forum: Kadence BlocksTopic: Checkout design
Hello 🙂
I would like to ask a question about checkout design.
I am considering premium membership so I checked out BUILT WITH KADENCE BLOCKS and I really like the “shopify design” of the checkout page of these two websites.
*Login to see link
*Login to see linkHow can I achieve this? I would like to know if it is built through Kadence premium plugins or is it some kind of third party plugin or just CSS code?
Thank you very much.
Best regards,
Pavel
In forum: Kadence ThemeThis reply has been marked as private.March 9, 2021 at 3:58 pm #264234In forum: Kadence ThemeIn reply to: Remove Google fonts from Kadence Theme
March 9, 2021 at 9:55 am #264229Hey,
ahicks2 & Saket I really want to make this clear: There is no code within the theme to load google fonts unless they are selected somewhere.
I’m happy to view your source and tell you if I see that you’ve selected a google font in a block or in the customizer settings. Please just send a link so I can see your page.
Ben
-
AuthorSearch Results



