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,101 through 4,120 (of 5,356 total)
  • Author
    Search Results
  • #51581

    Ok, I see your using the post grid widget. That widget was designed for the sidebar or footer. You can’t really change the image size unless you used a child theme copied the widget into it as a separate widget and changed the code.

    The closest thing you can do it add a blog grid using a shortcode then use css to remove the post title and excerpt if you only want the images. http://docs.kadencethemes.com/virtue/#shortcodes

    Ben

    #51520

    1. Turned off the heading which has done the trick
    2. I learnt a bit of CSS on Sunday and made some changes to the Styling which has worked great

    Thanks for the prompt response, most appreciated

    I have another issue, my Post Title and category clash with long titles in the header. Is there a way of moving the Category down the header clear of the title? Because I don’t use a sidebar on the Posts I would also like to increase the Category font size to make it more prominent

    Link to Post with Title/Category clash

    #51463

    Hey,
    No you can’t use the filter in the sidebar it has to be internally linked to what is visible on the page. What you can use is this plugin through: https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/

    That is do by filtering attributes and you can create attributes that resemble categories.

    Ben

    In forum: Virtue Theme
    #51417

    Have you tried the Woocommerce Product Category widget? You could add this to a sidebar in your shop page. It still shows the sub-category items but it displays them slightly to the right of the parent category.
    Hope that helps!
    Hannah

    #51397

    The only thing I have in my custom CSS box right now is moving the sidebar to the left “#content .main {float:right;}”.
    I have tried switching from child to parent and same thing.

    #51376

    Hello Ben and Hannah! Back on my feet.

    I got my Sidebar working. I used Woocommerce Widget Product Category with a little bit of CSS to looks ok also for mobile. (I decided not to use the Category images, too much visual noise)

    Please, take a look: http://www.felipemaion.com/DonnaBella/wp/?post_type=product
    (not bad for my first webpage, ahm?! Or Am I fooling myself? Lol!!).

    Ok, my (new) question is: Is it possible (and ok) to do the sidebar as a filter?

    Sidebar as Filter

    I don’t like that the page updates every time customer clicks the Category at sidebar, for me would be nicer to only filter it.
    Is it possible? How?
    And can I load the shop page with one filter on? How?

    Thank you

    In forum: Virtue Theme

    In reply to: category count display

    #51364

    Hey,
    You can use css like this in your theme options > advanced settings:

    .sidebar .widget_categories li a {
        display: inline;
        border: 0;
    }
    
    .sidebar .widget_categories li {
        padding-bottom:6px;
        margin-bottom: 6px;
         border-bottom: 1px solid #eee;
    }

    Ben

    #51345

    Your css shouldn’t have effect on whether the sidebar shows or not. Have you checked the page settings? There should be an option to make the template full width on each edit page.

    Hannah

    #51338

    hello,

    on my site i have a categories filter on the sidebar. is there a way to get the category count to align to the right as opposed to below the category?

    #51312

    Hi Hannah,

    I’ve added the custom CSS to switch the sidebar to the right instead of the left. But now it shows the sidebar on pages where it didnt show before.

    Tom

    In forum: Virtue Theme
    #51272

    Also using a sidebar and a menu there can be really helpful and it’s a standard for online shopping so people will be used to it.

    Ben

    In forum: Virtue Theme
    #51265

    Hey,
    On mobile the sidebar is going to be below your content. You can add a search in your mobile menu or in the topbar. Else you can open the page and use this widget to add the search into the top of the page content right below the page title.

    https://wordpress.org/plugins/widgets-on-pages/

    Adding into the page above sorting would require that you use a child theme and edit the woocommerce template.

    Ben

    #51261

    Is there a way to have this animation?

    – only though the filter option. The sidebar categories is an unrelated menu. It will take you to the category pages. The filter is the only thing with animation and you can’t make the menu do that.

    Ben

    #51232

    ok, I found the problem ! but not the solution 🙂
    it’s the function : “Show Category Filter on Shop Page”
    this generates a cool dynamic animation, that i don’t have via the product categories selection on de sidebar…
    Is there a way to have this animation?
    thanks !

    #51211

    So you’ve added a product categories widget to your sidebar (appearance > widgets). The sidebar content is not determined by the page, rather by the sidebar you’ve selected to show on that page. You can create custom sidebars in theme options > misc settings then customize in appearance > widgets then select it for specific pages on the edit page.
    Hope that helps!

    Hannah

    #51080

    Hi, I’m absolutely loving your Virtue theme. I’ve been tweaking it over the last week in preparation for migrating from my opencart store and it seems to have everything I need.

    I’ve been searching the forums here whenever I’ve been stuck and so far have always found an answer. However, today I need a little help if possible. I have the option for showing the “Sold tag” enabled in your theme settings. This works beautifully throughout most of the site, but doesn’t appear on 2 widgets on my pages (“Woocommerce Recently Viewed Products” and “Products”).

    I sell one-of-a-kind items that sell out very quickly as I release them in batches and I would really like customers to be able to see the sold tag on products featured in those widgets so they don’t waste time clicking on them. Can this be done?

    Many thanks. 🙂

    In forum: Virtue Theme

    Topic: main content

    #51009

    What is the id or class for the main text area want to put some css to it borders background and so on to key in with what iv done to the sidebar and the menus just can’t find the id for the main text area.

    Thank you for any help you provide.

    #50930

    Hi again

    Yes, the site is under construction at this time.
    http://www.byte-academie.com/

    I need to precise:
    * no fonction or CSS customization in the child theme (except a bit of CSS to set the sidebar on the left)
    * The update is on version 3.1.4 and not 3.1.8 (in fact the last version of the theme). I was updating from the 3.0.8
    * I’m using plugins WOOCOMMERCE and EVENT MANAGER.

    Thanks in advance
    Best regards
    Robert

    In forum: Virtue Theme

    In reply to: Woocommerce & Demo 1

    #50927

    So from your admin panel you should be clicking Appearance then Menus. Then on that page you should see Product Categories in the left sidebar. You’re not seeing this? See this tutorial- https://www.kadencewp.com/building-displaying-menus/

    Hannah

    In forum: Virtue Theme

    In reply to: Woocommerce & Demo 1

    #50865

    Hey Mark,
    You don’t need to delete the shop page. You can go to Products > Categories and create categories then assign products to those categories. Then you can link to the product category page in the menu. You should see a Product Categories button in the left sidebar of Appearance > Menus. If you don’t see this option you may need to select it from the screen options tab on the top right of the page.
    Does this work for you?

    Hannah

Viewing 20 results - 4,101 through 4,120 (of 5,356 total)