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'

Home / Forums / Search / Search Results for 'sidebar'

Viewing 20 results - 1,261 through 1,280 (of 5,356 total)
  • Author
    Search Results
  • #213292

    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

    #213192

    Hi

    I recently updated to Ascend Premium which is great! I’m updating our site – – 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

    #213147

    I 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)

    #212843

    I’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 Theme

    In reply to: Sidebar not visible

    #212730

    Hey,
    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

    #212720

    The sidebar is not showing eventhough the show option is selected on my portfolio page (note sidebar is visible in my blogs).

    In forum: Virtue Theme
    #212639

    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?

    #212412

    https://personallyyours.website/
    I only want the sidebar on the shop page.

    #212405

    My sidebar is showing on the side (that’s how i want it) in the shop page and it also shows on the bottom of ALL pages. I can’t figure out how to remove it from the bottom of the pages.

    #212299

    Hi
    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?
    Thanks

    #212298

    Hi,

    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

    #212257

    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 Theme
    #212035

    Hey, 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

    #212022

    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!

    #211877

    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

    #211875

    So 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 sidebar

    #211840

    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

    #211793

    Hi 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

    #211774

    Hello!
    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 Theme

    In reply to: Recent Post Widget

    #211702

    That’s pulling from your body text (theme options > typography). Or you can adjust the font size just for your sidebar with this css:

    .sidebar ul a {
        font-size: 12px;
    }

    Hannah

Viewing 20 results - 1,261 through 1,280 (of 5,356 total)