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

    In “Customize -> Widgets” , it says:

    “Your theme has 8 other widget areas, but this particular page doesn’t display them. You can navigate to other pages on your site while using the Customizer to view and edit the widgets displayed on those pages.”

    But I cannot find any other pages that I can edit?

    #218754

    Kadence, Ascend Theme Premium:
    in the Theme Options -> Home Page Layout
    Is it possible to manually add an extra widget to this Home Page Layout?

    I mean, right now, in this Home Page Layout, there are 8 Modules, plus 1 more module that is editable in the “Appearance -> Widgets -> Home Widget Area”. But I cannot add an extra widget to between these modules.

    Will that be possible to add an extra widget between these dodules?

    Thanks in advance.

    Kind regards,
    Simon

    #218582

    Hello,

    Looks like there is a call to action being added to your menu widget area. Go to Appearance> widgets, and you should be able to remove it there.

    Let me know if that works for you.

    -Kevin

    In forum: Virtue Theme

    In reply to: Carousel above header

    #218150

    Thanks Ben,

    I had forgotten about the topbar widget area!

    I tried the Virtue Carousel but found that is restricted to blog posts. The Virtue Gallery widget set to “Image Carousel” is perfect!

    I’ve set height to 75 and speed to 3000.
    I added the following CSS to set the width, align the sides and to remove the dots and arrows:

    #topbar .kad-topbar-right {width: 100%; padding: 5px 0px;}
    #topbar .slick-arrow, #topbar .slick-dots {display: none !important;}

    Many thanks,
    Phil.

    In forum: Virtue Theme

    In reply to: Carousel above header

    #218108

    You can use code, But you can also place it in the topbar widget area then add some css to make the topbar widget area fullwidth. I think that might be easier to manage?

    Ben

    #217663

    Hi Hannah,

    Apologies, yes meant shortcode not css. I did add it through the text widget in the ‘Above the footer’ widget area.
    This didn’t work unfortunately.

    Thanks,
    Anthony

    In forum: Virtue Theme

    In reply to: Menu items & spacing

    #217651

    In your past site url you assigned the menu to your secondary navigation. On your newer site, you’ve assigned the menu to the primary navigation spot which has different styles and placement. Just switch to using the secondary like the other site.

    2. use this:

    `@media (max-width: 768px) {
    .header-widget-area-header h1.widget-title.widgettitle {
    text-align: center !important;
    font-size:20px;
    }
    .header-widget-area-header p {
    text-align: center !important;
    }
    header #logo {
    margin-left: 0;
    margin-right: 0;
    }
    .kad-header-left:not(.col-md-12) #thelogo .kt-intrinsic-container {
    margin: 0 auto;
    }
    }`

    3. Use this css:

    @media (min-width: 768px) and (max-width: 992px) {
        .kad-header-left {float:left; width: 50%;}
        .kad-header-right {float:left; width: 50%;}
    }

    Ben

    #217649

    Hey brad19831 can you create a new topic and post a link to your website so we can see what widget you are adding to the above the footer widget area.

    Just so you know the ascend demo you linked to is only adding that on the home page and it’s added through the page content. It’s not added through the above footer area because then it would show on every page and post.

    Ben

    #217602

    I am also trying to do the same thing. I am wanting the parallex style image with the caption in the “above the footer widget area” but I am having the same issue as the OP. It’s working, but it is not displaying in full width/stretch. Do you all have any other recommendations?

    My goal is the above the footer area such as displayed on your demo here: http://themes.kadencethemes.com/ascend-premium-2/

    #217339

    Hi,
    I’ve used in Topbar a WPML language switcher plus a FB icon and Phone Icons. Here an example of the shortcode in the Topbar Widget Area:

    [icon color="#ffffff" icon="kt-icon-facebook-official" size="24px" link="#" target="blank" valign="bottom" padding-bottom="0px"]

    It looks like that the icons are valigned top, and the WPML-language switcher is valigned bottom. How can I get every element in the topbar to be valigned bottom? No css wants to co-operate with me 🙁

    Regards,

    Pamela

    #217233

    Hi team

    I’ve got real problem on a live site – sakalajewes.co.uk

    I originally set up a pair of sites with a small list widget. I then decided that the whole footer could be better done by using the footer facility. So I deleted the widget leaving the widget areas empty.

    sakala.co.uk/goa played nice. The live site did not. On the web the list persists whatever I do.

    I do not use caching plugins and have cleared my browser cache. I have tried hiding the elements with CSS. I tried placing another widet in colun four but that never showed up. I thought I would overide the whole footer template but the original is intentinally blank.

    Help!

    #217187

    You are correct, the setting is in the row that contains your widget, not the widget itself.

    You can also use your site origin builder in any widget area on your site. Just add a “layout builder” widget, and then you’ll have all the control that you would in the page content!

    Let me know if that works for you!

    -Kevin

    #217133

    Theme Options> Advanced Styling right? this is great, had not seen it. But I can only get it to change the transparency of the shrinked menu, the initial menu is still copletely transparent…is there a way to set the transparency of this initial menu?

    Regarding the full width image. I have one set up right now in slider [kadence_slider_pro id=”5″] but if i stick it in a widget in the footer it does not go full width. If I put it in the home widget area also it will not go full width.
    In order to show the slider I am using a text widget and placing the shortcode for the slider in the text. Maybe this is the problem. I don’t see a widget for kadence slider, only for revolution.

    Thanks in advance.

    #217123

    I just talked with the developer about updating the instagram icon. That should be coming on an update soon!
    You can add content to the header by enabling the header widget area layout from theme options > main settings. Then you can add content to that from Appearance > Widgets.
    You can enable a topbar widget area from theme options > topbar settings. If you’re wanting a large product search bar you can enable the woocomerce search widget, then use css to make the bar larger. I can help with that if you would like.

    Hannah

    #217076
    This reply has been marked as private.
    In forum: Virtue Theme
    #217037

    Hello,

    Try this CSS to hide the page header:

    div#kad-banner-sticky-wrapper {
        display: none;
    }
    
    .contentclass {
        padding-top: 0;
    }

    And for adding a border to that page builder widget, I suggest navigating to the “attributes” area in the widget styles, and adding the CSS under “CSS Styles” like this:

    border: 5px solid red;

    Feel free to adjust the CSS as needed. Let me know if you need any further assistance.

    -Kevin

    #216988

    Hi Kevin,

    Thanks for your reply.
    I’d prefer not to add a page builder if I can help it, seems overkill to add it just for the footer image. Is there no other way to achieve this? Like forcing full width on the footer widget area?

    Many Thanks Kevin,
    Anthony

    #216861

    Hello,

    I suggest using page builder to add the content. In your footer widget area, use a “layout builder” widget. Then add your content to a row, and make sure that the row’s layout is set to “fullwidth stretched.”

    Does that work for you?

    -Kevin

    #216850

    Good Afternoon,

    I’ve been trying to add an image above the footer that is full width however when using the Extra footer widget area or the footer layout with above the footer widget area they are never quite full width.

    I can do this easily on a page however I’m wanting this to be site wide and not have to add it to every page.

    Hope I’ve explained ok and that you can help.

    Many thanks,
    Anthony

    In forum: Virtue Theme
    #216655

    Hey,
    So the widget title area gets sanitized of code when getting saved in the database.

    The workaround would be to add your title area into the content using the <h2> tags.

    Currently there isn’t an option to control the speed. But I do plan to update that to a css animation so it’s easy to override.

    Ben

Viewing 20 results - 541 through 560 (of 2,437 total)