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 'Page'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Sub Category headings on Category Pages
June 5, 2016 at 11:27 pm #97705you can change the css I sent earlier to this and it won’t effect the shop page.
archive.tax-product_cat .product-category.grid_item { margin-bottom:10px } archive.tax-product_cat .product-category.grid_item>a img { display: none; } archive.tax-product_cat .product-category.grid_item a h5 { position: static; margin: 0; } @media (min-width: 767px){ archive.tax-product_cat .product_category_padding .kad_product { width: 50%; } }Ben
In forum: Virtue ThemeIn reply to: Sub Category headings on Category Pages
Hey Ben
Thanks for the code. That removes the images on the shop page as well but that does not matter as I am not using the page as I am using the menu for browse by category.
I checked and I don’t have a siderbar activated for the category/ shop pages. I think it looks that way as I was given some css to stretch the container to 80% of the page.
This was the css I was given when using the free version of the theme.
.container { width:80%; } I removed this code and the site has gone back to its original width which is not really full width of the device being used to view the site. @media (min-width: 1200px){ .main { width: 80%; } .kad-sidebar { width: 20%; } }In forum: Virtue ThemeIn reply to: blog main page?
June 5, 2016 at 11:18 pm #97701Hey,
In your settings > reading make sure you have set the front page to be the “latest posts” page.Then in your theme options > home layout make sure “page content” is enabled. See here: https://www.kadencewp.com/creating-a-home-page-with-virtue/
Ben
In forum: Virtue ThemeIn reply to: SiteOrigin Page Builder
June 5, 2016 at 11:12 pm #97699Hey,
I think you should consider increasing that 30 second max time on the server. You should also increase the max memory.You need to go into every “post” where you set it up with page builder and you need to make sure you add a custom post excerpt. That is very important. That will keep your site from crashing.
Ben
In forum: Virtue ThemeIn reply to: Sub Category headings on Category Pages
June 5, 2016 at 10:59 pm #97696You can add this css:
.product-category.grid_item { margin-bottom:10px } .product-category.grid_item>a img { display: none; } .product-category.grid_item a h5 { position: static; margin: 0; } @media (min-width: 767px){ .product_category_padding .kad_product { width: 50%; } }Also fyi you have a sidebar enabled for the category pages.
Ben
In forum: Virtue ThemeIn reply to: modifying the portfolio page
June 5, 2016 at 10:49 pm #97692Hey,
so no it’s not possible to move or make new filters or existing filters that would be in the sidebar. The closest thing would be to make the page fullwidth so there isn’t a sidebar then use css to run the filter buttons down the side:@media (min-width: 992px){ #options { float: left; width: 20%; text-align: left; } .kad-portfolio-wrapper { float: left; width: 80%; } #filters li { float: none; display: block; margin-left: 0; } ul#filters { float: none; padding-left: 0; } }Ben
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: "nextpage" – Pagination
June 5, 2016 at 10:42 pm #97690ok, wordpress doesn’t have any kind of built in system that would output it there But using a child theme you can add:
<?php wp_link_pages(array('before' => '<nav class="pagination">', 'after' => '</nav>')); ?>above the content call in the template.
Ben
In forum: Pinnacle ThemeIn reply to: Page builder rows not appearing
So I looked at the Home Page Layout and either Page Content is not enabled by default, or I somehow inadvertently deleted it. I added this to the Enabled column and all is right with the world.
I’d still like to know about reducing the padding at the top of the page however. Thanks!
In forum: Virtue ThemeI’m about to launch this e-commerce site this week. In the last few days, I’ve noticed this weird home page slider stick problem, but it happens just on Chrome. When the page loads, the slider image is only visible from the middle to the right side of the screen. However, once I scroll down, the entire image appears. I can’t take the site live until it’s ready and I have very, very few plugins. Any thoughts?
The site is *Login to see link and it has construction mode plugin on it. Thanks Ben and Hannah! You rock!
In forum: Virtue ThemeIn forum: Pinnacle ThemeLong time user and lover of Virtue, but I had purchased the Pinnacle theme awhile back and have a project for which I think it might be perfect. I’ve inserted 2 rows on the home page thus far using Page Builder, but I can’t get them to appear when I view the page. I used the Pagebuilder template. What could I possibly be doing wrong.
Here’s a link.
Also, is there a way to reduce the padding above the Sitename and Primary Menu?
Thanks much!
In forum: Pinnacle ThemeIn reply to: Comments Section Missing
In forum: Virtue ThemeIn reply to: White space about slider on feature template
In forum: Virtue ThemeIn reply to: Add widgets to the bottom of blog posts
Hey Panduka,
If you want to add content to the bottom of a blog page you will have to use the default page template and add your blog posts via shortcode like this:[blog_grid orderby=date items=4 columns=4]You would just paste that into the visual editor and add your content underneath.Hannah
In forum: Virtue ThemeTopic: formatting
In forum: Virtue ThemeTopic: blog main page?
Hello
I’m not managing to put the blog page in place of the Home
I need that when user come in my domain see the blog and not the store
I’ve already set the option in configuration/read not give right
What are the steps for me to make these settings and have the blog main page?
In forum: Virtue ThemeHI Ben and Hannah!
I’m trying to keep my CSS simple and in one place, so I started using the Advanced settings and that works. Not put it in Jetpack.So Pagebuilder has this CSS plugin, and I’m wondering.
Is it best to put all added css into the advanced settings, so it preserves it like a child theme.
DO I NEED to create a child theme if I put all added css into the advanced Virtue Settings?
Seems to me that putting them all in there is best idea, just checking.
In forum: Virtue ThemeIn reply to: SiteOrigin Page Builder
In forum: Virtue ThemeHey team
On my category pages I have sub category and products showing. With the subcategory which as you see have their name in a black box with a image background which is normally filled by an image drawn from the products category section of woocommerce.
What IO would like to see is just the box with the subcategory name with no image behind it. Also the allowable length of that box needs to be widened to allow the text to be on one line.
So can this be done via some css or is it not possible?
Page for viewing to see issue
Many thanks
Ian -
AuthorSearch Results


