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 - 501 through 520 (of 13,419 total)
  • Author
    Search Results
  • In forum: Kadence Theme
    Anonymous
    #267585

    Hi there,

    You can configure that using the Customizer. Go to Customizer >> Header and click the gear icon for the navigation widget. Look for the Dropdown Options on the Design tab. Click that and you can see the option for “Dropdown Items Vertical Spacing”: https://www.loom.com/share/46ae8e0f753048a884587d4598f14b9e

    I hope this helps and let us know how we could help you further.

    Kind Regards,
    Michael

    #267583

    Hi Gabs,
    The Off Canvas Widget Area and the Toggle widget area are two different things. Your first screenshot shows the Toggle widget area which is for desktop. The second shows the Off Canvas widget area which is for mobile. You can access that by clicking the Tablet/Mobile tab in your header settings.
    Hope this is helpful!

    Best,
    Hannah

    #267498

    Hello,

    Thank you for reaching out to us.

    The off-canvas popup for the Toggle Widget Area header item has its default style from the theme. If you could point out which parts you would like to adjust, we can help you with custom CSS code.

    On the other hand, you may log a feature request on this page for this item’s popup design settings. However, please note that we cannot give an ETA of when this request will be added as the development team considers certain factors before implementing new ones.

    Hope this helps and let us know if we can assist you further.

    Kine Regards,
    Karla

    #267492

    Hello, i have added the toogle widget area to the header in desktop, but i cannot see popup area settings

    • This topic was modified 4 years, 8 months ago by Gabs.
    #267479

    Hi Mike,
    I’m actually seeing the visual editor widget showing in your header. Have you cleared your cache?

    Kindly,
    Hannah

    #267460

    Hannah, I deleted the Navigation Menu from the Secondary Header Widget area and replaced it with a Visual Editor widget in which I’ve placed a simple list of pages to be used as a menu. Problem is, this isn’t appearing either!

    I believe I’ve chosen the correct Header Style and I definitely have this Secondary Header Widget area enabled. While you still have access to the site would you mind taking a peek to see if I’m missing something?

    Thanks!

    #267445

    Thank you for the link! Sorry, I should have been able to identify this sooner, but the navigation widget is not set up to work in the header. It is designed for sidebars. So there isn’t a built-in function within Ascend to have a vertical menu in the header, sorry! Let me know if I can help steer you in another direction.

    Kindly,
    Hannah

    #267426

    Hi Pedro,
    Try adding this to your custom css:

    .widget-2.widget-last.footer-widget.widget {
        margin: 0;
    }

    Does that work as you’re wanting?

    Kindly,
    Hannah

    In forum: Virtue Theme

    In reply to: widget title

    #267405

    Hi Carrie,
    Try using this css instead:

    .panel-widget-style h3.widget-title {
        font-size: 12px;
        color: #000;
    }

    Hope it helps!

    Best,
    Hannah

    In forum: Virtue Theme

    Topic: widget title

    #267390

    Hi
    I’m trying to style the widget titles above the 3 images on this page:

    I’m using this css, based on previous advice provided through this forum, but this time it’s not working.
    .so-panel.widget .widget-title{
    font-size: 12px;
    color: #black;
    }

    Thanks you for your help,
    Carrie

    Anonymous
    #267373

    Hi there,

    Unfortunately, there is no built-in option right now to add a custom social link. The only available social icons are the ones you can select on the Social widget. You can search for an existing feature request here that is similar to what you are referring to: https://www.kadencewp.com/roadmap-kadence-theme/feature-requests/

    Like for example if you search “social”, you can see that there are already existing requests for it. You can choose one that bests fit what you need, add a comment to further tailor the request and then add a vote. The more votes that a feature has gotten the higher the chances it has to be added. Or, you can create a new feature request altogether.

    I hope this helps and let us know how we could help you further.

    Kind Regards,
    Michael

    #267372

    Hey, thanks for reaching out regarding Snapchat in the social links!

    Where exactly are you trying to add them? You can use the WP Social Icons block to add a Snapchat icon to your site. However, you’re right that it is missing from the header and footer areas.

    I’ve gone ahead and noted that snapchat is missing still in this post:
    https://www.kadencewp.com/roadmap-kadence-theme/feature-requests/additional-social-icons/?unapproved=500&moderation-hash=a6b46a87d93378f68728c22c60b501df#comment-500

    Until it’s available in the theme, does it work for you to use the Social Links block within a widget area?

    Thanks,
    Kevin

    #267348

    Greetings!

    I’m using header layout #5 with the logo in the middle and extras on either side. I don’t plan on using the menu beneath, but rather placing vertical menu in the secondary widget area which is enabled. I’ve created and embedded this menu but I can’t get it to appear!

    The page in question is HERE. What am I doing wrong?

    Thanks for any help as always!

    #267299

    This is what is coming back in inspector. There are about 37 of these types of notices… not sure if it’s breaking js from loading the templates or what.

    blocks.min.js?ver=e2b6602c7ebbe8ce93832ce35d81be1c:2

    The block “geodirectory/geodir-widget-search” is registered with an invalid category “geodirectory”.

    In forum: Virtue Theme
    #267289

    Hi Georgina,

    Here are the CSS codes:

    @media (max-width: 780px){
        .kad-topbar-left{display:none;}
        .kad-topbar-right{width:100%;}
        .topbar-widgetcontent .panel-widget-style {
            -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
            flex-direction: row !important;
        }
        .topbar-widgetcontent .panel-widget-style .panel-grid-cell:not(:last-child) {
            margin-bottom: 0px !important;
        }
    }

    Kindly paste them into Theme Options > Advanced Settings > Custom CSS.

    Let me know if this works.

    Regards,
    Chito

    #267285

    Hi,

    Would like the buttons on the topbar widget to sit side by side.

    I have used layout builder to get it to sit side by side on desktop screen.

    In forum: Virtue Theme
    #267161

    Hey,
    Yes, WordPress 5.8 launched full-site editing. You can still add widgets to these areas, not just blocks. If you would like to revert to the classic widget editor you can use this plugin:
    https://wordpress.org/plugins/classic-widgets/

    Kindly,
    Hannah

    In forum: Virtue Theme
    #267158

    Has it changed to Block-based Widgets Editor?

    Could it be due to a WordPress update as I have not changed it manually?

    #267157

    Hi,

    I tried to access the Widgets section through wordpress dashboard.

    However, it has changed completely (see screenshot 1).

    And it show several error notifications (see screenshot 2).

    How do I revert to the earlier format for Widgets and fix these errors?

    Thanks
    Yogi

    #267120

    Hi Team,
    Please could you help? I’m using Virtue Theme on this site.
    I have added a login/logout button using the following HTML in a topbar widget:
    <button type="button" id="login_button" class="kad-btn btn-shortcode kad-btn-primary sm-kad-btn clearfix">[frmmodal-content label="Login"][frm-login class="frm_style_login-form-style" layout=v show_lost_password="1" label_lost_password="I forgot my password"][/frmmodal-content]</button>
    <button type="button" id="logout_button" class="kad-btn btn-shortcode kad-btn-primary sm-kad-btn clearfix"><a href="https://your_domain/wp-login.php?action=logout&quot; >Logout</a></button>

    You can see that the “Member Login” button is quite close to the top – only a few pixels away.
    On the other hand ponce you are logged in, the “Logout” button has a healthy 25px margin.
    Can you explain why they are different and how I can get the 2 buttons to behave the same?
    Very many thanks,
    Phil.

Viewing 20 results - 501 through 520 (of 13,419 total)