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 - 841 through 860 (of 13,419 total)
  • Author
    Search Results
  • #258873

    Hello Timothy,

    Thanks for reaching out to us.

    I’ll send a note regarding the alignment options for the Topbar Widget Area to see if an option to make it center can be added on future updates. For now, kindly use this custom CSS to make your Topbar button center:

    .kt-topbar-left {
        width: 100%;
        justify-content: center;
    }

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

    Regards,
    Karla

    #258864

    Hi!

    Off-canvas widget area works only for the desktop – so if you try to add widgets – they will show up in the desktop view, but not in mobile. For mobile off-canvas you need to use/create yor own html widgets (two are available) and add them in mobile, and to create another mobile menu.

    Or you may add the whole off-canvas content for both mobile and desktop with Elementor by creating it and then hook it / add it as Element. In Elements you shold find the hook named something like “before / after off-canvas” and that’s it.

    I’m coming from Astra, and I’ve tried both ways to add content in off-canvas mobile, and finally I devided not to use Elementor, because it slowed down the site (same as with Astra).

    I hope that helps.

    #258840

    Hi
    I’m trying to put a button in a topbar widget just to highlight a specific thing but I’m frustrated that none of the CSS I’ve tried (inspected, no avail, searched in these forums, none of the similar issue-solves did anything to my widget).

    I’d be grateful if you could help. TBH I’m surprised the Theme Options for topbar widget doesn’t offer a central choice, its strangely left side/right side /none.

    Site in reply

    #258835

    Hi Hannah & Ben,
    Thanks a lot for your answers.
    OK, i get it now it’s not a “Mobile” header off canvas widget area. thx for making it clear now.
    I’ll go on with my journey with Kadence, thank you for being here to help guys like me.

    Have a nice day.

    #258824

    Hey,
    2. That is not for the mobile offcanvas. You can use that by adding the toggle widget area to your header.

    3. The “widget area” element is for the desktop header, not the mobile header, there is no option to add a widget area into the mobile offcanvas.

    If you want to add something in there outside of the header builder options then you would need to use an element and hook into the mobile off canvas area.

    Ben

    #258775

    OK, i’ve found the answer for question #4 : Using Kadence Elements with placement set to After or Before Mobile off Canvas.
    I’m still searching for the widget “header off-canvas” (#2 & #3) mystery ….

    #258767

    Hi,
    I’m in the learning curve for Kadence Theme. I mainly come from OceanWP so i might search for similar options.
    So I’m setting up the off-canvas mobile menu and i have some questions :
    1- I can’t find any option to change the black background in the customizer.
    2- In Appearance > widgets there is a “header off-canvas” area but even if i add something in there, it doesn’t show up in the off-canvas mobile menu. What’s the use of it ?
    3- As the module “widget area” in the header builder doesn’t show up either in the off-canvas zone, i don’t know how to add a custom thing in there except the classic modules (html1, …)
    4- OceanWP has the option to add an elementor template in the off-canvas menu. Can we do that in Kadence ?

    Thanks for the help !

    #258758

    Hello Peter,

    Thanks for reaching out to us.

    We are looking into making a sidebar addon for pro that will allow users to create more widget areas, but for now, you can make use of a plugin like Lightweight Sidebar Manager to create another sidebar for use within the theme.

    Hope this helps.

    Best Regards,
    Karla

    #258641
    This reply has been marked as private.
    In forum: Ascend Theme
    #258566

    Hannah…
    Thanks, i tried this but didn’t get it to work.

    I’m using Site Origin (unfortunately) and I put it in the Mobile CSS Declarations for the Ascend Image Widget element in the row. I also tired just the CSS Declarations – but same result.

    Any other ideas? TIA

    S

    #258514
    This reply has been marked as private.
    In forum: Kadence Theme
    #258484

    Hello!

    I was struggling with with being able to make changes to my top bar navigation menu on my site. On the help center there are two articles about the top bar menu but my wp doesn’t look the same as the images in the article. I am wondering if there is some other piece of Kadence that I need to download like another plugin…

    Thank you for your help!
    Cassie

    • This topic was modified 5 years, 6 months ago by Cassie Jazmine. Reason: Solved one of my issues but still have a question
    #258459

    Having trouble hiding the image on this page on mobile devices:

    This is what I have in the Mobile CSS Declarations for the image widget now but it doesn’t work.


    @media
    screen and (max-width: 960px) {
    .img.attachment-medium .size-medium { display: none; }
    }

    Thanks as always.
    S

    #258439

    Sorry for the confusion! The Row Layout block is only for the Gutenberg editor which is the new default WordPress editor and it is totally different from page builder by siteorigin. Since you are using page builder by siteorigin I suggest that you continue to use that, which means not using the Row Layout block. Unless of course you’re wanting to switch editors. As you have it now, you can use css to change your parallax rows to fixed on mobile. For example, this css should work for your homepage Our Workshop row:

    @media (max-width: 992px) {
    .siteorigin-panels-stretch.kt-panel-row-stretch.panel-widget-style.panel-row-style.panel-row-style-for-w5f7f1ff060e39-0 {
        background-attachment: fixed;
    }
    }

    Hope that’s helpful!

    Hannah

    #258337

    Hey Mark,
    1. That php warning should have been resolved with Widget dock version 1.0.5 which was released 09/21/2020

    Can you tell me if you have anything in your error log after you updated. The error you posted about was from 9/21/2020
    “Error Log – [21-Sep-2020 11:59:27 UTC] PHP Warning: ”

    2. The scrolling should all be taken care of by the smooth scroll to ID option in the Kadence Theme. It’s built to check sticky header height and offset to account for it. Can you send me a temp login to your site so I can take a look at your settings from other plugins? Perhaps something else is effecting this.

    Ben

    #258275
    This reply has been marked as private.
    #258242

    Hello Pamela,

    Since split content makes the columns both 50%, you can add this custom CSS code to make the image column width shorter to make the space between them shorter as well:

    @media screen and (min-width: 992px) {
        .kadence_split_content_widget .kt-si-imagecol.content-ktsi-left {
            width: 85%;
        }
        .kadence_split_content_widget .kt-si-imagecol.img-ktsi-left {
            width: 15%;
        }
    }

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

    Best Regards,
    Karla

    In forum: Ascend Theme

    In reply to: css question

    #258173

    Hello,

    Give this a shot in your Additional CSS area in your customizer:

    }
    .siteorigin-panels-stretch.kt-panel-row-stretch.panel-widget-style.panel-row-style.panel-row-style-for-107-0 {
        border-top: 2px solid !important;
        border-image-slice: 1 !important;
        border-image-source: linear-gradient(90deg, rgba(172,99,130,1) 0%, rgba(149,74,135,1) 53%, rgba(126,49,146,1) 100%) !important;
    }

    Let me know if that doesn’t work out.

    Thanks!

    #258155

    Hi Annette,
    Glad you’re trying out Kadence Theme! This theme doesn’t have shortcodes like our other themes. We do recommend using the block editor and Kadence Blocks. We’ve added an advanced button block, icon block, row layout block, etc. https://www.kadenceblocks.com/custom-blocks/
    Of course, you can use widgets within the page builder by siteorigin editor if you do not want to make the switch. Let us know how we can help moving forward!

    Best,
    Hannah

    #258126
    This reply has been marked as private.
Viewing 20 results - 841 through 860 (of 13,419 total)