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 - 2,681 through 2,700 (of 13,419 total)
  • Author
    Search Results
  • #212843

    I’m not sure what activating the parent theme did but many of the website settings were changed like footer, shop sidebar and I could not change them at all, changing settings in the theme options didn’t change the website. I had to revert to a backup I had. Once I did this I tried to recreate what you did, activated the parent theme and deactivating the pdf plugin and that did not work. Also note when activating the parent theme changing the ‘Enable an Extra Footer widget area above the footer’ doesn’t do anything.

    #212793

    I’d like to know what to do myself, so I can if needed make the necessary tweaks to other sites. I installed and activated “Page Builder by SiteOrigin” and then after your mention of “the site origin layout widget” added and activated “SiteOrigin Widgets Bundle” — still not seeing any block available that has anything to do with SiteOrigin.

    In forum: Virtue Theme

    In reply to: Widget Dock Position

    #212784

    Hello,

    You can add a bottom margin to the widget dock by adding this CSS to Theme Options> Advanced Settings:

    div#kt-widget-dock {
       margin-bottom: 100px;
    }

    Adjust the 100px to whatever you need and let me know if it works for you.

    -Kevin

    #212782

    Hello,

    I Have a widget dock on my home page.
    Is possible to create a space from the bottom of the page or center the widget on the page?

    In forum: Virtue Theme

    In reply to: Hover Image Colour

    #212773
    This reply has been marked as private.
    #212708

    I’m only aware of the page builder method of adding widgets to the block editor. No, you should be able to use page builder within the block editor with the site origin layout widget.

    If you have the plugin activated on your site, the layout block should be selectable when editing your page with the blocks editor. If you’re not finding it I can set it up for you if you want to post a login in a private reply.

    -Kevin

    #212704

    I’ve used Site Origin tools previously – but since Site Origin content is block-oriented, I was wondering if there is (or will soon be) a way of adding Kadence widgets with “standard” Gutenberg + Kadence tools.
    Is it the case that a page needs to be either all Gutenberg friendly blocks or completely within the Site Origin framework? I can’t see a way to add a “Site Origin Layout” block within a page created with Gutenberg blocks.

    #212700

    Hello,

    One way to use widgets within the block editor is to install site origin page builder:
    https://wordpress.org/plugins/siteorigin-panels/

    Then you can add a “Site Origin Layout” block to your content. This will allow you to select from the theme included widgets and add them to the block editor.

    Does that work for you?

    -Kevin

    #212695

    How might I be able to add the Virtue:Social Links widget in a Gutenberg (or Classic Editor) block? Is it possible; if so, how?

    In forum: Pinnacle Theme

    In reply to: Center contact form

    #212685

    Hey Rick,
    This css should center your form:

    form.contact-form.commentsblock {
        text-align: center;
    }

    And this will make your form wider:

    .textwidget .contact-form input[type=text] {
        width: 400px;
    }

    You can paste those into your custom css box in Theme Options > Custom CSS.
    Hope it helps!

    Hannah

    #212504

    Hi team,

    Image
    Website

    On the image you can see white margins left and right.
    It’s a snapshot from my home page, link above.
    I’m using the layout builder with site editor widget for this.
    How can I get the pink background color on the widget (the quote ‘Ultimately…) to cover the full space, so there are no white margins left?
    Sorta like the footer at the bottom of the home page.
    I putzed around with the widget and row settings, to no avail…
    Can you please advise?
    Many thanks!

    Leila

    PS I noticed the image link doesn’t open when embedded (at least for me), so here’s the naked link just in case

    #212488

    Oh and the misaligned order widget on the checkout page. It kind of seems worse than it looked earlier today. Maybe because I have two items in the cart now instead of two. Any advice on that and the paypal checkout widget?

    #212487

    Thank you so so so much, Ben! The support you offer is incredible!! Any advice on the misalignment of checkout payment widget?

    Chris

    #212453

    Hi Kevin,

    Yes, thank you for your quick response and great help!! I plugged in both codes for both conditions for issues #2 & #3, they both worked.

    I understand about the issue #1 being looked into. I am working on my website alone & I appreciate all the hard work you guys are doing! Continual progress!!

    I have a question about the Pinnacle Gallery Widget & Gallery Widget images for the following page, not the caption text but the alt tag titles. Is there a way to omit the alt tag titles from showing up when site visitors click on them?

    https://www.allhoteltravel.com/hotels/cassa-hotel-nyc-70-west-45th-street/

    Thank You.

    #212443

    Hi all,

    Was wondering if on the PANE TITLE on each tab if there is a way to change the text color, increase text size, or add a color background or something to help the individual tabs be more noticeable so people will understand that they are clickable? I tried using html, but it kept removing it when I updated the page.

    The tab widget is at the bottom of home page under Fundraising Events…. Fashion Show Annual Gala etc.

    Thanks!

    #212415

    I believe you’re referring to the “above footer widget area.” You should be able to remove these widgets in Appearance> widgets.

    Let me know if you’re able to find and remove the widgets!

    -Kevin

    In forum: Virtue Theme

    In reply to: Siteorigin Hero Widget

    #212402

    Hello,

    Sorry for the frustration. This is actually not controlled by the theme. You just need to go to Plugins> SiteOrigin Widgets, and make sure the hero image is enabled, as well as any other widgets you’re not seeing.

    Let me know if that works for you. Never hesitate to ask for assistance if you’re feeling frustrated. We’re always happy to help!

    -Kevin

    #212400

    I’ve downloaded the Siteorigin widgets bundle and the Hero widget isn’t there. Not sure what happened Virtue has become exteremely frustrating to work with. I need to create a header for a page and the widgets arent all there…

    #212389

    1. add this in your theme options > custom css box:

    .so-widget-sow-editor img.aligncenter {
        margin: 0 auto;
    }

    2. If you can’t control that you can override it with this css just add to your site:

    #mlb2-4711484 .subscribe-form {
        max-width: 100% !important;
    }

    Ben

    #212387

    Hello,

    1. I’m not sure why that isn’t working. I’ll flag this for a developer followup so Ben can take a look.

    2. There may be a setting in the widget to control the output of the arrows. If not, then you can force them to always show with this CSS:

    .sow-carousel-title a.sow-carousel-next, .sow-carousel-title a.sow-carousel-previous {
        display: block !important;
    }

    3. I believe changing that text would require use of a child theme and a custom function, but Ben will be able to confirm or deny this when he sees this thread. You can hide it entirely on those search pages with this bit of CSS though:

    .mdf_search_is_going h1 {
        display: none;
    }

    -Kevin

Viewing 20 results - 2,681 through 2,700 (of 13,419 total)