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 ForumsAnonymousMarch 31, 2019 at 1:13 pm #221636
hi,
– i put the widget “Checkout: Payment” to the template, but the checkout-button is missing (can´t see it on the website).
– Checkout: Order Review background is grey – it should be transparent (not white or any other color)
– Content is sometimes doublethanks for your help
WalterIn forum: Virtue ThemeIn reply to: Images in widget are cropped
In forum: Virtue ThemeTopic: Topbar is not responsive
Hi,
I managed to make the topbar and the menu sticky. The challenge is that the top bar is not response on an Ipad (portrait mode). The topbar flows onto 2 lines and the 3 widgets I use are not properly positioned while the menu looks good.
What can I do to fix that? The website is available hereThank you
In forum: Virtue ThemeIn reply to: Images in widget are cropped
In forum: Virtue ThemeIn reply to: Images in widget are cropped
Here’s CSS to reduce the padding between the images:
.sidebar .kad-wp-gallery .slick-initialized .slick-slide { padding-left: 2px; padding-right: 2px; }Try this for reducing the height:
@media (min-width: 992px) { .virtue_gallery_widget { margin-top: 0; max-height: 330px; } }Let me know if that works for you!
-Kevin
In forum: Virtue ThemeIn reply to: Images in widget are cropped
March 29, 2019 at 11:56 am #221521For clarity I see a gallery image being added not an image widget. You have the gallery set to a carousel with two columns. Carousels always attempt to crop images to the same size so that you don’t have a jumping page as it grows for some and shrinks for others.
The few images that are not cropped in your carousel are simply too small. They are not at least the crop size so they are being output “as is”
There is no option to change the attempted crop size using the gallery widget.
You would need to use a gallery shortcode instead:
visual editor widget > add media > create gallery, then click on the text tab and edit the shortcode by adding this to it.
imgwidth="300" imgheight="300"Set the sizes to whatever you would like all the images to be.
Ben
In forum: Virtue ThemeTopic: Images in widget are cropped
Hi,
Here is the page… *Login to see link
1. In the sidebar, in the image widget, some of the images are cropped and some or not. I don’t want them cropped. What is causing this and how can I fix it?
2. How do I reduce the white space between the image widget and the call to action button?
Thanks!
GraceIn forum: Ascend ThemeIn reply to: Ascend/ Magazine: Category Header Background
March 29, 2019 at 10:44 am #221494That is in your theme options > custom css.
This section:
.panel-grid-cell .widget-title { font-size: 20px; background: #00aeef; color: white; line-height: 20px; padding: 8px; font-weight: 200; display: inline-block; } .sidebar .widget-title span { background: transparent; padding: 0; } .sidebar .widget-title{ font-size: 20px; background: #00aeef; color: white; line-height: 20px; padding: 8px; font-weight: 200; display: inline-block; margin-bottom: 10px; }Change both : background: #00aeef;
In forum: Virtue ThemeIn reply to: Product slider by TAG
March 28, 2019 at 2:46 pm #221408There is not a widget that would show products in a slider by tag. Sorry if that wasn’t clear I thought we have tried to make that clear from the start.
You can create your own with custom code in a child theme. Or follow one of our suggested options like using categories or featured products
You can set the category when using featured, so you can use type “featured” and still only so products of a specific category so you can use multiple “featured” carousels with different products.
Ben
In forum: Virtue ThemeIn reply to: Virtue + WooCommerce – Creating different sidebars
Hello,
I believe you would need to use a child theme for this. Are you currently running one on your site?
Another option would be to use this plugin and configure conditional widgets to show on certain pages and not others:
https://wordpress.org/plugins/widget-logic/Does that work for you?
-Kevin
In forum: Virtue ThemeIn reply to: Primary Menu: Reposition
Nope … it didn’t work.
Hannah, could there be something else in my custom css that restricting this additional code?
.home_blog h3.hometitle {
text-align: left;
font-size: 26px
}.sidebar {
background: #F5F5F5;
padding: 30px;
font-size: 14px;
font-weight: 300;
}.home_blog_title h5.entry-title {
font-size: 28px;
font-weight: 700;
font-color: #000000
}.entry-content p {
font-size: 18px;
line-height: 30px;
}#containerfooter p {
font-size: 13px;
}.type-post .entry-title, .type-page .entry-title {
font-size: 35px;
color: black;
}ul.sf-dropdown-menu.dropdown span {
font-size: 16px;
}.topbar-widget .virtue_social_widget {
text-align: right;
}
.topbar-widget .virtue_social_widget a {
float: none;
display: inline-block;
}a {color:#dd9933;}
/*change border color #6e6e6e and shadow color #ccc to any color of your choice */
.post img {
border:0px solid #6e6e6e;
box-shadow: 10px 10px 5px #6e6e6e;
-moz-box-shadow: 10px 10px 5px #6e6e6e;
-webkit-box-shadow: 10px 10px 5px #c6e6e6e;
-khtml-box-shadow: 10px 10px 5px #6e6e6e;
}#containerfooter .virtue_social_widget.clearfix {
display: inline-block;
}
#containerfooter .widget-first {
text-align: center;
}div#kt_slider_home {
border: 0px solid #6e6e6e;
box-shadow: 10px 10px 5px #6e6e6e;
-moz-box-shadow: 10px 10px 5px #6e6e6e;
-webkit-box-shadow: 10px 10px 5px #6e6e6e;
-khtml-box-shadow: 10px 10px 5px #6e6e6e;
}
@media (min-width: 992px) {
aside#ktsidebar {
width: 30%;
}
.main.col-lg-9.col-md-8 {
width: 70%;
}
.custom_carousel_item .ccarousel_excerpt {
padding: 0 10px 10px;
min-height: 0;
}
#home-custom-carousel .custom_carousel_item {
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
background: transparent;
}
@media (min-width: 992px) and (max-width: 1200px) {
.col-md-6.clearfix.kad-header-left {
width:35%;
}
.col-md-6.kad-header-right {
width: 65%;
}
}In forum: Membership ForumsTopic: Text color in footers
March 28, 2019 at 9:26 am #221335I’m interested in having a footer section with a dark background. I can’t find any way to adjust the text color for any of the widgets – e.g., Text, Social Media. Suggestions? Does a fix need to be done for each type of widget used, or is there some overall way to do this? I’m guessing I’ll need some sort of CSS that includes (using RGB I’m considering)
style=”color:#fffff0″In forum: Membership ForumsIn reply to: Flip box
In forum: Virtue ThemeIn forum: Membership ForumsAnonymousMarch 27, 2019 at 1:36 pm #221211Hi,
how can I insert a single product image into the product page?
I only see a widget for a product gallery. but no widget for a single product image.
The single image will vary depending on the displayed product – similar to the images in the gallery.
It seems to be so easy, but I can not solve the problem. Is there a simple solution?In forum: Virtue ThemeIn forum: Virtue ThemeIn forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Custom Footer: Reduce Space Between Widgets
In forum: Virtue ThemeIn reply to: Custom Footer: Reduce Space Between Widgets
-
AuthorSearch Results


