Hi, good morning,
I would like to show a specific blog category or featured posts at home page
How can I do that?
Thank you
Hi Hannah.
Thank you for your reply.
In Portfolio Page, i tried
Title
[portfolio_posts]
Footer
but the result is:
Title
“portfolio inside a little box”
Footer
Portfolio
I tried also something like this
[portfolio_posts orderby=date columns=4 ratio=square filter=true layoutstyle=flat-no-margin hoverstyle=default items=4 masonry=false lightbox=true showtypes=true cat=photos]
but I didn’t had good results.
Carla
Hey Nate,
Would you mind posting a link to your site?
Thanks!
Hannah
Hi is it possible to rename the Icon Widgets? So instead of showing “Latest Blog Posts” the title would say “Latest Posts”
Thanks!
Is there a setting (e.g. CSS) in Virtue Theme that controls the scroll rate of a post?
Hey Arantza,
Do you mind posting a link to your site?
Thanks,
Hannah
This is a wordpress thing, nothing with the theme or version.
In a post did you try clicking “screen options” in the top right corner.
Ben
Hi,
I have activated the Author box to appear at the end of the posts. But it is empty.
Where do I have to go to fill up the informatión to appear in there? I can´t find it.
Thank you
Hi Hannah,
Sorry, I can’t see the Discussion tab under my edit post, I can only find this setting in portfolio page but not edit post. Does it come from my version issue.
Ben
Can you post a screen shot of this: http://postimage.org/
Ben
Hey,
In your post edit page you should see a Discussion tab. Under that you can deselect the Allow comments box.
Hannah
Hi,
Please let me know how to hide the comment box at the bottom of all posts.
My site: *Login to see link
Ben
Hi Ben,
You can set a custom excerpt for your posts in the post edit pages in the Excerpt tab. If you don’t see this option you may need to select Excerpt from the Screen Options tab on the top right of the page.
Hope that helps!
Hannah
Hi,
I’m working on a Chinese website and encountered a problem of setting the excerpt words of my post to show up on the home page. It showed the whole paragraph characters instead but it should show part of the paragraph characters. My website is *Login to see link Please teach me how to tackle that serious problem.
Ben
No, that’s the point of the shortcode don’t need to edit any files.
Just open the post. In the post “Head Content” option choose shortcode.
Then in the shortcode input field right below add your image.
Ben
Sorry, I am not even sure in which file I must adjust the shortcode option. Is it in post-head-content?
Can you post to where you added the image in the shortcode box?
Ben
I’m actually adding rlt support as part of the next update, here is some css you can plug in now:
body.rtl {
direction: rtl;
unicode-bidi: embed;
}
body.rtl .test-prev {
left: 10px;
right: auto;
}
body.rtl .test-next{
left: 50px;
right: auto;
}
body.rtl .alignleft.testimonialimg {
float: right;
}
body.rtl .testimonialbox {
text-align: right;
}
@media (min-width: 992px){
.tcol-md-1, .tcol-md-10, .tcol-md-11, .tcol-md-2, .tcol-md-25, .tcol-md-3, .tcol-md-4, .tcol-md-5, .tcol-md-6, .tcol-md-7, .tcol-md-8, .tcol-md-9 {
float: right;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-2, .col-md-25, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
float: right;
}
}
.postmeta {
float: left;
}
.home_blog article .entry-content {
margin-right: 0;
margin-left: 15px;
}
#nav-main ul.sf-menu, .nav-main ul.sf-menu {
float: left;
}
#kad-menu-search-popup {
left: -15px;
right: auto;
}
.sf-menu li {
float: right;
}
.form-search .search-icon {
right: 0;
left: auto;
}
.form-search .search-query {
padding-left: 5px;
padding-right: 35px;
}
#kad-menu-search-popup .form-search .search-query {
padding-right: 65px;
padding-left: 5px;
}
.footernav {
float: left;
}
.footernav ul {
float: left;
padding-left: 0;
}
.footernav ul li {
float: right;
}
Also, in Theme Options > Theme Extensions make sure you have Portfolio Posts turned on.
Hannah