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: Testimonial page
Thanks for pointing out how to use the forum. It’s new to me.
I’m looking for the cleanest way to create a column on one page to put the Testimonial form on the right and the testimonials on the left.
Using a site wide sidebar limits the use of other pages. And putting the testimonials in a box can cause issues when more testimonials are added.
I would like to use the testimonial grid but when I open the testimonial page, all I see is the form and not the testimonials unless I scroll down. Some may think it’s a page to add testimonials only and leave the page. The testimonials are the wow factor, not the form. Your a patient man, thank youIn forum: Virtue ThemeIn reply to: Testimonial page
I want Testimonial form off to the right and Testimonials to list on the left. I put visual editor widget in primary sidebar, I put testimonial form code in visual editor widget, and put [testimonial_posts columns=”1″] in the editor page. Only 3 out of 7 testimonials show on page. All testimonials are published.
What is the better way to do this?I also tied this on a Fullwidth Page
<div style=”float: right;width: 475px; height: 525px; border: 1px solid #333; padding: 10px; margin: 5px;”>Column 2[kad_testimonial_form ]</div>
<div style=”float: left; width: 475px; height: 1200px; border: 1px solid #333; padding: 10px; margin: 5px;”>Column 1[testimonial_posts columns=”1″]</div>Still only 3 out of 7 testimonial show on page.
In forum: Virtue ThemeIn reply to: Testimonial page
I want Testimonial form off to the right and Testimonials to list on the left. I put visual editor widget in primary sidebar, I put testimonial form code in visual editor widget, and put [testimonial_posts columns=”1″] in the editor page. Only 3 out of 7 testimonials show on page. All testimonials are published.
What is the better way to do this?In forum: Virtue ThemeIn reply to: Home Page and submenu (please see below)
a) You will still have the same slider on your page, but you need to use pagebuilder if you want any content to show above the slider. Then you can just add a revolution slider widget through pagebuilder and select the same slider. Does that make sense?
b) So, were you able to change the transition type?
c) There isn’t a contact template with a sidebar included in the theme. You would either need to edit the theme, or you can use contact plugin like this one- https://wordpress.org/plugins/contact-form-7/ then just use a sidebar page template.Hannah
In forum: Virtue ThemeIn reply to: Home Page and submenu (please see below)
Hi Hannah,
Unfortunately this did not help.
a) Home Page – I have and want to keep my revolution slider. Above the slider I want to add the shop’s categories
b) I did and still have the settings>reading settings as static page
c) I am unable to add a sidebar to the contact pageThanks, Nan
In forum: Virtue ThemeIn reply to: Home Page and submenu (please see below)
Hi Nan,
a) You would need to remove the slider from the homepage in theme options > slider settings. Just select none. Then in settings > reading set the front page display as a static page and select home as the front page. Then you can use page builder to add the product categories and just add a row with a slider underneath. https://www.kadencewp.com/using-page-builder-virtue-premium/
b) In the revolution slider settings you can set the transition type under Reset Options in the right sidebar.
c) I’m assuming that whatever plugin you’re using will display as a widget? In Appearance > Widgets just add the FB feed widget to your sidebar.Hope that helps!
HannahIn forum: Virtue ThemeTopic: 2 sidebars on homepage
In forum: Virtue ThemeIn reply to: Rev Slider Padding/Gap
February 20, 2015 at 5:10 pm #31942ok, check it now, you will have to go into your pages and change the page template to sidebar and not feature sidebar.
Ben
In forum: Virtue ThemeIn reply to: Rev Slider Padding/Gap
In forum: Virtue ThemeTopic: Rev Slider Padding/Gap
Hey Guys,
I am using Revolution slider to place an image below the secondary menu on each and every page of a site. It seems to work fine on the main page, which is using the Slider settings in the Kadence menu, but there is a gap or space between the bottom of the slider image and the top of the page content. Is there a quick CSS to lessen this gap?
As far as the slider on the other pages is concerned, there is a gap both above and below the slider – so it doesn’t sit in the same position as the main page image. For these pages I am using the page settings with Feature Sidebar as the page style. Any thoughts on this as well?
Many thanks,
GregIn forum: Virtue ThemeIn reply to: Custom full width Streched 100% page
February 19, 2015 at 6:52 pm #31776Hey,
yes that is correct. The sidebar loads based on a function. Not a call in the template because the call for a sidebar is added in the theme wrapper.You can use this function to turn it off for your custom template.
function kad_sidebar_on_custom_page($sidebar) { if (is_page_template('page-custom.php')) { return true; } return $sidebar; } add_filter('kadence_display_sidebar', 'kad_sidebar_on_custom_page');Ben
In forum: Virtue ThemeHi,
Yes, sorry I did mean the archive pages. So it shows up if you click on “blog” and go backwards through the posts. But if you click on any of the posts listed in the sidebar, “Recent Posts” widget, those archive pages appear full width. As shown here: http://liesellund.com/blog/peace-bliss-and-lots-of-paint/
Any suggestions are very appreciated! Thanks again for all your help!
LieselIn forum: Virtue ThemeI’m trying to create a new template for pages in full width. Occupying 100% of the width of the page.
I started by copying your file template “fullwidth” to add a custom class to the container div. so that i could make the width change with css.
The problem is that even if I do not make any class additions or changes to any classes, the page loads and displays the sidebar. (the only change i made was rename the template to make it show in the options on wordpress)I’m from italy and sorry for my english!
In forum: Virtue ThemeTopic: Three Column Blog
Hi
I am trying to get my blog posts to arrange themselves thus:
*Login to see linkI have:
Set the news page to static page with no content
Set this page to blog grid
Selected 3 columns below
Activated desired sidebar
PublishedThe News post populate the page in single column over 3/4 of page and do not load images.
Please helpThanks
In forum: Virtue ThemeFebruary 19, 2015 at 8:11 am #31711Those are only used if your not using the theme image crop. Which you can turn on and off in the theme options > shop settings.
The sizes would also totally depend what what settings your choosing if you didn’t want to use the theme crop. So how many columns is your shop page. are you using a sidebar. What is your layout for the single product page. Are you using a sidebar there?
Ben
In forum: Virtue ThemeIn reply to: Choose type for the Portfolio Full
I cannot post a link because the site isn’t online yet.
I use the version 2.8.2 of the virtue premium theme.
The only thing i see when i enable the “portfolio full” in the home layout is the headline i’ve choose in the settings. no pictures or anything else.
I want a very straight website so i disabled all sidebars etc. There is only the fixed header with the menu and a fullwidth site.
I don’t know how to explain better. sorry.
FlorianIn forum: Virtue ThemeIn reply to: Image size for sliders!
In forum: Virtue ThemeIn reply to: Image size for sliders!
February 18, 2015 at 12:19 pm #31622assuming by widget area you mean sidebar?
you can make the height whatever you like so for the sidebar a good width is 400px
for your content area a good width is 850px
Ben
In forum: Virtue ThemeIn reply to: How to display search results with no sidebar
February 18, 2015 at 10:50 am #31593You can add this function in a child themes function file:
add_filter('kadence_display_sidebar', 'search_sidebar'); function search_sidebar($sidebar) { if (is_search()) { return false; } return $sidebar; }Ben
In forum: Pinnacle ThemeIn reply to: Line spacing and footer menu
-
AuthorSearch Results


