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 - 4,001 through 4,020 (of 5,356 total)
  • Author
    Search Results
  • #57802

    You would have to add a widget area (edit through child theme) our use your footer widget areas. Understand that the widget you are referring to is set up to be a sidebar widget. Each product will fall below the last it will not display like the related products.

    Ben

    #57771

    Good afternoon,

    I’ve been able to successfully add or remove the Blog page sidebar by using the Theme Options / Blog options / settings. Now it appears that the side bar is stuck. I’m sure it’s an error on my side, but I don’t know what to do. I re-assigned my blogs to a test page and then back, but the sidebar remains.

    blog url:

    Is there a setting in the database that I can manually change to see if I can fix it that way?

    Many thanks,

    Lisette

    #57769

    Hello,

    It is possible to put the sidebar on the left on the page template : ?

    Thanks !

    #57768

    Good afternoon,

    I’ve recently purchases the Virtue team and I am pleasantly surprised by all the options provided. There is one thing however that I do not understand that is driving me crazy. It’s probably an error on my side, so if you could provide me a clue that would be wonderful.

    I’ve created various posts without issue. I then created a Revolution Slider based on those posts. Somehow, while doing that, my posts have now become Media and whenever I click on the link to the post, I get the Feature Image. When I am logged into WordPress, I get “Edit Media” for these posts instead of “Edit Post”. I then created another post for test purposes, and that is working fine.

    Can you show me a hint or what in the database I should check to see why my original posts are now Media?

    home url (with slider):

    the posts appear OK in the “latest post” section

    blog url:

    again, post appear OK.

    test post url:

    post appears, as intended

    original post url:

    this is now leading me to what appears to be a Media url. Note that in my posts overview page, the post is still exactly the same as it was before. It’s just that the url now links to the featured image, not the post. (As can also be seen from the fact that this url has a sidebar, while the test post url does not.)

    I’m not afraid to look in the database to manually correct something if needed, but I don’t know where to look and what’s the root cause of the change of my original posts.

    Thanks for your time,

    Lisette

    #57651

    1. ? you mean right above the add to cart button? You can do that with a child theme and hooks from woocommerce. You just unhook the price and re-hook at a later priority. Are you using a child theme? Are you familiar with action hooks?

    2. That isn’t an option with this theme. You could use a child theme and override the templates/header.php file. Understand also that you will need to figure out the layout for mobile if you add this. (fyi The theme does have an option to add a search as part of the menu, I recommend that)

    3. I think you want the sidebar to be next to the slider? In that case you need to add the slider as part of the page content and not through the theme options. Go into the page you have as home and add the slider shortcode right in the page content.

    Ben

    #57631
    This reply has been marked as private.
    #57627

    Hi Ben,

    1. How can I change the position of the price?
    I want the price appearing on Button Add to Chart.

    2. Can you help me change the position Serach Box in the middle of the menu, I want the Search Box is between Logo and Primary Menu.

    3. I would like in the “Home Page”, the Slide can add a sidebar, but it is not a sidebar full page, I just wanted her sidebar just beside slide, whether it be?

    Thanks

    In forum: Virtue Theme

    In reply to: Centering Content

    #57596

    Hey,
    On your rates page it looks like you have a blank sidebar enabled? Check that you are using a fullwidth page template.
    As for your shop page, try adding this to your custom css box in Theme Options > Advanced Settings:

    @media (min-width: 768px) {
    .woocommerce-page .col-md-6 {
        width: 100%;
    }
    }

    Hannah

    In forum: Pinnacle Theme

    In reply to: Creating 2 sidebars

    #57549

    ah crap :/
    I can not use 2 sidebars on a same page…

    In forum: Pinnacle Theme

    In reply to: Creating 2 sidebars

    #57547

    Hey,
    That isn’t possible with the theme. There isn’t a two sidebar layout. You can use pagebuilder and add column but understand that you can’t use pagebuilder on woocommerce pages like the shop page.

    Ben

    #57541

    Hello,
    I have already used the primary sidebar here :
    And I would like to add a sidebar on the left with a menu, such as here :

    How is it possible please ?

    Thanks very much for your precious help !

    #57461

    Also just to be clear here my suggestion if your wanting to change the background for the sidebar is this css:

    .kad-sidebar {
       background:#525252;
    }

    If you can add to your theme options custom css should work fine.

    Ben

    #57444

    Hey,
    You can add this function into a child theme functions.php file and that will set your sidebar for all posts, just change the “custom-sidebar” to whatever the slug is for your sidebar.

    add_filter('kadence_sidebar_id', 'post_single_sidebar_id');
    function post_single_sidebar_id($sidebar) {
      if (is_single()) {
        return 'custom-sidebar';
      }
      return $sidebar;
    }
    

    Here is an empty child theme:

    https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip

    Ben

    #57374

    Right now, when I do a new blog post, I manually choose a custom sidebar that I’ve created for the blog. This one is different from the default sidebar for the site (I have products and other custom pages on the site that are automatically set up by a plugin I have and it requires my default sidebar to be product oriented so I can’t use that site default sidebar for my desired blog sidebar. Manually, this has been OK as I write each post I just change it to custom sidebar. But now I’m importing some blog posts from several other blogs (via an RSS feed) and while the archive pages are fine with my custom sidebar, when someone clicks on one of these imported posts, they don’t get the correct custom blog sidebar–instead they get my default site sidebar which is totally the wrong thing. I don’t wish to manually go in to each imported post and edit it to change the sidebar to the proper custom one every time I import blog posts using the RSS feed — so, how can I make my “default” blog sidebar be what I want it to be (and yes, it has to be DIFFERENT than the overall site default sidebar).

    I appreciate your help on this!

    In forum: Virtue Theme
    #57366

    You are using a sidebar so the layout changes. With a sidebar you have less width so there isn’t the space to have the columns like the layout without the sidebar. If you set the columns to 1 then it would show the way the demo is.

    Ben

    #57316

    Hi Ben

    I changed my sidebar background colour with this code:

    aside.col-md-4 {
    background:#525252;
    }

    But now the “Add to basket” line has re-appeared on the products
    prev. hide cart thread:

    I added the hide basket code you suggested again and it worked (again) – but then the sidebar background colour disappeared.

    seems like these two bits of code conflict with each other.

    How does one change the primary Sidebar colour background (without the Hide Add to Cart in Woocommerce reappearing)?

    #57155

    I’m sorry, I have found the solution to my problem in the search for this forum .


    @media
    (min-width: 900px) {
    .sidebar {
    margin-top: -8px;
    }
    }

    #57149

    Hi!

    I had a problem with the alignment of the sidebar with the contents of the pages on my website.

    Here’s an example of a problem on my site: --p1ai/rubrica/novosti

    Sidebar adjustment is lower than the content of the page. How it can be corrected by using a custom CSS? Thanks in advance for help!

    #57108

    Sure, you can add a sidebar to only a specific page by choosing a sidebar page template for that page. You can do this from the edit page under Page Attributes.
    What text would you like to add padding to? Can you post a link?

    Hannah

    #57078

    You are adding this css:

    body .main {
    float: right;
    }

    Don’t do that. That needs to be removed.

    If you want the sidebar on the left you need to use:

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    Ben

Viewing 20 results - 4,001 through 4,020 (of 5,356 total)