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 - 921 through 940 (of 5,356 total)
  • Author
    Search Results
  • #239279

    Yeah I can add some built-in checks for it, it seems off though. the_content section is only a small part of the real content that gets loaded on a page. Sidebars, headers, footers and basically anything extra would(and should) never run through the_content filter and neither would any generated CSS so really strange to me they don’t have a better system. It seems like if the images are not accessible via the URL that they are saved into the database you would have issues like this with everything you wanted to do outside of simple pictures on a page.

    #239214

    Thanks! Also I am noticing that 2 different bits of data I placed into my sidebars is dissapearing,

    1 – I added custom HTML to 2 sidebars (opt-in forms) through the Apperance – Widgets and it just disappeared, not sure when exactly, perhaps during a theme update or a Woo update?

    2 – More links I added to the Footer Widget have disappeared, and I had to read them

    Any ideas?

    #239198

    Hey,
    You can create another blog page and choose to show posts only from a specific category. Would that work for you? You can create a page using the sidebar template, then add your posts to the page using a shortcode. You can create a specific sidebar for that page from Theme Options > Misc Settings, then add content to it from Appearance > Widgets.
    Hope that’s helpful!

    Hannah

    #239156

    Okay, I am having a brain freeze, I want to create a separate area in my Virtue Woo Commerce store for training articles and information for customers.

    I have a blog, that is customized to show posts under internetslayers.com/blog

    Is there a way to create another such area where I can control the sidebar individually and the content that is displayed (versus what is on main home page of site)? And the content should post automatically as I create it.

    Or do I have to create a subdirectory and install WordPress and Virtue on that?

    Thanks

    #238901

    When you add a shortcode are you defining the columns as 2 or 1? If you don’t define them in the shortcode then woocommerce will use the default. A shortcode isn’t “aware” of where it’s being rendered in such a way that it would change defaults if placed in a sidebar.

    I don’t know the Woocommerce Hot Deals Pro plugin, can you send me a login to your site so I can see your settings?

    Ben

    #238863

    I’m having an issue with a new plugin I’m using. The plugin is “Woocommerce Hot Deals Pro” by IgniteWoo. When I add the plugin shortcode [deal_products] to the sidebar, via a widget, I get all of the category images displaying over the sale items the plugin provides. Is this a Virtue-premium theme issue? If so, how can I remove the duplicated category images from the sidebar? If not, please see the associated issue below.

    Also, using the Woocommerce shortcode [products] on the sidebar does not duplicate the category images but still leaves the returned sale items displayed in an exaggerated narrow and long format. Is there a simple fix to changing the width and height of the sidebar displayed listings?. Is this a sidebar container size issue? It seems like the Virtue category display settings are bleeding over to the sidebar and forcing a four column display where there really isn’t room for it. I would like the sidebar on the shop page and category pages to show just one column with the resulting sale items displayed one over another or just two side by side if possible; similar to what is achieved when switch from grid to list view in the category pages.

    The effected website page is

    Thank you,

    Kenet
    [email protected]

    #238693

    Thanks Hannah and Ben, I have modified the sidebar on category pages via css. The process that Ben described is to complicated for me, I am not a programer 🙂 Thanks anyway, best regards, Gabi

    In forum: Virtue Theme
    #238627

    I see, the post sidebar options are showing on the products. You need to use the product sidebar options. I’ll fix that with the next update.

    Ben

    #238621

    Hello,
    My sidebar option for products is no longer working. When I change “Display Sidebar?” from default to “Yes” it no longer saves the change (it worked up until a week or so ago). I removed the Elementor plugin and disabled all of the other plugins (other than WooCommerce), but to no avail. Thanks.

    In forum: Virtue Theme

    In reply to: Remove Schema

    #238590

    There isn’t a filter to remove sidebar scheme, not had anyone ask for this before I can certainly add one,

    are you seeing somwhere that sidebar schema is in some way bad?

    Ben

    In forum: Virtue Theme

    Topic: Remove Schema

    #238587

    Hi there,

    I am looking to remove some schema from my Vitrue theme site. I found the following and added the code to functions:

    add_filter(‘kadence_html_schema’, ‘custom_remove_schema’);
    function custom_remove_schema() {
    return ”;
    }

    This removed WebPage Schema.

    I still have WPSideBar showing – is this coming from the theme?

    Heres what was identified in the validator:

    <div class=”sidebar”><aside id=”ktsidebar” class=”col-lg-3 col-md-4 kad-sidebar” role=”complementary” itemscope itemtype=”

    Can I add filter to remove this?

    Thanks,

    Glenn

    In forum: Virtue Theme

    In reply to: bigger product images

    #238112

    Hey,
    Looks like you have a sidebar layout enabled. You can choose a fullwidth layout from Theme Options > Shop Settings.

    Hannah

    #237993

    Hello
    I’m using the sidebar1 to show the product catogories of the shop. There are so many and I would like to shorten the sidebar1. Is it possible to have less linespacing?

    Thank you for your help
    Ulrika

    In forum: Ascend Theme

    In reply to: Sidebar location

    #237945

    Hey,
    In Theme Options > Layout Settings you can set the Sidebar Side of page to Left side.
    Hope that helps!

    Hannah

    In forum: Ascend Theme
    #237942

    Here is the “Shop” page of WooCommerce showing a sidebar at left:

    Here is a woocommerce product page and the sidebar has moved to the right:

    In this theme config page, how can I change the position of the sidebar in the product page to “left”?

    #237899

    Hi,

    1) I inserted a YouTube video (middle of start page) through Video Popup Block and it’s not playing. It’pops up but it only shows a black popup. The same link plays well in the standard WP video block.

    2) It would be nice to show more than one video here, for example in a carousel, but I didn’t find a carousel block that can “hold” videos, only the one for posts. I wouldn’t want to use portfolio or other post just to flip 5 videos. Something like the testimonial block. I actually would use it if it could play video and I think you can turn this into a request: Video testimonials. Maybe you can throw some other ideas.

    3) on the DOCS/FAQ page I use a sidebar. Is there a way to have this sidebar on top in mobile view?

    Thank you

    #237873

    Hey,
    1. You can remove the logo with this css:

    div#logo {
        display: none;
    }

    2. I’m seeing this in your css:

    .col-md-8, .span8 {
        width: 90%;
    }

    Are you adding that? That is pushing your sidebar down. If you want to remove the sidebar you can choose not to display it from your edit pages. For your homepage you can hide it from Theme Options > Home Layout.

    Hope that’s helpful!

    Hannah

    #237865

    Thanks again Hannah,
    I tried the code but not much effect, so I ended up removing the logo for now till I can spend more time on it, but then the sitename ‘Mimi Emmanuel’ appears instead of the logo grr. can I set it not to show? I have looked around everywhere but can’t find the option.

    also, I have been looking but can’t find how to stop my sidebar widget from appearing underneath every page on my site. Any ideas?

    Thank you

    #237848

    Hey David,

    It looks like you intend to set a max-width for your content instead of adding 6 columns that will resize at the defined size.

    If you can edit that second row, remove your first and last column. Just have 4 columns. Then click on the “edit row” and in the right sidebar you can add css. Add

    max-width: 1140px;
    margin-right:auto;
    margin-left:auto;

    Then go into your custom css and remove this custom css you added:

    .custom-html-widget {
        max-width: 200px;
    }
    .custom-html-widget {
        min-width: 200px;
    }
    In forum: Pinnacle Theme

    In reply to: Site width

    #237845

    What would you do?

    I would talk with google, find an add format that fits your site.

    Or change your site to fit google:

    @media (min-width: 992px){
        #content aside.col-lg-3.col-md-4 {
            width: 300px;
            position: absolute;
            right: 15px;
            top: 0;
            padding: 0;
        }
        #content .main.col-lg-9.col-md-8.kt-sidebar {
            width: 100%;
            padding-right: 360px;
        }
        #content {
            position: relative;
        }
    }
Viewing 20 results - 921 through 940 (of 5,356 total)