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
What’s the best way to customise the Virtue Post Grid widget?
I’d like to show my portfolio items in a list, rather than small thumbnail grid (I’m using it on the sidebar).
Right now it shows three small thumbnails in a row – I would like to show these images in a list, to the 100% width of the sidebar, and also add a title above each image and a “click to read more” text below each image.
Is there a widget file I can copy to my child theme, or perhaps a custom function?
Thanks
In forum: Virtue ThemeIn reply to: Reduce gap between right sidebar and main content
Hi Kevin,
Thanks for your input.
At first your css wouldn’t work for screens with a min width of 1200px, but adding !important to each width fixed the issues.
So for clarification the following css added to the advanced settings worked perfectly:
@media (min-width: 992px){ .main { width: 80% !important; } .kad-sidebar { width: 20% !important; } }Thanks again Kevin.
In forum: Virtue ThemeIn reply to: Reduce gap between right sidebar and main content
Hey Daren,
Typically, you do not want to target the bootstrap classes (.col-lg-3, etc…) This could lead to problems down the road. I recommend changing it to this:
@media (min-width: 992px){ .main { width: 80%; } .kad-sidebar { width: 20%; } }Let me know if that works for you!
-Kevin
In forum: Virtue ThemeHi All,
Been working on a theme that is now almost complete. I have just one mini design issue I am struggling with.
I have a right sidebar (for menu) but the gap between the right sidebar and the main page content is too big.
Please see *Login to see link to see the theme in working order
Ideally I would like the sidebar 190px on computers, with around 20px gap between the side bar and main content (hoping to line up the content with the word landscape in the header.)
Many thanks,
Darren
In forum: Membership ForumsIn reply to: HomePage Question
November 14, 2016 at 4:05 pm #121502Just click “add media” and then in the left sidebar click “create gallery” that will output the grid.
Ben
In forum: Virtue ThemeIn reply to: show sitebar woo startseite
In Theme Options > Home Layout you had not selected the sidebar layout. I did this for you and the sidebar is now displaying on the homepage.
You can use this css to make your menu one line:@media (min-width: 1200x) { .col-md-8.kad-header-right { width: 100%; } }Hannah
In forum: Virtue ThemeIn reply to: show sitebar woo startseite
November 12, 2016 at 12:19 am #121155If I define the shop page as home page then the sitebar disappears.
You just need to go to theme options > shop settings and set a sidebar for the shop page since that is overriding your home page.
Ben
In forum: Virtue ThemeNovember 12, 2016 at 12:01 am #121148Sure use this css:
@media (min-width: 992px){ .main.col-lg-9 { width: 72%; } .kad-sidebar { width: 28%; } }Ben
In forum: Virtue ThemeIn reply to: How To Create Fullwidth Template in Child Theme
November 11, 2016 at 3:01 pm #121124function kad_sidebar_custom_template($sidebar) { if (is_page_template('page-custom.php')) { return false; } return $sidebar; } add_filter('kadence_display_sidebar', 'kad_sidebar_custom_template');You would use this just change “page-custom.php” for the file of your template.
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeI have a Virtue Premium child theme setup and created a fullwidth template but when I choose that template the default sidebar is present. How can I have my template not display a sidebar.
This works but I don’t want to disable for all templates….
function kad_sidebar_all($sidebar) {
return false;
}
add_filter(‘kadence_display_sidebar’, ‘kad_sidebar_all’);In forum: Virtue ThemeIn forum: Virtue ThemeHi Kevin,
This has worked great, the sidebar is wider and flipped round to the other side for the Contact page. However, it’s cause my full-width pages to be squished into a frame that takes up 70% of the page
Example – http://www.galaxyxtra.com/
Do you know how to fix this?
Thanks
In forum: Virtue ThemeIn forum: Virtue ThemeHi Hannah,
It’s on the left by default, here’s the page I want to move it over to the right – http://www.galaxyxtra.com/contact-us
Could you also let me know the best way to widen a sidebar? I think at the moment its 25%/75%, but I’d like the sidebar to be 30% of the page width
THanks
In forum: Virtue ThemeHey Clare,
You would need to do this with page specific css. Is it just one page that you’re wanting the sidebar on the left? If so, I would set the default to the right, then if you post a link I can help with css to move the sidebar to the left for that specific page.Hannah
In forum: Virtue ThemeIn reply to: show sitebar woo startseite
In forum: Virtue ThemeI’ve setup up a Woocommerce site and set my sidebar to appear on the left, but there’s about 10 pages on my site where I’d like the sidebar to appear on the right (e.g. the about us page, contact page, ect…)
I’ve made a custom sidebar for these pages, but I can find a way to set this to load on the right side of the page without affect the main sidebar. Is there a way to resolve this?
Thanks
In forum: Virtue ThemeTopic: show sitebar woo startseite
I use the theme for a shop woocommerce.
*Login to see linkI have selected a sitebar in the Virtue Premium theme setting on the right, for the start page.
The setting at woocommerce is based on: Show products on the shop page.If I define the shop page as home page then the sitebar disappears. This is so for every variation. Since I start the homepage = “About us”: then the sitebar is not displayed.
My goal is to display the sidebar on the homepage as well.
What can I do?
In forum: Virtue ThemeIn reply to: Can't install lider Revolution
-
AuthorSearch Results


