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
Hi,
I love your theme and just purchased the premium version. I switched from the free version using your export/ import option.I reset up menus and footer widgets and everything looks great except the footers are not showing on any page.
I have looked through all the setting and have set the footer for 3 widget areas, but nothing I can find will get the footer widgets to show on my site.
It worked fine in the free site.In forum: Virtue ThemeTopic: Google Maps widget
Hi,
I’m trying to use the google maps widget with Virtue Premium. Is it a matter of cut and past url in a certain field. I’ve tried both the Marker title and Marker address. I’ve typed in google maps at the Virtue support area and nothing came up. Any assistance appreciated. This is the location: *Login to see link
Thanks 🙂
In forum: Virtue ThemeIn reply to: Filter Product Category
October 6, 2015 at 1:06 pm #61643CSS isn’t going to make it stay active longer. If the mouse goes off you can make the fade out longer but you can’t make it so the active comes back on if the user corrects and moves back on the submenu.
You should really be putting user interface over what you think looks good.You can’t make the area larger unless you make it visually larger. There isn’t a way to grow something invisibly.
What you have to do is add javascript to override the menu js. Place this in a text widget in your footer.
<script type="text/javascript"> jQuery( window ).load(function () { jQuery('ul.sf-menu').superfish({delay: 1200}); }); </script>Ben
In forum: Virtue ThemeIn reply to: Creating thicker widget borders
October 5, 2015 at 3:51 pm #61487ok, so looking doesn’t look like you have a sidebar. Looks like your adding a column in pagebuilder. Your adding the border by giving a border color in the widget styles. Using that same sidebar widget styles area click on the attributes tab for each widget that you set a color for and add this in the css box:
border-width:10px !important;Just change the number for whatever size you want.
Ben
In forum: Virtue ThemeIn reply to: Display video via lightbox
October 5, 2015 at 3:36 pm #61479Place a “text” widget into the footer column 1 widget area. then add that javascript into that text widget.
BenIn forum: Virtue ThemeIn reply to: Getting rid of Categories at bottom of feature page
Hi Ben
I got rid of the unwanted categories at the bottom of the home page – could not find anything either in page builder or visual editor that showed I had a widget there, so I just went back to visual editor and deleted the categories from the text entry area – and it seems to have worked! Maybe it was something that came over from the previous template I was using?Anyway, I still have a problem with the |. I had a look at the Title area in the All in One SEO Pack and sure enough there was the |. However, it was greyed out and I couldn’t remove it. So, thought I would see what happened if I typed something in to the Title field, which seemed to get rid of the | but when I view the page, the | is still there, but not the title I typed in.
Rosemary
In forum: Pinnacle ThemeIn reply to: Icon Menu Title (Home Page)
Ok thanks. first I tried
.kad-topbar-left {
width: 100%;
}
but that made the logo and right menu drop down to a second line, so I change it to
.kad-topbar-right {
width: 100%;
}
and now the menus stay at the same height when re-sizing.
http://repocast.org/But the with the shrinking menu active, the main menus show under the floating bar. and when the page loads there is an extra white bar across the menus.
I did add text to the widget area also.
In forum: Pinnacle ThemeIn reply to: Icon Menu Title (Home Page)
October 2, 2015 at 11:37 am #61089Hey Shawn, Please post in your own topic next time, Thanks!
Add this css and you can make the topbar area larger:
.kad-topbar-left { width: 100%; }Add your text widget with the text you want and I can help you float it beside the icons.
Ben
In forum: Pinnacle ThemeIn reply to: Icon Menu Title (Home Page)
Hi, I am also working on a website now and I am having similar problems.
I am using the topbar icon social links to show 9 company icons, I would also like to have some text next to my icons that reads “Our Family of Companies:” but if I add a widget area it pushes my main menu only on one side of my logo down so they are not inline with the other side (I am using the center logo with 2 side menus).
I tried to bypass this by making another icon that had no link but had the text “Our Family of Companies” But if you re-size the page smaller, the icons start dropping down a line and push my main menu again until it switches to the mobile menu. Is there a way to change the container size for the topbar icon menu so it has more room and won’t collapse into a second row? I really don’t like having a link that goes nowhere, and plain text would be best.
http://repocast.org/ is the site I am working on.
If its not possible to fix the topbar issues, is it possible to have the main menu have 2 lines of text word-wrapped? you can see I also have the menu called “companies” but I need more that 1 word to fit. It would be great if I could fit:
Family of
CompaniesThanks!
In forum: Virtue ThemeIn reply to: Empty box with hover on Home page
Hi Hannah and Bogdan,
here is the link to the website
http://www.femalenaturephotography.com/The issue is the space below the 3 image menu.
I checked all that I enabled in Home Layout and there’s Portfolio carousel, page content, image menu, home widget area, latest blog posts so I can’t figure out what this empty space with a beige hover rectangle is.
Stephanie
In forum: Virtue ThemeIn reply to: Page builder carousel widget with full features
October 1, 2015 at 3:52 pm #60963You would have to use shortcodes if you wanted to add custom carousel, there isn’t a widget.
The shortcode looks like this and in the content area you would just add the image and link however you wanted it.
[custom_carousel columns=4 speed=9000 scroll=1] [carousel_item columns=4] Item 01 - Add your info here [/carousel_item] [carousel_item columns=4] Item 02 - Add your info here [/carousel_item] [carousel_item columns=4] Item 03 - Add your info here [/carousel_item] [carousel_item columns=4] Item 04 - Add your info here [/carousel_item] [/custom_carousel]Ben
In forum: Virtue ThemeIn reply to: Image on header
In forum: Pinnacle ThemeIn reply to: Icon Menu Title (Home Page)
September 30, 2015 at 11:34 am #60782Hey,
The Icon menu doens’t have a title area. You can add a widget area above it and add some text or create the whole thing using page builder and the “pinnacle shortcodes”But the easiest is to enabled the home widget area above your icon menu and then use the visual editor widget to place a h3 tagged title into the widget.
Ben
In forum: Virtue ThemeTopic: Top Bar Widgets Alignment
In forum: Virtue ThemeIn reply to: changing font in Woocommerce Product filter
September 28, 2015 at 10:27 am #60459Hey Anders.
I can’t see your page? Seems to be in maintenance mode? Once I can see how you are adding I’ll know more.There is no option to add a closable widget area at the top of your store page. You would have to create a child theme for that. You could however add a widget area using a plugin like this: https://wordpress.org/plugins/widgets-on-pages/
Ben
In forum: Virtue ThemeIn reply to: Banner image – top or on each page
Hey Nic,
Not entirely sure of the look you’re after, but I would suggest using the topbar widget area and adding the Layout Builder widget from Appearance > Widgets. Add a row to the widget then upload your image as the row background image, rather an additional widget, does that make sense? Then you can give the image padding from the Layout tab of the row editor. Then just add a blank text widget to the row so it will display.
Hope that helps!Hannah
In forum: Virtue ThemeIn reply to: How to increase number of posts on a front page?
Hi Elana,
Try using this shortcode:[blog_grid orderby=date items=12 columns=2]
You can enable the home widget area from Theme Options > Home Layout and paste that shortcode into a visual editor widget in Appearance > Widgets.
As for justifying the text and pictures, I’m not sure which you’re referring to. Do you mean in the sidebar?Hannah
In forum: Virtue ThemeSeptember 25, 2015 at 12:32 pm #60195Hey,
1..contentclass { padding-top: 0; }2 and 3. add this css but also remove the home widget area if your not using it. that will add space.
.sliderclass { padding: 0; } .home-padding { padding: 10px 0; }Ben
In forum: Virtue ThemeIn reply to: change social media icon colors
September 25, 2015 at 6:24 am #60101Thanks for the quick response Hanah. Yes I am using the virtue social media widget in the header widget area.
http://dorri.tpgdev.net/palkerIn forum: Virtue ThemeTopic: Topbar Widget Breaks Layout
Greetings.
I just upgraded to the premium theme and now I’m running into a problem I didn’t have in the free theme, viz:
Whenever I enable the widget area in the topbar, my logo, tagline, and primary navigation menu end up going from being center justified to being crowded to one side under the widget area.
When I examine the html using Firebug I notice that the div, <div id=”topbar-search” class=”topbar-widget”>, somehow ends up engulfing the logo and top navigation divs, breaking the layout.
Is there a solution to this where I can enable the topbar widget without affecting my logo, &c.?
Thanks,
Rick -
AuthorSearch Results


