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: Virtue: Image resizing height in mobiles
May 2, 2016 at 1:22 pm #93424Can you post a link to the page using the code I posted?
can you confirm your are using the latest version of the theme 3.6.3?
Ben
In forum: Virtue ThemeIn reply to: Categories not displaying correctly
May 2, 2016 at 1:05 pm #93421Hey Greg,
can you update to virtue 3.6.3 then try?Else you can use this site to post a screen shot: http://postimage.org/
Jessica,
I’m seeing the categorty showing fine here: http://citrinedesigns.com/product-category/wedding-fan-programs/traditional-wedding-fan-programs/Can you explain more your issue?
Ben
In forum: Virtue ThemeIn reply to: Homepage keeps disappearing and reappearing?
May 2, 2016 at 12:54 pm #93416Hey Kenneth,
In your this post: http://blacklabelfightco.com/2016/03/30/ace-roscoe-sanchez/
You should set a custom excerpt because you are using pagebuilder and that creates issues when wordpress tries to create a excerpt out of pagebuilder content.
Thus you’re hitting this error:
Fatal error Out of memory (allocated 62914560) (tried to allocate 196608 bytes).Increasing your php memory would be good but the important thing is if your are going to use pagebuilder on posts it’s really best to set a custom excerpt.
Ben
In forum: Virtue ThemeIn reply to: a few questions about categories/uncategorized
Thanks so much Kevin!
for the facebook post question, I’m sorry I didn’t explain it correctly. I don’t want to share posts from my blog/site to facebook. I just want to copy and paste my site, on to the status of my facebook just once, so people know I have a site. For example, I copy http://bensonshum.com/ on to the status line, the little picture that goes with the link, is from the default virtue theme (some green plants).
Thanks again!
BensonIn forum: Virtue ThemeIn reply to: Blog post full size in Homepage
Have you set your home page to be your blog in Settings> Reading?
The blog page that you linked to isn’t getting the posts from a shortcode, rather the page template that is set.
If you set your home page to be your blog, then it will automatically use the blog page template.
Try that method and let me know if that works for you.
In forum: Virtue ThemeIn reply to: a few questions about categories/uncategorized
1. This is happening because there is already a blog page. If you go into your pages, you should be able to find which one it is and either delete or deactivate it.
2. This is called a “favicon” and is controlled via Theme Options> Misc Settings.
3. These are breadcrumbs. The settings for them are found via Theme Options> Breadcrumbs. You can deactivate them there.
4. Post category is set within the post edit screen under “Portfolio Type.”
5. The category is simply a way to organize your related posts. You can use filters and other options to categorize them around your site. In some cases this may help with site navigation.
6. A plugin like this one will give you more control of how you share your posts on facebook. Check it out and see if it has options you’re looking for.
https://wordpress.org/plugins/facebook-auto-publish/Let me know if that helps!
In forum: Virtue ThemeMay 2, 2016 at 9:48 am #93392Thanks for the post.
I’m going to dig around with this, in part the issue is adding all this api stuff to all the existing orders but it should really be the api email. You should also be able to edit that email yourself so I’m working to make them sync with your login.I appreciate your willingness to pay per year. I don’t plan on changing the license terms on anyone but I am looking at doing some new things here soon. I’m working toward a membership option that will be a yearly based price and It will have some extras that will hopefully be a good value for all.
Ben
In forum: Virtue ThemeIn reply to: Shop Mobile Alignment
May 2, 2016 at 9:45 am #93391Hey, I suggest not doing this as there isn’t room. the point of responsive is that text and content is readable and easy to click on mobile screens. To me this makes for a confusing cluttered mobile but you can see what I mean with this css:
@media (min-width: 480px){ body.post-type-archive-product .kad_product {float:left; width:33.33%;} body.post-type-archive-product .main.col-lg-9 { float: right; width:75%; } body.post-type-archive-product aside.col-lg-3 { float: left; width:25%; } }In forum: Virtue ThemeIn reply to: Virtue Theme Questions
In forum: Virtue ThemeIn reply to: Portfolio lightbox link missing navigation
May 2, 2016 at 9:28 am #93381Hey,
They aren’t supposed to show arrows unless your output is a slider for the post then it would navigate through each image in the slider.The portfolio isn’t set up the same way as a gallery partly because of the options for sliders in the grid.
But if you want to make this happen you can by adding this js into the footer scripts of your theme options > header footer scripts:
<script type="text/javascript">jQuery(window).load(function () { jQuery('#portfoliowrapper').each(function(){ jQuery(this).find("a[data-rel^='lightbox']").magnificPopup({ type: 'image', gallery: { enabled:true }, image: { titleSrc: 'title' } }); }); }); </script>If you don’t see this option you can go to theme options > theme extensions and enable.
Ben
In forum: Virtue ThemeMay 2, 2016 at 8:54 am #93370Hey,
For that you would have to edit in a child theme: https://www.kadencewp.com/child-themes/Then you would need to add templates/home/latest-slider.php file into the child theme and make sure you have a templates then home folder to place it in.
After that you just have to edit line 20 of the latest-slider.php file change:
$wp_query->query(array('posts_per_page' => 4));to this:
$wp_query->query(array('posts_per_page' => 10));Ben
In forum: Virtue ThemeMay 2, 2016 at 8:42 am #93366Hey,
Ok so if you want parallax and you want a background then always showing your entire image isn’t an option. That’s not how background work. Backgrounds don’t define a content height and width. Parallax also by design is only meant to show part of the image as you scroll. Check out the blog post I posted above.Ben
In forum: Virtue ThemeIn reply to: testimonials
May 2, 2016 at 8:36 am #93363#kad-feedback-new-post textarea, #kad-feedback-new-post input.full { max-width: 100%; }Hey,
You can use ^ that css,Ben
In forum: Virtue ThemeIn reply to: Mobile Menu tweak
May 2, 2016 at 8:22 am #93357Are you seeing this on the demo too? Can you post a video? I’m not able to recreate this.
Ben
In forum: Virtue ThemeHello, I would like to create the home page for a blog as we see in this your demo. *Login to see link
That is, put the first post in full size. I tried to insert a shortcode in the home, but the result is this …
*Login to see linkThe photo is in the text, the image is not in evidence and makes me whole article and not an extract.
The shortcode is the following:
[Kad_blog orderby = date items = 1 fullpost = true offset = 1]In forum: Virtue ThemeIn reply to: Staff Member-where to add?
In forum: Virtue ThemeIn reply to: Virtue v3.6.3 blog post featured image not showing
Hello. I have the same problem. Though I set images for all the posts, I am affraid last update changed something (together with the bottom post carousel
https://www.kadencewp.com/support-forums/topic/carousel-of-recent-posts-and-product-carousel-display/). Now the only way to fix it on my site is to change the post header settings manualy for each post separately.In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Virtue: Image resizing height in mobiles
Hi Hannah and Ben,
I tested both your suggestions. This code makes fullwidth posts in one column:
[kad_blog orderby=date items=8 fullpost=false], but I cannot limit the words to for example 75 words on the start page and get a border around each post. Do you have a solution also for these?Regards,
Pamela
In forum: Virtue ThemeHi, I have few questions that I isn’t too difficult!
1. I’m trying to change the “blog-2” at the end to just “blog” but when I change it, it automatically goes to “blog-2”, I didn’t label any other pages with “blog” at the end, so not sure what its doing that? *Login to see link
2. At the top of the tab on the website, there is the logo of V, I think that stands for Virtue? Do we have the option of changing that?
3. in the blogs page, under a post, there is this “Home » Blog test2 » Uncategorized » Crazy 4 Cult 9 Goonies” How do remove this? *Login to see link
4. How do I change a post from Uncategorized to another category?
5. Can you explain what the “Category” does?
6. When I try to post my *Login to see link on Facebook status, it brings up a picture of the old default site? how can I change it have a thumbnail of my home page?
Thank you so much!
Benson -
AuthorSearch Results


