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,541 through 1,560 (of 13,419 total)
  • Author
    Search Results
  • #242946

    Hi Peter,
    There is a search widget. And if you want to use a shortcode you can paste it into a text widget.

    Hannah

    #242937

    Thanks Ben, I understand what you’re saying but the search isn’t a widget and I can only display via a shortcode. I’m not sure if PageBuilder can do this.

    Sounds like it’s not possible / too complicated.

    Thanks for your help anyway,
    Anthony

    #242931

    Hey Anita,
    There isn’t a function for that, but as a workaround, you could use either the 4th or 5th footer layouts (theme options > footer) with one long row over the columns. Then from Appearance > Widgets you can add a layout builder widget to your footer column one. Then you can create a row and give it its own background and set the row layout to full width stretched. Would this work for you?

    Hannah

    #242908

    Hey,
    I just pushed out an update, it includes a new archive title widget so you can add that to your template. You should see the option to update on your site.

    Ben

    #242892

    Hey,
    I suggest you not use the kadence slider, you can add a row in pagebuilder that has the background and there you can place a button and a search widget right no top of the image.

    Ben

    #242888

    Hello Support team!

    Is this possible to add an extra widget above the footer, just like with Ascend theme?

    I’d like this widget to have a different background than the footer widgets. Then I’d like to add here tag clouds, using Page Builder (because of SEO).

    My page is:

    Thanks a lot,
    Anita

    #242879

    Hello,

    I am reading about modifying layout of the search result but could only find this link here:

    Is there any possibility to modify the search result layout?
    – Remove sidebar widgets… even if I remove this, the display layout displays 3 columns and an area for the sidebar as empty
    – Put in a search form before the search result entries?

    Thanks

    #242873

    Using Page Builder by siteorigin you can set a background image to a row and add a search widget on top of that, but there isn’t an option for a background slider.
    I’ll talk with the developer about this being added to the feature request list.

    Hannah

    In forum: Virtue Theme
    #242803

    Hi

    I would like to set up the top bar to ideally be full width so I can insert a html widget that will run text along the full width of the top, currently the text in the widget is forced onto the left or right. http://www.myshrooms.co.za

    Thanks in advance

    #242754

    Thank you both. I was channeling Ben this weekend, thinking “What would Ben do?” <laughing> I suspected that there was no code that would function like I wanted. I had search this support forum and found nothing. So I used the SiteOrigin Page Layout in the widget, column layout and Visual Editor Widget and….voila….it works.

    Thank you both again for always being there for support. Thank you, Ben, for confirming.

    Enjoy your week.
    Pam

    In forum: Virtue Theme

    In reply to: Regarding the footer

    #242749

    Hey,
    Ascend was built with an above the footer widget area and this was created in that using page builder by siteorigin and row seperator. This would have to look a little different in Virtue as it doesn’t have this extra widget area. I’m not sure of a way to create a site-wide effect like this, but you could add a row to the bottom of your pages and add row seperator to that row. Which editor are you using?

    Hannah

    #242732

    Hey,
    That isn’t an option with the theme options home page module. However you can add tabs in your page content using pagebuilder or blocks and then add the product carousel widget or block, in that there are settings to only show a category.

    Ben

    #242706

    Hi, Hannah and Ben,

    Okay, after evaluating all my options, I elected to go with using SiteOrigin Builder Widget in the footer and then physically link each category. This strategy gives me the look I want, and I can control exactly how it’s going to look. If I add a category, I’ll have to be a step ahead and make sure I add to the footer. But…it is what it is. 😉

    Thank you both.
    Pam

    #242666

    Yes, when you transfer from the visual editor to pagebuilder your content will turn into a visual editor widget. Just note that you can’t switch back and forth between editors.

    How are you adding your banner? A widget has to be added into a widget area. A shortcode can be added into any content area. Looks like getyourguide plugin hasn’t been updated in over a year. I would recommend using a different plugin.

    Hannah

    #242653

    Hey Hannah,

    I have the page builder plugin installed but as I work in the visual editor, I need to revert to page builder and when I click on Page builder, there appears a pop-up asking me, Do you want to copy the existing info over to page builder? and I rather ask than cause an issue.

    What is the difference between a widget and a banner when it comes to affiliates? For example, I can add the code of World Nomads for a Quote banner but with Getyourguide it is not working.

    Thanks in advance Hannah
    Mimmie

    #242639

    Hey Mimmie,
    You would need to use a page builder plugin to add widgets to a page. Then you could add the visual editor widget that way.
    Hope that helps!

    Hannah

    #242636

    Hi, Kadence Gang,

    I’m using this code in the footer to list topics (aka categories). At the moment, they are alphabetizing horizontally. I would like like them to be listed in alphabetically vertically. See image attached.

    Any suggestions? Everything I tried has caused the list to look wonky. 😉

    ***** CUSTOM CODE****


    @media
    (min-width: 480px){
    #containerfooter .widget_categories ul li {
    width: 13.5%;
    float: left;
    }
    }

    @media
    (min-width: 480px){
    #containerfooter .widget_categories ul li {
    width: 13.5%;
    float: left;
    }
    }

    @media
    (min-width: 480px){
    #containerfooter .widget_categories ul li {
    width: 13.5%;;
    float: left;
    }
    }

    @media
    (min-width: 480px) {
    #containerfooter .widget_categories ul li {
    width: 13.5%;
    float: left;
    }
    }

    @media
    (min-width: 480px) {
    #containerfooter .widget_categories ul li {
    width: 13.5%;
    float: left;
    }
    }

    @media
    (min-width: 480px) {
    #containerfooter .widget_categories ul li {
    width: 13.5%;
    float: left;
    }
    }

    @media
    (min-width: 480px) {
    #containerfooter .widget_categories ul li {
    width: 13.5%;
    float: left;
    }
    }
    #containerfooter .widget_categories ul:after {
    clear: both;
    display: table;
    content: ”;
    }

    #containerfooter .widget_categories ul li a {
    border-bottom: 0;
    margin-right: 20px;
    }

    #containerfooter .widget_categories ul li a {
    border-bottom: 0;
    line-height: .5;
    margin-left: 20px;
    }

    #242621

    Still not working the Info Box Widget with Ascend theme!

    #242619

    Hey Hannah,

    On my one post I am using the visual editor. How can I add widgets when using visual editor? do I need to add another plugin?
    Or must I copy the existing content to Page builder to add widgets?

    Mimmie

    #242577

    Hey,
    You can use a plugin like this: https://wordpress.org/plugins/widget-logic/

    Then add both widgets and set the logic.

    Ben

Viewing 20 results - 1,541 through 1,560 (of 13,419 total)