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 'post'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Woocommerce shop page background color
February 19, 2016 at 4:48 pm #82107.wooocommerce is vague, It would also effect single product pages, and the cart pages.
I recommend this:
.post-type-archive-product .contentclass, .tax-product_cat .contentclass { background: #e0c9c9; }Ben
In forum: Virtue ThemeIn reply to: Activate recent posts thumbnails
February 19, 2016 at 4:45 pm #82106Hey,
There are two widgets. You need to make sure your are using the “virtue: recent posts: widget. not the standard wordpress one.Ben
In forum: Virtue ThemeIn reply to: Blog alternate sidebar
February 19, 2016 at 4:44 pm #82105Hey,
I would go the other route of making whatever pages you want to have a different sidebar then your primary be the ones you set and leave the blog posts using the primary.But you can do this though one function in a child theme. See here: https://www.kadencewp.com/child-themes/
You can add this function in the functions.php file, just make sure to change the sidebar name with the one you made.
add_filter('kadence_sidebar_id', 'kt_custom_single_sidebar_id'); function kt_custom_single_sidebar_id($sidebar) { if(is_single() ) { $sidebar = 'custom-sidebar'; } return $sidebar; }Ben
In forum: Virtue ThemeFebruary 19, 2016 at 3:50 pm #82089Please post here, you can even post a link to google drive here. Or use a site like : http://tinygrab.com/
Ben
In forum: Virtue ThemeIn reply to: Issue viewing any archive posts…
Hu Hannah, I use last posts.
I deactivated all plugins, everything. And archive pages don’t show text and images.
http://www.macosas.com/archives/category/aficiones/Thanks for your support.
DavidIn forum: Virtue ThemeIn reply to: full width featured images
In forum: Virtue ThemeIn reply to: Max posts on homepage
Hello! I am able to get an infinite scroll on my home page with blog posts if I first go into Settings> Reading and setup “Latest Posts” to be my home page. Then I went into Theme Options> Blog Settings> and set “Blog post navigation setting” to “Navigate through all posts.” And just below that there is the infinite scroll option that I enabled.
You may have to adjust your content if you’re not already using this method, but it seems like it should work for your application.
In forum: Virtue ThemeIn reply to: Max posts on homepage
Hello! I am able to get an infinite scroll on my home page with blog posts if I first go into Settings> Reading and setup “Latest Posts” to be my home page. Then I went into Theme Options> Blog Settings> and set “Blog post navigation setting” to “Navigate through all posts.” And just below that there is the infinite scroll option that I enabled.
You may have to adjust your content if you’re not already using this method, but it seems like it should work for your application.
In forum: Virtue ThemeIn reply to: Issue viewing any archive posts…
In forum: Virtue ThemeIn reply to: Fixing the height of a call to action box
In forum: Pinnacle ThemeHi Ben,
I was wondering if it is possible to customize the “Blog post bottom Carousel” -> In the theme options, under blog options.
I would like to make the following changes:
– different heading name; it’s now called: Related Posts
– setting the ‘image Blog Post Summary Default’ on Text. It’s now automatically on landscape image
– I would like to to this for the similar post, since I noticed this is based on the category of the blogpost. (So if the category is travel, it will show all related travel ads). not for the recent blog post bottom carousel.Could you please let me know if it is possible to do this? 🙂
I am currently not using an child theme, so if I need to install it could you please send me the link were I could download it?Thanks in advance!
KimIn forum: Virtue ThemeIn reply to: Woocommerce shop page background color
In forum: Virtue ThemeIn reply to: Activate recent posts thumbnails
In forum: Virtue ThemeIn reply to: Blog alternate sidebar
In forum: Virtue ThemeTopic: Max posts on homepage
Hi,
is it possible to change max number of post on homepage? Now default is 10. I have many widgets on sidebar and it is longer than 10 posts on homepage. So infintiy scroll not working as it should be. You can see what I mean scrolling down on my blog:
*Login to see linkThanks,
SebastianIn forum: Virtue ThemeHi There, I’m having an issue viewing any archived posts. They’re definitely there, as you can see them in the inspector, and when you rest your cursor over where the archived posts should be it indicates that there’s something there, but they’re not showing. I’ve opened the page on another computer and in different browsers but sadly nothings worked.
There’s no custom CSS to hide them for any reason, so I’m struggling to see what’s going on… I’ve made sure we’re all up to date with plugin updates and theme update but it’s still a mystery.
The site is at the below address, and you should be able to easily see the issue there. Thanks for any tips in advance
In forum: Pinnacle ThemeIn forum: Virtue ThemeTopic: HomePage Question
My site is under maintenance where only I can see the front end other users are redirected so it is impossible for anyone to see what I am talking about.
I am using Latest Post for my homepage option. I created my post using page builder. It looks good. I got a slider and a welcome under it. Then I put my two rows of images for categories followed by 2 rows of featured products.
That all looks good. Under last image left side it has leave reply Which I do not want.
Follow by h3 of Latest Post which I do not want
followed by Featured News which I also do not want.
I am trying to find where I can remove this using my child theme
the code I found using inspect element has
<div id=”content” class=”container homepagecontent”>
<h3 class=”hometitle”>Featured News</h3>
I have looked for it in the editor but can not find it my old theme had a search bar where you could type in the code and it would find it for you.If anyone can tell me how to remove it I would appreciate it.
Thanks Tom
In forum: Virtue ThemeIn forum: Virtue ThemeHello!
With the shortcode [blog_posts items=”4″ orderby=”date” cat=”nyheter”] I display posts on my static home page. Fantastic!But there is too much space between headline and the message itself. Can I adjust this space some how?
My example: *Login to see link
Thank you!
/Åsa -
AuthorSearch Results


