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 - 2,461 through 2,480 (of 5,356 total)
  • Author
    Search Results
  • #132084
    This reply has been marked as private.
    #132081

    Hi Hannah.

    Worked like a charm. But, I still don’t know how to display the calendar. If I go to Events – Settings – General and click on Where’s my calender – Right Here I can see the calendar – but with the sidebar still displayed in spite of the custom CSS.

    Also, I still don’t know how to simply put the calendar on a webpage. There is no shortcode.

    Any ideas?

    Thanks,

    Jerry

    ps. I continue to feel guilty about asking you to troubleshoot a different vendor’s software but I sure appreciate it.

    In forum: Virtue Theme

    In reply to: mobile issues

    #132070

    1. You are adding this css:

    
    @media only screen and (max-width: 600px){
    .page-header {
        display: none;
    }
    }

    2. You can’t (and really shouldn’t) move the sidebar above content. Content should always come first.

    You can either add in another widget into the page content then hide it till mobile with css.

    Ben

    #132031

    You can use this css to hide the sidebar and make the content fullwidth:

    .single-tribe_events .sidebar {
        display: none;
    }
    .single-tribe_events div#ktmain {
        width: 100%;
    }

    Hannah

    #132025

    Thanks Ben. That helps alot.

    Question – Recent Post and Recent Comments appear in the right sidebar of the event. If I make the format full width then the posts and comments appear below the event listing. How can I prevent either from happening?

    Thanks,

    Jerry

    In forum: Virtue Theme

    Topic: mobile issues

    #132020

    Hi,

    Concerning mobile:

    – The product category page titles are not showing up?

    – On desktop i have a woof filter in my sidebar, but on mobile i want the woof filter activated with a button above the product button > ‘filter products’ for example. Would this be possible? And how to achieve a nice mobile filter functionality?

    Hope you guys can help me out

    regards
    Alex

    #131965

    Hey Sharon,

    You can control the background color of the sidebar with this CSS:

    aside#ktsidebar {
        background: #EADB9A;
    }

    Let me know if that works for you!

    -Kevin

    #131958

    Can’t seem to find a way to do this. There isn’t any option under Theme Options>Advanced Styling. Help appreciated.

    http://www.cyj.celebratingyourjourney.com

    #131947

    Before I use AddThis plugin for share buttons, does VP have an easy way to place them in a line within top bar? Right now, I have Virtue Social used for my FB and LinkedIn urls. But can’t figure out how to do share buttons except by using AddThis plugin in the past, Thanks for input.

    http://www.cyj.celebratingyourjourney.com

    PS FYI…on some pages layout is full width; on others it shows sidebar. I want share buttons to show on all pages; that is why I think topbar is the choice. Any other ideas?

    In forum: Virtue Theme

    In reply to: Fonts

    #131759

    There is no way to have an actual sidebar on each side of the page, but using page builder, you could add widgets to columns on each side of the page to make it appear as though there are two sidebars.

    if you’re unfamiliar with page builder, this tutorial should act as a good introduction for you:
    https://www.kadencewp.com/using-page-builder/

    -Kevin

    In forum: Virtue Theme

    In reply to: Fonts

    #131757
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: Tags – the same size

    #131746
    This reply has been marked as private.
    #131736

    Hello!

    How to do that tags in sidebar CLOUD TAG will be all the same size? Thanks.

    Best regards,

    R.

    #131622

    Hello, I will build a filter in a sidebar of a new website, and I want it to look like this one: (scroll down and you will see what I mean on the left of the images).

    I already know that I’ll probably have to install a plugin like woocommerce-products-filter for the functionality, but my questions how I could obtain a similar design/looks like that website in terms of:

    1- fonts: have total control in terms of font family, size and color for all of the fonts in that filter widget
    2- Have that good looking border that separate the different widgets/sessions within the filters in the sidebar
    3- Have total control of the size, color and style of the checkboxes

    Which parts of this “quest for design” should be done with virtue and which parts with the plugin?

    Thank you,
    Felippe

    #131606

    Hi,

    I have added the foillowing code to my child theme function.php:

    remove_action( ‘woocommerce_archive_description’, ‘woocommerce_taxonomy_archive_description’, 10 );

    add_action( ‘woocommerce_after_main_content’, ‘woocommerce_taxonomy_archive_description’, 100 );

    This should move the text field to the bottom of the page. But what happend is that the text field shows up in the sidebar!!

    see example here:

    On my other sites, the code worked perfect.

    What could be the problem here? On the other hand it is not bad to have the description in the side bar but not above the filter.

    hope you can help me out here.

    In forum: Pinnacle Theme

    In reply to: Unwanted Sidebar

    #131535

    Virtue has more compatibility with Modern tribe. We adjust some templates for better styling in it.

    There are many events calendar plugins with a range of how they are set up and the modern tribe is great but has more of there own custom templates then others.

    Regarldess, You can choose the “default Events template” in your display settings for modern tribe and that should remove your sidebar. You will want to turn off “select2” in your theme options > misc settings. that will fix the select box.

    Ben

    In forum: Pinnacle Theme
    #131526

    Hi there –

    I have installed an events calendar plugin, and on the page I have manually changed the settings so that there should be no sidebar – but if you take a look at the page, you’ll see that a sidebar is still displaying. Do you know why that might be, and how to get rid of the sidebar?

    Alternately, do you have a suggestion for an events calendar plugin that is more compatible with Kadence Themes?

    Thank you!

    Cheers,
    Amber

    In forum: Virtue Theme
    #131264

    Hi all, I’m trying to create a widgetised area above the title (in the main content area) on all pages/posts except the front page and contact page.

    Does anybody know which template I have to add this to …

    `<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘header_sidebar’) ) :

    endif; ?>`

    and how do I exclude the front page and contact page?

    Thanks a lot …

    In forum: Virtue Theme

    In reply to: Fonts

    #131102
    .sidebar .widget_nav_menu a {
        color: #fff;
    }

    Hannah

    In forum: Virtue Theme

    In reply to: Fonts

    #131077

    This css should work for you:

    .sidebar .widget_nav_menu {
        font-family: sans-serif;
        font-size: 20px;
    }

    Just paste it into your custom css box in Theme Options > Advanced Settings.

    Hannah

Viewing 20 results - 2,461 through 2,480 (of 5,356 total)