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 - 781 through 800 (of 2,437 total)
  • Author
    Search Results
  • In forum: Ascend Theme
    #186074

    Hey,
    It’s not possible within the theme options of Ascend to have the menu show below the page title area. The slider is added outside of the header into the page content area and so there is no relationship with the menu in the header and the bottom of that slider that would allow for some css hack to position the menu there.

    With virtue you can place the slider above the header and this could be possible in ascend by manually adding a slider into the topbar widget area for example or header widget area but it won’t work or be controlled like the current header image throughout the theme.

    Does that make sense?

    Ben

    #185980

    Hey,
    Your site is in maintenance mode so I’m unable to see it. Have you tried enabling the topabr layout switch from Theme Options > Topbar Settings? If you’re not already, I would also suggest adding your social links through the topbar widget area. You can enable that from Theme Options > Topbar Settings then add widgets from Appearance > Widgets.

    Hannah

    #185758

    There are 4 footer widget areas. The first one is the full width one. The second one is the first column thats under it.

    If you want custom choose the layout builder widget and use the first widget area to build any layout in your footer.

    Ben

    #185757

    Hello!

    In Theme options -> footer I choosed fourth option where is 1 footer area fullwidth and 3 colomns below, however in widget area there are just 4 footer columns. There isn’t one area fullwidth above columns. In forum I found topic about it, but it was for Ascend theme.
    How can I get this?
    In best scenario I would like to get one footer area fullwidth above 4 columns below.

    Thank You!

    #185692

    Hmm, lets try a set by step again, and break it down as much as possible with images. You want to add the sign up right above the recent posts widget in the primary sidebar on your site.

    So step 1:
    Go to appearance > widgets in your admin. (see image)

    Step 2:
    Scroll down on the left side till you see “Text” under the available widget options. Then click on that widget, a popup will show asking you which widget area you would like to add this text widget too. Select primary sidebar and then click “add widget”. (see image)

    Step 3:
    Scroll up to your primary widget and click and move this widget to where you want it to show. So move it directly above the recent posts widget. (see image)

    Step 4:
    Add the constant contact shortcode, which we’ve already established is [ctct form="467"], into the text widget. Make sure to click “save” when done (see image)

    Hopefully this will help by seeing the images and will also help you to understand how sidebars work and how you can add stuff to them.

    Please let me know.

    Ben

    #185676

    Theme options > menu settings, I enabled the cart in the menu.

    Appearance > widgets I added a widget with an icon link to the cart in your header widget area.

    This css went with to style more like your images:

    #nav-main ul.sf-menu ul#kad-head-cart-popup .buttons .button {
        background: transparent;
        border: 1px solid;
    }
    .menu-cart-btn .kt-cart-total {
        background: #2d5c88;
    }
    i.icon-cart:before {
        content: "e0c2";
    }
    .kad-header-widget .header-widget-area-header.widget_icl_lang_sel_widget {
        float: right;
    }
    .kad-header-widget .header-widget-area-header.widget_black_studio_tinymce {
        margin-top: 10px;
        float: right;
        margin-right: 10px;
    }
    
    In forum: Pinnacle Theme

    In reply to: Standard orange color

    #185657

    One way would be to add a class or ID directly to your row or widget by opening the Attributes tab in the Page Builder Edit Area, and adding it there. Let me know when you’ve added the class or ID to the row or widget, and I can give you the CSS.

    You can increase the height of the call to action by adding padding to the call to action widget. Open the widget edit area, and in Layout, add some top and bottom padding.

    Let me know if this works for you,

    -Kevin

    In forum: Pinnacle Theme

    In reply to: Queries

    #185584

    Hi Kevin

    Thanks for the reply.

    In relation to disabling the cache on the home page how is this done. I do not have WP cache on my site as it was creating problems.

    In terms of areas to hide on mobile device they vary from page to page. Essentially I would like to just hide a row and the associated widgets in it.

    The other problem is that I want my posts to appear with a picture on top within the blog post. When I switch
    Gallery Blog Post Summary Default portrait image I just get a blank space. Can you assist please.

    Final question. Can you sort your blogs by category and have a side bar that just lists all the categories and then you can filter by catagory.

    Thanks again for your great help.

    #185511

    Hi:
    I am using Virtue Bold and want to edit the footer. I have left the default footer widget layout with the default 2 columns and know that I can change the text in Theme Options, miscellaneous settings.

    What I would like to know is:
    1. In the footer copyright text, the default has short codes for [the-year] [site-name] and [theme-credit]. If I want to add a link as part of the footer text – how do I do that?
    2. What is the name of that area? If I want to change the font or background color I know I can do that in the Custom CSS Box.
    3. How can I adjust the height of the footer area? I believe there are two rows or sections?

    Thanks,
    Jim

    #185494

    Hey,

    Sorry, I don’t know how to be clearer. Re-reading my above posts closely, it should make sense. Did you follow the steps exactly?

    1. Go to Appearance> Widgets.

    2. Find Sidebar01, and open it to view the text widget.

    3. Open the text widget and see the shortcode within.

    4. Go to the page that you want to show the form in.

    5. Assign the sidebar for the page as Sidebar01.

    6. View the page to see the form in the sidebar, just like on the page I created to show you.

    If you want to place the form into a different sidebar, then add a text widget to the area you want to show the form, and then place the shortcode in the text editor.

    Hopefully that clears it up.

    -Kevin

    In forum: Pinnacle Theme

    In reply to: Standard orange color

    #185492

    1. Here is some CSS to move the text up in that page builder row:

    #pgc-197-5-0 .textwidget span {
        position: relative;
        bottom: 2px;
        font-size: 25px;
    }

    2. The above CSS should also increase the font as needed. Keep in mind that this CSS will only effect the text within that page builder cell, and if you make any changes to the page builder layout of that area, the ID may change and the CSS may need to be changed.

    -Kevin

    In forum: Virtue Theme

    In reply to: Allign header widgets

    #185380

    Hey,

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

    @media (min-width: 992px) {
    .kad-header-widget {
        text-align: right;
    }
    .widget-3.widget-last.header-widget-area-header.widget_polylang {
        display: inline-block;
        }
    }

    -Kevin

    #185233

    You can add this css:

    li.menu-widget-area-kt .panel-layout a {
        padding: 0;
    }

    but I suggest trying the social links widget.

    Ben

    In forum: Ascend Theme

    In reply to: Email form in footer

    #185227

    In your widget area you seem to be adding a spacing shortcode above the shortcode for the MailChimp form. If you don’t want space I suggest starting by roving that shortcode you added and see if that gets you what you’re after. Let me know.

    Ben

    #185214

    Very strange problem. I had put 3 icons in the header widget area as placeholders and they displayed precisely as I wanted. I finally got around to linking them tonight and when do they shrink down to about 1/3 of their original size. You can view the site here, I left the Google+ icon unlinked.

    #185023

    Hello! How can i hide an Extra Footer widget area on the certain page?
    Mt site is: okna-pvx.by

    I’d like to hide Extra Footer widget on and

    #184943

    Hello

    I’m not sure why this is happening and have tried to inspect element but cant see anything wrong. The issue is that the last icon is higher than all the others and doesn’t show the symbol in the box (social media icons in header widget extras area) See here:

    If you could shed some light on this I’d appreciate it.

    Thank you

    In forum: Virtue Theme

    In reply to: add image on main menu

    #184942

    Hi Angelo,
    You can enable the header widget area from Theme Options > Main Settings > Logo Options. Then from Appearance > Widgets you can add a search widget to your header widget area. Would that work for you?

    Hannah

    In forum: Ascend Theme
    #184933

    You can use a shortcode like this: [products limit="16" columns="4"] Then you can either paste that into a text widget within your home widget area, or if your homepage is a static page you can paste it onto the content area of your homepage.
    Hope that helps!

    Hannah

    In forum: Ascend Theme

    Topic: Footer Width

    #184725

    I’d like to have the legal disclaimer in a footer section that is full width.

    I have the 5th option selected in theme options > footer settings. I’m using the ‘extra widget area above the footer’ for a sitewide call to action – not visible on the homepage.

    How can I make the legal disclaimer full width?

    ref link:

Viewing 20 results - 781 through 800 (of 2,437 total)