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,641 through 2,660 (of 13,419 total)
  • Author
    Search Results
  • #213683

    ok, the size of the images can be set in Kadence woo extras > product gallery settings. You won’t be able to change the size in the elementor widget.

    #213652

    When I add animation to a widget it doesn’t read my custom CSS for some reason.

    No animation:

    With animation:

    I’ve never had this issue before. Am I missing something? Maybe a plugin?

    #213636

    Hey,
    You can use the ascend info box widget, just wrap your text in this:

    <li>description</li>
    <li>description</li>
    <li>description</li>

    Does that work for you?

    Hannah

    #213590

    You can use css like this:

    .main .siteorigin-widget-tinymce [class^=icon-] {
        padding-right: 20px;
    }

    Ben

    #213586

    I can try that. But Pagebuilder has been giving me problems with the “saving mode” locking up. Everything gets saved but saving mode doesn’t stop until I refresh. Hopefully Site Origin is correcting it since I messaged them. They said they couldn’t duplicate the issue. But everytime I deactivate Pagebuilder widget bundle, saving mode works properly. Then, later when I reactivate widget bundle, it works for awhile, then the saving mode starts all over again locking up. They have another update. After I back up the site, maybe I will reactivate it and see if it works correctly.

    Had the same issue with Black Studio TinyMCE Widget plugin too. But seems to be working now.

    I do like your Ascend info box I use for the icons and links for the sidebar. I assume via Pagebuilder I could do the same thing essentially?

    PS How about send me the css code as a backup option?

    #213584

    You can force that with css, or you can create the page with pagebuilder and instead of adding a sidebar simply add a column in pagebuilder with the widgets you want. then you can set the column to whatever width you want.

    Ben

    In forum: Ascend Theme

    In reply to: topbar icons

    #213567

    Try adding this css:

    .kad-topbar-flex-item.kad-topbar-widget-area {
        display: flex;
    }

    And post back with that added if it doesn’t work.

    In forum: Ascend Theme

    In reply to: topbar icons

    #213548

    Hi again Hannah,
    Now that I have found the theme option for making the top bar widget area visible, I’m having a hard time getting widget icons to sit side-by-side rather than on top of one-another. This is what I’m doing:

    Social Links Widget: displaying Facebook icon with link
    Contact Card Widget: displaying phone number and email with icons.

    What setup can I use to display these three things horizontally?

    Thanks for your patience,
    Ellen

    In forum: Ascend Theme

    In reply to: topbar icons

    #213543

    It was exactly that – in theme options, I needed to enable the top bar widget area. Ok, I’m all set and thanks for helping.

    In forum: Ascend Theme

    In reply to: topbar icons

    #213542

    I sure have. I haven’t been able to get this widget to work for the last couple websites I’ve designed. There must be a setting I’m missing in Theme Options. I will keep looking.

    #213444

    Hey Renata,
    I will talk with the developer about adding this to the feature request list. There are so many social networks and the theme social links widget is just meant to be simple. I would recommend using a plugin like this: https://wordpress.org/plugins/social-icons-widget-by-wpzoom/
    Hope that’s helpful!

    Hannah

    #213433

    Greetings Ben:

    Thanks for Widget Dock! Has there been any progress on issuing an update that will not trigger a WordFence warning? I understand that I can essentially ignore that warning but I (and my boss) like to keep WF reports clean, so any help in that area will be much appreciated.

    Thanks again.

    Mark

    #213395

    Hello, I would like to ask to insert the behance logo on the social links widget. Because it is a social network much used by designers. I have seen the guidelines already in the forum, but they are not very complex. Thank you!

    In forum: Ascend Theme

    In reply to: topbar icons

    #213349

    Just to be clear, have you enabled the topbar widget area from Theme Options > Topbar Settings? And have you cleared your cache after doing so?

    Hannah

    In forum: Ascend Theme

    In reply to: topbar icons

    #213344

    Thanks, Hannah. I’ve tried that several times on several sites with no luck. I have added the widget to the top bar widget area again just now with one link to Facebook. It does not show in the top bar. I’m not sure what I’m missing.

    #213331

    I have used a widget to display some icons in the topbar. The icons are displayed fine on a desktop (even with a tiny window) but on mobile the last icon is not displayed.

    In forum: Virtue Theme

    In reply to: space between rows

    #213324

    That works great. And I tried modifying it to close up the space under it, before:
    You need results…I can help you. Let’s talk!


    @media
    (min-width: 992px) {
    .siteorigin-panels-stretch.kt-no-vertical-gutter.kt-panel-row-stretch.panel-widget-style.panel-row-style.panel-row-style-for-1399-2 {
    margin-top: -50px;
    }
    }

    but that didn’t work. Can you help me with that too? Thank you.

    #213318

    You have this in your footer text widget:

    <script type="text/javascript">
    jQuery(document).ready(function ($) {
    var topOffest = $('body').hasClass('admin-bar') ? 32 : 0;
    $('#nav-main').sticky({topSpacing:topOffest});});
    </script>

    Change it to this:

    <script type="text/javascript">
    jQuery(document).ready(function ($) {
    var topOffest = $('body').hasClass('admin-bar') ? 32 : 0;
    $('#nav-main').ktsticky({topSpacing:topOffest});});
    </script>

    Ben

    #213305

    I had to deactivate your theme upload a new one then activate it, I should have checked your widgets in inactive.

    The events can only be joined into the main blog loop, the module for the home page is a custom loop and totally different. The events calendar is splicing events into the main blog loop. You can’t make events suddenly also be posts and show anywhere that posts would.

    If you want to have events on the home page you would just use the shortcodes from events calendar. Else you would have to create your own custom query loop where you included multiple post types.

    Ben

    In forum: Virtue Theme

    In reply to: Menu

    #213283

    Hello,

    You should be able to use this plugin to add widgets to your menu:
    https://wordpress.org/plugins/megamenu/

    Let me know if that works for you!

    -Kevin

Viewing 20 results - 2,641 through 2,660 (of 13,419 total)