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 area'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Stop automatic slider in portfolio slider
September 6, 2015 at 3:28 pm #57453Hey,
There isn’t a theme option for this but here is a workaround.
Go to the apperance > widgets page. Add a text widget into one of your footer widget areas and paste this code into it, Make sure to copy from the form not an email:<script type="text/javascript"> jQuery(document).ready(function ($) { //init Flexslider $('.portfolio_item .kt-flexslider').each(function(){ var flex_speed = $(this).data('flex-speed'), flex_animation = $(this).data('flex-animation'), flex_initdelay = $(this).data('flex-initdelay'), flex_animation_speed = $(this).data('flex-anim-speed'), flex_auto = false; if(flex_initdelay == null) {flex_initdelay = 0;} $(this).flexslider({ animation: flex_animation, animationSpeed: flex_animation_speed, slideshow: flex_auto, initDelay: flex_initdelay, slideshowSpeed: flex_speed, start: function ( slider ) { slider.removeClass( 'loading' ); } }); }); }); </script>Ben
In forum: Pinnacle ThemeIn reply to: Clickable call to action
Hi Ed,
So there isn’t a default option for this. One workaround would be to enable the topbar widget area (Theme Options > Topbar Settings) then you can add a visual editor widget in your topbar from Appearance > Widgets and link the number to a contact page.
Also, if you’re wanting the phone number to align with the logo you could use some css to pull it down. I would be happy to help with this.
Hope that’s helpful!Hannah
In forum: Virtue ThemeIn reply to: Sitewide banner placement
September 4, 2015 at 1:57 pm #57235You can make the widget area fullwidth in the topbar. The use more css to make the widgets you add one of the left one on the right. Just note that this will still be in a separate div from anything you add from the theme options like a menu.
You will need to post a link for css.
Ben
In forum: Virtue ThemeIn reply to: Sitewide banner placement
I will try that, but another thought…
I have “Enable widget area in right of Topbar?” and “Topbar Layout Switch” switched On.
I have Virtue: Social Links in a widget in the top left corner. Can I have a second widget in the right corner and put my visial editor there?Thanks
In forum: Virtue ThemeIn reply to: Sitewide banner placement
Hey Greg,
So there isn’t a built-in option for this, but I can try to help with a work-around. You could upload an image to your topbar background (Theme Options > Advanced Styling) then use css like this to increase the height of the background:.topclass { height: 200px; }That would go in your custom css box in Theme Options > Advanced Settings.
Then you could go to Theme Options > Topbar Settings and enable the Topbar Widget Area. Then in Appearance > Widgets you can add a visual editor widget to your topbar. Then after you can adjust with css so the text is placed correctly in the topbar.
Hope that helps!Hannah
In forum: Virtue ThemeIn reply to: More than 8 blog posts on home page
September 3, 2015 at 12:35 pm #57092Sure you can enabled the home widget area then add this into the a text widget in that widget area:
[blog_posts orderby=date items=16]Ben
In forum: Virtue ThemeIn reply to: Product Categories and other
September 2, 2015 at 11:20 pm #56995Hey,
You can make as many menus as you want. There are 5 preset locations to add menus besides all the widget areas.If you want your sidebar to be on the left side you can use this css. (found here: https://www.kadencewp.com/post-frequently-asked-questions/)
@media (min-width: 992px) { body .main.col-lg-9 {float:right;} }You can add a menu widget to your sidebar or a woocommerce category widget to your sidebar in the appearance > widgets page.
Please in the future create your own topic rather then posting in one marked as resolved. Thanks!
Ben
In forum: Virtue ThemeIn reply to: Slider last post on home page
So have you added this through pagebuilder, correct? If so you can just move it above the blog posts from the page builder editor. Or if you wanted it at the very top you could use the home widget area and enable that at the top of the homepage layout manager in Theme Options > Home Layout.
Does that make sense?Hannah
In forum: Virtue ThemeIn reply to: Slider last post on home page
Hey,
You can use the Virtue: Carousel widget and select blog posts. Is that what you mean? You can enable from the edit page through page builder or by enabling the home widget area in Theme Options > Home Layout and selecting the widget in Appearance > Widgets.
Hope that helps!Hannah
In forum: Virtue ThemeIn reply to: Front-page with shortcodes.
Hi,
So you could either enable the home widget area in Theme Options > Home Layout then add the shortcode to a visual editor widget in Appearance > Widgets. Or set your front page as a static page (Settings > Reading) and paste the shortcode into the page content. Just make sure Page Content is enabled in Theme Options > Home Layout.
Hope that helps!Hannah
In forum: Pinnacle ThemeHi!!!
I installed the Kadence slider(which I love BTW)…. but it is loading slow. I compressed the files and used JPEGmini to make them smaller. I installed a plugin to help with cache (Zen Cache) and one for GZIP (GZIP ninja). They are not helping. Any recommendations???
Also, the bassmanblaine.mystatingwebite.com testimonials widget area is loading funny for first time visitors. It is showing 5 testimonials with 2 rows and then when the page finally loads it goes back to the 3 testimonials and 1 row (which is what I want).
I have two sites:
bassmanblaine.com
bassmanblaine.mystagingwebsite.com (not live yet)I love your site and would love to keep using this slider!
In forum: Pinnacle ThemeIn reply to: Blog carousel on Homepage
August 25, 2015 at 11:16 am #55336Hey,
You can add the “home widget area” to the enabled list. Then in your appearance > widgets you can choose to add a Pinnacle: Carousel widget and there select a post carousel.
BenIn forum: Virtue ThemeIn reply to: Resize/reposition header widget area
Hey,
There isn’t an easy way to move the search below the banner. One option would be to add the product search widget to the content area on your shop page through page builder. Or to just make it larger you can add this to your custom css box in Theme Options > Advanced Settings:@media (min-width: 992px) { .form-search .search-query { width: 400px; height: 40px; font-size: 20px } #searchform [class^=icon-] { font-size: 20px; } }Hope that helps!
HannahIn forum: Virtue ThemeThis forum has already solved many of my problems, so thanks to everybody involved. Couldn’t find a solution for this, though (I’m not an expert in CSS etc.):
I would like to have a product search box right above my products (as much as possible – right below the sitewide banner would be good enough. I’m now using the header widget area, which I would like to move to a lower position.
*Login to see link1. Is that possible?
2. Is there a way to change the size of the widget (make larger, esp, wider)? Ideally it would be at least as large as the search box of Amazon. In this case it wouldn’t even matter if the box was above the banner or even above the menus. So no. 2 is the more important issue.
Thanks for any help!
In forum: Virtue ThemeHi,
There are two things I’m try to do on my homepage…
1. Center the widget titles (as of now they are left aligned) – see image
2. I wanted to recolor the background area of the 3 widgets on my homepage. It’s an easy fix, but as soon as I changed it from white to gray I realized that the widget area is not even across the board. All three are different heights. How can I resize the widget area to make them all the same? See images.
Thank you!
In forum: Virtue ThemeIn reply to: Setting up testimonial pages
Hi Bev,
So your testimonial posts are set up kind of like portfolio posts. From the admin panel you should see Testimonials. That’s where you can create the individual posts. Then you can create a testimonial grid page by creating a page and setting the page template to Testimonial Grid. As for the homepage carousel, you can set that up by enabling the homepage widget area in Theme Options > Home Layout then go to Appearance > Widgets and add a Virtue: Testimonial Carousel widget to the homepage widget area.
Hope that helps!Hannah
In forum: Virtue ThemeTopic: Footer Widgets
In forum: Virtue ThemeIn reply to: Kadence Slider Move Title and Caption Below Photo
Here is what I did just now: Emptied cache of computer (again). Went to Slider Item: http://www.simply-elegant-designs.com/kad-slider/before-and-after-dining-room/
Clicked “Edit Slider Item”
Scrolled down to “Slider Caption Settings.”
Confirmed that the box is checked that says: “Caption Text Shaddow” is turned to “Hide Text Shaddow.”
Re-saved again, just in case.
I do not have any caching plugins turned on. I don’t have any special caching programs on my computer or my phone (and it still appears fuzzy/unreadable in both places.) I am using Virtue Premium and the only plugins I have turned on are the ones that came with the theme. (Kadence, Cyclone, Revolution, & BlackStudio TinyMCE Widget.)
Another thought, but really I don’t know: Maybe there is something overlaying the caption area? Because it doesn’t just look shadowed, it looks like you’re viewing it through Saran Wrap or something.)
Sorry for all this work! I really, really, REALLY appreciate your help!
In forum: Virtue ThemeIn reply to: Adding Featured Products Corousel in Page Buiolder
August 20, 2015 at 11:35 am #54590Hey,
For the third you can use the home widget area. Which is like another page content area.Also to clarify you can use pagebuilder in your home page and add the carousel widget where you can add the same thing as the featured carousel in your theme options.
See here: https://www.kadencewp.com/creating-a-home-page-with-virtue/
Ben
In forum: Pinnacle ThemeIn reply to: home Page Blog style
August 20, 2015 at 11:26 am #54585Hey,
What you can do it make your home page the “latest post page” in your settings > reading. That will make the output be in your “page content” and you can have the posts in one line.Else you can use a shortcode and add to your home page widget area or page content if your using a static page:
[blog_posts orderby=date items=6 type="normal"]Ben
-
AuthorSearch Results


