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,421 through 1,440 (of 5,356 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: virtue template assist

    #201132

    Do you want a sidebar on the listing page?

    #201019

    Any image widget. You can use virtue: image. But any widget will work. Once you edit the widget look in your right sidebar under the edit popup and you should see “animation options” on the right side.

    #200650

    Try adding this CSS to Theme Options> Advanced Settings and let me know if it works for you:

    @media (min-width: 992px) {
    aside#ktsidebar {
        width: 20%;
    }
    div#ktmain {
        width: 80%;
       }
    }

    -Kevin

    #200635

    Hello,

    I was wondering if there was a way to change the size of the Primary Sidebar on my website? I’d like it to not take up as much room, leaving more space for my blog.

    Regards,

    #200583

    You would just need to create a separate sidebar for each page. There isn’t a built-in function to edit the content in a sidebar from an individual edit page. But you can select a specific sidebar from your edit page. As I said above, you can create sidebars from Theme Options > Misc Settings, then add content from Appearance > Widgets.

    Hannah

    #200554

    Hi Hannah,

    Understood point 1.

    However, for point 2, I am trying to optimise the side bar at page level. Thus, one page would have a different element from the other.
    Can Add/edit/remove widgets in the sidebar from Appearance > Widgets be customised at a page level? I could not find an option to do this.
    Please help.

    Regards
    Yogi

    #200506

    Hi Yogi,
    1. There isn’t a built-in function to add text under a featured image. A workaround would be to add a full-width image at the top of your page content and be sure to give it a caption. Then make sure you have your captions turned on from Theme Options > Misc Settings. The only downside with this is the image will display below your page title rather than above it. Would that work for you?

    2. You can add/edit/remove widgets in your sidebar from Appearance > Widgets. And if you want to create new sidebars you can do so from Theme Options > Misc Settings.

    Hope that’s helpful!

    Hannah

    In forum: Virtue Theme

    In reply to: Top bar text colour

    #200417

    Hi Harry,
    You have an open media query in your css that have effect on your new css. Here:

    @media (max-width: 992px) {
    #ktsidebar {
        display: none;
    }

    Just add another closing bracket.

    Hannah

    #200012

    Hello,

    1. I tried it out, and yes, it doesn’t look nice if its for all the content.
    How can I get only the BLOG CATEGORY PAGES and the INDIVIDUAL BLOG PAGES to be fullwidth.
    I’m looking to use pagebuilder to make the Individual blog post pages look better.

    2. Works well.
    3. Works well.
    4. Works well.

    5. Is there a possibility to add breadcrumbs on the BLOG CATEGORY PAGES too?
    I noticed that if one doesn’t add a sidebar menu on those pages, one cannot navigate back to the main blog page. Am I missing some setting?

    Thanking you in anticipation.
    Kind Regards

    #199917

    This problem relates to posts I’ve seen about category order in breadcrumbs. I have added Yoast in order to specify a primary category for products. That solves the breadcrumb issue. However, the sidebar widget Product Category still displays the product in the deepest category, not the primary category. You can see this here: where the category “Music & More” is open, and the category “Music Artists,” which should be open instead, is not. Is there a workaround for this?

    #199870

    It’s not, not if you want the sidebar below your image. You would need to use a custom template or edit the way templates load if you wanted to change this through a custom child theme: https://www.kadencewp.com/child-themes/

    Ben

    #199869

    It’s not, not if you want the sidebar below your image. You would need to use a custom template or edit the way templates load if you wanted to change this through a custom child theme: https://www.kadencewp.com/child-themes/

    Ben

    #199585

    Hi

    I have moved the woocommerce page title in one of my sites (link below) using some code I found here in the support forum:

    function kt_custom_child_init() {
    remove_action( ‘woocommerce_above_main_content’, ‘virtue_woocommerce_page_title_container’, 20 );
    add_action( ‘woocommerce_before_main_content’, ‘kt_woocommerce_page_title_container_check’, 20 );
    function kt_woocommerce_page_title_container_check() {
    if(is_archive()) {
    virtue_woocommerce_page_title_container();
    }
    }
    }
    add_action(‘init’, ‘kt_custom_child_init’);

    I moved it because I would like the page title to sit beside the sidebar not above it. It worked great, however now the Order by: dropdown has dissapeared. I was hoping that the client didn’t notice but they did and they would like it back in the header there.

    Would you be able to tell me how I can add it back in please?

    Thanks Mel

    In forum: Pinnacle Theme

    In reply to: Video header

    #199559

    Firstly, be sure that the Kadence Slider is installed and activated. If you don’t have it installed yet, navigate to Appearance> Getting Started, and add it through the “bundled plugins” tab.

    After that, you should see the kadence slider options in your admin sidebar at the bottom of the admin area.

    Let me know if you need any further assistance when you’ve got the plugin installed and activated.

    -Kevin

    #199494

    1. Sorry, there isn’t an option to move the sidebar above the content. Let me know if you decide you want to add content only on mobile screens.

    Hannah

    #199427

    Sorry Kevin,

    One more question. I seemed to have inadvertently created an extra parent category called Brushes. I already have that as a parent category with sub categories.

    How can I delete the extra parent category as I see it showing up in my sidebar?

    #199342

    Hey Lynne,
    Can you post a link? Make sure you are not enabling a sidebar from your edit page.

    Hannah

    In forum: Reply To:

    In reply to:

    #199308

    Hey David,
    This css should work for you:

    #ktsidebar {
        border-left: 1px solid #eee;
    }

    Hannah

    In forum: Reply To:

    In reply to:

    #199217

    Hi,

    Many thanks for the response. Is there scope to insert a fine grey line to separate the sidebar from the main text?

    David

    In forum: Reply To:

    In reply to:

    #199187

    Hi David,
    This css would remove your Subscribe button background and change the text color to black:

    .sidebar input[type="submit"] {
        background: transparent;
        color: #000;
    }

    Hope that helps!

    Hannah

Viewing 20 results - 1,421 through 1,440 (of 5,356 total)