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 - 101 through 120 (of 13,419 total)
  • Author
    Search Results
  • #288667

    Hi there,

    I’ve encountered an issue with the WordPress list block in the Kadence theme footer. I’ve added a list with links to different pages, but I’m struggling to remove the bullet points. Despite attempting various CSS solutions, including those below (I also added the Custom Class ‘Bulletlist’ to the block):

    .footer-widget-area .has-theme-palette-9-color {
    list-style-type: none;
    }

    .footer-widget-area .has-theme-palette-9-color {
    list-style-type: none !important;
    }

    .bulletlist {
    list-style-type: none;
    }

    .footer-widget-area .bulletlist {
    list-style-type: none;
    }

    .wp-block-core-list.bulletlist {
    list-style-type: none;
    }

    None of them seem to work. I’ve also disabled all plugins and cleared the cache multiple times to no avail.

    Could it be that there’s a conflict with the theme or that I’m using the incorrect selector? Any guidance on resolving this issue would be greatly appreciated.

    Thank you for your help!

    #288653

    Hello Eze, thanks for the quick response.. It’s actually a <div> tag with a script that gets my REVU (like google review) and displays them, anywhere I choose on the site, so doesn’t have to be on the “head” of the site..

    I created an html custom block, added the code.. verified with the “preview” button on the block. works.. then save it, go to the live site.. not showing..

    I had a cookie plugin, that I thought might be blocking the script, disabled it, and that didn’t change anything..

    I’m putting the code here (removing my tag id)

    <div data-bid=”xxxxxx” data-url=”https:….” data-aid=”xxxxx”><script src=”https://&#8230;./js/widgetAdv.min.js” async></script></div><script class=”json-ld-content” type=”application/ld+json”></script>

    thx

    #288525

    I also think it is better that social links are nofollow.
    I will do it with a widget

    #288509

    I didn’t get a resolution for this so ended up writing custom PHP code to show/hide widgets in the footer.
    So I setup double widgets in the footer (one for each language) and then with code show and hide the relevant ones based on the language of the page.

    #288469

    Hi,

    I’m having similar problem with footers using polylang. I’m using kadence pro (essential bundle), but not pro addons. I can create legacy widget and selecting specific menu as footer, but I don’t want to design footer like menu.

    I tried translating footer in customize section but if I change german language it automatically changes english any any other language I have.

    Any idea how to set footer without using addons pro?

    #288268

    Guys

    its 2024 now. It seems like Kadence blocks in Widgets should be a thing by now.
    any plans to make it a thing?

    JJ

    #288255

    Hi, I recently updated my footer and after that footer isn’t showing on the homepage and showing on all the other pages and posts, I have checked the settings and also widgets section aren’t showing in customization. Please help me

    Website URL where we can see more details: Chowking Menu

    #288253

    Dear Kadence Theme Forum Community,

    I hope all members are doing well. I’m reaching out today to ask for help configuring the sidebar widget feature on the Kadence theme for my website.

    I am encountering an issue wherein I have activated the sidebar widget on an individual page. Upon accessing the page editor and selecting the desired sidebar, I intended to display this [ ] category within the right sidebar. However, despite my efforts, the end result did not align with my desired outcome.

    I would greatly appreciate any guidance or insights from the community regarding the proper configuration steps for integrating category display within the sidebar widget on the Kadence theme.

    Thank you in advance for your time and support.

    Warm regards,

    Kashi

    #288248

    Hey there, I’m having some trouble with the Kadence theme’s information box widget on my video editing website. Hoping someone here can offer some guidance.

    I’m using the Kadence theme to build out the pages and layout for my video editing web app. Overall, I really like the theme’s design flexibility and page building tools. But I’m struggling to get the information box feature working properly.

    Whenever I open my site try to add an information box to one of my video tutorial or pricing pages, the box just shows up empty on the frontend. I’ve double checked the content I’ve added and the widget settings, but can’t figure out why the information isn’t displaying.

    Has anyone else run into this kind of issue with the Kadence info box on a video-focused website? I’m worried my users won’t be able to see important details about my video editing services or instructions if I can’t get this working.

    Any advice on properly configuring the Kadence info box for a video‘s website would be super helpful. Do I need to make any special adjustments to the widget settings or layout? I’m relatively new to WordPress customization, so any troubleshooting tips would be greatly appreciated 🥰.

    Let me know if you have any insights to share! I want to make sure my video editing site looks polished and provides all the necessary information to users.

    #288240

    There are no contents in the Sidebar. It’s completely empty.

    I enabled Debug mode in WordPress, tried again, and this is the error line:

    [05-Apr-2024 06:59:13 UTC] PHP Notice: Function wp_enqueue_script() was called incorrectly. "wp-editor" script should not be enqueued together with the new widgets editor (wp-edit-widgets or wp-customize-widgets). Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.8.0.) in /wp-includes/functions.php on line 6031

    Is the issue with Kadence Blocks or with WordPress?

    #288236

    There is a problem adding or updating Widgets to the Sidebar, and seeing multiple console errors:

    Uncaught TypeError: Cannot read properties of undefined (reading 'selection')

    If it helps:
    – WordPress 6.4.3
    – Kadence 1.2.3
    – Kadence Blocks 3.2.32
    – PHP 8.2.17

    In forum: Kadence Theme

    In reply to: Text in Headers

    #288015

    The HTML widget plus element short code is what worked for me. Thanks!

    In forum: Kadence Theme

    In reply to: Text in Headers

    #288012

    Hi Chris,

    You can use the Element Hooks feature to add an element to an HTML widget.

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

    You can add the blocks in the Content Element that you will add in the header using the Element Shortcode in the HTML Widget. Blocks have a conditional display setting. However, I am not sure what specific conditions are required for what you are trying to do where you would like to display different elements/blocks based on regions.

    You can also do this using the Widget Area if you are not yet using this widget in your header instead of using the HTML Widget with an Element Shortcode.

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

    I hope this helps. If I misunderstood what you’re trying to do, please let us know, and we’ll be more than happy to help.

    Best regards,
    Teejay.

    In forum: Kadence Theme
    #288001

    Hello,
    I have a site that has 5 different international regions. I need to put text into conditional headers so that the location appears to the right of the navigation. I know how to make conditional headers but there appears to be only one way to get text into a header and that’s with the header widget but that makes the same text appear on all headers. I need different text in different headers (5 in total). How can I do this? I can post a link but it needs to be private and there seems to be know way to do that on the first post?

    #287722

    I have kadence premium theme on my wordpress website. When I use kadence dark mode widget in my website it does’nt work perfectly. When we click on dark mode button to switch to dark mode it doesn’t working. Please give me solution to this problem.
    Here is my website

    #287688

    Hi Paul,

    Thanks for writing in.

    It’s not possible at the moment. If you’d like to use unlimited blocks/widgets in the header, I’d suggest you create a hooked element to replace the header. Here’s a documentation for more info: https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-use-element-hooks/

    For conditions, the hooked element also has Display and User Settings.

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

    The development team considers certain factors before adding new features.

    Let me know if you need further assistance.

    Best,
    Chito

    #287675

    Hi All

    Does anyone know how to create more navigation and widget items to use in conditional headers? We need 5 extra navigation items and 5 extra widgets as our site has multiple sections, each requiring unique headers with their own menus and logos. I assume there’s a way to register more with custom PHP but I don’t know how to do this.

    Many thanks
    Paul

    In forum: Kadence Theme

    In reply to: Ditty News Ticker

    #287665

    Hi there!

    Could you send us a link to a page where the widget is showing properly?

    Also, try these:
    1. Create a hooked element and add the Ditty code there. Here’s a guide – https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-use-element-hooks/
    2. Set its Display Settings to Entire Site and publish.
    3. After publishing, go back to the Elements list so you can copy the shortcode and that instead to the header HTML item.

    Another way is to:
    1. Create a hooked element and add the Ditty code there. Here’s a guide – https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-use-element-hooks/
    2. Set its Placement to Before Header.
    3. Set its Display Settings to Entire Site and publish.

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

    Regards,
    Karla

    In forum: Kadence Theme

    In reply to: Ditty News Ticker

    Anonymous
    #287612

    Hi there,

    If you are inserting a shortcode, try this. Use the Widget Area and insert a Shortcode block instead. Put the Ditty shortcode inside the block: https://www.loom.com/share/5dae44f74f5040479d799992905075ff

    Let us know how we could help you further.

    Kind Regards,
    Michael Taro

    #287513

    Hi, Annett!

    I apologize for the delay in getting back to you here.

    The link colors should inherit the global link colors. However, if you want to change the links’ initial and hover colors, go to the design settings of the footer row where the widget item was added. You should see that there are options for link colors. Change it there – https://share.zight.com/NQuB7eKg

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

    Regards,
    Karla

Viewing 20 results - 101 through 120 (of 13,419 total)