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 - 861 through 880 (of 2,437 total)
  • Author
    Search Results
  • #176717

    Hey,
    1. You would use a plugin for this, for example: https://wordpress.org/plugins/simple-share-buttons-adder/

    2. You can add these to a sidebar or in your footer using the Ascend: social widget. Go to appearance > widget and place the ascend social widget into the widget area you want to show these links in. Then you can add your social links.

    Ben

    #176673

    Hi Ben,

    Is there a way to create a completely custom Home Page Header with Page Builder?

    I see the following options under “Choose home page header settings”:

    Page Title
    Basic Slider
    Kadence Slider Pro
    Shortcode Entry
    Post Carousel
    None

    It may be a simple answer, but the problem I’m facing is I’m trying to use the “Home Widget Area” to create the custom header, but the sidebar doesn’t clear the Widget (since it’s part of the Home Page Content).

    Is there a better approach to do this?

    I’ll send the dev URL with its associated credentials in a private followup post.

    Thanks!
    Taylor

    #176629

    Thank you Hannah!

    I used settings>PageBuilder > Layout> Row Widget Bottom Margin and set that to zero.

    I did make the gutter zero but not sure what that does because nothing happened.

    Can you tell me what area of the page does the gutter apply to?

    Thanks Hannah!

    In forum: Ascend Theme

    In reply to: Box Shadow on pages

    #176563

    css related to another widget on the page, split content inside of a fullwidth stretched row area in page builder was causing the extra space. I’ve marked the css change to be included in the theme.

    Ben

    #175736

    Haven’t logged into WordPress for awhile and today when I updated, I can’t seem to access any of the theme option menus or expand any widgets in the appearance area. There is no data displayed when I open theme options, just the options to the left which when selected do not open anything.

    Any suggestions? Site seems to be working OK except it seems like something disappeared from the footer.

    Many Thanks!

    David

    http://www.gallatineventrental.com

    In forum: Virtue Theme

    In reply to: Video

    #175647

    Hey,

    You should be able to remove this video by going to Appearance> Widgets, and find the Home Widget area. That is where the video is being loaded.

    Let me know if you’re able to find it!

    -Kevin

    #175641

    Ben,

    This maybe out of scope of your support.

    So I am using this technique to

    To create a shortcode for the jetpack sharing buttons.

    But when I add the shortcode in the content, no matter where I put it it still ends up at the top of the page.

    Any ideas?

    I noticed if I put it in a widget area that is not part of the content, it stays in that widget area so I thought of maybe creating a new widget area right after the content to put it in, do you have any tutorials on customizing the child theme or function with a new widget area?

    thanks

    Jeremy

    #175618

    Hey,

    You should be able to do this by adding a Product Search widget either to the topbar widget area, or your header widget area.

    Go to Appearance> Widgets, and place the search wherever you need.

    Let me know if that works for you!

    -Kevin

    #175310

    Hi George,
    You could set the search to only display products. Rather than enabling the search from Theme Options > Topbar Settings, enable the topbar widget area and add a woocommerce search widget from Appearance > Widgets.
    Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: TopBar Menu image?

    #175221

    Hey,
    1. The book now button isn’t an image it’s done with css. Looks like you can find the css in your customizer > custom css.

    2. In your theme options > home layout, you can enable a home widget area as well as home content. So using those two modules place one above and one below. Then in the page, you have set to be the static home page (settings > reading) add your text and in the appearance,> widgets add a text widget to the home widget area.

    Ben

    #175098

    I have tried the simple mobile menu option and it appears to have no impact I think it’s due to not using primary menu, I’m only using the secondary menu as I need the header widget area as well as a full width menu which is managed through the Max Mega Menu. So I just need to be able to turn off/hide everything above the secondary menu bar on the two lowest resolutions (smart phones and tablets).

    Thanks,

    Mark.

    #175088

    Hey,
    You could use the home widget area (enabled in Theme Options > Home Layout) then add the Layout Builder widget from Appearance > Widgets. Would that work for you?

    Hannah

    #174965

    In your admin can you make sure to drag the extra widget area to the top of the modules. Even if they are not checked you need the extra widget area to be first or on top.

    Ben

    #174953

    Thanks, go easy on me, I’m not a good developer and I’m certainly not as experienced as you! Trying to reverse engineer this HTML site I confused the hell out of myself.

    So I went back and set the header to logo > extras > menu and extras like you said, I removed all of the css that you suggested to remove, I took out the layout builder and just added the email and phone in a Custom HTML widget.

    So the first extras enabled is the widget area where the email and phone number are and I put the ‘Forms’ dropdown menu in a Navigation widget in the menu and extras location.

    But now the email and phone are on the right side of the forms menu?

    #174923

    Yes there is a normal above footer widget area you can apply and it will be above the footer layout. If the naming is confusing just don’t use the footer layout with the first column being fullwidth, instead, use the above footer widget area.

    Ben

    #174879

    yes, Ben, i was confusing, but the translated italian name is not helping! because i have these widgets showed for the fullwidth area + three columns below: upper footer area, column 1, column 2, column 3, column 4…. so, as you told me, column 1, is in reality the fullwidth, so my question is: the upper footer area is another fullwitdh of the theme or am i confusing again? the area i mean is called above_footer_outer ….

    i mean, if it is another fullwidth of the theme i will call: upper footer fullwidth 1, upper footer fullwidth 2, and than the exact number of columns… no?
    but i think you are actually correctly supposing that the fullwidth are, in reality, columns….

    Anyway, i don’t want to miss you perfect work, it was just my opinion… that’s it.

    THANK YOU VERY MUCH for the work you did and do!!!
    Angelo

    #174853

    now that your site is using the latest version you will see an option in the header settings for logo > extras > menu and extras. The first extras enabled can be your widget area and you can place that to the left of your menu.

    That route is what I suggest. And to make everything float to the right just add this css:

    .kad-left-header {
        flex-grow: 1;
    }
    .kad-header-flex {
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
    }
    .kt-header-position-above #logo a {
            -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
    }

    As for your secondary menu… you seem to be adding a lot of css that doens’t really make sense and I don’t understand why you are adding. For example like this:

    .sf-menu ul {
        position: relative;
        display: block;
        top: 100%;
        left: 0;
        z-index: 599;
        text-align: left;
        border: 0px !important;
    }

    Why are you making the submenus position relative? I would suggest removing all of that. and maybe you can tell me what you are going for and I can help you write some css.

    Instead of this:

    .second-navclass .nav-second .sf-menu {
        -webkit-align-items: left !important;
        -ms-align-items: left !important;
        align-items: left !important; 
        -webkit-justify-content: left !important; 
        -ms-justify-content: left !important;
        justify-content: left !important; 
    }

    simply change to this, don’t need align or important:

    .second-navclass .nav-second .sf-menu {
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
    }
    #174849

    I think you are simply confusing above widget area with the footer columns. They are different layouts. You are adding the layout where the first footer widget is fullwidth and the second is the first in the three columns below. The above footer widget area is a completely separate widget area.

    If you just want three columns then choose three columns and if you want to add a widget area above that turn that on separately.

    Ben

    #174766

    Hi,
    we are using the last version of the theme but, selecting a 3 footer colums + above widget area, we are experiencing a strange behaviour: the columns are not positioning horizontally…but, vertically….

    another strange thing is happening… if we select a two column footer there are three column widget, if we select 3 column footer, there are 4 column footer widget….

    CAn you check please?

    Thank you very much
    Angelo

    #174748

    Can you please share with me the configuration to get a custom navigation menu dropdown in the right hand side of the primary navigation menu? I’ve tried adding a ‘Navigation Menu’ widget to the ‘Header Extras Widget Area’ but it won’t show up on the right of the email and phone.

    Currently, the ‘Forms’ menu is set as the primary menu and I’m using a full width Layout Builder to add the email and phone, but I need the ‘Forms’ menu on the right hand side of the email and phone.

    How I would like it to look: Chantelcohen.com

    How it looks now: Chantelcohen.com/kwsm

Viewing 20 results - 861 through 880 (of 2,437 total)