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: Sidebar is gone
Hi Ben,
I don’t know why but my sidebar @ the shop and Product category side is gone. The name is sidebar1.
Can you help here?If you need a admin login, I send you one in a separate mail.
Category: *Login to see link
Shop: *Login to see link
We like to go live tomorrow. This is really urgent.
Thanks a lot.
Regards Josef
In forum: Virtue ThemeIn reply to: Testimonials Images
April 6, 2015 at 12:51 pm #36585If you want to change the color for a link in the sidebar use this css:
.sidebar a { color: blue; }Ben
In forum: Virtue ThemeIn reply to: Testimonials Images
In forum: Virtue ThemeIn reply to: Testimonial Carousel widget
April 3, 2015 at 8:39 am #36243Hey,
1. Well yes, the css I gave wouldn’t work in pagebuilder on in the sidebar. Please post a link with support requests..widget_kadence_testimonials_slider .test-prev, .widget_kadence_testimonials_slider .test-next { display: none !important; }2.
.widget_kadence_testimonials_slider h3.widget-title {display:none}2.b?
.widget_kadence_testimonials_slider .testimonialbox { display: table-cell; height: 200px; width:100%; clear: both; vertical-align:middle; }3.
.widget_kadence_testimonials_slider .fredcarousel { max-height: 232px; overflow:hidden; }Ben
In forum: Pinnacle ThemeTopic: Change width of sidebar
In forum: Virtue ThemeIn reply to: Testimonial Carousel widget
April 2, 2015 at 7:50 pm #36206Hey, No link so I’m guessing your adding through a sidebar?
1.
.kadence_testimonials_slider .test-prev, .kadence_testimonials_slider .test-next { display: none !important; }2. You can use this:
.kadence_testimonials_slider h3 {display:none}3. If you have a link I could give you some css that would hide all but the first.
Ben
In forum: Virtue ThemeTopic: Events page not displaying
Hi.
Have had my site up for about a year. Have also been using The “Events Calender by modern tribe” Both have been working wonderfully together. Just recently noticed the events page is now blank. Any way long story short, only way to display events now is by changing the settings in Events > Setting > Display > Events Tempalte. i used to have it on Default Page template. Which i am assuming its from the theme. and it would display with in a page with the default stuff on the side bar. Now i have to use “Default Events Template” and it messes up the Virtue Page theme as it has the sidebar information on the bottom of the events listings. Can you help me?
my website is :
*Login to see linkthe event page is:
*Login to see link-Edited Events page link
Thanks,
MichaelIn forum: Virtue ThemeIn reply to: Side bar in body
April 2, 2015 at 11:26 am #36151You can use the featured page template and add a slider above the content and sidebar.
Ben
In forum: Virtue ThemeIn reply to: Need help with spacing
Here is what is in my css box.
.footernav ul li a {
font-size: 14px;
}
.footercredits {
height: 45px;
padding-top: 0;
padding-bottom: 0;
}
.footercredits p {
font-size: 14px;
}
.page-header {
margin-left:400px;}
.sliderclass {
padding: 5px;
.sidebar {
padding-left: 50px;
}
.home #pl-11 .panel-grid-cell .so-panel:last-child {
margin-bottom: -20px;
}
.hometitle {
padding-bottom: 20px;
}In forum: Virtue ThemeIn reply to: advertising on blog pages
In forum: Virtue ThemeIn reply to: Video in sidebar?
March 31, 2015 at 9:20 am #35866You can make it specific to single product pages:
@media (min-width: 900px) { .single-product .sidebar { padding-top: 50px; } .single-product #kadbreadcrumbs { margin-right: -250px; } }Or you can make it specific to a product id:
@media (min-width: 900px) { .postid-70 .sidebar { padding-top: 50px; } .postid-70 #kadbreadcrumbs { margin-right: -250px; } }Ben
In forum: Virtue ThemeIn reply to: Testimonials page structure
Hey Cat, have you first created testimonials from the admin area > Testimonials? That is what the testimonial grid page template will pull from. Then you would create an actual page and set the page template to Testimonial Grid. Make sure the “Limit Testimonial Text” box is not selected. Also, that page template should not have a sidebar?
You can add a shortcode to the content area of the testimonials page and it will display above the grid. Does that work for you?
Hope that’s somewhat helpful!Hannah
In forum: Virtue ThemeTopic: Testimonials page structure
Hi everyone
I am trying to improve the appearance of a Testimonials page (first time I’m trying to create one) but I’m having two problems:
1. For some reason the sidebar is appearing on the page and I can’t get rid of it (I have tried setting the page to fullwidth as well as trying the testimonial grid layout – both retain the sidebar)
2. I’d like to display the testimonials in grid format (as shown on *Login to see link with all the text visible without needing to click on each testimonial to read the full content.
Also, I’d like to add a testimonials form but adding the shortcode to the page (whether the page is set to fullwidth or testimonials grid layout) doesn’t seem to have any effect. From what I’ve seen mentioned in the forums, it seems you can’t display a block grid and a testimonials form on the same page?
This is what the page currently looks like: *Login to see link
Any suggestions would be very appreciated!
Cat
In forum: Virtue ThemeIn reply to: Video in sidebar?
March 30, 2015 at 5:44 pm #35799No, it’s only based on the size of the sidebar not the product name.
Ben
In forum: Virtue ThemeIn reply to: Video in sidebar?
This should push the sidebar down and move the breadcrumbs right:
@media (min-width: 900px) { .sidebar { padding-top: 50px; } #kadbreadcrumbs { margin-right: -250px; } }Just paste that in your custom css box in theme options > advanced settings.
Hope it helps!Hannah
In forum: Pinnacle ThemeIn reply to: Limit on Pinnacle Gallery?
In forum: Pinnacle ThemeTopic: 3 different questions
Hi Forum, me again.
This time i have some questions :1- In this exemple (*Login to see link can I change the color behind the text “Canale 5” ? Now it’s gray, but I want a different shade.
2- Is there the possibility to set a second sidebar when I open the blog posts? Now i have the one on the right, can i put another one on the left?
3- It is possible to align center the Titles of the blog posts?
thanks a lot 🙂
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Products set up in WooCommerce widget
March 29, 2015 at 3:57 pm #35679Hey, If your using a widget then all the woocommerce widgets are designed for sidebars. and are not supposed to be in rows. If you want to have a grid you have to use a shortcode: http://docs.woothemes.com/document/woocommerce-shortcodes/
Ben
-
AuthorSearch Results


