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: Virtue Theme
My client wanted custom content above the page content on the homepage. The only way I could figure to do it was with the Home Widget Area. I can’t seem to target the area to adjust the font and line height. (Specifically, I need to set a different line height for mobile because it is currently wonky.)
What CSS do I need to target the Home Widget Area?
Thanks!
In forum: Virtue ThemeIn forum: Pinnacle ThemeIn forum: Ascend ThemeIn forum: Ascend ThemeIn reply to: Error with widget
In forum: Virtue ThemeIn reply to: Header widget – right align
In forum: Virtue ThemeIn reply to: Ken Burns effect
In forum: Virtue ThemeTopic: Header widget – right align
Hi … I am trying to right-align the header widget (Virtue Info Box) with 20px padding. I can’t seem to figure out the CSS required. Please help!
Here is the site: *Login to see link
Thank you so much!
In forum: Virtue ThemeIn reply to: Hide Topbar Widget Only on Mobile view
In forum: Virtue ThemeHi,
Is there css that can hide the topbar widget on mobile view, but still enable the topbar menu and shopping cart on mobile view? The widget and menu make the topbar too tall on mobile view. If the widget was hidden on mobile it would fix this. coyotekarts.com
In forum: Ascend ThemeAnonymousFebruary 17, 2020 at 5:14 am #244922Hi
I have just noticed a security issue when running Google audits, and it relates to the Pinterest link created via the Ascend Social Links widget. The resulting URL is target=”_blank” but doers not include rel=”noopener”. The others that I use (Facebook, Insta and Twitter) all include this as expected. This is the relevant source, where you can see that Pinterest doesn’t include it:<div class="kadence_social_widget clearfix"><a href="*Login to see link class="facebook_link" rel="noopener" target="_blank" data-toggle="tooltip" data-placement="top" data-original-title="Facebook" aria-label="Facebook"><i class="kt-icon-facebook"></i></a><a href="*Login to see link class="twitter_link" rel="noopener" target="_blank" data-toggle="tooltip" data-placement="top" data-original-title="Twitter" aria-label="Twitter"><i class="kt-icon-twitter"></i></a><a href="*Login to see link class="instagram_link" rel="noopener" target="_blank" data-toggle="tooltip" data-placement="top" data-original-title="Instagram" aria-label="Instagram"><i class="kt-icon-instagram"></i></a><a href="*Login to see link class="pinterest_link" target="_blank" data-toggle="tooltip" data-placement="top" data-original-title="Pinterest"><i class="kt-icon-pinterest"></i></a></div>
This appears in my footer: *Login to see link
I don’t believe there is anything I can do as the widget just accepts the URL. Is it possible for you to change this behaviour?
Thanks
DomIn forum: Pinnacle ThemeIn reply to: Social Icon Ordering
Hey,
Try adding this to your custom css box in Theme Options > Custom CSS:.kadence_social_widget { display: flex; } a.facebook_link { order: 4; } a.twitter_link { order: 3; } a.instagram_link { order: 2; } a.linkedin_link { order: 1; } a.email_link { order: 2; }Let me know how it works for you!
Hannah
In forum: Pinnacle ThemeTopic: Social Icon Ordering
Hi,
Is there a way to reorder the Pinnacle social icons in both the footer social icon widget and staff icon area please? The topbar social icons are great as they are in the theme options but I couldn’t find an option for the others.
Specifically on this site the client has requested:
– order the footer social icons the same as the topbar
– reverse the icons on the staff pages (linkedin first, email second – applies to staff grid and individual staff pages)Cheers in advance 🙂
In forum: Membership ForumsFebruary 14, 2020 at 10:03 am #244855I have a slider on this page that I’d like to be different ratios based on the device. I saw that functionality within the widget (genius!) but unfortunately, the ratio always stays at the desktop setting, even if I make the ratios different for tablet & mobile.
I’m using the Ascend Pro theme, if that makes a difference, and am on WordPress 5.3.2
Thanks in advance for help troubleshooting this.
Gaius
-
This topic was modified 6 years, 2 months ago by
Gaius Augustus. Reason: Added Wordpress version and theme info
In forum: Ascend ThemeIn reply to: Converting To Kadence Blocks
Hey Jesse,
There isn’t a simple solution for this. Because Siteorigin uses widgets and Kadence Blocks uses blocks there isn’t a fluid way to convert this. You can “revert to editor” from your page builder pages, but you will likely have to re-create your layouts to get things looking the same.Hannah
In forum: Pinnacle ThemeIn reply to: Row Animation Issues
February 14, 2020 at 5:55 am #244844Hey,
If i add <b> to the text in the “Back Side Description” or “Button Text” in the “Virtue: Icon Flip Box” widget, it not only correctly applies the bold text to that specific piece of text – it also wrongly applies the bold text to the Accordion and Footers text on that page.
It doesn’t change any other Accordions or the Footers on any other pages. It also doesn’t affect text in the SiteOrigin Editor on that page.
Any idea what I’m doing wrong? I just want bold text in my Flip Boxes 🙂
Thanks.
In forum: Ascend ThemeTopic: Error with widget
Hannah,
Thanks for the reply…sorry for jumping in that other thread. I didn’t realize.
The site is 34northllc.com
—————————————————-
Hi, I am not sure if this is something you guys can help with, but I installed a Zoho help desk widget on my site about a year ago and have since canceled that service. After removing the zoho account and cpanel text files, etc… That dang widget is still there. Where would I go to remove this code from the backend? I jumped in the Theme editor but didn’t see where that html code was located.In forum: Ascend ThemeIn reply to: Problem with Testimonial carousel
Hi, I am not sure if this is something you guys can help with, but I installed a Zoho help desk widget on my site about a year ago and have since canceled that service. After removing the zoho account and cpanel text files, etc… That dang widget is still there. Where would I go to remove this code from the backend? I jumped in the Theme editor but didn’t see where that html code was located.
In forum: Ascend ThemeIn reply to: Shop page – filtering
February 13, 2020 at 2:14 pm #244804Filtering for attributes are ok. But when filtering for Categories, url moves to …./categories link from …../shop, so filters disappear again :((( Can you please take a look at that?
To be clear, the category widget is not a filter, it’s navigation and the change takes you to a category archive where you leave the shop page.
If you want these widgets on your archive pages as well you would have to build that in using a plugin like this where you can create custom templates for woocommerce archive pages.
https://www.kadencewp.com/product/kadence-woo-template-builder/
hiding shop sidebar in mobile view
You can use this css:
@media (max-width: 992px){ .woocommerce-page.archive #ktsidebar { display:none; } }change filter titles font type from H3 to H4
That can not be done with css, however you can style the h3 titles to look like h4 with this css:
.woocommerce-page.archive h3.widget-title { font-size: 18px; font-weight: 700; line-height: 30px; }Or just simply move shop sidebar to the top in mobile view with a css/media query? (And I should delete widget with filters from the Shop page?)
You can use this css if you want to do that:
@media (max-width: 992px){ .woocommerce-page.archive #content > .row { display: flex; flex-direction: column-reverse; } }I hope that helps,
If you have any new questions it’s really helpful if you can create a new topic, thanks!
Ben
-
This topic was modified 6 years, 2 months ago by
-
AuthorSearch Results



