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
In reply to: category filter on home page
Sure, start by creating product categories (from the admin panel go to Posts > Categories) and then assign posts to specific categories. Then you can go to Appearance > Widgets and add a Categories widget to either your sidebar or the home widget area. Just make sure you have on or both of these enabled in Theme Options > Home Layout.
Hope that helps!Hannah
In forum: Virtue ThemeIn reply to: Blog & Sidebar styling help please
July 5, 2015 at 4:28 pm #48025blog posts – Yes you can set the post head options for each post. See here: http://docs.kadencethemes.com/virtue/#blog_posts
You can set that to image and the image will appear above the post title. If you would like to add the image in the text then using the “add media” button is your best option.
sidebar widget titles – try adding this css:
.sidebar h3 { color: #480084; }Ben
In forum: Virtue ThemeHi there– I can’t seem to find the place to change the default font color for the Virtue Image Menu. I don’t wish to change font itself, but I suppose that would be the same place. I’ve got the default as 444 (dark gray) and while that used to be the default for my site tagline (only other place I found the color) I can’t find where it’s set for the Virtue Image Menu. Please advise.
Also–I’d like to use carousels that are formatted exactly as the default home page “Featured Products” and “Latest Blog Posts” in particular, I wanted to put Featured Products in my home page content (for organization reasons) so I turned off the Home page “Featured Products” and pulled a Featured Products carousel into the page content. But, doing it that way for products carousel in a page right now my site is set up so the descriptions, etc are included whereas the home page defaults are slicker w/o that. Similar, the “Latest Blog posts” that I like (default Virture setup) have pic and sidebar excerpt and I can’t for the life of me figure out how to recreate this using the carousel. Finally–the home page defaults have centered text “Featured Products” and centered text “Latest Blog Posts” whereas it is left justified when I pull a carousel into a page. Your help on any and all of figuring out where to change this formatting via Theme Options (or css) is appreciated.
Thanks.
In forum: Virtue ThemeHi again,
Hopefully this is the last bit before I go live.
Blog Posts – is it at all possible to have an option on where to display the featured image on the actual post page?
I was also wondering if there is a way to change the font / heading colours on the sidebar widgets. My Headings throughout the site are #480084 but all sidebar widget headings are a dark grey?
Many thanks for your time
Kerry
In forum: Virtue ThemeIn reply to: Options not working on mobile
Awesome guys thanks for that.
I found that other code in a help ticket while searching a way to get the sidebar on the left for all pages. Was not sure if it was the right method to use but it worked so i left it in.
Would this be the correct method to have the sidebar on the left or is there a option in the theme that can be set?
which will not need custom code to be addedIn forum: Virtue ThemeIn reply to: testimonial carousel read more text color
I figured out that the text is there – it is same as background – white because my footer font color is white. It is using the basic hover color of orange. Can you give me custom css to change that link color? I tried using one you suggested in another post for sidebar, but it didn’t work.
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Product category on the side on shop page
July 1, 2015 at 12:36 pm #47643the Woocommmerce Product Categories isn’t a filter, its just links to category pages. If the user wants to navigate back to the shop page they can in your menu, or you can add a link in your sidebar.
Ben
In forum: Virtue ThemeIn reply to: Product category on the side on shop page
So you can add a sidebar to your page and use the Woocommmerce Product Categories widget. You can set it up in Appearance > Widgets then select the sidebar from Theme Options > Shop Settings. The sidebar by default displays on the right. If you want it on the left you can add this to your custom css box in theme options > advanced settings:
@media (min-width: 992px) { body .main.col-lg-9 {float:right;} }Then to hide the default category filters set “Show Category Filter on Shop Page” to “Off” in Theme Options > Shop Settings.
Hope that helps!Hannah
In forum: Virtue ThemeTopic: The Events Calendar Plugin
Hi,
I was searching the forum and saw this solution for removing the sidebar from the page when using the Events Calendar. You mentioned adding this in the child theme. I don’t have the site set up as a child theme. Can I just add it to the advanced settings custom css? Or do I need to first figure out how to convert the site to a child theme first? I’m using Virtue Premium.
add_filter(‘kadence_display_sidebar’, ‘tribe_sidebar’);
function tribe_sidebar($sidebar) {
if (tribe_is_event_query()) {
return false;
}
return $sidebar;
}Thanks!
ConnieIn forum: Virtue ThemeIn reply to: Help needed for some style modifications
Hannah, the widgets are located on the primary sidebars in the services, blog and portfolio pages. You can see it here
Ben, the CSS unfortunately didnt have any effect on the Faceboook widget. Can you please look into it once more?
In the meanwhile I got another solution for making its background transparent by including the following code in functions.php:
function jeherve_custom_likebox_bg() { return 'none'; } add_filter( 'jetpack_fb_likebox_bg', 'jeherve_custom_likebox_bg' );Will try it out once I start using the Virtue child theme sometime very soon. Was hoping that a CSS solution would be found.
In forum: Virtue ThemeI have two sites with the virtue theme. I have the setings the same for both sites, but only on one of them do pages with right sidebars also have the footer widget show up.
What am I missing?
This page is the one I want the full width instagram footer to show up (it is set to show up in the footer widgets, but is not displaying). The footer widget for social icons shows up, but not the full-width instagram gallery.
I want that site to look like my other site:
Please let me know what I’m missing.
In forum: Virtue ThemeIn reply to: Page Templates and Sidebars
In forum: Virtue ThemeIn reply to: Page Templates and Sidebars
In forum: Virtue ThemeTopic: Page Templates and Sidebars
Can someone help? I have created a second side bar layout and I want to use this on one page only (using the primary sidebar on different pages) However when I go to the page that I want to add the sidebar to the page template options doesn’t allow me to choose from the sidebars it just automatically places in the primary sidebar. Is there anyway of doing this?
Thanks
In forum: Pinnacle ThemeIn reply to: Featured image size in blog posts
June 28, 2015 at 12:43 am #47220You have set the page you linked to above as your “post page” in the settings > reading. Meaning that your page template will not take effect. The sidebar would be your primary sidebar. have you made sure to add items to the primary sidebar.
BenIn forum: Pinnacle ThemeIn reply to: Featured image size in blog posts
June 28, 2015 at 12:34 am #47218Hey,
The page you linked to has a sidebar but there are no widgets added? In your appearance > sidebars. Try adding a widget that should get what you want.As for the gallery of images forming a grid. You have to use the “gallery” post type then choose the grid options for the post summary.
Ben
In forum: Pinnacle ThemeIn reply to: Featured image size in blog posts
In forum: Pinnacle ThemeIn reply to: Featured image size in blog posts
Hi Darren,
Are you using the Image format on your posts page? If so you should see an option to set the Max Image Width under Image Post Options.
You can create a sidebar in Theme Options > Misc Settings and add/edit it in Appearance > Widgets. Then you can select that sidebar to show on posts in the post edit pages.
Hope that helps!Hannah
In forum: Pinnacle ThemeIn reply to: Featured image size in blog posts
-
AuthorSearch Results


