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 - 341 through 360 (of 13,419 total)
  • Author
    Search Results
  • In forum: Kadence Theme
    #274189

    Thanks for the screen recording, Karla! That helped a lot. I turned the alpha channel to transparent on the footer background and on the contained widgets. The footer now displays the site background. Problem fixed.

    (…and now I may change it to something else…)

    Many thanks,
    Jim

    #274156

    Hi Erik,
    Thanks for reaching out! One option would be to use the header widget area and add an image widget to your header. Would this work for you?

    Kindly,
    Hannah

    #274141

    Hey Mike,
    The RSS widget is from WordPress directly. There isn’t a built-in way to adjust the link target. You might take a look at this plugin: https://wordpress.org/plugins/feedzy-rss-feeds/

    Kindly,
    Hannah

    #274137

    I’m using the RSS widget to create THIS PAGE which works beautifully. The only drawback, particularly from the customer’s perspective, is that each click leads viewers away from their website. Is there anyway to force a target=_blank on every entry that gets created by this widget? If not, can you suggest a plugin that might allow me this flexibility?

    Thanks much!

    #274125

    Hello, I want to remove that icon from Kadence lists that add a new item from the block editor,
    Ive tried with
    .components-button.is-secondary :not(.editor-post-trash) {
    display: none;
    }
    but it is not working.
    I want to remove it because I use the lists a lot and when you click outside the list everything moves around, I prefer to use the widget controls on the right bar

    not sure if that posible, i can remove it but other things are removed as well like the save as draf button
    thx

    #274054

    Hi!

    Thank you for reaching out to us and apologies for the delay in getting back to you.

    The Categories widget is actually from WordPress itself and it doesn’t have an option to show the categories conditionally. What I can recommend is adding a custom CSS code in Customizer > Additional CSS:

    .widget_categories ul > li:not(.current-cat) >ul.children {
        display: none;
    }

    This should hide the other sub-category links that are not under the current category.

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

    Kind Regards,
    Karla

    #274044

    Hi,

    Thank you for reaching out to us.

    Based on the screenshot that you sent, it seems that you’re wanting to have a sidebar for your site’s archive blog posts layout, is this correct? If so, you may do that by changing the archive layout when you go to Appearance > Customize > Posts/Page Layout > Archive Layout > then scroll down until you see the Archive Layout section and choose the layout that has a sidebar. In your screenshot, it should be “Right sidebar” layout.

    After you chose that layout, please pick the “Post Archive Default Sidebar”. For example, you chose sidebar 1, from the Archive layout page, please click the “Back” button twice then go to “Widgets.” Then, you’ll see there the sidebar that you have chosen.

    From sidebar 1, please click the “+” sign to add a block that you want to use. You can use “Latest Post” block to display all the latest posts at the sidebar.

    Here’s the screen recording on how to design your site’s sidebar, please watch: https://share.getcloudapp.com/p9uOLnYr

    Hope this helps.

    Should you need further assistance, please let us know, and we’re always here to help!

    Cheers,
    Dane

    #274024

    Is there any way to show the subcategeories that belong to the current parent category being viewed?
    For example is there are a lot of categories such as:
    Phones
    -iPhone
    — iphone 5
    — iphone 6
    — iphone 7
    -Samsung
    — Edge
    — Galaxy 7
    — Galaxy 8

    So if a user is going to visit Samsung caetgory page, they will only side Edge, Galaxy 7, Galaxy 8 on the sidebar.

    Right now if I use Categoies widget I see all the options including iPhone parent when I visit Samsung category.

    • This topic was modified 3 years, 10 months ago by Rushit Hila.
    #273936

    Hi Folks

    In a two column row layout I want to 1-2 make block(s) in left column sticky .. while right column content scrolls.
    I have tried using sticky section control but with less content in LF column this is inaffective.
    I want it to work like the sticky widget in sidebar

    This is quiet a common feature .. nothing special

    Hope that makes sense.
    Thanks
    David

    #273930

    Hi Hannah
    I really appreciate the quick reply. I was hoping to be able to use the widget area in the sidebar though. Is that not possible?
    Thanks again
    Richard

    #273844

    Hi,dear.

    My reference article:

    I can’t use it. Theme has modified the name?can i help me? thanks

    #273819

    And now, after some time, please try change brands. Try to change brand on Test product 3 to Brand 2. Will the numbers change in the widget?

    I had wrong numbers after changes. Then I deactivated all the plugins exept Wocommerce, Shopkit. Theme is my kadence child theme.

    After this I had to set new sidebar, because offcanavas is in Premium addon. And now the numbers are correct. But then i made change of brand on two product. The change does not afect the widget.

    Then i activate Twnty Twenty-One theme, add filter to sidebar 1 and numbers is still wrong.

    I try clear every cach that i know, erase transients in woocommerce, run crons. Without effect.

    I wanted to give up, but then I got idea. Look in to Query monitor.

    “_transient_wc_layered_nav_counts_product_brands”

    This is the problem. It is cached for one day.

    wp-content\plugins\kadence-woo-extras\lib\brands\class-kt-filter-by-brand-widget.php line: 454

    Erasing transient in woocommerce does not erase that.

    I also see filter woocommerce_layered_nav_count_maybe_cache. But i am OK with this cache. However should the “woocommerce erasing transient” earse also this? Shouldn’t it?

    #273766

    I read the original post one more time and my problem isn’t the same. Sorry for that.

    In my case, loop showed correct the products after filtrating, but the number in parentheses after brand name in filter widget is incorrect.

    #273765

    I have the same problem. I tried deactivating other plugins without effect. I tried erase every cach that i know. The problem appered after some months, when i add new products on production site. Then i tried it on staging, where i erase product brand. Product brand filter show old number, before changes. I don’t use any cash plugin. In Admin – Products – Brands, where is brands set is correct number. Filter product brands is set in Catalog Off Canvas Sidebar.

    My real examle of weird behavior:
    1. When i am on main shop page, there is 9 product with the brand XYZ. In filter widget is now showed only 2. After filtrating, in loop is 9 product with brand XYZ, but filter widget showed number 5.
    2. Then i go to category. There is 8 product with XYZ. Filter widget showed 2. After filtratign in loop is 8 products and now filter widget showed correct 8.
    3. Then i go to subcategory. There is 8 product with XYZ. Filter widget showed 2. After filtratign in loop is 8 products and now filter widget showed correct 8.
    4. Then i go to sub subcategory, where all the products are asociated. There is 8 product with XYZ. Filter widget showed 2. After filtratign in loop is 8 products and now filter widget showed wrong 3.

    I can’t found any logic in that.

    Shop Kit version 1.6.28

    I tried add widget to standard sidebar (no off canavas), problem is still there.

    And now i found one more problem. I have one product with brand YYY. But this product is hidden in search and catalog, but it can by still filtred in brand filter.

    I tried Brand product list widget. There is good numbers in it, but it is not filter, i know. But here is same problem with hidden products. It count with them.

    Can you please make more complex test of this feture?

    #273688

    Awesome, that’s great. It doesn’t autoplay on open like the other widget, but at least it auto stops on close which is great.

    Thanks for your help 🙂

    #273674

    Hi Guys,

    I know there is the “Video Popup” widget, which works great, click an image > popup > video autoplay and stop on close.

    However, I was a button (not an image) > click the button > popup > video autoplay and stop on close.

    I’m sure I found this before, but can’t find it now – any ideas?

    Thanks
    Terry.

    #273615

    Hi Fabio,

    Thank you for writing.

    You can drag and drop the widgets in the Off Canvas container or click anywhere within it to add the widgets. Here’s a screen recording: https://share.getcloudapp.com/9ZuojKrP

    Let us know if you need further assistance.

    Kind regards,
    Chito

    #273595

    Hello there,

    You are right. WordPress will strip out SVG codes in WYSIWYG for security reasons.

    The workaround for this is to make it a shortcode.

    Try adding this custom code https://pastebin.com/cXstajYy using the code snippets plugin: https://www.kadencewp.com/kadence-theme/knowledge-base/advanced/how-to-add-a-custom-filter-or-function-with-code-snippets/

    Then just put [heart_rate_svg] shortcode on the HTML widget.

    Hope this helps.

    #273591

    Hi team

    I want to add this animated SVG icon into the top row header

    CSS etc is all good, and I add the SVG code to a html widget in the header via : adding it in appearance > customise > header > add html widget to top row…

    But when I save it, the SVG part seems to get stripped out the SVG link…

    I tried doing it this way as suggested in your article, but this does not allow me to add the div elements, only an SVG:

    Any suggestions?

    Thank you

    • This topic was modified 3 years, 10 months ago by Solace.
    #273383

    Hi Everyone,

    I am a complete beginner with this so please bear with me.

    I will upload an image of the issue I am having with the search bar UI on my site, dearityourself.com/home. Basically, the word “search” is overlapping with the small magnifying glass and I can’t figure out how to get rid of the word “search” or the picture.

    I have the Lark child theme, and when I reached out for support there, they said “You can configure the search widget under Customize > Header and clicking on the search icon. That’s a default Kadence block that hasn’t been customized, so you may need to tweak some settings to change the display.” However, I have searched and searched and see nothing about how to fix this.

    Thank you very much for any help.

Viewing 20 results - 341 through 360 (of 13,419 total)