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 - 901 through 920 (of 13,419 total)
  • Author
    Search Results
  • #256946

    Are you primarily using WPML? I could look at something based on their widget option.

    Ben

    #256940

    Hey Jacqueline,
    I would recommend leaving your sidebar background color transparent from Customize > General > Sidebar, then add this to your custom css:

    .primary-sidebar.widget-area .widget {
        background: #e9f0f0;
        padding: 10px;
    }

    Hope that works for you!

    Best,
    Hannah

    #256924

    Hey,
    I believe you are looking for a plugin like this: https://wordpress.org/plugins/different-menus-in-different-pages/

    It would allow you to assign a menu to the secondary menu, then on a specific page choose a different menu to show in that spot.

    To clarify what Chris was suggesting, you can add a navigation menu into the content of your pages, for example, check out the core nav menu widget. So as an alternative you could not set the secondary menu and add your own menu into the content of your pages which would allow you to change them on a page by page bases.

    Does that make sense?

    I hope that helps!

    Ben

    In forum: Kadence Theme

    In reply to: Custom Arrows;

    #256914

    Hi,
    1. It’s kind of possible with css, but this is really outside the scope of theme support, here is what I think you want but more customization I suggest talking with the plugin authors.

    .sow-carousel-title a.sow-carousel-next, .sow-carousel-title a.sow-carousel-previous {
        content: url( https://www.weirdo.studio/wp-content/uploads/2018/07/logo_c1b497_196-1.png );
        background: transparent !important;
        color: black !important;
        transform: rotate(270deg);
        width: 40px;
        position: absolute;
        right: -50px;
        top: 0;
    }
    .sow-carousel-title a.sow-carousel-previous {
        transform: rotate(90deg);
        left: -50px;
        right: auto;
    }
    
    .sow-carousel-title .sow-carousel-navigation {
        position: absolute;
        float: none;
        left: 0;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
    .so-widget-sow-post-carousel {
        position: relative;
    }

    2. You are gonna need css like this:

    .products.kt-content-carousel .slick-next {
        right: -50px;
    }
    
    .products.kt-content-carousel .slick-next {
        background: transparent !important;
        width: 40px;
    }
    .products.kt-content-carousel .slick-next:before {
       background: url( https://www.weirdo.studio/wp-content/uploads/2018/07/logo_c1b497_196-1.png );
       background-size:contain;
       background-repeat:no-repeat;
        transform: rotate(270deg);
        width: 40px;
        height: 40px;
        display:block;
    }
    .products.kt-content-carousel .slick-prev {
        left: -50px;
    }
    
    .products.kt-content-carousel .slick-prev {
        background: transparent !important;
        width: 40px;
    }
    .products.kt-content-carousel .slick-prev:before {
       background: url( https://www.weirdo.studio/wp-content/uploads/2018/07/logo_c1b497_196-1.png );
       background-size:contain;
       background-repeat:no-repeat;
        transform: rotate(90deg);
        width: 40px;
        height: 40px;
        display:block;
    }

    You can hide with css like this:

    @media (max-width: 767px){
    .products.kt-content-carousel .slick-prev, .products.kt-content-carousel .slick-next {
        display:none !important;
    }
    }

    3. Kadence slider doesn’t have a custom arrows option, I would suggest staying with the Rev slider if this is something you need.

    Ben

    #256908

    Hello,

    Which builder are you using? This would be when editing the page layout itself. For example in SiteOrigin, you can add a row and then add a widget by the name of “Navigation Menu”. Then you select which menu you want to display.

    Let me know if that helps!

    #256891

    Hi All,

    I am looking for a little help. I am trying to braek up the sidebar with w white line between each widget.

    Is there some CSS I can use to do this?

    Thank you for your help.

    Jacqueline

    #256887

    Thanks for the request! With so many social platforms out there it is so difficult to include them all. I like your idea of custom links! I’ll pass this onto the developer. In the meantime, you could use a plugin like this: https://wordpress.org/plugins/social-icons-widget-by-wpzoom/

    Thank you. Yes, I think the generic way is a great idea. I like to stick with kadencewp stuff and hope the generic way will be implemented. But thank you for the suggestion, I will think about it.

    In forum: Ascend Theme
    #256875

    Hey guys,

    Don’t worry about this – I managed to find it in the Widgets – it’s not particularly clear and not intuitive at all, especially when you can customise the footer in a number of different places.

    Cheers.

    In forum: Membership Forums

    In reply to: Woo Archive Template?

    #256849
    This reply has been marked as private.
    #256847

    Sorry, I have no link 🙂
    I am talking about the Kadence theme Pro elements addon. If I ceate an element then it has an option to show based on devices and users. What I am saying is that it would be great to have an option to show the ekement based on the language.
    For example, WPML add this option for the widgets. See the screenshot.

    Moodulid-Papiir-e-pood-Word-Press

    #256839

    Hi Sebastian,
    Thanks for the request! With so many social platforms out there it is so difficult to include them all. I like your idea of custom links! I’ll pass this onto the developer. In the meantime, you could use a plugin like this: https://wordpress.org/plugins/social-icons-widget-by-wpzoom/

    Best,
    Hannah

    In forum: Virtue Theme

    In reply to: code in navigation

    #256838

    Yes that worked. Thank you. Right before this happened, I was experimenting with adding a widget to the header area, and changing the menu location to secondary. Sometimes these strange things happen, and I wish I understood what prompts this. But pointing out that description area will be very helpful in the future.

    Thank you very much Hannah!

    Carrie

    In forum: Membership Forums

    In reply to: Woo Archive Template?

    #256837

    Hi James,
    Hope you enjoyed your weekend!
    What have you added to your Layout Builder widget? Have you created a sidebar for the page and added categories, filter, search, etc. widgets? Can you post a link to your archive page so I can see how things are displaying?
    Thanks!

    Hannah

    #256791

    If you look at THIS SITE I have some centered H4 text in a row, and I have the padding and margins for the row and widget all set to 0. There’s no spacing above the line of text, but there’s significant spacing below. How do I get rid of this? Thanks!!

    #256788

    Hi,

    Is there a way to set individual “in-page” block defaults permissions?
    Setting block defaults per in-page blocks would be incredibly useful when setting up Elements you don’t want clients to mess up, such as the Home Page or specific widgets. This would negate the need for setting up Block Templates or Custom Templates/Post Types to add these restrictions.

    Also, I notice the following bug reported by a user here still appears to exist: “3) When I click the visibility icon (within block defaults) for Icon List, I get a box for (or titled) Spacer/Divider Settings.”.

    I’m experiencing the same issue, with current versions of all software/theme.

    Thanks

    #256786

    Hello!
    Always the same problem in the topbar, and it seems the solution on one website doesn’t work on another website. So I have to come back to my friends at Kadence, who I know are just sitting there on a Saturday night waiting for my question!

    How can I get the 2 widgets to be side by side in the top bar?

    Thank you!
    Carrie

    #256770

    Just a more “generic” idea.

    You could add 4-5 lines to “social links” where the user has not to enter only the “link”, but also enter the name of the icon from your icon list and the color. So, a user can have up to 5 custom links with a logo/colors in your “social links” widget, without need of having every special social network implemented.

    That would also be nice. Then it’s only important that all icons are in your icons list. For steam and email I am sure they are already.

    • This reply was modified 5 years, 7 months ago by Sebastian C..
    #256767

    Hello all together,
    Hello Ben,

    for a page like our there are some social networks missing in your “social links”. These are not directly social links, but actually there are also links in the list which are very similar suites in such a list.

    1. steam logo: The steam logo is already in your icons. Just a line for to have steam selected/configuration in your “social links” would be nice. Steam has also social parts, like the community hub and discussions forums of a steam game.
    2. imgur: imgur is not popular as twitter I think, but should be in the social links be possible.
    3. Email: Email is not really social platform, “RSS:” is also in the “social links” and I think email is also a good idea. So, we can configure the email logo to the “newsletter” site to with a “mailto” link, like the user case needs it.

    Se example on the upper-right of the page, there is the ascend “social links” widget. And I want to add these 3 links/icons there. Would be nice to see it in future social links update. (or is it easy to customize the icons?)

    Thanks a lot an best regards
    Sebastian

    • This topic was modified 5 years, 7 months ago by Sebastian C..
    • This topic was modified 5 years, 7 months ago by Sebastian C..
    #256668

    I am getting the following warning on some pages of my site:
    Notice: Undefined variable: img in /home/domains/savewatersantafe.com/docs/wp-content/themes/virtue_premium/lib/widgets/class-kad-image-widget.php on line 87

    I tried to turn off the notification with the following in wp-config.php but it did not work:
    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);

    How can I stop the warning from displaying, and how can I fix the root issue?

    Thanks.

    In forum: Ascend Theme

    In reply to: Row Question

    #256640

    Hi Frank,
    Looks like right now you’ve enabled that through the Extra Footer widget area above the footer. I would suggest adding it to your home widget area instead. Just make sure the home widget area has been enabled in the Homepage Layout Manager in Theme Options > Home Layout.
    Hope that helps!

    Hannah

Viewing 20 results - 901 through 920 (of 13,419 total)