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: Changing look in mobile devices
In forum: Virtue ThemeIn reply to: Changing look in mobile devices
1. Try adding this to your custom css box in Theme Options > Advanced Settings:
@media (max-width: 768px) { .panel-widget-style.panel-widget-style-for-w5b85627cdf342-1-1-0, div#pgc-w5b85627cdf342-0-0 { display: none; } #pl-w5b85627cdf2e9 .panel-grid-cell { margin: 0; } }2&3. When editing a row in page builder, under the Layout tab you should see “Collapse Behavior” and “Collapse Order” dropdowns. That will adjust how your columns collapse in mobile.
4. You can change the color with this css:
@media (max-width: 768px) { div#pgc-11-1-0 p, div#pgc-11-1-0 h2, div#pgc-11-1-0 h5 { color: red !important; } }Hope that’s helpful!
Hannah
In forum: Virtue ThemeIn reply to: speed adjustment on Split Content Widget?
September 7, 2018 at 4:30 pm #200879Hey,
You can add this css:.kt-animate-fade-in-left, .kt-animate-fade-in-right { transition-duration: 2s !important; }Which will mostly work. For better control use two columns instead of the split content widget. Then add your image in one and text in the other column. In each widget you can set animation options so for example in your image widget you can set the animation setting and duration.
Ben
In forum: Virtue ThemeSeptember 7, 2018 at 1:28 pm #200867Hi,
Is there a way to slow down the speed at which the text box on the Split Content Widget comes into the page – or otherwise make the movement more apparent? It’s working fine, but the person I’m doing a site for would like the motion to be more apparent, less subtle. I’m not sure how to do this other than to slow it down.I know we could make a slider, but the other aspects of Split Content work perfectly to display the text and image content.
Thanks for any insight,
Jackie
In forum: Membership ForumsSeptember 7, 2018 at 11:29 am #200857Thanks Ben!
I can’t figure out the image size issue. Tried all sorts of combinations of theme settings, but in the end they seem to be ignored.
Please note that I use shortcodes like this to show the sub-categories
[product_categories columns=”3″ hide_empty=”0″ number=”0″ parent=”164″]
The same issue occurs on archive pages that show products. Here I use the Widget “Woo Archive: Main Loop” in the corresponding Woo Template.Any idea how to get square boxes with white background and have the product/category picture fit inside?
If you want credentials for the development site to take a look, just let me know…The other topics are sorted out:
The count is now hidden, using your CSS example.
And I decided to write a shortcode that returns the current category and the base category (which has no parent-category).
The code is added below for those who are interested. Just add that to your theme’s functions.php.
If you add the shortcode [archive_header type=”current”] on an archive page (or template), you’ll get the current category.
[archive_header type=”base”] gives you the base category.function archive_header_function($atts) { $atts = shortcode_atts( array( 'type' => 'current', ), $atts, 'archive_header' ); $type = $atts['type']; global $post; ob_start(); $currentCat = get_queried_object(); $parentcats = get_ancestors($currentCat->term_id, 'product_cat'); if ( $parentcats ) { foreach($parentcats as $parent) { $cat = get_term_by( 'id', $parent, 'product_cat' ); if ( $cat->parent == 0 ) { $baseCat = $cat; } } } if($type == "current") { echo $currentCat->name; } if($type == "base" AND isset($baseCat)) { echo $baseCat->name; } return ob_get_clean(); } add_shortcode('archive_header','archive_header_function');In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Scrolling image of hills in virtue template
In forum: Virtue ThemeIn reply to: Scrolling image of hills in virtue template
Hey,
Sounds like you’re referring to the call to action widget that’s being added to the home page content. You can edit this by going to the edit screen for your home page and deleting the page builder row. Or you can disable the home page content in Theme Options> Home Layout.
If either of those options do not work, can you please post a link so that I can see which demo you’ve added to your site?
-Kevin
In forum: Virtue ThemeIn forum: Ascend ThemeTopic: kt-call-to-action-subtitle
September 4, 2018 at 10:10 pm #200634How do you edit the subtitles in your CTA widget in order to change style?
I am trying to do something like this to my Tasting web page ( *Login to see link ) :
.tasting-text .kt-call-to-action-subtitle {
line-height: 1.5;
text-align: justify;
}Same on *Login to see link
thank you!
In forum: Ascend ThemeIn reply to: Button at top on mobile
In forum: Ascend ThemeIn reply to: Button at top on mobile
So I’ve enabled the mobile top icon bar widget area. Then in widgets, when I add a button to the topbar widget area nothing displays in the top bar. It looks like the mobile topbar area isn’t pulling from the topbar widget are. Is there somewhere I should be adding this to get it to appear?
In forum: Virtue ThemeHi guys,
When I select “open in new window” in the split content widget settings, and give it an url, you set the correct syntax target="_blank" for the image, but link_target="_blank" is used for the button.
Screenshot: *Login to see link
I use Virtue Premium 4.7.6
Can you fix it in the next release please?
thanks,
LukasIn forum: Virtue ThemeIn reply to: Mobile Header & Header Widget Area
In forum: Virtue ThemeIn reply to: Image credits and Customised side bar
You would just need to create a separate sidebar for each page. There isn’t a built-in function to edit the content in a sidebar from an individual edit page. But you can select a specific sidebar from your edit page. As I said above, you can create sidebars from Theme Options > Misc Settings, then add content from Appearance > Widgets.
Hannah
In forum: Virtue ThemeIn reply to: Mobile Header & Header Widget Area
In forum: Virtue ThemeIn reply to: Image credits and Customised side bar
Hi Hannah,
Understood point 1.
However, for point 2, I am trying to optimise the side bar at page level. Thus, one page would have a different element from the other.
Can Add/edit/remove widgets in the sidebar from Appearance > Widgets be customised at a page level? I could not find an option to do this.
Please help.Regards
YogiIn forum: Ascend ThemeIn reply to: Follow button WordPress
September 3, 2018 at 10:06 am #200530There isn’t any way to add that kind of thing to the themes social media links widget. You would have to create a custom widget or install a plugin that allows that as an option.
Ben
In forum: Virtue ThemeIn reply to: Image credits and Customised side bar
Hi Yogi,
1. There isn’t a built-in function to add text under a featured image. A workaround would be to add a full-width image at the top of your page content and be sure to give it a caption. Then make sure you have your captions turned on from Theme Options > Misc Settings. The only downside with this is the image will display below your page title rather than above it. Would that work for you?2. You can add/edit/remove widgets in your sidebar from Appearance > Widgets. And if you want to create new sidebars you can do so from Theme Options > Misc Settings.
Hope that’s helpful!
Hannah
In forum: Ascend ThemeIn reply to: Follow button WordPress
All good I have added a text widget and it shows in the footer. I also copy paste the code directly in my blog article but it would be great if I could add it with the other share buttons? Not sure if it is possible? Here is what I have done: https://www.therainbirdphotography.com/carnabys-black-cockatoos-in-brigadoon/
-
AuthorSearch Results


