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: Pinnacle Theme
Topic: Move sidebar to the left
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Trying to create new Templates.
Ben,
On Item number 1 above, using the Feature template does provide what I need. I was able to add the short code to have it display between the normal header and above the page and on top of the sidebar if present. Thanks again.
Let me know if you have any suggestions on item 2.
Marty
In forum: Virtue ThemeI noticed the page title/page header is set up differently for the single product pages then for regular pages. How could I have the default page header on my single product pages as well8so on top of the page just below the header including the border lines instead of beside the product?
Also, I was wondering if you have any idea on how I can include either a product attribute or product tag filter on my category pages without having a sidebar…I would love to have a dynamic filter just like the product category filter that Virtue is offering on top of the products, but for attributes or tags.
Any help is greatly appreciated.
In forum: Virtue ThemeIn reply to: Trying to create new Templates.
January 15, 2018 at 11:20 am #1751701. If you’re just wanting to add a shortcode to the page I would suggest not adding a new template just for that you can do this already with the featured page template.
But if you do add a template you control the sidebar by filter not by template files. For example:
function custom_no_sidebar_on_template($sidebar) { if ( is_page_template('bcha_home_full.php') ) { return false; } return $sidebar; } add_filter('kadence_display_sidebar', 'custom_no_sidebar_on_template');2. Again with this there is already a template built into the theme that does exactly this called “Landing – no header”
But if you would like to make your own then you need to build a base template for it. Using something like
base-blank.php (since blank is the title of your blank template) and you can copy the contents of base-page-landing.php
Ben
In forum: Virtue ThemeIn reply to: Trying to create new Templates.
January 15, 2018 at 11:20 am #1751691. If you’re just wanting to add a shortcode to the page I would suggest not adding a new template just for that you can do this already with the featured page template.
But if you do add a template you control the sidebar by filter not by template files. For example:
function custom_no_sidebar_on_template($sidebar) { if ( is_page_template('bcha_home_full.php') ) { return false; } return $sidebar; } add_filter('kadence_display_sidebar', 'custom_no_sidebar_on_template');2. Again with this there is already a template built into the theme that does exactly this called “Landing – no header”
But if you would like to make your own then you need to build a base template for it. Using something like
base-blank.php (since blank is the title of your blank template) and you can copy the contents of base-page-landing.php
Ben
In forum: Virtue ThemeI would like to create 2 new templates from current templates. I have set up a Child Theme under Virtue_Premium.
1. Create a new Fullwidth template and add code to between the header and top of the page. I copied the page-fullwidth.php file and copied it to my Child them and renamed it to bcha_home_full.php. I added this line <?php echo do_shortcode(“[insert page=’news-articles’ display=’content’]”); ?> just above this line in the file <div id=”content” class=”container”>. I also change the Template name, * Template Name: Member Home Full. This seemed to work ok except the Sidebar is showing when I select the template “Member Home Full”. I guess I don’t understand how “get_template_part(‘templates/content’, ‘page’);” in the Virtue theme.
2. Create a new Template that Excludes the normal Header and Footer. I made a copy of the same file page-fullwidth.php and copied it to my Child them and renamed it to blank.php.
I rename the template to be “Blank” and just commented out the following lines…
//do_action(‘kadence_page_title_container’);
//do_action(‘kadence_page_before_content’); ?>
//do_action(‘kadence_page_footer’);
After this change and selecting the “Blank” template in the page I still see the Header and the Footer. Again I guess I don’t understand how “get_template_part(‘templates/content’, ‘page’);” in the Virtue theme.Can you point me in the right direction please…
Marty
In forum: Virtue ThemeIn reply to: Changing Search Result layout
In forum: Virtue ThemeIn forum: Virtue ThemeIn forum: Virtue ThemeJanuary 13, 2018 at 1:34 pm #175024hi
yes, first i have tried this *Login to see linki have it set to full width
i have it set to 3 columns
and still i get no grid and a sidebar…i’m getting increasingly frustrated.
also, i have ALL plugins deactivated, so i don’t think it’s a plugin conflict.any thoughts? thanks in advance.
In forum: Virtue ThemeIn reply to: Copying Row of Widgets to Another Page
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Changing Search Result page layout
In forum: Virtue ThemeJanuary 11, 2018 at 10:30 am #174764Hi There,
If you search anything on our site, the results page shows up as the default layout with a sidebar. How do i change this to full width to match the rest of our site? The search results page is not something i have been able to find where i edit.Thank you!
In forum: Virtue ThemeIn reply to: Woo Extras Product Slider Gallery
1. With Woo Templates you can create this format without using any css. Just use page builder to create a two column row set the column widths however you want.
2. In Theme Options > Main Settings set Sidebar Side of page to Left.
3. Unfortunately, there isn’t a built-in option to make the sidebar sit above the content on mobile. A workaround would be to add these widgets to the content area of your page and use CSS to hide it when in desktop mode. Then you could also use CSS to hide the sidebar on mobile. Would that work for you?
Hannah
In forum: Virtue ThemeIn reply to: Woo Extras Product Slider Gallery
Right on, Hannah! Thanks so much, guys.
If I go into Woo Template builder and make a uniform template for my products, am I going to lose this formatting I have just set in place? The reason I ask is because I would like to display a categories/similar products section in a sidebar on each product page, but I still want to keep this formatting I have set up now regarding the product image slider and item description etc.
In a related matter, I can see that I can add a sidebar in my shop home by selecting it in shop settings, but I only see an option to display it on the right side. Can I flip-flop this and display my shop home sidebar on the left instead of right? In responsive mode, that sidebar would also ideally display above my product list.
Thank you kindly for all your help.
In forum: Virtue ThemeIn reply to: Issues with Virtue BOLD Child Theme
January 9, 2018 at 7:19 pm #174530I found to more issues and since they are related- I have just added them here.
I cannot get the catogories to turn off on a blog post- the ones that display right above the title in a blog post i.e. Destinations| Greece & Cyprus appearing on this post
https://www.compassandfork.com/best-things-to-see-and-do-in-athens/And in the popular posts widget on my sidebar (you can see on the same page)- the dates for the posts are appearing- I have removed it from everywhere else and would prefer it not to appear here either. Is there a way to turn it off?
Thanks
In forum: Ascend ThemeTopic: Blog grid columns number
Hi, I want to put the blog grid with the shortcode on my page. The page is without sidebar, fullwide.
I want to have the grid displayed in 3 columns, here is the shortcode:
[blog_posts type=”grid” orderby=”date” items=”6″ columns=”3″]
but it is not working, 4 columns grid are showing.
Can you please give me some advice, thanks in advance, GabiIn forum: Virtue Theme -
AuthorSearch Results


