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,721 through 1,740 (of 13,419 total)
  • Author
    Search Results
  • #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.

    #238883

    Hey,
    There isn’t a built-in way to do this when using the virtue gallery widget. You would need to either use a shortcode or else the advanced gallery block within Kadence Blocks.

    Hannah

    #238867

    I added the Virtue:Gallery widget to a portfolio page. I then created an image carousel gallery. I would like to disable autoplay of this carousel. I know how to disable autoplay in gallery shortcode (add autoplay=”false”), but in this case there is no shortcode.

    In Widget Styles > Animation > Animation Type, I have selected “No Animations,” but the carousel still autoplays.

    Thanks for your help.

    #238863

    I’m having an issue with a new plugin I’m using. The plugin is “Woocommerce Hot Deals Pro” by IgniteWoo. When I add the plugin shortcode [deal_products] to the sidebar, via a widget, I get all of the category images displaying over the sale items the plugin provides. Is this a Virtue-premium theme issue? If so, how can I remove the duplicated category images from the sidebar? If not, please see the associated issue below.

    Also, using the Woocommerce shortcode [products] on the sidebar does not duplicate the category images but still leaves the returned sale items displayed in an exaggerated narrow and long format. Is there a simple fix to changing the width and height of the sidebar displayed listings?. Is this a sidebar container size issue? It seems like the Virtue category display settings are bleeding over to the sidebar and forcing a four column display where there really isn’t room for it. I would like the sidebar on the shop page and category pages to show just one column with the resulting sale items displayed one over another or just two side by side if possible; similar to what is achieved when switch from grid to list view in the category pages.

    The effected website page is

    Thank you,

    Kenet
    [email protected]

    #238830

    I’m building a new site and have all of my elements in place, but can’t quite get the spacing as I’d like it. The logo is exactly where I’d like it, but I’d like to have the Header Widget area almost fully right justified with maybe just 20px or so of padding to the right. Ideally the main menu would then be somewhat centered between the logo and widget area.

    It looks pretty good on my laptop, but when I move to a screen with a larger resolution the menu is a little too far left and the widget area has too much white space to the right of it

    The site can be found HERE.

    As always, thanks for any help you can provide.

    #238816

    Hey,
    There isn’t an option for that inside the widget, you can do that through a shortcode

    [carousel type="product" items="10" columns="4" sscol="2" cat="cat-slug"]

    Ben

    In forum: Virtue Theme

    In reply to: Customizing tabs

    #238796

    Hey,
    Where are these words on your site? Often the widget settings will override the theme settings, but you can adjust this with css.

    You can download Kadence Blocks from here: https://www.kadenceblocks.com/

    Hannah

    In forum: Virtue Theme

    In reply to: Customizing tabs

    #238793

    Thanks Hanna, I have one more question. My widget titles are set to h3 class as per the settings page but in my typography h3 is 22px but when I inspect my page below, the words AVANT adn APRES are set to 28px but it says h3.

    In forum: Ascend Theme

    In reply to: Footer alingment

    #238726

    Hey,
    You can use this css to center align your titles:

    .footerclass .footer-widget-title {
        text-align: center;
    }

    Does that work for you?

    Hannah

    #238683

    Hey,
    I wasn’t talking about Kadence Widgets, I was referring to Kadence Blocks and the post/grid carousel block which you can use inside the WordPress (Gutenberg) block editor.

    In terms of using the virtue theme my response above “There isn’t an option in virtue to have logo menu widget.” means there isn’t an option to do that kind of header. You can create a custom one if you like and want to code it.

    I think your best bet is to change your latest posts to grid, and columns to 2 and then post back.

    Ben

    #238680

    Hey Ben, yeah re the Kadence widgets, I tried that, still couldn’t do it. I don’t really mind how it’s done, once I can do it(!).

    I’ve asked but still amn’t sure on the answer – can I simply use Virtue (then I can get the blog articles as I want), but have in the header Logo/Menu/Widgets (for social media buttons)?

    Thanks again.

    #238665

    Hey,
    Can you change your latest posts to grid, and columns to 2 and then post back. I can give you css that will make the image site bside the text.

    Also you can use the Kadence Blocks post/grid widget to create this in your page, doesn’t have to come through the theme options.

    There isn’t an option in virtue to have logo menu widget.

    Ben

    #238634

    P.S. An alternative would be to get the header in Virtue with Logo/Menu/Widget – is that possible?

    In forum: Virtue Theme
    #238623

    1. The class changes when used within a widget like that. You need to edit this inside page builder. You can edit the row and set the bottom margin. It defaults to 30px which you can also override the defaults in your page builder settings.

    2. You can add this css but I don’t see how this works for you on mobile. I don’t suggest it:

    .widget_virtue_split_content_widget .kt-si-imagecol {
        width: 60%;
        float:left;
    }
    .widget_virtue_split_content_widget .content-ktsi-right, .widget_virtue_split_content_widget .content-ktsi-left {
        width:40%;
        padding: 0;
    }
    .widget_virtue_split_content_widget .kt-si-imagecol.img-ktsi-right {
        float:right;
    }
    .widget_virtue_split_content_widget .kt-si-table-box {
        display: table;
        min-height: 600px
    }
    .widget_virtue_split_content_widget .kt-si-table-box .kt-si-cell-box {
        display: table-cell;
    }

    Ben

    #238610

    Hi there, thanks as usual for your help.

    I have a question regarding Ascend and Virtue.

    I need a header like Ascend (with Logo/Menu/Widget in one row, where the widget holds social icons). However I want to show recent posts on the homepage just like in this demo here: (at the bottom of the section). I can’t figure out how to do that at all in Ascend, and in Virtue I can only get 2 recent posts to appear (using Theme Options > Home Layout).

    Can you give me any advice on to get what (the posts exactly like in link, but with a widget area to the left of the menu) I want either with Ascend or Kadence?

    Thanks in advance!

    In forum: Virtue Theme
    #238607

    Hi Hana,

    As you advised, I have used the split content widget. Here is what i need to change in it.
    I dont want any animation. Please stop the animation.
    No gap between the upper and lower rows.
    On desktop, the image side width to 60% and text side 40% whereas, the height of the split content should be equal. Mobile view no change.

    Please advise

    In forum: Virtue Theme
    #238585

    Hey,
    Try using the Virtue: Split Content widget. That provides the option to automatically align your titles.
    Then you could use this CSS to add a background color and title color:

    h2.kt_imgsplit_title {
        background: #333;
        color: #fff;
    }

    Hope that helps!

    Hannah

    #238521

    Hey,
    You would need to install this plugin: https://wordpress.org/plugins/widgets-on-pages/

    Then you would need to add a layout builder widget in pagebuilder to that new widget area and in that, you would place your category and search widgets.

    Then if you only have a couple of categories I suggest you just add the shortcode into the category description areas.

    If you have a ton and manually adding isn’t an option you will need to override the archive.php file in your child theme and add the shortcode into the template like this, just be sure to replace the shortcode [widgets_on_pages id=x] with the correct one for the widget area created with the plugin:

    Then in a child theme you would add a function like this, just be sure to replace the shortcode [widgets_on_pages id=x] with the correct one for the widget area created with the plugin:

    <?php echo do_shortcode( '[widgets_on_pages id=x]' ); ?>

    You would add that around line 74.

    Ben

    In forum: Ascend Theme
    #238363

    Hello,

    I’ve noticed the ‘Ascend: Gallery’ (widget) in SiteOrigin Page Builder is slightly offset to the left, any help would be greatly appreciated. Please see

    Cheers and thank you in advance!

    Mark

Viewing 20 results - 1,721 through 1,740 (of 13,419 total)