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: Pinnacle Theme
In reply to: Image use on Page Builder
December 28, 2015 at 1:15 am #73080Hey,
1. I think you are talking about the theme options > home layout. Call to action? module. You can still set that in premium by scrolling down the to “Home Call To Action Settings” on your home layout tab. And you can place it in the home page by dragging it to the enabled column.
2. When adding an image if your using the image menu item widget then you need to upload the image at the size you want it to display. If your just adding the image into a content area through the add media button you can change the size.
Ben
In forum: Virtue ThemeIn reply to: Custome Page builder Row
December 28, 2015 at 12:07 am #73066Hey,
One thing you can try which is somewhat inconsistent because it’s pagebuilder inside of pagebuilder but you can add the builder widget inside of a pagebuilder widget area, then add two columns to the new area.Ben
In forum: Virtue ThemeIn reply to: Unlimited Products on Homepage
I think your best bet here would be to use a shortcode like this:
[recent_products columns="4"]
You can paste that into a text widget within your home widget area (appearance > widgets), or if your homepage is a static page you can paste it into the visual editor of your front page.
Hope that helps!Hannah
In forum: Pinnacle ThemeTopic: Pinnacle Image Widget
I can’t seem to find the css that controls the border-radius for the Pinnacle Image Widget. I also tried directly adding in in the widget Attributes area. I am trying to have all the Pinnacle Widget images have border radius of 6px. I added border-radius: 6px !important; to a bunch of items I found and nothing sticks.
Thanks
In forum: Virtue ThemeIn reply to: Problem with Layout in FF and IE
Well, it DID work perfectly to fix the Blog page at:
http://daveromeo.com/sample-blog-post/
however, when I use that CSS you provided it breaks the layout on other pages using a similar technique – the CSS is forcing my layout into a single column, where I have it setup in three columns with specific image placement:
http://daveromeo.com/seminars/getting-past-your-past/
This is what it is SUPPOSED to look like:

http://skywardthought.com/kadence/getting_past_screenshot.jpg
Can you offer some additional CSS to make sure everything both of these layouts work? Other advice? (I don’t care how I accomplish it, but it needs to work so that I can have actual widgets/sidebars used to control certain areas within a page, so when I have tons of similarly copied pages, the common areas are managed under appearance>widgets instead of within the page itself.)
Thanks!
-DanIn forum: Virtue ThemeHi,
I’ve got 2 questions:
1:I would like to create a Split Content on one of my pages, but i don’t know where to find it.
I’ve only found a option on the ‘Widget’ page, but then i can only place it on a sidebar or footer, right?I hope someone can help me with this.
2: Is there a possibility to make a Issuu.com social-media link (+logo) in the footer area?
Kind regards,
Mike
In forum: Virtue ThemeIn reply to: Carousel doesnt work
December 23, 2015 at 12:04 am #72697Is there a reason your not using the page content and your using the widget area?
Ben
In forum: Virtue ThemeIn reply to: Carousel doesnt work
In forum: Virtue ThemeIn reply to: Problem with Layout in FF and IE
December 22, 2015 at 11:26 am #72572Hey,
It looks like your adding a pagebuilder builder widget inside of pagebuilder through another widget area and that is prone to causing issues since it wasn’t really designed to be like that (so many levels of pagebuilder)But here is a quick fix for you. add this css into your theme options > advanced settings custom css box:
.panel-grid-cell .widget_siteorigin-panels-builder .panel-grid-cell { float: none !important; }Ben
In forum: Virtue ThemeIn reply to: Problem with Layout in FF and IE
Any word on this? Not to be pushy, but I’m REALLY against a wall here… I’m supposed to deliver this work to my customer in a couple of hours and I’ve just hit this wall in FF and IE where everything is broken, but it didn’t show up like this in Chrome and Safari, which are the two environments that I was working in for all of my development. (If there’s a quick fix for FF/IE, great! If not, I really need a suggestion on how to accomplish what I’m trying to do here in a different way – I’m flexible in the approach, but I do need to be able to manage, in the widgets/sidebars area, the sponsors on the left and right of the top-center image on the blog posts, or at least some other way to manage them off-post – so they can be changed globally, regardless of individual post content.)
Please help ASAP!!!
Thank you much,
-DanIn forum: Virtue ThemeIn reply to: Possible Bug in IE?
December 21, 2015 at 1:28 pm #72392Reading some things about IE on windows 7 and this funky Iframe glitch.
In your footer in one of the widget areas add this javascript using a text widget.
<script type="text/javascript"> jQuery(document).ready(function ($) { $('iframe').each(function(){ var url = $(this).attr("src"); $(this).attr("src",url+"?wmode=transparent"); }); }); </script>Ben
In forum: Virtue ThemeIn reply to: add widget on the blog post
In forum: Virtue ThemeTopic: add widget on the blog post
Hi Ben,
i want to add my home widget into blig post area as a side bar. i already manage the blog setting on theme option by setting up “blog category/archive defaults”.
i choosed the side bar as home widget area. then continue the setting to blog post that i have on my website, i tried to edit both blog posts but cant find the widget home area or other sidebar instead its only has primary sidebar option. Could u pls tell me how to add another sidebar? it used to be sidebar1 option at the widget but now its said inactive and dissapeared. Looking forward to figure it out. thanks.In forum: Virtue ThemeIn reply to: Icons in the top bar
Hey Gerard!
Are you using the “Virtue: Social Links” widget in your topbar? If so, you should only have to type the URL to your sites and the icon with a link should be created for you. If not, you can accomplish this via Theme Options> Top Bar Settings> click “Enable widget area in right of Topbar?” to the ON position.
Then go into Appearance> Widgets> and set Virtue: Social Links to reside in your “Top Bar Widget” Area.
There, you’ll simply copy and paste the URL from your sites.If you want the styling of your icon menu to be changed, this should be doable via CSS. If you would like to post a link to your site, I should be able to write it out for you after you get the Virtue: Social Links widget placed.
Hope that helps!
In forum: Pinnacle ThemeIn reply to: How to make mobile menu close after clicking?
December 17, 2015 at 3:38 pm #71952You can add this javascript into a footer area using a text widget on your appearance > widgets page.
<script type="text/javascript"> jQuery(document).ready(function ($) { $('.kad-mobile-nav a').click(function(){ $('.kad-nav-collapse').collapse('hide'); }); }); </script>Ben
In forum: Virtue ThemeIn reply to: Adding a number/call to action above menu
Hey! I know that this could be done if you enable the top bar and place a text widget in it. CSS will be needed to get it looking how you want it.
Go to Theme Options> Top Bar Settings> Use Top Bar> Enable Widget Area In Top Bar
You’ll probably want to disable the search options in the Top Bar settings, as well as anything else that you don’t want showing up.
Then you’ll want to go into Appearance> Widgets, and ad a Text Widget to the Top Bar. Write out whatever your contact information is and save.
This CSS will move your text to the right of the page.
.topbar-widget .textwidget { text-align: right; }The color of your Top Bar can be found in Theme Options> Advanced Styling.
If you want your text to appear any differently, you can ad some properties to that CSS code that fit your needs.
This is just the way that I figured out how to do what you’re asking. It’s possible that there are other ways to do this, but hopefully this is helpful!
In forum: Pinnacle ThemeIn reply to: Making a widget overlap its section
so i got the layout all organized in a way that will work, and now ive come across the issue of the text areas not having the proper height.. is there a way to make the top text area on the left corner automatically have the height of the widget area next to it?
In forum: Pinnacle ThemeIn reply to: Making a widget overlap its section
December 16, 2015 at 5:13 pm #71757Hey,
If I understand correctly, That isn’t an option. I wish I could offer more but the premise of making an image menu widget overlap isn’t really possible.It looks like your wanting something mosaic like this: http://themes.kadencethemes.com/virtue-premium/mosaic-gallery/
You could set that up and make the images a link.
Else if your wanting to fill an area you can set a background image.
Finally making something absolute could move it out of the columns (kind of) but in a responsive site it’s not a very good option.
Ben
In forum: Virtue ThemeIn reply to: Add events calendar to sidebar
December 14, 2015 at 1:22 pm #71364I then added the “Events List” Widget to the sidebar assuming it would link to the plug in – What plugin?
The events list should list events you create in the events area of the wordpress admin. It’s only going to list events it won’t link to another plugin.
Ben
In forum: Virtue ThemeIn reply to: Sticky post
December 14, 2015 at 10:08 am #71288Hey,
You can use pagebuilder layout widget in the home widget area (gives you the same output as a page). Also you can use the themes shortcodes for columns.Ben
-
AuthorSearch Results


