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 'widget '
-
AuthorSearch Results
-
In forum: Kadence Theme
In reply to: Footer Navigation Sub Items not appearing
Hey, thanks for contacting us.
With the Kadence Footer Menu item, you’re not able to display submenu items. In order to achieve this look, try instead using one of your Footer Widget Areas, and add a “Navigation Menu” within the widgets.
Here’s a quick video showing how to set this up:
https://share.getcloudapp.com/WnuqkZW7Does that option work for you?
Best regards,
KevinIn forum: Kadence ThemeIn forum: Ascend ThemeBecause of low points in pagespeed insights i want to replace slider and “Home widget area” –> “Ascend: Image menu item” om mobile view.
I have find how to disable slider but not how to turn off “Home widget area”Is there a way to show for example 2 side by side products in mobile view and swipe to load new, let say one row with NEWS and one with FEATURED…
Please give me suggestions how to speed up mobile view Thank you!
P.S We have move the page to google cloud for the best host solution
*Login to see linkIn forum: Membership ForumsIn reply to: Virtue: Recent Posts – disable showing date
Hi Sebastian, thanks for reaching out.
One option is to use the “Latest Posts” widget instead of the “Virtue Recent Posts” widget. This will allow you to customize the display and choose whether or not to show the date.
Otherwise, you can add this CSS to Customize> Additional CSS to hide the dates for the Virtue widget:
.kadence_recent_posts .recentpost_date, .widget_kadence_recent_posts .recentpost_date { display: none; }Let us know if either of those options work for you.
Best,
KevinIn forum: Membership ForumsJanuary 5, 2022 at 7:06 am #269783Hello Ben, Hello Kadence Support Team,
I use “Virtue: Recent Posts” widget on Virtue Premium to list posts. I need to disable showing “dates” on the post list.
There is no option in the “Virtue: Recent Posts” widget itself.Any solution to disable showing dates on “Virtue: Recent Posts” with function filters, shortcodes or any other solution.
Best regards
In forum: Kadence ThemeDecember 27, 2021 at 3:20 pm #269657Hi,
If you are wanting to use classic widgets for this then I suggest https://wordpress.org/plugins/conditional-widgets/ along with the classic widgets plugin. Until 5.9 comes with the new navigation block this might be the best option for the time being.Ben
In forum: Ascend ThemeHi Dillon,
Thanks for reaching out! We have been putting our time into enhancing blocks, rather than widgets. The Icon block from Kadence Blocks had Google and Apply Pay icons. https://www.kadencewp.com/kadence-blocks/custom-blocks/icon-block/Best,
HannahIn forum: Kadence ThemeHello,
Thank you for reaching out to us and apologies for the delay in getting back to you.
Just to confirm, do you want to show a toggle button while on the desktop sticky view? If so, you can make use of the Toggle Widget Area header item if you have the Kadence Theme Pro addon. Here’s an article regarding this – https://www.kadencewp.com/kadence-theme/knowledge-base/pro-addon/how-to-add-a-toggle-open-menu-for-desktop/.
However, this item will always show on desktop views once you added it in a header row. There will be some custom CSS code to be added if you only want it to show when the header becomes sticky. Here’s an example – https://share.getcloudapp.com/geudkopq. The custom CSS code I added is:
.site-header-upper-inner-wrap.child-is-fixed #site-navigation { display: none; } .site-header-upper-inner-wrap.child-is-fixed #widget-toggle { display: block; } #widget-toggle { display: none; }Hope this helps and let us know if we can assist you further.
Best Regards,
KarlaIn forum: Kadence ThemeDecember 21, 2021 at 8:34 am #269537Hello kindly help me out
On my website *Login to see link nload/ I have added the recent post from appearance>widgets
I added recent posts widget in sidebar but they are not appearingThanks in advance
In forum: Ascend ThemeDecember 18, 2021 at 1:43 pm #269503Hi folks,
I recently had a clash on my site with the ascend theme and have disabled it to restore functionality. I now have realised that alot of my plugins are missing:
kad_imgmenu_widget
kad_infobox_widget
kad_calltoaction_widget
kad_infobox_widgetI’m not sure how I can reinstall these plugins. My Ascend premium order was in 2019 and its been running smoothly until now. When I look at previous orders on my account theres nothing there.
Thanks
In forum: Kadence ThemeIn reply to: Remove h-tags from Widget Titles
December 17, 2021 at 1:32 pm #269493Using a custom snippet, you can do this with PHP:
https://www.kadencewp.com/kadence-theme/knowledge-base/advanced/how-to-add-a-custom-filter-or-function-with-code-snippets/add_filter( 'kadence_widget_area_args', 'custom_widget_title_args' ); function custom_widget_title_args( $args ) { $args['before_title'] = '<span class="widget-title">'; $args['after_title'] = '</span>'; return $args; }Ben
In forum: Kadence BlocksIn reply to: Issues using Kadence theme and blocks
Also – is it possible to copy a row layout from a page and re-use this in the widget blocks of the footer? I can’t see the “re-usable blocks” in the Appearance> customizing > footer section?
Another question: If I decide to delete the Kadence blocks theme and move back to Virtue premium – what happens to all the design done in Kadence theme and blocks?
In forum: Kadence ThemeIn reply to: Social Media Setting
Hello,
Thank you for reaching out to us and attaching a screenshot.
On your screenshot, you’re using a Widget footer item and adding the Gutenberg Social block in the widgets. For those links to show, you should add links for them.
On the other hand, if you want the same social links as on our website, you’ll need to add the Social header/footer item. Here’s a screen recording for your reference – https://share.getcloudapp.com/v1uL5N98.
Hope this helps and let us know if we can assist you further.
Best Regards,
KarlaIn forum: Kadence ThemeIn reply to: Social Media Setting
In forum: Virtue ThemeIn reply to: Image to the right of the menu.
December 9, 2021 at 5:38 am #269337Hi, thk but if i set style of header : Basic,with shrink for sticky no show widget layout. and if set to standard show like attached image.
and i need this…
how can I do it?
In forum: Virtue ThemeIn reply to: style accordion header and toggle
Hello Carrie,
Thank you for reaching out to us.
The H5 heading style will be inherited from the theme settings, there are no options within the widget to change them. For example, the heading color depends on the theme skin you selected. If you want to change the color for it, you can add this in Theme Options > Advanced Settings > Custom CSS:
.panel-heading .accordion-toggle h5 { color: black; }The font size and other properties are from Theme Options > Typography > H5 Headings option.
To make the pane closed by default, select False for the [Accordion] First Starts Open option – https://share.getcloudapp.com/d5u6KxrE.
Hope this helps and let us know if we can assist you further.
Best Regards,
KarlaIn forum: Ascend ThemeIn reply to: Show best selling product carousel on category page
Hello,
Thank you for reaching out to us and apologies for the delay in getting back to you!
There is no built-in option to add additional widgets at the top of the products list for WooCommerce archive pages. Upon checking your website, I can see you have the Kadence WooCommerce Elementor and Elementor Pro plugins.
You can use either of these plugins’ templating functionality to create a template for your product category pages. For references, you can see the following articles:
- https://www.kadencewp.com/knowledge-base/kadence-woocommerce-elementor-build-shop-page/
- https://elementor.com/academy/how-to-customize-woocommerce-product-product-archive-pages-via-elementor/
Hope this helps and let us know if we can assist you further.
Best Regards,
KarlaIn forum: Virtue ThemeIn reply to: Image to the right of the menu.
Hi Jennifer,
Apologies for the delay! You can do this using the widget logo layout. You can select that from Theme Options > Main Settings > Logo Layout. Then you can add an image to your header widget area from Appearance > Widgets.
Hope that helps!Best,
Hannah -
AuthorSearch Results





