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: Pinnacle ThemeIn forum: Kadence ThemeNovember 6, 2020 at 12:11 am #260149
I use my latest blog posts as my home page but the right sidebar with the widgets doesn’t show on the home page. It only shows on the individual blog posts. How do I change that?
In forum: Kadence ThemeIn reply to: Using Kadence theme and SiteOrigin vs Ascend Premium
There seems to be a problem with the image overlay block in the Kadence theme. I have a row with 6 columns and 6 different image overlay inserts into each cell. Trying to add a url to the title, seems to work at first, but when I save it and reload, it says there is a problem and forces me to resolve it. “Converting” it doesn’t work. When I look at block options available the only one is “classic”. When I convert to classic, it works and keeps the url.
Here is another difference from the Ascend:Image Menu Item widget, I can add a url to the entire image/text. So when you hover anywhere over the cell, it shows what the url is and the “hand” appears. But the text colors stay what they are. With the Image Overlay block, you can only add a url to text, in this case either the title of subtitle. The text changes to blue, which I don’t want. Also it appears to have a bug in it.
I did find the hover overlay color, but I can’t find the default and change it so I don’t have to keep changing each time I add one of these blocks (image overlay). So it seems there is a system wide default to orange with 60% opacity and I would like to change it to my color scheme. /Bob DeCloss
In forum: Kadence ThemeNovember 5, 2020 at 11:05 am #260110I had no idea I could even access options like that. I’ve been clicking the cog on the account widget and changing the font for the label name! All sorted now. It also never dawned on me that the account widget dropdown would use the normal menu dropdown settings. The only weird thing is that (as you could see when you looked at the setting) the dropdown font was set to inherit and then using a different font for the menu dropdown and the account dropdown.
-
This reply was modified 5 years, 6 months ago by
Dale Rider.
In forum: Kadence ThemeHi,
I have a footer navigation widget added but it is indented more than other footer items. It appears to have the correct margins, etc set when I view developer inspector. Can you please advise how I set it’s indent so it is the same as the items above it?
thanks
In forum: Kadence ThemeI have been using Ascend Premium for a couple of years and was looking into moving up to Kadence theme and the new (pro) blocks. It’s a bit confusing. I see some things I can’t get at from Kadence Theme (widgets are missing). And if I use SiteOrigin Layout, I can’t get to Kadence blocks.
For example, with Ascend I use the Image Menu Item widget and the Testimonial Carousel widget. However, with Kadence as the active theme, and I insert a “SiteOrigin” layout, there is no Image Menu and no Testimonial Carousel widgets. And I cannot insert any blocks into the SiteOrigin layout. It seems I can only pick widgets and many of them are missing. (I just realized all my testimonials are missing under the Kadence theme too. At least I can’t find them! I have hundreds under the Ascend Premium theme. How do I get them to show up under the Kadence theme?)
If I use the block approach, I can insert Kadence blocks and I see an Image Overlay block, which looks like the “Ascend: Image Menu Item”, but behaves quite a bit differently. For example, I cannot control the height of each image, I can just set minimum image height and, thus on my row of 6 cells they don’t line up in a nice neat row with all images the same height. I can also not set the “gutter” between the images as I would like. I can set it to a “skinny 10px”, but I would like to set it to 2 px as I do on the top and bottom border. Also, if I insert a “row layout” block and insert a single column block inside, and set a “background image”, I can put a top and bottom border, but not a left and right border, so the image runs up to the left and right edge. But if I go back to the SiteOrigin layout and insert a row (single column) and an image, I can put a left, right, top, and bottom border. I’m probably using the term border incorrectly. As I see the terms, gutter, border, padding, and margin throughout and I am not sure what each means, so I play around with them until I get what I want!
I also can’t find out how to change the “background color” for the “image overlay” block. It defaults to orange and I want ti to be blue from my current settings. I looked at the html and see:
class=”kt-image-overlay-color” style=”background-color:#e76106;opacity:0.6″
So I think that is set as HEX e76106, with 60% opacity. But I can’t find on the “customize theme” menus where to change it.
I’m running the Kadence theme under a localhost, so I don’t think I can give you a link to it, unless you know a cool way to do that! I can upload some screen shots, but that won’t show any of the code.
A lot of questions, I know. But I haven’t bothered you for some time!
I don’t have to change to the Kadence Theme, but thought I read somewhere where it might run faster using blocks and may clean up the html code quite a bit. Also not sure how long the old editors and Pagebuilder will be available.
Live site: *Login to see link
Thanks for your patience and help! /Bob DeCloss
In forum: Pinnacle ThemeIn reply to: More info box
Unfortunately, I don’t believe there’s a way to achieve this when using the classic editor. Are you using any kind of page builder? Such as page builder by siteorigin? If so, you could use the Virtue: Icon flip box widget. It’s not the same effect you’re after, but it may work for you. Let me know!
Best,
HannahIn forum: Ascend ThemeIn reply to: ASCEND PREMIUM: Icons Widget
Hello Pam,
Thank you for reaching out to us.
Are you perhaps referring to Ascend: Info Box widget? You can see this page for the list of Ascend Premium widgets – http://docs.kadencethemes.com/ascend-premium/widgets/.
Hope this helps and let us know if we can assist you further.
Best Regards,
KarlaIn forum: Ascend ThemeTopic: ASCEND PREMIUM: Icons Widget
In forum: Ascend ThemeTopic: Shop Page Design
October 31, 2020 at 2:47 pm #259899Hi,
I am trying to design how the categories look on the shop page (*Login to see link However, when I make a change to the category container it also changes the images in the carousel on the home page. The carousel has featured items in it.
I tried to remove the Woocommerce categories and products from my shop page and only have it display the widget items I can edit in the Page using Page Builder but this removed the categories from the sidebar. Arrggh!
I do not mind how this is done but I would like to design the shop page differently without affecting how the carousel looks as the end result.
I hope this makes sense.
Thanks,
Emma
In forum: Virtue ThemeIn reply to: parallax image on widget and page are different
So sorry, that css was supposed to be this:
@media (max-width: 992px) { .home-widget-box .siteorigin-panels-stretch.kt-panel-row-stretch.panel-widget-style.panel-row-style { background-attachment: fixed; } }How does that work?
This will remove some of your excess spacing:
@media (max-width: 992px) { #containerfooter .widget { margin-top: 0; } #containerfooter p { padding-bottom: 5px; } }Hope that helps!
Best,
HannahIn forum: Virtue ThemeOctober 31, 2020 at 5:57 am #259885Hey,
Thanks for posting, the error is saying you are using the widget with a non-local image and that is why it’s not popup up for most people or in a test. It’s saying there is no image id set.As a temp fix reselect an image in your widget and that notice will go away because on selection the image id is set.
I’m going to push out a fix in the next couple days to prevent this error.
Ben
In forum: Virtue ThemeIn reply to: SiteOrigin Button – Button Text Leading
In forum: Virtue ThemeIn reply to: SiteOrigin Button – Button Text Leading
Hi.
i’m not looking to change the font. The font is fine – it’s pulling in the font from the theme which is good.I want to adjust the line height.
I tried this
.widget_sow-button {
font-family: SinkinSans-400Regular-webfont;
line-height: 20px !important;
}but it’s not working
In forum: Virtue ThemeIn reply to: parallax image on widget and page are different
1. I’m not able to recreate this. So either you have a plugin that is conflicting, or you’ve added css somewhere that is forcing the fonts to be different on the homepage. Regardless, you can override with this css:
.home h3 { font-size: 24px; }2. Sorry, try using this instead:
@media (max-width: 992px) { .siteorigin-panels-stretch.kt-panel-row-stretch.panel-widget-style.panel-row-style.panel-row-style-for-w5f7f1ff060e39-0 { .home-widget-box .siteorigin-panels-stretch.kt-panel-row-stretch.panel-widget-style.panel-row-style { background-attachment: fixed; } }Hope that’s helpful!
Hannah
In forum: Ascend ThemeHi, gang,
Well, I have a very strange issue that I have never encountered before and need your help. Sending login info following this message.
Header Widgets will not show up, regardless of what I do. I have even reviewed CSS and nothing….can’t get them to show up.
Any suggestions?
Thank you,
PamelaIn forum: Virtue ThemeIn reply to: SiteOrigin Button – Button Text Leading
Hello Michael,
Thanks for reaching out to us.
To change the fonts for the buttons on your sidebar, please use this custom CSS code:
.widget_sow-button { font-family: 'YOUR_FONT_NAME'; }Hope this helps and let us know if we can assist you further.
Best Regards,
KarlaIn forum: Virtue ThemeHi Hannah,
Thank you for your message.
We use PHP 7.3 but in reality the version is not very important because this is a problem with variable $img which, unless I am mistaken, is declared too late. Developers will immediately see where the problem comes from by looking at line 87 of the “class-kad-image-widget.php” file (the variable $img is only initialized at line 90…).
Have a nice day.
Sylvain
In forum: Membership ForumsIn reply to: Kadence Woo Extra
October 28, 2020 at 4:35 pm #259737Hi,
1. A brand page is already created when you create a brand, any product you assign to that brand would be “showcased” or shown on the brand archive.
2. You can use the product list: product brands widget.
3. Products > product tabs. It’s there in your screen shot.
Ben
In forum: Ascend ThemeThis reply has been marked as private.October 28, 2020 at 10:33 am #259697 -
This reply was modified 5 years, 6 months ago by
-
AuthorSearch Results


