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 - 141 through 160 (of 13,419 total)
  • Author
    Search Results
  • #286730

    I cannot get the pro blocks to appear. I have done all the above to no resolution. When I try to look at the widgets nothing appears for the sidebar but an error code if I click on the + button. I cannot edit anything in the sidebar.

    Screenshot-2023-12-17-8-46-05-AM Screenshot-2023-12-17-8-44-22-AM

    #286643

    Hello,
    I am having an issue where, in a sidebar widget menu, when a parent menu item is marked as active (current-menu-item), the sub-menu items are also marked as active by inheriting the selector “current-menu-item” that is set on the parent menu item. In my opinion this is not correct behavior. Since the selector is set on the parent and is inherited down to the children, I am unable to unset the selector with jquery.

    You can see the behavior here:

    Click on the arrow to expand the sub-menu and notice that all the sub-menu items are marked as active.

    Best regards,
    Jim Edwards

    #286536

    If you setup a page using the Ascend theme and on that page you have the SiteOrigin (PageBuilder) Video Player, plus the Ascend Image widget… everything seems to work fine… except when you click to close an Ascend image widget lightbox. Once closed the webpage moves (scrolls up) a bit and it needs to just close with no scroll.

    In forum: Membership Forums

    In reply to: Search in Footer

    #286382

    Hi Konrad,

    The header widgets can’t be used in the theme footer.

    Currently, there’s no search widget available in the footer, but you can use the Gutenberg Search block. See screenshot: https://share.zight.com/E0umObjY

    Basically, you can add any Gutenberg-based blocks in the footer widgets.

    You can also submit a feature request for the Kadence theme here:
    https://www.kadencewp.com/kadence-theme/feature-requests/

    Let me know if you need further assistance.

    Best,
    Chito

    In forum: Kadence Theme

    In reply to: Ditty News Ticker

    #286353

    Hii there!

    The Text(Adv) block could help with this. Add it inside a WIDGET AREA header item of the Kadence theme header. (Note: the widget header item will only be available if you have the Kadence theme pro Header Addons)

    Here’s how I did it on my website – https://share.zight.com/yAunznLQ.

    On the other hand, if Ditty has provided a shortcode to show the ticker, copy the shortcode and add it to your header using the HTML header item.

    I hope this helps, and let us know if we can help you further.

    Regards,
    Karla

    #286277

    Hi There,

    I am unable to replicate the issue on my test website.
    Check the screenshot:

    I am using WordPress 6.4 with the latest version of the Kadence theme on my test website.

    For initial troubleshooting, please could you do the steps listed in this article https://www.kadencewp.com/blog/how-to-troubleshoot-your-website? This will help us rule out these usual causes of WordPress issues, so we can move on to investigating other possible causes of this issue on your website.

    Please let us know how it goes, we’ll be more than happy to help.

    Best regards,
    Archita

    #286271

    Hello,

    Today, I updated WordPress to version 6.4. However, I’ve encountered display issues with my Kadence theme (Version: 1.1.48).
    Images and widgets are not displayedy. I had to temporarily switch to another theme while I work on resolving this issue.

    I hope this information helps you understand the situation.

    Best regards

    In forum: Membership Forums

    In reply to: expandable side menu

    #286250

    Hi Prandam,

    Thanks for reaching out to us.

    I reviewed the reference website, there is no built-in option to create a similar expandable menu.

    There is a workaround, if you are using Kadence Theme PRO it will allow you to add a Toggle widget area in your header.

    You can add a Toggle Widget Area and add a navigation menu widget. Check the screen recording: https://share.getcloudapp.com/ApugxelW

    You could also submit a feature request here: https://www.kadencewp.com/kadence-theme/feature-requests/ so the developers can consider the feature that you have in mind. However, please note that we cannot give an ETA of when this will be added. The development team considers certain factors before implementing new ones.

    I hope this helps, please let us know if we can assist you further.

    Best Regards,
    Archita

    #286202

    Excuse my ignorance but I am not a programmer 🙁
    I for widgets used this code:

    /**
    * Change the widget area title HTML tags.
    *
    * @param array $args the widget area args.
    */
    function custom_widget_title_args( $args ) {
    $args[‘before_title’] = ‘<h4 class=”widget-title”>’;
    $args[‘after_title’] = ‘</h4>’;
    return $args;
    }
    add_filter( ‘kadence_widget_area_args’, ‘custom_widget_title_args’ );

    can you help me create the one for article navigation?
    Thanks a lot

    stefano

    #286027

    Hi there!

    There is no option to add something like this using our Virtue theme.

    Try other plugins like this plugin. Also, Gutenberg has the Login/out block. You can add this to your topbar widget content.

    I hope this helps, and let us know if we can help you further.

    Regards,
    Karla

    #285910
    This reply has been marked as private.
    #285908

    Create a custom widget

    #285895

    Hi there!

    So there are two scripts that need to be added to your page for the widget to show properly:

    • The first one needs to be inside the <head> HTML tag of the page.
    • The second block of code can be added using the Custom HTML code.

    I tried this on my website and the widget didn’t show until I added the first script inside the page <head>. I’ve attached a screen recording of how it worked for me.

    Could you confirm if you added all the needed scripts? If you have the Kadence Blocks Pro add-on, you should be able to add the first script inside the specific page’s <head> element like how I did on my screen recording.

    I hope this helps, and let us know how we can assist you further.

    Regards,
    Karla

    #285875
    This reply has been marked as private.
    #285771

    Hi, Nic!

    There’s no built-in option to do this.

    What you can do is use custom CSS code. For code reference, add this to Customizer > Additional CSS:

    .kad-topbar-flex-item.kad-topbar-widget-area.kad-topbar-item-right {
        display: flex;
        align-items: center;
    }

    This is how it should look – https://share.zight.com/P8uDeoge.

    I hope this helps, and let us know if we can help you further.

    Regards,
    Karla

    #285755

    hello,
    Can you help me move the call to action button in widget extras next to the image I have put there please?
    Here’s the site:
    It’s top left i’d like to put the ‘enter now’ button next to the image (left aligned)

    many thanks
    Nic

    #285675

    Hi there,

    Layout shifts can be caused by a variety of factors, and they often occur when unexpected changes in the web page’s layout happen after it has been initially rendered. One possible reason is Ads and Third-Party Content. Advertisements and embedded third-party content, such as social media widgets, often load additional resources and can trigger layout shifts when they render or load asynchronously.

    I see that your production website has ads being inserted into the page.

    I tried to see more details about the CLS report and I see that the report regarding the CLS is mostly pertaining to the top most content of the page.

    Here’s a screenshot for reference: https://share.getcloudapp.com/Blu2NmoW

    When I tried to load this page on the browser, the content would indeed shift. This is because of the ads being inserted dynamically on the page.

    ​Here’s a screen recording for reference: https://share.getcloudapp.com/qGuYD4rk

    This is only one possible cause but I suspect this is what’s contributing to the layout shift most.

    I hope this helps. If you have further questions, please let us know; we’ll be happy to help.

    Best regards,
    Teejay.

    #285618

    There are fundamental flaws in Kadence that many of us are asking for, yet they are neither fixed nor improved, but you are pushing a totally pointless AI.

    This is very sad and a disregard for the community – exactly, the direction that Elementor was heading in and why many of us left it.

    A lot of widgets are only half done or lack basic functionality, that’s a fact. But it’s really a big problem that an ACF support can’t be done after many months of begging… 🙁

    #285516

    I think the problem is related to the JetEngine Map listing widget and not to Kadence, because I have the same problem, if I only use Gutenberg without Kadence.

    But with this code I was able to fix the problem:

    .jet-checkboxes-list__label {
    padding-left: 15px;
    }

    .jet-checkboxes-list__button {
    line-height: 0;
    }

    #285427

    Hey Niklas,

    You can use this code to trigger the Header Search widget with a button: https://pastebin.com/iMVuJshH

    Add “search-toggle-button” to your button’s CSS Class in the Advanced tab.

    Let me know if you need further assistance.

    Best,
    Chito

Viewing 20 results - 141 through 160 (of 13,419 total)