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: Showing newest products on start (home) page
November 25, 2014 at 10:42 am #23463Hey, You can add that shortcode in your home widget area. Just use a text widget.
BenIn forum: Pinnacle ThemeIn reply to: Full width portfolio not work in BSTM
November 24, 2014 at 6:23 am #23324Hey,
You can’t use the home widget area for a full width area. You have to use the pagebuilder full content.Ben
In forum: Pinnacle ThemeIn reply to: Full width portfolio not work in BSTM
Hi,
First of all I made a mistake the pinnacle carousle widget is in the home widget area not in BSTM.
then here you find the settings I did http://www.laplandinteractive.com/repository/homewidgetarea1.jpg
http://www.laplandinteractive.com/repository/homewidgetarea2.jpgI don’t understand what wrong in it because instructions says if is fullwidth select fullwidth.
Thanks
AngeloIn forum: Virtue ThemeIn reply to: Widget's title messing in topbar
November 22, 2014 at 3:15 pm #23212Hey,
The topbar isn’t really designed for widget titles. The css is there more for the content, I don’t know anyone that is using a title in the widget area in the topbar. But if you want to I can help with the css. Just tell me when you have the widgets activated and I’ll take a look and figure out your css.Ben
In forum: Pinnacle ThemeIn reply to: Is Pinnacle More Flexible than Virtue?
November 19, 2014 at 2:06 am #22928Hey,
Pinnacle isn’t more flexible, It’s just different in design. Starting with the header. With pinnacle you can have a background image that is behind the header. Making the header transparent. Then it allows you to scroll down and that header switches logo and menu color. See the demo: http://themes.kadencethemes.com/pinnacle-premium/That part is so different from virtue that you can’t achieve the same thing with virtue.
Then pinnacle offers the fullwidth, no margin portfolio layouts. like this: http://themes.kadencethemes.com/pinnacle-premium/our-portfolio/
And it has different layouts for the products as well as posts.
Most of the differences is in the design.
Virtue on the other hand can have three menus in the header. Pinnacle doesn’t have that option. Virtue also has the widget area option for the header. So in a lot of ways virtues header area is more flexible or different from pinnacle. and the page title area is a different style from pinnacle.
It was in design to make the themes unique in that one doesn’t replace the other. The style is different and weather or not you want to use it depends on if you like that style.
Ben
In forum: Virtue ThemeIn reply to: Revolution slider again
November 18, 2014 at 3:38 am #22814I’m not sure why you added that css? If you need to make a widget area semi transparent I would use very specific css so you don’t conflict with everything else on your site.
Ben
In forum: Virtue ThemeIn reply to: Google Plus Verficiation
November 18, 2014 at 3:07 am #22803Hey,
That is just a link. You don’t need to add a script or anything then.
Just add that link in a footer widget area. Use the text widget. Note that it can take google up to a week to refresh your page and pick up the link, so give it some time.Ben
In forum: Virtue ThemeTopic: Widgets not working
A bit of background information: I’m using WordPress version 4.0 with a Virtue Premium 2.7.1 and I am unable to get into the sections within the widget area (Appearance|widgets) I am unable to click down on any of teh areas e.g footer column area 1,topbar widget, none of them. I have disabled all plugins and it worked for a whiel but then it doesn’t work at all now. The plugin that appeared at first to cause the isse was the Black Studio tinyMCE Widget. But disabling this now, isn’t even making a difference. Also the screen options drop down is not working so not sure if this a theme issue or wordpress.
Do you know what it could be? As I am unable to access widget area at all.
I have used your theme for a long time now and never had this issue and use the same plugins all the time.
thanks
In forum: Virtue ThemeTopic: Topbar Nav Menu Width
Hi all,
Recently decided to do my website from scratch and found this theme, absolutely love it! Having a couple of issues with the top bar at the moment though. By the looks of it, the top bar is split 50/50 between the nav menu and the widget area which makes sense. However when I add more links to the menu they go down on to a 2nd line instead, which leads me to my questions:
– How can I make the nav menu in the topbar use this empty widget space (more like a 25/75 split) so that my menu stays on one line?
Also I’ve seen it’s possible to make the topbar sticky, which is really useful for non mobile devices, but on mobile devices (due to the amount of stuff on the topbar) it takes up quite a bit of screen space and covers up part of the logo. Next question:
– How can I make the topbar sticky but NOT on mobile devices? It’s possible to make the header sticky specifically on non mobile devices in the theme options but not the topbar only.
Hoping to get these sorted out, any help massively appreciated!
Daniel
*Login to see linkIn forum: Virtue ThemeIn reply to: appearance layout
1. Go to Pages in the admin area and select your home page. Then go to the page builder editor and you should see the image menu items. Then just click edit.
2. http://docs.kadencethemes.com/virtue/#typography You can set fonts in theme options > typography.
3. We recommend using Yoast https://yoast.com/wordpress/plugins/seo/
4. Totally up to you- Here’s a list of our tutorials to help you out https://www.kadencewp.com/tutorials/
5. You can try adding this css to your custom css box but keep in mind that the image is going to look very stretched:@media (min-width: 600px) { .flexslider .slides img { height: 200px; } }6. You can add a text widget through page builder in your home page.
7. You need to delete the pages and post pages you’re not using. Also try re-saving permalinks. Go to settings > permalinks and click saves changes.Hannah
In forum: Virtue ThemeIn reply to: make logo larger in header
I know you probably couldn’t see the site when you replied bc I have to take it down when I’m not working on it. Anyway the issues arises when I selected the logo layout with the widget area on the right. That changed the logo.
I tried styling the widget width
<style>.phone {width: 50%; color: #f30; font-family: “Arial Black”, Gadget, sans-serif; font-size: 200%; text-align: right; margin-top:5%; line-height: 120%}</style>
<p class=”phone”>Call 401-766-1540</p>thanks.
In forum: Virtue ThemeIn reply to: Controlling Menu Backgrounds and Graphical Styles
November 12, 2014 at 8:01 pm #22370Hey,
Well the theme does have a built in layout like that. If you want the boxed style it will apply to the header as well as the content. The only css hack would require that you set the header height, and you won’t have the style on mobile…. you would set the boxed style and add this css:@media (min-width: 992px) {.boxed header.banner.headerclass { position: absolute; top: 0; left: 0; width: 100%; margin: 0; } .boxed .contentclass { padding-top: 220px; } }NOTE: the padding top your going to have to set as the height of your header.
You can have a a widget area beside the logo, in the theme options > logo settings.
And you can use the secondary menu instead of the primary.Ben
In forum: Virtue ThemeNovember 8, 2014 at 4:12 pm #22098Hello,
I have dragged a email Virtue:info box to my widget area, I expected to see an icon doing something, but all I see in my site is this (which is not good):
[infobox link=ebikebogota.com icon=icon-mail size=48 style=kad-square-iconclass ]
Escribenos
Escribenos[/infobox]
I searched the web and Virtue docs but I dont understand what are infoBoxes or how to use them. Could you point me to a good guide?
Camilo
In forum: Virtue ThemeIn reply to: Search functionality
November 5, 2014 at 12:45 pm #21817Hey,
So in the sidebar instead of using the search widget us a text widget and add that shortcode.In the topbar go to the theme options > topbar settings. Scroll down and enabled the widget area for the topbar.
Then go to the widgets page, add a text widget and add the shortcode to the text widget.
Ben
In forum: Virtue ThemeTopic: Search functionality
I’m trying to set up a website selling photography/illustrations. I am using Virtue Premium, (love it, but still finding my way around), and have managed to set up two search areas on my Home page – 1 in the top bar and one in the footer, using the search widget.
I am using the Photo Seller plugin to deal with the ‘shop’ side of things and, according to their forum, to enable the search to find titles/descriptions, etc. in my galleries, I need to use the following special shortcode either in a widget box or a page etc:
[WPS_photo_search]
This will display a search box specifically for the photo seller galleries.
Could someone please explain how I go about this, as I am at a loss.
Thanks
In forum: Virtue ThemeIn reply to: Login Widget
In forum: Virtue ThemeIn reply to: Login Widget
November 4, 2014 at 11:38 am #21722You can enabled a widget area in the topbar… theme options > topbar settings.
or add in one of your footer widget areas.
BenIn forum: Virtue ThemeIn reply to: Facebook Audience Pixel
October 28, 2014 at 9:00 am #21024Hey,
If you need to add in the header I suggest using the header widget area. You can enabled in the theme options > main settings. Choose the forth logo layout option.Else if you need to add through the files you would add to the templates/header.php file.. I recommend a child theme if you plan on overriding theme template files.
Ben
In forum: Virtue ThemeIn reply to: Topbar – "Logged in as xxx"
October 26, 2014 at 11:56 pm #20926Hey,
1. Are you using the topbar widget area? Is it enabled and you added a widget?2. That isn’t a feature built into woocommerce or the theme… there might be a plugin but I’m not aware of one specific to woocommerce.. wordpress has the default admin bar you can use and show to non logged in users: https://wordpress.org/plugins/admin-bar-login/
Else you would have a write some custom functions in a child theme… Checking for the user if logged in then the name and so on. I would start by doing a little search for a plugin that would get you close. maybe contact woocommerce and see if they know of one.
Ben
In forum: Virtue Theme -
AuthorSearch Results


