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
In reply to: space between rows
Hey Carrie,
You can use this css to remove some of that extra space:@media (min-width: 992px) { .siteorigin-panels-stretch.kt-no-vertical-gutter.kt-panel-row-stretch.panel-widget-style.panel-row-style.panel-row-style-for-1399-1 { margin-top: -50px; } }Hope that helps!
Hannah
In forum: Ascend ThemeIn reply to: topbar icons
In forum: Virtue ThemeTopic: space between rows
Hi-I’ve tried a few things to close up the horizontal space between the widgets in the 2nd row “Why you need a professional graphic designer.”including changing the gutter default, padding and margins. No luck.
*Login to see linkcan you please help me out?
Thank you!
In forum: Virtue ThemeTopic: Menu
In forum: Ascend ThemeHi Julian,
I’m using WordPress 5.0.3 and Ascend Premium 1.7.0 and am not experiencing any issue with these widgets. Are you running plugins on your live site that you are not on your staging site? Did you deactivate the Kadence Toolkit upon activating Ascend Premium?Hannah
In forum: Pinnacle ThemeIn reply to: WhatsApp Icon missing in kt-fonts
Hi renee.kloosterziel,
In the future please start a new topic. You can add your font awesome shortcode to a text widget in your topbar. Just make sure you have enabled the topbar widget area from Theme Options > Topbar Settings. Then you can add a text widget from Appearance > Widgets.
Hope that helps!Hannah
In forum: Virtue ThemeSorry, not sure why I thought you were referring to bottom padding. So the only way I know to do this is to remove the padding from the whole page, then you can re-add some padding into your text areas. So try out this css:
@media (min-width: 992px) { .the-book .page div#ktmain { padding: 0; } .the-book .panel-grid-cell .widget-title, .the-book .siteorigin-widget-tinymce.textwidget { margin-top: 0; padding: 0 20px; } }Let me know how that works for you!
Hannah
In forum: Membership ForumsIn reply to: Woocommerce
Your content will stay, but all your settings and styling will shift. You will also need to go re-assign all your widgets. So, there won’t necessarily be “problems”, but the themes are set up very differently so you will have to make quite a few adjustments.
Hannah
In forum: Ascend ThemeIn reply to: Hover over to change picture
January 13, 2019 at 10:12 pm #213196Hello Hannah,
Thanks for getting back to me,
Because I have used a custom html widget there is not option for css on the right hand side.
Is there another way I can do this?
Thanks
Elliot
In forum: Ascend ThemeHi
I recently updated to Ascend Premium which is great! I’m updating our site – *Login to see link – to take advantage of some of the premium features and I have a problem with the Ascend Post Grid and Recent Posts widgets.
When I add them to a sidebar on a draft test page on the live site, the preview results in a server timeout. No other widgets do this, nor does the built-in WordPress Recent Posts widget (which outputs links to the latest posts, without thumbnails of the featured images). The blog_posts shortcode works fine on the test page. The site is running WordPress 5.0.3, with the classic editor as I’ve not yet moved to Gutenberg. Ascend theme is the latest, 1.7.0.
I have tried purging caches and re-saving permalinks but it makes no difference. However, the widgets work on my staging site, which is running on WordPress 5.0.2 so I suspect a possible conflict with these widgets which use blog post featured images and the latest 5.0.3 version of WordPress.
Any help to diagnose and resolve the issue would be appreciated!
Thanks for a superb theme.
Julian
In forum: Virtue ThemeJanuary 13, 2019 at 4:50 am #213159Thanks Hannah, but this didn’t work.
I’m talking about the margins left and right, and your css says something about the bottom marginI attempted to tweak it myself, based on the previous post (see link in my first message here above)
.panel-widget-style.panel-row-style.panel-row-style-for-5-1 {
padding: 0;
}but I still see white margins left and right
I added this to advanced css in the theme options, in the row panel of the page, and also tried in the widget panel on the row on the page, to no avail…I wonder if this would interfere with other css I have in the advanced css options:
@media (min-width: 1200px) {
.page div#ktmain {
padding-right: 120px;
padding-left: 120px;
}
}any ideas?
In forum: Pinnacle ThemeIn reply to: Center contact form
In forum: Virtue ThemeJanuary 12, 2019 at 3:12 am #213106Hi team
In this forum post, you helped me get rid of the white between the margins of a site origin widget and the pink background of the site. This was on the home page.
How do I get the same effect on other pages? Like here ? (scroll down to the pink block that says ‘what others say about the book’)
Thanks!
LeilaIn forum: Ascend ThemeTopic: Hover over to change picture
January 11, 2019 at 4:40 am #212973Hello,
I got some code off of the internet to make a picture change to another picture when you hover over it. I have it working to change, however I want the picture to be in the center on my footer and also I want to make the size 150px by 150px. Above the large image that says (our gear) is the example of how I want it to look Please could you advise me on how to write this code to make it work.
I am using html (using custom html widget), should I be using CSS instead?
website homepage, please scroll down to the footer:
2islandtravellers.com/
Many thanks
Elliot
In forum: Virtue ThemeIn reply to: Footer column no 5
Hi all,
After I have updated to Virtue 4.9.0, my footer column no 5 have disappeared from the footer, although as a widget its still there in my wp. My current theme is a child virtue theme… Please, help. Thank you.
Claude
In forum: Virtue ThemeTopic: update Virtue to 4..9.0
Hi all,
After I have updated to Virtue 4.9.0, my footer column no 5 have disappeared from the footer, although as a widget its still there in my wp. My current theme is a child virtue theme… Please, help. Thank you.
Claude
In forum: Pinnacle ThemeIn reply to: Changing colors of my links on a specific page
In forum: Pinnacle ThemeIn reply to: Changing colors of my links on a specific page
That CSS selector you’re thinking of is for the page itself, and you can use that like this:
.about-us div#panel-1689-5-1-0 .textwidget {
text-align: center;
}
.about-us div#panel-1689-5-1-0 .textwidget a {
color: blue;
font-size: 22px;
}I’m including the selector for that particular page builder row since there are other text widgets on the page and I do not wish to select them. Another way to be more specific would be to add a CSS class to the page builder row or widgets themselves in the settings for them.
Let me know if that makes sense.
-Kevin
In forum: Pinnacle ThemeIn reply to: Changing colors of my links on a specific page
Here’s CSS that will align them middle and let you control the font of the links:
div#panel-1689-5-1-0 .textwidget { text-align: center; } div#panel-1689-5-1-0 .textwidget a { color: blue; font-size: 22px; }Change the “color” and “font-size” to whatever you need it to be and add the CSS to Theme Options> Custom CSS.
Let me know if that works for you!
-Kevin
-
AuthorSearch Results


