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 - 261 through 280 (of 13,419 total)
  • Author
    Search Results
  • #282639

    Hello,
    I hope you are doing well.
    The custom html widget is enabled at kadence_after_header, but I want it to appear only on the homepage
    Check out my site at
    Therefore, whenever I click on a single page or post, that widget always appears. I need your help.

    #282627

    Hello,

    Is there a way I can add these same buttons to the mobile header?
    I have added them as widgets to the mobile topbar BUT they are above the header and it looks bad.
    So can they be added to the mpobile header – in between the menu button and logo?
    OR is there a way I can add these buttons to the actual mobile menu – so that they stand out more- if that involves making a custom class – i will need a step by step I am afraid!
    Many thanks
    Nic

    here’s the site:
    http://www.jamiesmunrochallenge.run

    #282594

    Thank you so much – your CSS worked great!
    I think I knew how to make a custom class in widgets about 2 years ago but that knowledge has fallen out of my brain sorry! So I just copied the css and basically crossed my fingers. If it stops working it stops! Lol

    Thank you again!!
    Nic
    x

    #282586

    Hi Fajar,

    You can use conditional headers to display different headers on any page.

    The Kadence Theme Pro Add-on allows you to set conditional headers throughout your site. Once you have Kadence Theme Pro plugin activated, you can toggle on the Conditional Headers add-ons.
    You can create different headers using conditional headers add-ons, and set display conditions for a particular page. Check the screencast: https://share.getcloudapp.com/X6uKBZj9

    [Workaround]
    You can add custom CSS to hide and display the widget based on page ID. For example:

    .page-id-2267 .widget-class{
    display: none
    }

    Note: The above CSS code is an example, you have to select classes according to your website layout. Or send us the website url of the issue, and we will send you the exact CSS code.

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

    Best Regards,
    Archita

    #282579

    Nicola, my css is not the cleanest but either add this to your css* or assign a custom class to those 2 widgets that does this:

    #kadence_calltoaction_widget-3, #kadence_calltoaction_widget-4 {
        float: left;
        margin-right: 10px;
        padding: 10px;
    }

    then either get rid of the clearfix assigned to .kt-ctaw or add this to your css as well

    #kadence_calltoaction_widget-3 .kt-ctaw, #kadence_calltoaction_widget-4 .kt-ctaw {
    
    clear:none;
    }

    *Note that if you do this just by targeting #kadence_calltoaction_widget-3 and #kadence_calltoaction_widget-4 instead of using a custom class, you’ll have to update your CSS for any new widgets/buttons you add. 5, 6, 7, etc.

    • This reply was modified 3 years, 2 months ago by Amy P.
    #282565

    I have been using a Kadence theme for several years without issue. I pay an annual subscription. It looks like I am on version 1.1.32 and have auto updates enabled.

    Recently, I started to experience issues when trying to add an Amazon link to my blog posts. When I use the custom HTML item to add the snippet from Amazon, I get a “wordpress updating failed. The response is not a valid JSON response” message when I try to save the post. It seems like it only happens when I use the combined text and image snippet.

    I am also starting to receive error messages about my site. When I look in Appearance – Widgets, I get multiple error messages. Before I can get additional information, the WordPress admin page locks up and I am unable to access the site.

    The “text” block was affected by errors and may not function properly. Check the developer tools for more details.

    The “custom_html” block was affected by errors and may not function properly. Check the developer tools for more details.

    The “recent-posts” block was affected by errors and may not function properly. Check the developer tools for more details.

    The “search” block was affected by errors and may not function properly. Check the developer tools for more details.

    I’m not sure how to ‘check the developer tools for more details’. Your advise in how to resolve the issues would be appreciated.

    Thank you.

    #282558

    Hello there..
    I enable custom html widget at kadence_after_header but I want to display only on homepage
    please check my site fajar.me
    so, when I click single page/post thats widget always showing. please help

    SS –>

    #282541

    I want to put two buttons next to each other
    I am using the topbar widget area and have used call to action to make the buttons
    But they are displaying one above the other
    How can I make them next to each other please?

    Here’s the site:

    #282540

    Hi Hannah,

    it is Polylang Version 3.3.1.

    In know that I can place a slider within a widget above the content.
    I am using Page Builder by SiteOrigin & SiteOrigin Widgets Bundle.

    When using Slider Revolution (versions later than 6.4.11) the sliders will not display full width within a widget:
    https://hicketrans.de/

    When using Slider Revolution together with “Template: Feature” and embeded slider (see screenshot) without widget, it works:
    https://hicketrans.de/schraeglader-transporte/
    But this isn’t possible für the starting pages / Home in different languages.

    I cannot see how to adjust the theme options for each language separately.

    Thank you
    Andreas

    Hannah wrote:

    Hi Andreas,
    Can you tell me which multilingual plugin you’re using? You should be able to adjust the theme options for each language and there you can select a specific slider for each one. Though it doesn’t sound like this is the case for you?

    Kindly,
    Hannah

    Bildschirmfoto-2023-03-03-um-09-50-10 Bildschirmfoto-2023-03-03-um-09-51-31

    Bildschirmfoto-2023-03-03-um-10-12-35

    #282474

    Hello,

    as you can see we have this page in 5 languages. I would like to have an individual slider for each language on those 5 different “Home” starting-pages.

    Sadly I can choose only one Home Slider for all startpages home in theme options.
    Right now there is a widget on top of each language Home. In this widget is a Slider Revolution slider with the right language. But it only works with an old version of Slider Revolution (6.4.11) and Page Builder by SiteOrigin.
    All other pages use template “feature” and the slider can be implemented there.

    How can I switch off being forced to choose one Home Slder for the start page?

    Thank You,
    Andreas

    #282411

    Hi There,

    I tried to replicate the issue by deleting my primary menu, creating a new one. Everything is working as expected.

    I am currently using the latest version of the Kadence theme and Kadence Blocks.

    There is a menu option in the customizer.
    –Goto customize –> Header
    –Click on Primary navigation –> select Primary navigation

    Check the screencast: https://share.getcloudapp.com/yAuJP2eo

    As you mentioned the issue of primary menu and widgets, I recommend checking the website console to see if there are any errors. Send us a screenshot.

    Check the article:
    –How to view console errors: https://www.kadencewp.com/kadence-theme/knowledge-base/troubleshooting/how-to-view-console-log-errors/
    –Troubleshoot Guide: https://www.kadencewp.com/blog/how-to-troubleshoot-your-website

    If you are still experiencing issues, please share the website URL to have a closer look at where it is displaying.

    Or can you send me a temp login using https://wordpress.org/plugins/temporary-login-without-password/
    You can post using “set as private reply”.

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

    Best Regards,
    Archita

    #282391

    My primary navigation started to display wonky: out of order and only main pages displayed.

    I created a new menu. deleted the primary. I could’nt find the “primary menu” option anywhere! it’s only showing in the customizer. But it won’t dispaly it. So I opted to display the third menu. Where did my primary menu go??? THEN my footer completely stopped dispplaying. All my widgets are there. none are dispalying. What gives?????? I’m so upset and in distress.

    In forum: Kadence Theme
    #282293

    Hi Stefan,

    You can change the font size of a footer content (widget) from the Customizer.

    -Goto Customize –> footer
    -Click on the settings (gear icon) of the row you want to make changes. Check the screenshot: https://share.getcloudapp.com/E0uX5jAn
    -Goto design tab —> Widget content –> change font size from third option. Check the screencast: https://share.getcloudapp.com/o0uYoPPB

    Check the screencast: https://share.getcloudapp.com/mXuDdK1P

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

    Best Regards,
    Archita

    #282291

    Hi There,

    I viewed your website, but I was only able to see the copyright text in your footer https://share.getcloudapp.com/4guNQnGR. Did you remove the footer menu?

    If you were using widgets to display a quick footer menu, double-check if the “Collapse sub menu item” option is checked.
    Check the screenshot for reference: https://share.getcloudapp.com/OAu2YPyY
    Check the screencast: https://share.getcloudapp.com/12u7e48R

    You can uncheck the collapse sub menu item option if not required.
    Or you can use a custom CSS to remove border from footer quick link’s widget. Here’s an example code:

    .footer-widget-area-inner .collapse-sub-navigation ul.menu li a {
    border-bottom: 0px;
    }

    Note: The above CSS code is an example, you have to select classes according to your website layout. Or send us the screenshot of the issue, and we will send you the exact CSS code.

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

    Best Regards,
    Archita

    #282282

    ETA: And then I figured it out. For anybody else: the font and background color changes are in the Mobile Navigation widget under the Header Builder. The close button colors are controlled in the Off Canvas widget.

    My mobile menu comes up as black with white text, and I want it reversed. I figured out how to change the background to white, but I cannot figure out how to change the text color. The link color may also need to be changed – it’s that bright blue that Amazon uses instead of the theme color I chose for my links.

    • This topic was modified 3 years, 2 months ago by melonbird.
    In forum: Kadence Theme

    Topic: Icon Flip Box

    #282253

    Hi I am converting a site from the Ascend Theme to the Kadence them, going through all the pages I see one widget that I don’t know what to replace it with, and that is the “Ascend: Icon Flip Box”. Is there an equivalent in Kadence Blocks or the Kadence theme?

    Thanks, Glenn

    In forum: Pinnacle Theme
    #282231

    Hi there,

    The Portfolio Full widget for the home page only has a maximum of 20. What I can suggest is to use Portfolio Grid/Carousel. Here’s a video for your guide: https://share.getcloudapp.com/YEuD77NB

    It’s a block from the Kadence Blocks Pro plugin, which is a part of your bundle. Screenshot: https://share.getcloudapp.com/Z4umWWJx

    The block has a setting to apply a maximum of 300 for the Number of items/portfolio.

    Let us know if this works for you.

    Kind regards,
    Chito

    #282226

    If you dont mind I’d like to jump in on this. I think I achieved something similar using some custom css. My goal was to create a mega menu that was the same on desktop, tablet, and mobile. I used the Toggle widget area on desktop and trigger on tablet/mobile. I used the same menu for both and used custom css to achieve the look I wanted with font size, colors, spacing, etc. Hope this helps!

    #282173

    Hi There,

    I have checked your website and able to replicate the issue.

    It looks like you are using the widget to display quick links menu and collapse sub menu item option is checked. Check the screenshot for reference: https://share.getcloudapp.com/OAu2YPyY

    You can uncheck the collapse sub menu item option if not required.
    Or you can use a custom CSS to remove border from footer quick link’s widget. Here’s an example code:

    .footer-widget-area-inner .collapse-sub-navigation ul.menu li a {
    border-bottom: 0px;
    }

    I hope you will find this information useful, and should you have any further questions, do not hesitate to reach back to us.

    Best Regards,
    Archita

    #282155

    Good evening all. I have adjusted my boxed content width to 1440 px (global), and sidebar 1 (left sidebar) to 240 px – and yet there is about an 80 px gap I can not find how to reduce to 10-20 px. Global widget spacing is set to 0 px (or 2 I forget which global setting wouldn’t reduce lower than 2). Anyway, How can I accomplish this? Thank You. – Jeff

Viewing 20 results - 261 through 280 (of 13,419 total)