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 'widget area'

Home / Forums / Search / Search Results for 'widget area'

Viewing 20 results - 1,661 through 1,680 (of 2,437 total)
  • Author
    Search Results
  • #87750

    Theme options > topbar settings. Make sure you have the widget area enabled.

    Apperance > widgets. Add the woo search to your topbar widget area.

    Ben

    In forum: Virtue Theme
    #87676

    Hey
    There search results page has a sidebar. You’re seeing a blank empty area on the right because there isn’t any sidebar widgets added to the primary sidebar.
    Sidebars on search pages can be a really helpful place to add navigation or categories or archives since a person using a search is clearly looking for something and it’s possible they don’t know the correct terms to search.

    Ben

    #87633

    Hi Sebastien,
    Let me try to lay out Ben’s post a little clearer. You can enable the Home Widget Area in the Homepage Layout Manager in Theme Options > Home Layout then navigate to Appearance > Widgets and add a text widget to the Home Widget Area and paste Ben’s shortcode into that widget. Does that make sense?
    Another option is to add it directly into your homepage, but that’s only if your homepage is set as static page (Settings > Reading).
    Hope that helps!

    Hannah

    #87624

    Thanks Ben. I forgot that the topbar has a widget area indeed. Said that however, after I used it, the drop-down menu integrated very poorly AND it seems that the (BOOSTER) currency switcher slowed down the site to a crawl.

    Perhaps it is better to try the Woocommerce Currency Switcher instead.

    I saw it is possible to add it directly to the product page, even below to the add now button. Only, I do not yet know how to do this. Not sure if woocommerce accepts shortcodes somewhere in the attributes area or if this is entirely a new section. I saw on a demo page that someone made an info icon and below was the currency switcher button. But again, not sure yet how that was done.

    Well, seems I have to do some research here, further.

    #87617

    Hey,
    You can use your page content or home widget area.

    Add your title and the portfolio shortcode.

    [portfolio_posts columns="3" items="9"]

    Ben

    #87615

    You can use any text widget to add the shortcode. the topbar has a widget area.
    Ben

    #87533

    Hey Anamaria,
    You can enable whatever you like above Page Content in Theme Options > Home Layout. Page Content determines where your blog post display. So if you want to use page builder you can enable the home widget area then from Appearance > Widgets you can add a layout builder widget to your home widget area. You can enable a slider from Theme Options > Home Slider
    If you want this content to be above the sidebar that would require setting your page as a static page (setting > reading) and using page builder to create a sidebar-like look with columns then add your blog posts in the larger column via shortcodes. Does that make sense?

    Hannah

    In forum: Virtue Theme

    In reply to: Widget Header Styling

    #87212

    There is no span in a widget title so you don’t have anything to pull from you would need to add that span through a text widget in the content area.

    Or you could use a child theme unregister every widget area then register with the span added to the before and after title area.

    Ben

    #87089

    Hi,
    You can do this using a shortcode like this:

    [custom_carousel columns=4 speed=9000 scroll=1]
    
    [carousel_item columns=4]
    Item 01 - Add your info here
    [/carousel_item]
    
    [carousel_item columns=4]
    Item 02 - Add your info here
    [/carousel_item]
    
    [carousel_item columns=4]
    Item 03 - Add your info here
    [/carousel_item]
    
    [carousel_item columns=4]
    Item 04 - Add your info here
    [/carousel_item]
    
    [/custom_carousel]

    You can either paste that into your home page content area or your home widget area and just add that to the visual editor or a text widget. Another option is to use pinnacle: gallery widget.
    Hope that helps!

    Hannah

    #87018

    Under Main settings > Logo options there is a setting Logo Layout (Standard Header only) and the last option is the logo + widget. id like to know how to edit the size of the widget area so that my logo is bigger than the widget.

    The widget im trying to put in is “Login Widget With Shortcode” so i can have a small login section next to my logo with my logo taking like 75% width and the widget are the remaining 25%

    In forum: Virtue Theme
    #86914

    Hey,
    You edit menus in your appearance > menus page.

    Then using the custom menu widget you can assign the menu to the footer widget area.

    Ben

    In forum: Virtue Theme

    In reply to: sidebar on blog

    #86906

    Hey,
    In your apperance > widgets page. Have you added anything to your primary widget area?

    Ben

    #86903

    Hi there, I have a request to put in for built in Social Icons for Widget areas.

    Snapchat
    Periscope

    Love the Virtue Theme!

    Robert

    In forum: Virtue Theme

    In reply to: image menu spacing

    #86878

    I’m seeing about us in the third pagebuilder row?

    Inside of the third row I see that you made three columns. Two empty columns on either side of the text widget that holds about us?

    Those two empty columns are causing your issues on mobile.

    If you don’t want a text area to extend the whole row don’t make three columns. Just use one column and set a max width on the text widget.

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

    Ben

    #86814

    Can you post a link?

    Sounds like you have a menu widget in one of your footer widget areas. That would make the menu inside the footer and not below it so if you can post a link I think I would understand better what your asking.

    Ben

    #86812

    Hey! The easiest way to go about this would be to simply place a text widget in the footer area that you want the link to appear in.

    Then, within that text widget, place the necessary HTML to create the link.

    It will look like this <a href="http://YOUR URL">YOUR LINK TEXT</a>

    #86408

    Hi,

    in my homepage I set a Virtue Gallery (mosaic gallery) into Home widget area:

    my question is:

    is it possible to have a fullwidth mosaic gallery?

    In forum: Pinnacle Theme

    In reply to: Font Style Bold

    #86267

    Hi Hannah

    this whats in my custom css

    .topbar_social_area .siteorigin-widget-tinymce.textwidget {
    float: right;
    }
    .topbar_social_area .siteorigin-widget-tinymce.textwidget p {
    margin-bottom:0;
    line-height:40px;
    }
    .kad-primary-nav .sf-menu>.kt-lgmenu>ul>li>a {
    font-weight: 800;
    }
    .kad-primary-nav .sf-menu>.kt-lgmenu>ul>li>a {
    color: #red!important;
    }

    .kad-header-center-logo #nav-main-left.kad-primary-nav .sf-menu>.kt-lgmenu>ul {
    width: 992px;
    right: auto;
    left: 0;
    }

    @media
    (min-width: 1200px)
    .kad-header-center-logo #nav-main-left.kad-primary-nav .sf-menu>.kt-lgmenu>ul {
    width: 1170px;
    }

    can you check it?
    thanks

    K

    #86190

    Hey Jay,
    For some strange reason it looks like the sidebar is pulling from your topbar widget area. So you can either add content to that area from Appearance > Widgets. Or if you want it gone you can use this css:

    .events-archive .sidebar {
        display: none;
    }
    .events-archive div#ktmain {
        width: 100%;
    }

    Hope that helps!
    Hannah

    In forum: Virtue Theme

    In reply to: Full width footer

    #86029

    Hey,
    You can paste it into a text widget or into the text editor in your page content area.

    Hannah

Viewing 20 results - 1,661 through 1,680 (of 2,437 total)