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 - 381 through 400 (of 2,437 total)
  • Author
    Search Results
  • #240745

    Also check your sidebar widget area.

    #240625

    If you’re using the block editor you can add a search block into the content area of your page. Or if you’re using a page builder plugin you could add a search widget that way.

    Hannah

    #240555

    Hey Angelo,
    You can add a search widget into any widget area. Would that work for you?

    Hannah

    #240534

    Hey,
    You just need to remove the social widget from your footer column 1 widget area in Appearance > Widgets.
    Hope that helps!

    Hannah

    In forum: Virtue Theme

    In reply to: Layout question(s)

    #240529

    The one issue I’ve found is that it isn’t working on the home page. Whether I scroll down or hit the nav button at the bottom of the slider, the header that appears is already collapsed.

    That is by design. It’s supposed to already be collapsed when under a slider, there isn’t really a way to change that. If you don’t want it then you would need to remove the slider above and instead put it below your header.

    2. The icon is an SVG, it’s vector and stylable, unlike an image. If you really want to use an image then you need to get a white version (preferably much larger too so it looks good on a retina screen).

    3. I don’t suggest you shrink it further. It’s too much change other wise in my option. But that is if you are asking for my option. There are not options to shink to a specific size, You need ascend theme for that. But you can start with a smaller size or add some custom javascript.

    4. The text is in your appearance > widgets, topbar widget area.

    #240431

    Hi,

    I have placed a currency converter widget in the Header Widget Area. I’m satisfied with the placement but it doesn’t seem to inherit the transparency of the header. I mean it doesn’t behave the way other elements do in the header section of my site.

    The developer has provided the following HTML for the dropdown list. Which I collected from here.

    <div class="wcaiocc-switcher-dropdown wcaiocc-container">
    <p class="wcaiocc-text">{currency switcher text}</p>
    <select class="wcaiocc-select" name="wcaiocc_change_currency_code">
    <option class="wcaiocc-option" value="{currency code}">
    {currency entry}
    </option>
    </select>
    </div>

    Could you help me style it so it doesn’t look so alienated?


    Minhajul

    In forum: Ascend Theme
    #240410

    Hey Melanie,
    I moved your first widget area to the top, even above the extras that are not enabled, and it shifted left.
    Hope that’s helpful!

    Hannah

    #240398

    Hey Minhajul,
    I haven’t heard of anyone having trouble with this plugin and I don’t foresee there being any incompatibility issues. Though definitely let us know if you have any problems!
    You could add the switcher as a widget to your header widget area.
    Hope that’s helpful!

    Hannah

    #240394

    Hi,

    I am using Header Style no 5. Logo in the centre and the extras either side. But for some reason both my extras are on the right hand side.

    In the widgets I have the phone number and facebook link in the Header Extras Widget Area and then in the Header Extras Widget Area (second) I have the payment options however they are all showing on the right. I’ve tried moving widgets around and turning off the second widget extra area but nothing is working?

    Thanks, Mel

    #239861

    Hi Ben,
    The carousel you helped with in this post is now a Carousel in the above-footer area widget (Link).

    Please could you help with the appearance?

    Reduce the size to height 200px and width corresponding.
    Reduce the gaps that appear between as a result.
    Display all 8 products instead of just 7 at the moment.
    Remove the coloured overlay, magnifying glass, item name, category.
    Change the title tags to h3

    Very many thanks,
    Phil.

    #239481

    What is the best way to update the theme without losing anything on the website?

    Update regularly. You’re using a version of August 2016 and taking big leaps always creates more chances for issues.

    First I suggest you make a backup.

    Then activate a standard theme, remove the version of virtue premium you have, then upload the latest version from here: https://www.kadencewp.com/my-account/my-api-downloads/

    Activate it, and check your site, all your content should go through without issue but it’s possible some widgets may need to be placed back in the right widget areas.

    Ben

    #239298

    Hello,

    We have a multi-site environment, where we publish products from the parent to a sub-site. All the widgets and content get published nicely, but the image URL (which still references the parent site) doesn’t work in the Ascend: Image widget in the main content area. If we change the widget to the standard WP Image widget and use the parent image URL the image displays. We don’t want to have to load all the featured images to the sub-site due to load and duplication.

    We really don’t want to have to change over all the widgets (and we like using yours) – is there a way we can fix this?

    Thanks
    Danielle

    #239178

    Hey,

    In your theme options > menu settings, it appears you’ve set your primary menu color to #217281 change it there to white.

    In your theme options > header settings, choose the last option of the header style images, (logo, extras, menu-extras)

    In your theme options > header settings under “Header Extras” drag the widget area to the top of the list and check the box, drag the basket and account to the bottom of the list.

    Add this css for the search background in your theme options > custom css:

    .kt-header-extras form.woocommerce-product-search {
        background: white;
    }

    Ben

    #239115

    Try adding this to your custom css:

    @media (min-width: 992px) {
    li.menu-widget-area-kt.kt-second-header-widget-area {
        position: absolute;
        bottom: 20px;
        left: 0;
    }
    li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-119 {
        margin-bottom: 60px;
    }
    }

    Does that work for you?

    Hannah

    #239114
    This reply has been marked as private.
    #239111

    Hi Hannah,
    I taught about this setup, but I use the vertical menu left and I’d love the modal ‘button’ to be the last item in the menu, bottom.
    Unfortunately the widget area is on top for this menu style.

    #239107

    Hey,
    There isn’t a built-in function for this, but you can add a modal shortcode to widget area then use css to style it like a menu item. Would this work for you?

    Hannah

    #239024

    Sorry, missed that post I was writing a response when you posted, here is some css, let me know if this is what you are wanting:

    .kad-header-widget {
        display: flex;
        align-items: center;
        justify-content: space-around;
        min-height: 110px;
    }
    .kad-header-widget .header-widget-area-header {
        margin: 0;
    }

    Ben

    #238935

    Hey,
    I suggest using this plugin: https://wordpress.org/plugins/widgets-on-pages/

    It will give you a shortcode to output a widget area, you can place that shortcode in the footer text area.

    Ben

    #238926

    Hi there Kadence folks!

    I want to add a widget area to the footerbase div so that I can place the Social Media widget there. Is it possible to ‘inject’ the widget area code here with a function, rather than modifying the templates/footer.php file? Or can you think of an alternate way to do this? I’m using a child theme, but even so I don’t want to change the source files unless I have to in case a future update requires me to change my code again.

Viewing 20 results - 381 through 400 (of 2,437 total)