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 - 2,061 through 2,080 (of 2,437 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Icon Box

    #46018

    Antony,
    In the text widget you area adding this. Make sure you do not have add paragraph tags automatically checked. Remove any lines that are in between your code.

    Ben

    #45980

    Hi Joe,
    You can use a plugin like this one- https://wordpress.org/plugins/woocommerce-products-slider/
    Then just add it to the homepage through the home widget area.
    Hope that helps!

    Hannah

    #45933

    Hi Hannah
    Thanks for your response. It is obvious that I haven’t been clear in my request!
    I have a home page set up as a static page with all settings for the home layout as per the video you suggest. (stuart-hinds.com)

    What I want to know is if I use the page builder on this already setup page to change placement of different areas will it override my original set up?
    Would I be better to clone the page and try it out first or do I need to restart with an empty page – can you guide me in this, please?

    I can change the layout using the theme layout manager but the page builder appears to allow more customization with the virtue widgets.
    Thanks
    Bev

    #45913

    Hey Dan,
    You can push the header widget area down with this css:

    .kad-header-widget {
      margin-top: 40px;
    }

    And you can hide it from mobile with this:

    @media
    (max-width: 992px) {

    .kad-header-widget {
      display: none;
    }
    }

    Hope that helps!
    Hannah

    #45911

    Oh, and how do I hide the header widget area altogether, but only in mobile?

    #45906

    Hey,
    1. You can use this css:


    @media
    (min-width: 992px){
    .kad-header-left {width:40%}
    .kad-header-widget {width:60%}
    }

    2. You can’t have the mobile menu appear above the widget area. The widget area comes first is the html. You can certainly remove the widget area on mobile though. Or just remove parts of it.

    3. You can use css like this:

    .kad-header-widget .widget_nav_menu ul.menu {
      padding: 0;
      list-style: none;
      text-align: center;
    }

    Ben

    #45895

    Hey,
    In your theme options > home layout. Disable the “latest posts” and enabled the “home widget area”.

    Then in your appearance > widgets add a text widget to the “home widget area” then add this shortcode to the text widget:

    [blog_grid columns="4" items="4"]

    Ben

    #45891

    Additional request/help-needed:

    Same website… there is a custom menu widget in the header between the logo and Wish List. However do I control formatting of this menu? I don’t want bullets, and I want a centered list, not a left aligned one. Also, any CSS/advice you can offer for generally centering (left/right/top/bottom) widgets within cells in this area (there is a layout builder in use here, and I am using padding, but I really want to be centering, because if I pad anymore it starts to line break some of the content, not too mention all of the extra whitespace that appears on mobile because of it). Any help here would be greatly appreciated!

    -Dan

    In forum: Pinnacle Theme

    In reply to: Blog Post in Home Page

    #45521

    Hey,
    You can add this css to decrease the spacing:

    .home-widget-box {
    margin-top: -70px;
    }

    There isn’t an option to duplicate the home widget area, although you can add multiple widgets to it. You can also create a static page as your home page and add widgets using page builder.

    Hope that helps!
    Hannah

    In forum: Pinnacle Theme

    In reply to: Blog Post in Home Page

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

    In reply to: Blog Post in Home Page

    #45448

    1. You can add a button using the widget area or page content and place a link to your “blog” page.

    2. What video are you trying to play?

    Kadence Themes

    In forum: Virtue Theme

    In reply to: Header Issue

    #45414

    Sure you can use css to arrange the widget area, can you post a link?

    Ben

    In forum: Virtue Theme

    Topic: Header Issue

    #45379

    I want to use the widget area of the header and I’d like to use the contact details widget. Is it possible to move the
    contact info from showing on the left to the far right of the widget.

    Many thanks
    Gillian

    #45377

    Hi!

    Having issue adding 500px social link in the widget area.
    Do you have any solution?

    Thanks in advance

    Julia

    #45125

    Yes I did Hannah, and apologies but the demo widget wasn’t there for the last 30 minutes.

    If you look at this image you’ll see what I mean: Demo Image

    Note how the name and address fields don’t have a space, but the two numbers do.

    Normally, this kind of thing is of my doing, but in this instance I can’t see where I’ve made a mistake.

    Kind regards
    Steve

    Edit: Could this be something to do with expecting an area code or international code?

    In forum: Virtue Theme

    Topic: Header area

    #45107

    I am using the virtue premium. I’d like to do the following, preferably all in the header; area but I am running into issues. I appreciate any help I can get.

    1-I’d like to have the site tag line to the right of logo (rather than below). I tried to work around this by using a text widget in the header but doing so has a couple of problems. 1) I don’t know how to position the widget where I want it (to the right and aligned with the center of the logo). I have no control over the font size and color of the widget either. Basically I’d like to have control over the positioning of the widget to put it anywhere in the header area. 2) The other problem is that adding the widget in the header pushes my primary menu down out of the header area and into the slider area. If all this clutters the header area I can have my menu in the secondary navigation but it seems I have no control over spacing and positioning of the menu items in the secondary navigation as I do with the primary.

    2-Have phone, email and social media all the way at the right side of the header (right adjusted). When I add the Vcard widget, it centers in the middle of the header area which I don’t like. Can I have multiple widgets in the header and position them anywhere I like?

    #44534

    Hi,

    I’m having problems with my home page not showing the following layout items: Icon Menu, Latest blog posts, Home Widget Area. I can see all of them on my desktop site and on my mobile site. Other people have tested my site and some see them on their desktop and others don’t. When using Google Webmaster Tools and the Fetch/Render utility, Google bots can’t see these items on Desktop view, but can see them on their Mobile view. I have tried deactivating each of my plugins one by one and running the Fetch/Render and I keep getting the same results. I will also say that the Fetch/Render for both is giving me a list of 20+ resources that are blocked. Not sure what this means.

    Do you have any solutions for getting my home layout to consistently show up for Google?

    Thanks!

    #44057

    Hey,
    If you use the widget “pagebuilder layout” you can add a row that is “full width stretched” in the first footer widget area.

    Ben

    In forum: Virtue Theme

    In reply to: Custom Menu

    #44034

    Found it. Just place in Virtue Advanced Setting CSS area.

    .widget_nav_menu li {
    font-size: 14px;
    }

    In forum: Virtue Theme

    In reply to: Blog on homepage

    #43552

    Ok, in your theme options > home layout. Add the home widget area. Then go to appearance > widgets and add a page builder widget to the home widget area.

    Ben

Viewing 20 results - 2,061 through 2,080 (of 2,437 total)