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,941 through 1,960 (of 13,419 total)
  • Author
    Search Results
  • #231449

    The plugin I’m using is called Q2W3 Fixed Widget.

    #231433

    Hi, I am tryin got change header widget position on my page (see attached screen shot) I would like it on the right side aligned with the container width. Another think I would like to do as make footer widget layout made of 5 columns instead of 4. Is this possible please?

    #231371

    ok, you can add this css:

    .kad-far-right-header {
        width: 100%;
    }
    .kad-header-flex {
        height: 100px !important;
        flex-wrap: wrap;
    }
    
    .kad-far-right-header .menu-widget-area-kt {
        text-align: center;
        width: 100%;
        display: block;
    }

    Ben

    #231361

    Hey,
    There isn’t a prebuilt option for this but I can help make it happen with some css.

    First add your text into a text widget in the header extras widget area. Then make sure that widget area is enabled in your theme options > header options.

    Then post a link to your site here and I can get you the css to move it below the logo and menu.

    Ben

    In forum: Virtue Theme

    In reply to: Add banner

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

    In reply to: Add banner

    #231354

    Can you send me a login so I can see your settings, I’m not very familiar with that plugin.

    One option that you can consider is adding the home widget area to enabled in your theme options > home layout. Then going to the appearance > widgets and adding a widget with banner to the home widget area.

    Ben

    #231163

    Can you assist, it’s the widget with the 4 blue circles, at the bottom of the page.

    #231132

    Hey,
    If you are using the widget you can add testimonials for it by going to the testimonials post section in your admin menu. You should see testimonials right below pages as a post option.

    Ben

    #231125

    Hello,

    I understand how to add the testimonial carousel widget, but how do I type in the testimonials from my customers so that they appear? Sorry if I have overlooked a tutorial on this! – Billie

    #230968

    I added a closing bracket to your media query then added this:

    @media (min-width: 1200px) {
    .topbar-widgetcontain {
        float: right;
        display: inline-block;
    }
    .widget-1.widget-first.topbar-widgetcontent.topbar-widgetcontain {
        float: none;
        margin-top: 0;
    }
    #topbar-search {
        text-align: right;
    }
     }

    Does that work as you’re wanting?

    Hannah

    #230877

    This css should move your icons closer together:

    .menu-widget-area-kt a.elementor-icon {
        padding: 10px 0;
    }
    .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
        padding-left: 0;
    }

    Hope that helps!

    Hannah

    #230872

    Ben,

    I have found a work around, I created a template for the Account menu item within Elementor, then I used shortcode to insert it into the Header Extra widget section.

    This will work, but as you can see the spacing between each icon in the top right header section is too much.

    Do you know how I can reduce the spacing so that top right menu is tight?

    I’ve uploaded screenshot.

    spacing

    In forum: Virtue Theme

    Topic: icon flip box

    #230669

    hello,
    I wonder if it is somehow possible to implent a video(player) into the back side (description) of the virtue icon flip box widget?
    I’ve tried it with a siteorigin video shortcut, but the video url get “scrambled” – shows only css code on the frontend.

    Thank you for your patience ;o)
    best regards, Michael

    #230661

    that left justified everything!

    here’s the css I have now:

    display: block;
    }
    #kad-mobile-banner {
    display: none;
    height: 0;
    }
    .topbarmenu.clearfix {
    width: 100%;
    }
    .col-md-6.col-sm-6.kad-topbar-left {
    width: 75%;
    float: left;
    }
    virtue_social_widget.clearfix {
    width: 50%;
    float: left;
    }
    #topbar-search form {
    margin-top: 8px;
    }
    }

    #230656

    Hey Judy,
    Try adding this to your css:

    .virtue_social_widget.clearfix {
        width: 50%;
        float: left;
    }
    #topbar-search form {
        margin-top: 8px;
    }

    Hope that helps!

    Hannah

    #230648

    Hi
    I want to use the topbar menu, icons, and widget area in my topbar on jccmw.org.

    I’ve copied css I found on an answer to the same question but my search box (widget) is still on a separate line to the other links. How can I get it on the same line? I’ve deleted some of my old css which helped format the topbar so maybe I need to delete some more?

    css is

    #nav-main ul.sf-menu ul li a {
    font-size: 18px;
    }
    .home section#cat_nav {
    margin-bottom: 20px;
    }
    #nav-second ul.sf-menu ul li a {
    font-size: 15px;
    }
    tbody tr:nth-of-type(2n) {background-color: #f0f0f0;}
    th {background-color:#018DB1;font-weight:bold;color:#fff;}
    }
    tcolumn-4 {
    text-align: center;
    }
    img.alignnone {
    padding: 0;
    }
    a.mobile-logo {
    padding: 0 !important;
    .kt-header-position-above, .second-nav-container {
    display: block;
    }
    #kad-mobile-banner {
    display: none;
    height: 0;
    }


    @media
    (min-width: 968px) {
    .col-md-6.col-sm-6.kad-topbar-right {
    width: 25%;
    }
    .topbarmenu ul li a {
    font-size: 15px;
    padding: 4px 10px;
    }
    .topbarmenu.clearfix {
    width: 100%;
    }
    .col-md-6.col-sm-6.kad-topbar-left {
    width: 75%;
    float: left;
    }
    }

    In forum: Ascend Theme

    In reply to: Front page download

    #230615

    So this is what happened:

    1. I’ve updated Ascend: Tabs&Accordions widget
    2. page became like what you see
    3. I’ve inactivated W3 Total Cache. Nothing changed.
    4. I’ve updated Ascend theme to the recent version. Nothing changed.
    5. I’ve updated 4 plugins. Nothing changed.

    🙁

    #230614

    Hello Support team!

    There is something wrong with the homepage of this site. I’ve done some galley change in Ascend: Tabs&Accordions widget, and the problem is since then.

    I have wordpress 5.0.4. All plugins are up to date, and also the theme. This theme is ‘restaurant demo’.

    I attach the front page edit screenshot, and the list of my plugins.

    Can you help please?

    Thanks, Anita

    #230603

    You can add a widget area in the left (which is what that image is showing). And anything can be placed in a widget area, like in the image where it has text about free shipping.

    Just scroll down in your topbar settings till you see “Topbar Widget area”

    Ben

    #230487

    Can you post a link so I can see how you have things configured?
    If using a static homepage, you can add a row to the bottom of your page. Just keep in mind the image will not show if there is not content in the row. You will need to add a widget (such as the call to action widget) into the row where you have set a background image. If you’re using a widget area you can do this using the layout builder widget.

    Hannah

Viewing 20 results - 1,941 through 1,960 (of 13,419 total)