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 '

Home / Forums / Search / Search Results for 'widget '

Viewing 20 results - 3,341 through 3,360 (of 13,419 total)
  • Author
    Search Results
  • #196936

    So no I’m really confused, I just deleted all that custom css and removed the widget, cleared the cache to try to revert back to the recent posts widget instead, but now everything’s totally messed up when I try to use the recent post widget. The picture doesn’t appear and I can’t limit to a single category – though I’ve noticed that there’s a tick box where I can include or exclude the date…

    #196935

    Yes, that’s done the trick, but will this effect other widgets I add to the sidebar in future? If so, I might just leave it off and find some other way of featuring these posts.

    Looking at it now I will either limit this to 1 post or is there a way I can have the post images and summaries appearing one at a time in the sidebar as a sort of slideshow? If that’s too complicated, no worries. Just thought I’d ask while I’m here.

    Thanks,
    Andrew.

    #196934

    You’re correct in adding it to a text widget.
    Try also adding this to your custom css:

    .sidebar .col-md-5.post-image-container {
        width: 100%;
    }
    .col-md-7.post-text-container.postcontent h3 {
        font-size: 18px;
        line-height: 18px;
    }

    How does that work?

    Hannah

    #196933

    Thank you both for your replies, i took it off because it wasn’t right, it’s back on now so you can see what I mean… Am I using the right widget for the right sidebar? it’s a text widget, not a custom html widget

    #196932

    It looks like you’re still using the recent post widget?
    You can limit the posts to a specific category using this shortcode: [kad_blog orderby=date items=2 fullpost=false cat=exploring]

    Hannah

    #196922

    Hi Andrew,
    Rather than using the virtue recent posts widget, I would recommend adding a shortcode into a text widget. Like this:
    [kad_blog orderby=date items=2 fullpost=false]
    Then add this to your custom css box in Theme Options > Advanced Settings to remove everything besides the image and title:

    .sidebar .postdate, .sidebar .subhead, .sidebar .postlist .entry-content, .sidebar .postlist footer, .sidebar .postlist p {
        display: none;
    }

    Does that work for you?

    Hannah

    #196911

    Hello there,

    I’m using the Recent Posts Widget in the primary sidebar but don’t like the way it looks and don’t want the date of the post to appear. Is there any way I can expand the thumbnail image so that it’s a square covering the full width of the sidebar, move the blog title below the thumbnail image and remove the date? Here’s a link to a page which displays the widget:

    Thanks and apologies if this is an inappropriate questions (I’m not an expert in these matters).

    Andrew.

    #196862

    Thanks for the quick response!

    1. I’ll see if my client is ok with adding the topbar info to the menu for mobile. When I turned off the simple mobile header the topbar/header was totally messed up.

    2. I adjusted some settings and it looks a little better – I don’t think there’s anything that can really be done beyond that because of the way my client wants the lines of text.

    3. I have tried about 20 different settings for the mobile margin within the widget and there are literally no changes when I refresh the page on mobile. So I’m not sure if I have a setting somewhere else that is overriding the widget settings or what might be the problem? Also, is there a way to have the text size shrink a bit on mobile? The headings of each flip box are way too big on mobile.

    4. that worked for the navigation portion, but is it possible to also center the copyright info under the navigation?

    5. That didn’t affect the alignment of the widget at all. And the flip boxes still overlap (on horizontal mobile and vertical tablet)

    6. That didn’t change the page title alignment on mobile or vertical tablet (horizontal table it is center aligned)

    Thank you again for all of your help! I have been so impressed with the customer support here.

    #196769

    I can’t believe I didn’t check that was on lol. Once I am editing it I can’t edit the top of the page I can only add widgets etc in to the description box and below etc. Am I able to edit the top of the where the image and product tile etc are?

    #196745

    Hi Hannah
    I have now tried deactivating.. It appears that my checkout page is not working without these two plugins: “Page Builder by SiteOrigin” and “Site Origin Widgets Bundle”.

    I have tried text domain for “Site Origin Widgets Bundle”. But cant find text domain for “Page Builder by SiteOrigin”?

    Could it be that I need this?

    #196744

    Hi Hannah,
    Thanks for the quick answer but unfortunately I just don’t have any ‘last page builder row” with the background picture.
    I have two text Widget and three Virtue information frame. I can modify the three bullets and text and that’s all.
    I’m really confuse. I don’t even have access to the “last post” widget as you can see on my site http://roadbook-video.com/
    Thanks for your help.

    #196737

    Hello everyone,
    I’ve just install the Kadence Virtue Premuim with demo data and am struggling trying to change a background picture in the “Home” page.
    The picture is name “Slide01.jpg” ( a snowy mountain) but I just can find where it is. I can see the double Text widget use as layers on the picture but just can’t change it.
    I have used the Kadence Importer and select the Style O4.
    Can someone help me on this.
    Thanks
    Gerard

    #196649

    Hello,

    I’m currently using the template builder for the single product page and was hoping there is a short code or widget to insert the Product Brands and KT Share functionality.

    I am also trying to use the Variation Price Control, but can’t seem to find where that setting is. Should it be an option in the Woo Extras section? I’m on version 1.4.1

    Thanks
    Danielle

    #196623

    Hey,
    here is the css for the link

    .kt-header-extras .menu-widget-area-kt a {
        display: inline-block;
        padding: inherit;
        color:inherit;
    }

    I suggest this instead of your css for the fullwidth:

    .kt-header-position-above .kt-header-extras ul.sf-menu {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    
    .kad-right-header.kt-header-flex-item {
        width: 100%;
    }

    Ben

    #196562

    I’ve enabled the header widget but not the secondary header widget on THIS SITE. I’d like that area to basically spread 100% of the header area so the contact information I’ve placed there all fits nicely centered on one horizontal like. I know how to make this happen with CSS in Virtue, but apparently not Ascend.

    Any help appreciated. Thanks!

    #196292

    Hi,
    This is a duplicate. Please refer here: https://www.kadencewp.com/support-forums/topic/how-do-i-center-the-content-inside-my-footer-widgets/

    Hannah

    #196290

    Hi Jenna,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    aside#kadence_calltoaction_widget-2 {
        display: inline-block;
    }
    .widget-1.widget-first.footer-widget.widget {
        margin: auto;
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    Let me know how that works for you!

    Hannah

    #196289

    I am trying to center the footer widgets on the site but I cannot figure out how to do that.

    Where would I go and what do I need to add to update?

    #196288

    I am trying to center the footer widgets on the site but I cannot figure out how to do that?

    Where would I go and what do I need to add to update?

Viewing 20 results - 3,341 through 3,360 (of 13,419 total)