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,441 through 2,460 (of 13,419 total)
  • Author
    Search Results
  • #218330

    Hi,

    I have read a few threads discussing centering social media icons in footer, but none quite apply to what I need.

    So…I would like to have my social media icons appear just above my copyright footer. Perhaps a slightly larger. I have my coding in Theme Options> Advanced Settings> Custom CSS Box.

    FYI I have tried placing Social Media Widget in footer widget (Column 3) Because I am not using footer widgets for anything else, that Column 3 aligns to the left.

    Is there an easy way to just place code in that CSS box above my copyright line and center the icons?

    Thank you as always,
    Pam

    #218312

    Hello,

    Within the widget settings, under “attributes” try adding this to the CSS styles box:
    max-width: 600px;

    does that work for you?

    -Kevin

    #218306

    I want to have a max width of 600 px on the white box (site editor widget) in the row. If I do that with margins, that will be a problem on mobile. Whats the best way to style that please?

    Thank you!
    Carrie

    #218296

    The column amount is set per widget, so you simply need to adjust the number whenever you add the widget.

    -Kevin

    #218247

    Hey,
    There isn’t a prebuilt for checkout.

    When you want to create a checkout page you would just add the widgets under the checkout category. When you click “add widget” you will see the categories.

    Yes, there are two plugins one for site origin and one for elementor, you should not be using both. Only one based on the page builder you are using.

    Ben

    #218236

    Hi Kevin,
    I tried all combination in the carousel widget but the picture never got the same style. It was always smaller than the text which overflow. I would like to have text fitting the picture width.
    Thanks for helping me

    #218220

    Hello, sorry, but I disable the “Zendesk Chat Widget” plugin and keep doing the same problem, I have cleaned temporary and browser cookies just in case but the problem persists.
    I deleted the “Zendesk Chat Widget” plugin and the problem continues.
    Thank you

    In forum: Virtue Theme

    In reply to: Carousel above header

    #218150

    Thanks Ben,

    I had forgotten about the topbar widget area!

    I tried the Virtue Carousel but found that is restricted to blog posts. The Virtue Gallery widget set to “Image Carousel” is perfect!

    I’ve set height to 75 and speed to 3000.
    I added the following CSS to set the width, align the sides and to remove the dots and arrows:

    #topbar .kad-topbar-right {width: 100%; padding: 5px 0px;}
    #topbar .slick-arrow, #topbar .slick-dots {display: none !important;}

    Many thanks,
    Phil.

    In forum: Virtue Theme

    In reply to: Carousel above header

    #218108

    You can use code, But you can also place it in the topbar widget area then add some css to make the topbar widget area fullwidth. I think that might be easier to manage?

    Ben

    In forum: Virtue Theme
    #218107

    Kevin,

    I figured it out. Let me share.

    I want to use Page Content as a module on homepage. My homepage is set as Static in Settings. That’s what I want. 😉
    So….in order to have a Page Content module on the Homepage here are my options.

    Option 1
    Theme Options > Home Layout > Enable Page Content > Go to Homepage Widget > Use Custom HTML widget as a module. It shows up just under Slider.

    Option 2
    Theme Options > Home Layout > Enable Page Content > Go to Homepage > Create a block with content that will show up under the Slider.

    I am using Option 2, because I already have a Homepage widget that is sorting posts with a shortcode to show on that Homepage.
    I hope that makes sense. 😉 I am so thrilled that I figured it out with your help of course. I’m getting the hang of this now. It’s a good day. 😉

    Thank you as always. Appreciate your patience and help.
    Pam

    #217986

    Try adding this CSS to Theme Options> Custom CSS and let me know if it works for you:

    .above-footer-widgets #kad-slider-1 .kad-slide {
        background-size: contain !important;
    }

    -Kevin

    #217781

    I deactivated “Zendesk Chat Widget” and it works as it should. I reactivated so your site wouldn’t be missing something but that plugin is the issue.

    Ben

    In forum: Virtue Theme

    In reply to: Menu items & spacing

    #217780

    Hey

    22. What version of IE?

    33. Hero widget isn’t our widget so I’m not familiar with the setting or options. Seems like if you can’t control it in the widget itself you would be able to force a change with css:

    .sow-slider-image-overlay {
        opacity: 0.8 !important;
    }

    44.

    You can use css like this. Be sure to add css in the theme options, not in pagebuilder as that will not work:

    .so-widget-sow-hero {
        border-radius: 12px;
        overflow: hidden;
    }

    Ben

    In forum: Virtue Theme

    In reply to: Sidebars

    #217731

    Hey,

    This should not be assumed:

    without using so many widgets that the page loading speed gets bogged down?

    Mostly because it’s not true, most widgets would load very quickly and have next to no impact on speed.

    Best to talk about real examples with real widgets being talked about.

    How you would style a widget depends on the widget options. For example, you can’t add an image to a WordPress navigation widget. So if you want navigation with an image you can’t use that widget. You need to create a custom list either through a visual editor widget or some other widget if you want an image.

    1. Yes, you can place things in your sidebars on the widgets page.

    2. Yes in each page you want to show a sidebar you should select that you want to show a sidebar and choose widget sidebar you want to show.

    Does that help?

    #217727

    Try just adding the shortcode without the span tag to a text or html widget, and then add this CSS to Theme Options> custom CSS:

    @media (min-width: 992px) {
    .above_footer_outer .above-footer-widgets {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
    max-width: none !important;
    }
    }

    Also be sure you’re not trying to load the same slider twice on one page, otherwise it wont work.

    -Kevin

    In forum: Pinnacle Theme

    In reply to: Blog grid page

    #217692

    Try adding this CSS to Theme Options> Custom CSS, and let me know if it works for you:

    .stylemag  div#content h3.widget-title {
        display: none;
    }

    -Kevin

    In forum: Virtue Theme
    #217687

    Hello,

    With the widget, I don’t believe there is any way to do this. The best option would be to build your own split content in page builder, with the row split 50/50, and add the content as necessary.

    Then you can control the mobile collapse of the split content.

    Does that work for you?

    -Kevin

    In forum: Virtue Theme

    In reply to: Menu items & spacing

    #217679
    This reply has been marked as private.
    In forum: Virtue Theme

    Topic: Sidebars

    #217675

    Hello,

    I wonder if you could point me to some literature on how to make Sidebars useful and aesthetically pleasing, without using so many widgets that the page loading speed gets bogged down?

    For my purposes, I don’t anticipate a lot of new content in the Sidebars (like blog posts). Rather, it would be a static group of images, short texts describing a tour, and links to the tour page for more information. So my purpose would be to have an extra navigational element for a user to be able to quickly click between different tours.

    On this page: http://www.johngrahamtours.com/tours

    I’m just getting text in tight rows. How do I modify the look and spacing of this text? Perhaps add images?

    1. Appearance>Widgets appears to be the place that I add things to Sidebars, such as “Tours Sidebar”.

    2. On individual pages, I need to specify the appropriate Sidebar, such as “Tours Sidebar”, correct?

    Thanks for guidance, John

    #217663

    Hi Hannah,

    Apologies, yes meant shortcode not css. I did add it through the text widget in the ‘Above the footer’ widget area.
    This didn’t work unfortunately.

    Thanks,
    Anthony

Viewing 20 results - 2,441 through 2,460 (of 13,419 total)