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 - 1,561 through 1,580 (of 13,419 total)
  • Author
    Search Results
  • #242572

    Hey,
    1. What version of WordPress are you running?

    2. Where are the widgets missing from? You’re right in think that you can start using Kadence Blocks without it affecting other pages. Unless you have deactivated the editor you were working in previously?

    3. You can’t switch back and forth between editors. So if you start editing a page using page builder by siteorigin, you need to continue using that editor. What do you mean by “log out of visual editor”?

    4. When you go to profile settings what is your user role set to?

    Hannah

    #242570
    This reply has been marked as private.
    In forum: Ascend Theme

    In reply to: How to line up boxes

    #242565

    Hi Ted,
    When editing the widget within your column in page builder you can open the Attributes tab and add css like the following into the CSS Styles tab: min-height: 200px; You can add CSS like that to set a min-height for all your columns. Does that work for you?

    Hannah

    #242563
    This reply has been marked as private.
    #242562

    Hi Team,

    Something to pick up after the New Year break…

    I have a site in developemnt which uses the “Above Footer Area” widget to display a shortcode (SmashBalloon Facebook posts display).
    (Logon details to follow).

    We now need to change this for one page only to show a different display.

    Is there a hook or filter to test which page we’re on and show a different “Above Footer Widget” area?

    Very many thanks,
    Phil.

    #242547

    Hey,
    You can add css like this:

    @media (max-width: 767px){
        .topbar-widget h5 {
            text-align: center !important;
        }
    
        #kad-banner #topbar .container {
            padding: 0 20px;
        }
    
        .topbarmenu {
            display: flex;
            justify-content: center;
        }
    }

    Also you should remove this css:

    @media (max-width: 992px) {
    #kad-banner .container {
        width: 100%;
        padding: 0;
    }
    }

    If you want the menu fullwidth add this instead:

    @media (max-width: 992px) {
    #kad-banner .container {
        width: 100%;
    }
    }
    .mobile-nav-trigger-id {
        margin-left: -15px;
        margin-right: -15px;
    }
    #242481

    Hey John,
    There is not an option (yet!) to add blocks to a widget area. But there are some widgets that may get you the look you want. For example, the Virtue Image Menu Item widget. You could add that to your sidebar from Appearance > Widgets.
    Virtue premium has an option for a sitewide footer shortcode. You could use the Kadence Slider to create a slider with images and links to your desired pages. Then you can paste the slider shortcode into the above the footer shortcode output from Theme Options > Footer.
    Would either of these options work for you?

    Merry Christmas to you as well!

    Hannah

    #242468

    Hi Ben,

    I would like to post a follow up question on this topic from a couple of years ago. I confess that I never had the time to figure out how to add widget areas to different pages that would show the same content. Instead I managed by updating the information on both pages. But now I would like to add the same thumbnail advertisements for each individual tour to a sidebar menu. So I’m revisiting this communication to see if you could give me some tips on how to achieve what I would like.

    What I need:
    – Advertisements for a variety of tours, showing up on every page. These need to be image+text
    – This could be in a sidebar (my first thought), or in a slider display on each page

    Here is the sidebar that I would like to edit: http://www.johngrahamtours.com/tamada-club/
    Right now it just has text titles that when clicked, redirect to another page on the website. That is fine. But I would like these titles to be a little more attractive and enticing. They need to include images and text. If I can create a good quality sidebar with blocks of content that advertise other tours, I would implement such a sidebar site wide so that viewers of every page could see what other tours are on offer.

    Another option is a slider with text and image blocks that each advertise for a separate tour. Something like what is seen at the bottom of this page: https://www.steppestravel.com/blog/understanding-overtourism/

    I am conscious that my website has terrible load times (probably a product of a cheap hosting plan), so I don’t want to overburden my site. Let me know what advise you have.

    Thanks, and Merry Christmas!

    John

    #242419

    Hi Mimmie,
    I hope it’s OK if I chime in here. It sounds like you’re wanting parent categories and subcategories. You can create a parent category for your main Peru post, then a subcategory for your sub posts. Each post can be assigned to a category from the post edit page. Would this work for you?

    Your site will not break upon deactivating Elementor. Though, as Ben said, you may have to re-adjust some things. Your entry-content will transfer to a default editor, then you can convert it to whichever widget/block you want.

    You can keep old posts using the siteorigin editor and still create new ones using Gutenberg. You will just need to choose which editor you want to use when creating a new page/post. Seeing as Gutenberg is the future of WordPress, I recommend becoming acquainted with it. Kadence Blocks truly helps to make this transition painless. If you haven’t checked out Kadence Blocks yet you can do so here: https://www.kadenceblocks.com/

    Hope this is helpful!

    Hannah

    In forum: Virtue Theme

    In reply to: Edit list icons

    #242394

    Hey,
    Try adding this to your custom css in Theme Options:

    .widget_recent_entries .widget-inner li a:before {
        display: none;
    }

    Hope it helps!

    Hannah

    #242368

    Hi Tracy,
    1 & 2. You can enable the sitewide store notice from Appearance > Customize > WooCommerce > Store Notice. Have you tested with this?

    3. You can add a background to a text widget using css and the widget id.

    Hannah

    #242356

    Hi there,
    My client has asked me to implement a banner/strip graphic showing delivery information and a countdown to the cut-off time for same-day dispatch, similar to what you can see here:

    I’ve found countdown timer plugins that use shortcodes, and can use one of those with an icon and text to build out the full line of content, but am wondering where best I can place it. Is it:

    1. Possible to add it to the WooCommerce product/category pages without creating a child theme?
    2. Alternately, possible to add it somehow to just above the main menu? Problem with this is that any B2B clients still using non-widescreen monitors aren’t seeing that menu as is. I’m not sure how I could make it responsive for mobile either.
    3. One other option would be to add it to the shop sidebar, but I’d want to use a coloured background for the (presumably, text) widget I’d use, to draw attention. How can I do set the background colour for a text widget?

    Any thoughts on the best way to achieve this would be much appreciated! The site is RollieUK.com.
    Thanks,
    Tracy

    • This topic was modified 6 years, 4 months ago by tracy2.
    • This topic was modified 6 years, 4 months ago by tracy2.
    #242209

    Try adding this to your custom css box in Theme Options > Custom CSS:

    #kadence_gallery_widget-3 .kt-intrinsic img, div#kad-wp-gallerykadence_gallery_widget-3, .grid_item.kt_item_fade_in.kad_gallery_fade_in.gallery_item {
        max-height: 70px;
    }

    Hope it helps!

    Hannah

    #242182

    I’m trying to display some affiliation logos in the ‘above footer widget’. I did it by inserting a gallery and set the columns to 5.

    For the most part it works fine, but I would like to limit the height of the widget to 70 px (My logos are 50px high) and I can’t seem to get it to work.

    Thanks as always

    #242152

    The image ratio didn’t changed after portfolio grid image aspect ratio on Portfolio option.
    It’s created by pinnacle carousel widget.
    Would you please take a look the actual page ? the gallery is on home page.
    http://aflex5d.com

    #242079

    Hello,

    How can I change pinnacle carousel image ratio?
    I’d like to change the square to the image ratio.

    #242067

    You can enable the header widget area from Theme Options > Main Setting. Then add a button shortcode into a visual editor or text widget from Appearance > Widgets.
    Hope that helps!

    Hannah

    #241974

    Hey,
    You can enable the Topbar Widget area from Theme Options > Widget Settings, then add your Instagram feed as a widget from Appearance > Widgets. Would that work for you?

    Hannah

    #241957

    hello,
    Please guide me how I can add Instagram feed plugin on the top page?
    I have the plugin on a page but trying to figure out the way to put this on to top page.

    The plugin page URL
    Toppage URL:

    I have tried to add a home widget area on the home page layout manager but it does not work the way I am intending.

    Thank you in advance for your great support.

    In forum: Ascend Theme

    In reply to: Portfolio order

    #241944

    Hi Ben,

    Thanks for that info.

    I find the ascend theme to not be as good with the displaying of testimonials as the other themes – or maybe I am trying to do a bit more than I have previously? Having the testimonials in the Post Grid is great but I want to show the whole testimonial not just an excerpt.. is there any way of doing that? I think if i can show the full content it would be just about perfect! I have added the full text into the excerpt box but it still shows the … and readmore (which i can hide with css if I have to).

    Is there a way to show the Ascend Testimonial Carousel on the page? It doesn’t come up under the widget in the blocks? Also with the blocks it would be handy to be able to show them in the footer / header widgets especially the buttons.

    Regards, Mel

Viewing 20 results - 1,561 through 1,580 (of 13,419 total)