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 'sidebar'
-
AuthorSearch Results
-
In forum: Virtue Theme
Topic: Outside Links not working
Im trying to add outside links to my site. I have a social media link and a clickable image that serves as a link on my primary sidebar. Both are Virtue widgets. Nothing happens when I click them. I have filled out the correct URL and when I hover over them the URL shows in the bottom corner of my browser but absolutely nothing happens when I click the links. I also used a 3rd party clickable link widget with no success. Anybody know what the problem may be?
Thank you,
DominickIn forum: Virtue ThemeIn reply to: Cart does not work correctly in all browsers
December 23, 2015 at 12:43 pm #727841. apperance > customizer. Set your site identity image.
2. What colors would you like them to be? That is just a small css change.
3. wide? Are you wanting to add a sidebar? You can do that in the theme options > home layout.Ben
In forum: Virtue ThemeIn reply to: Filter By Price Not Working
December 23, 2015 at 11:33 am #72768Hey,
Your sidebar seems to be missing classes that are supposed to be there for the widgets.What plugins are you using?
Are you using a child theme?
Ben
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 ThemeIn reply to: Filter By Price Not Working
In 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: Aligning Staff grids
I’m editing a staff post now. My Screen Options are Boxes for sidebar options, slug, staff group, attributes, and featured image. Layout options are 1 or 2 columns (2 cols chosen). Additional settings are “enable full-height editor” etc. (ticked). Don’t see a custom excerpt box. Am I in the right place?
Regards,
WalterIn forum: Virtue ThemeIn reply to: Problem with Layout in FF and IE
More info – Ok this is super-weird…
This post:
http://daveromeo.com/sample-blog-post/
has issues with bad display using a shortcode in the layout builder to display sidebar content (left and right)but, this page:
http://daveromeo.com/seminars/getting-past-your-past/
is fine using the same technique (shortcode to display sidebar content – though only one sidebar shortcode is used in the content on this page, and it’s at the bottom)Please, please, please help!!!
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 ThemeThis page looks exactly right in Safari and Chrome, but it’s weird and broken in FF and IE. Please help! (Any custom CSS or PHP work-around would be awesome. I’m using the Stag Custom Sidebars to place shortcodes inside of the Page Builder page – that’s how we’re placing the sponsor images on either side of the blog logo. It’s really important that we can manage certain areas through sidebars.)
Thanks.
-DanIn forum: Virtue ThemeIn reply to: side panel width
December 21, 2015 at 11:01 am #72357Hey,
Most likely you would want to adjust based on percentage and also move the main content so I would recommend css like this:@media (min-width: 992px){ .main.col-lg-9 { width: 65%; } .kad-sidebar.col-lg-3 { width: 35%; } }Ben
In forum: Virtue ThemeIn reply to: side panel width
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 ThemeTopic: side panel width
In forum: Virtue ThemeIn reply to: Mobile Spacing And Update Notes?
December 17, 2015 at 4:51 pm #71971Hey,
You can add this css:
@media (max-width: 767px){ .sidebar { margin-top: 30px; } }Changelog:
http://docs.kadencethemes.com/virtue/#changelog
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: Add events calendar to sidebar
Sorry for confusion. I installed what you recommended and using it, https://wordpress.org/plugins/the-events-calendar/. I then added the “Events List” Widget to the sidebar assuming it would link to the plug in. I guess I was wrong. All I really want is to have the Events Calendar placed in a sidebar widget and in Col 1 footer widget as a thumbnail or excerpt list. Any ideas?
In forum: Virtue ThemeIn reply to: Add widget to product pAge
In forum: Virtue ThemeIn reply to: Full width header
December 14, 2015 at 11:27 am #71312Hey,
The fullwidth page template is full width in terms of no sidebar. The site is still on the bootstrap framework of a max-width at 1170. the yellow is done with pagebuilder setting the row to be fullwidth stretched to it goes outside of the container element.If you would like the width to be 100% then you can add this css in your theme options > advanced settings:
.container { width: 100%; }Hope that helps,
Ben
In forum: Virtue ThemeIn reply to: Add widget to product pAge
Sorry “shop page” drop a widget on the top of my shop page instead of a sidebar. Like this link: https://www.hfhoney.com/2-pound-farm-crate-variety-pack/
See how I have the categories on a widget side bar? I want to drop that widget on top of the main shop area before the products are shown
-
AuthorSearch Results


