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 '
-
AuthorSearch Results
-
In forum: Membership Forums
In reply to: Feature request: langugage condition for Elements
September 15, 2020 at 5:47 pm #256946Are you primarily using WPML? I could look at something based on their widget option.
Ben
In forum: Kadence ThemeIn reply to: Space between widgets on the sidebar
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,
HannahIn forum: Virtue ThemeIn reply to: Repurpose Footer Menu as Secondary Menu
September 15, 2020 at 12:47 pm #256924Hey,
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 ThemeIn reply to: Custom Arrows;
September 15, 2020 at 12:12 pm #256914Hi,
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
In forum: Virtue ThemeIn reply to: Repurpose Footer Menu as Secondary Menu
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!
In forum: Kadence ThemeSeptember 15, 2020 at 5:36 am #256891Hi 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
In forum: Membership ForumsIn reply to: social links imgur , steam , email
September 15, 2020 at 3:16 am #256887Thanks 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 ThemeIn reply to: Footer Logo in Ascend Pro
September 14, 2020 at 5:51 pm #256875Hey 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 ForumsIn reply to: Woo Archive Template?
This reply has been marked as private.September 14, 2020 at 11:46 am #256849In forum: Membership ForumsIn reply to: Feature request: langugage condition for Elements
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.In forum: Membership ForumsIn reply to: social links imgur , steam , email
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,
HannahIn forum: Virtue ThemeIn reply to: code in navigation
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 ForumsIn reply to: Woo Archive Template?
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
In forum: Ascend ThemeIn forum: Kadence BlocksHi,
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: *Login to see link “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
In forum: Virtue ThemeHello!
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!
CarrieIn forum: Membership ForumsIn reply to: social links imgur , steam , email
September 12, 2020 at 3:36 am #256770Just 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..
In forum: Membership ForumsSeptember 12, 2020 at 3:25 am #256767Hello 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?)
*Login to see linkThanks 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..
In forum: Virtue ThemeTopic: Undefined Variable Notice
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 87I 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 ThemeIn reply to: Row Question
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
-
This reply was modified 5 years, 7 months ago by
-
AuthorSearch Results



