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 'sidebar'
-
AuthorSearch Results
-
In forum: Ascend Theme
Thanks a lot! However, the sidebars went blank after the update and I had to restore them, any idea why that happened? I solved the menu issue.
Another Question. The events in the blog stream do not show in the Latest blog posts module on the homepage. Why is that and is it possible to include these events so that they are showing the latest added events?
/Leif
In forum: Ascend ThemeHi
I recently updated to Ascend Premium which is great! I’m updating our site – *Login to see link – to take advantage of some of the premium features and I have a problem with the Ascend Post Grid and Recent Posts widgets.
When I add them to a sidebar on a draft test page on the live site, the preview results in a server timeout. No other widgets do this, nor does the built-in WordPress Recent Posts widget (which outputs links to the latest posts, without thumbnails of the featured images). The blog_posts shortcode works fine on the test page. The site is running WordPress 5.0.3, with the classic editor as I’ve not yet moved to Gutenberg. Ascend theme is the latest, 1.7.0.
I have tried purging caches and re-saving permalinks but it makes no difference. However, the widgets work on my staging site, which is running on WordPress 5.0.2 so I suspect a possible conflict with these widgets which use blog post featured images and the latest 5.0.3 version of WordPress.
Any help to diagnose and resolve the issue would be appreciated!
Thanks for a superb theme.
Julian
In forum: Virtue ThemeI am trying to create a clean landing page using my own HTML in the editor and I am using Elementor, but when I view it live, I am getting the site elements like header and footer, and menus showing at the top, it’s all broken up, while my actual HTML page is showing fine below all that, so I want to get rid of all of Virtue stuff and just have a clean landing page.
I did set NO sidebar in the page edit fields, and I selected Template for Page Builders
FYI – I have Kadence Elementor and Regular Elementor installed since when I installed KAdence version, I got a message that I needed to install Elementor as well (but even with just one or the other the result is the same)
In forum: Ascend ThemeI’m not sure what activating the parent theme did but many of the website settings were changed like footer, shop sidebar and I could not change them at all, changing settings in the theme options didn’t change the website. I had to revert to a backup I had. Once I did this I tried to recreate what you did, activated the parent theme and deactivating the pdf plugin and that did not work. Also note when activating the parent theme changing the ‘Enable an Extra Footer widget area above the footer’ doesn’t do anything.
In forum: Pinnacle ThemeIn reply to: Sidebar not visible
January 9, 2019 at 10:45 am #212730Hey,
Using the portfolio grid template will remove hte sidebar. If you want a sidebar with portfolio grid then you would need to use the normal page template and add the portfolio shortcode:[portfolio_posts columns="2" items="10"]For example.
Please note that you are using the free theme on that site and the free theme doesn’t have portfolio posts shortcodes so you will need to activate the premium version.
Ben
In forum: Pinnacle ThemeTopic: Sidebar not visible
The sidebar is not showing eventhough the show option is selected on my portfolio page (note sidebar is visible in my blogs).
*Login to see linkIn forum: Virtue ThemeIn reply to: Custom Buy Button Design
Okay, thank you, I will try it now. Can I ask you another thing, you know how you can change the Page Layout to eliminate the header and sidebar? Is there a way to do the same with product pages? So all I would want is just the product elements I add, without any other site elements?
In forum: Ascend ThemeIn reply to: Side bar showing in 2 places
https://personallyyours.website/
I only want the sidebar on the shop page.In forum: Ascend ThemeTopic: Side bar showing in 2 places
In forum: Virtue ThemeHi
I’ve got 5 logos in my side bar. 70px width each. I’ve used the sitebuilder widget to create 5 columns – left to right.
On desktop it’s fine.
On mobile, the columns collapse one under the other vertically.
How do I get the 5 columns to stay horizontal on mobile?I’ve also got a mailer lite form in the sidebar that’s not fitting to width.
Pls advise?
ThanksHi,
I have three (3) areas of Pinnacle Theme to ask you about.
1) Part of sidebar widget navigation RESULTS from search does not show full menu for search results. When you click on Hotel Filter Search to select State, from the State, City, Popular Locations navigation menu (selections City, Popular Locations you can not click on for the initial search) do not show up on return to the RESULTS page on desktop but returns for results search on mobile device.
2) Navigation arrows for the page section (Hotels you may also like nearby: SiteOrigin Post Carousel) do not show up for mobile devices but show up for desktop and tablet devices.
3) When you do a search for Hotels you will see a return results page of archive posts with the header page title reading Archives: Hotels. I would like to have the page header title to read Hotels instead. How do I do this? If not, how do I omit header title from page?
Thank You.
Dawn
In forum: Membership ForumsIn reply to: Kadence blocks – no image sizes
Hi Thomas,
Which block are you using? If using the image block you should see Image Settings under the block settings in the right sidebar. There you should see an option to add an alt text and set image dimensions. Let me know if this is not the case for you.Hannah
In forum: Virtue ThemeIn reply to: Another Sidebar Question
January 2, 2019 at 4:20 pm #212035Hey, Yes it’s based on a filter, in fact, you don’t need to use a template to have a page without a sidebar because there are meta box options to turn on and off a sidebar.
Here is the function:
function kad_sidebar_on_custom_page_template($sidebar) { if (is_page_template('page-fullwidth2.php')) { return false; } return $sidebar; } add_filter('kadence_display_sidebar', 'kad_sidebar_on_custom_page_template');Ben
In forum: Virtue ThemeTopic: Another Sidebar Question
Hello Team Kadence,
I am trying to create a new template based off the fullwidth template so I started by copying the fullwidth template and renaming it (I just added a 2 to the name for testing purposes). My code is:
<?php
/* Template Name: Fullwidth2 */
do_action( 'kadence_page_title_container' );
?>
<div id="content" class="container <?php echo esc_attr( virtue_container_class() ); ?>">
<div class="row">
<div class="main <?php echo virtue_main_class(); ?>" id="ktmain" role="main">
<?php
do_action('kadence_page_before_content'); ?>
<div class="entry-content" itemprop="mainContentOfPage">
<?php get_template_part('templates/content', 'page'); ?>
</div>
<?php
/**
* @hooked virtue_page_comments - 20
*/
do_action('kadence_page_footer');
?>
</div><!-- /.main -->When viewing via wp-admin, it looks like it should – page title options, no other settings/metaboxes (it matches what the Fullwidth template looks like). However, on the frontend, a sidebar appears (which is not like the Fullwidth template).
Is there a filter or hook I need to add that says don’t use a sidebar for this template? Thanks!
In forum: Virtue ThemeIn reply to: problem after installing demo
Were you able to delete the testimonials and staff that got added when you tried to run the importer? They should be accessible in your admin sidebar.
If you’ve deleted them and they are showing 404 errors, then you need to make sure that they aren’t being linked to after being deleted.
Did you clear your cache after deleting them?
-Kevin
In forum: Virtue ThemeIn reply to: problem after installing demo
December 31, 2018 at 1:25 pm #211875So i have two things i have never seen before:
Testimonials ad Staff ….there where also invented information i have deleted the inner contect of those…but should taht be on my dashbore? or should i get rid of that hole section too? is not a page is just on my dashbore sidebarIn forum: Virtue ThemeIn reply to: sidebar01 to be floated on the left hand seide
Hey Claude,
Check out this post in the knowledge base: https://kb.kadencethemes.com/knowledge-base/move-sidebar-to-the-left-in-virtue/
Hope that helps!Hannah
In forum: Virtue ThemeHi all,
What is the CSS code for moving product filter via Sidebar01 widget from right to the left side of the page? Thank you.
Claude
In forum: Virtue ThemeHello!
Idea about incompatibility was because for WPML is mentioned that plugin is tested with Virtue Premium 4.3.1, but now Virtue has v.4.8.8. After I installed needed plugins for WPML, in admin page there was error messages in separate (unfortunately I didn’t copy them at that moment), there was even moved admin sidebar menu. At next day when I loged in again, there was lost all errors and for now all looks good. I guess it’s sounds strange, but it was as I described – I guess problem was somewhere else and rather I did something wrong 🙂
Thank You for responsiveness!In forum: Virtue ThemeIn reply to: Recent Post Widget
-
AuthorSearch Results


