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 Premium can add thumbnail to recent posts?
In forum: Virtue ThemeIn reply to: Can't Reorder Home Page Layout
January 20, 2016 at 8:04 pm #76906I did, before I posted this last time. If your in the theme options move away in your browser without saving.
In forum: Virtue ThemeIn reply to: Mobile view not working
In forum: Virtue ThemeIn reply to: Virtue Premium can add thumbnail to recent posts?
January 20, 2016 at 7:30 pm #76887I need a login to see you post. In the post did you set the post summary to be landscape image?
Ben
In forum: Virtue ThemeIn reply to: Blog Elements Adjustments
January 20, 2016 at 7:20 pm #76882Hey,
1. remove the border you added and add this:.postdate:before { content: ''; height: 32px; width: 1px; background: black; display: block; float: left; position: absolute; top: 12px; left: 0; } .postdate { position: relative; }2.
.logged-in-as { font-style: italic; }That would work, I would need a login to see what you are seeing.
3.
.widget_archive .widget-inner li a:before { display: none; }Ben
In forum: Virtue ThemeIn reply to: Problem with google map display
January 20, 2016 at 7:08 pm #76876Hey,
Adding a map inside of a tab isn’t really what the tabs are built to support. Has to do with who dynamic content is generated. You can use this workaround through. Add this css into your theme options > advanced settings:.tab-content>.tab-pane { display: block; padding: 0; height: 0; overflow: hidden; } .tab-content>.active.tab-pane { padding: 10px 0; height: auto; }Now one more thing. You have some broken html in the post. In one of your tabs you have an open p tag, make sure to look at the text tab in your admin and clean up the html so nothing is left open.
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: SKU has disappeared from New Order email
January 20, 2016 at 6:48 pm #76869Hey,
You can see this post: https://wordpress.org/support/topic/add-sku-on-new-order-emailI don’t see any changes referring to sku and the email templates in the latest update, But you can ask woocommerce about it.
The theme doesn’t control the email output in any way.
Ben
In forum: Virtue ThemeIn reply to: datePublished field is not a valid date
January 20, 2016 at 6:28 pm #76863Hey,
1. If you would like to show your date like this: 2016-01-21 you can using the settings > general. I’m working on a way to make google look at meta instead of the visible text… really silly how google changed this every other week. They want to pull more from actual content then they make it so whats being pulled is not how people want to see dates…2. Google started making blog posts and news articles pull the same info (at least when you run the testing tool). This is beyond stupid to me since a blog post is usually much different then a news article. I’ve read quite a bit on this and I’ve decided not to make each blog post look like a news article to google. It doesn’t make sense and this isn’t something a theme should force on a site. You can look here for information.
https://developers.google.com/structured-data/rich-snippets/articles?
Google showing it as an error can be miss leading. It’s an error if you want the post to show as a news article. Google will still show the post using a rich snippet it just won’t show in the news section of a search. And by getting an error it will not effect your SEO negatively because the “error” doesn’t mean negative points or whatever you want to call it.
So to be clear Google can still see the micro data, things like your featured image but it’s not in a news format and if your wanting to support that then I suggest using a plugin that adds it as meta instead of as part of the html markup of the page since I really doubt your wanting to have the publisher, author, date modified etc all showing for each post every time you see a post. The theme controls the micro data output to an extent that it defines what is visible based on schema but past that for specifics/extras it really should be controlled by a plugin.
Ben
In forum: Virtue ThemeIn reply to: fullwidth feature image
January 20, 2016 at 6:16 pm #76860There isn’t a built in way using the portfolio but you can use pagebuilder inside your portfolio post and add a full – stretched row and place an image in that.
Or in your post settings use a slider.
Ben
In forum: Virtue ThemeIn reply to: Adding background to shop
In forum: Virtue ThemeJanuary 20, 2016 at 5:54 pm #76851Hey so this has to do with pulling the excerpt. One quick fix would just be to set a custom excerpt for your post. In your post edit screen click on the “screen options” in the top right corner then click on “excerpt” then in your excerpt box add a custom paragraph. That will solve the issue.
I’m looking at options for the carousel to not effect excerpts it has to do with how pagebuilder creates the page. I’ll update with a solution.
Ben
In forum: Virtue ThemeIn reply to: autoplay setting portfolio
January 20, 2016 at 5:21 pm #76833Hey,
1. I don’t know of any that scroll continuously. Since your wanting people to click most users find that difficult to click one a continually moving item. I don’t suggest it.2. I’m not seeing your post? But if your talking about the arrows hannah added css for then you can use this:
.portfolionav i.icon-arrow-left:before { font-family: inherit; content: "Previous"; } .portfolionav i.icon-arrow-right:before { font-family: inherit; content: "Next"; }Then you can use this css for the color:
.portfolionav a { color: #000; } .portfolionav a:hover { color: red; }Ben
In forum: Virtue ThemeIn reply to: Polylang
January 20, 2016 at 5:15 pm #76832Hey,
I haven’t seen any email with a login?
can you just posted the user and password here using Set as private reply.Right now it looks like you have woocommerce installed and that you’ve set the home page to be your shop page? Are you wanting to do that?
Ben
In forum: Virtue ThemeIn reply to: Parallax is no longer working
January 20, 2016 at 5:03 pm #76830Czarina Maye – Please do no post in a resolved topic. Create your own else it’s very likely that no one will check a resolved topic.
You can see here about using page builder and a parallax background: https://www.kadencewp.com/using-page-builder-virtue-premium/
Ben
In forum: Virtue ThemeIn reply to: Comment Style change ?
January 20, 2016 at 5:00 pm #76826https://www.kadencewp.com/product/virtue-premium-theme/ — Reviews
^^^ that is not a home page.. It’s a product page showing reviews.
You can’t have woocommerce reviews on a page or post. WordPress has comments as a built in option if you want something different from that you would need to use a plugin.
Wordpress comments look like what you see here: http://themes.kadencethemes.com/virtue-premium/image-slider-post/
Ben
In forum: Virtue ThemeIn reply to: Shop Category images layout problem
January 20, 2016 at 4:53 pm #76823Hey,
So just to clarify you can’t use pagebuilder and woocommerce shop page. Those conflict. If you want to add content you can just don’t use pagebuilder just use the standard page editor.AS for your css you have this at the top and it’s missing the closing bracket:
.postwrap { background-color: transparent; width: 400px; float: none; margin-left: 100px; padding: 20px 15px 0px 10px; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */you need to add }
in terms of removing the background on the category title you should also considering changing the font color if your going to do that because white will just blend into the image.
.product-category.grid_item a h5 { color: black; } .product-category.grid_item h5 mark { color: black; }Ben
In forum: Pinnacle ThemeIn reply to: Menu line
In forum: Virtue ThemeIn reply to: Styling Primary Menu
January 20, 2016 at 4:14 pm #76804Hey,
I’ve only ever give you gradient css which makes it look 3d… You have the history of the css here on the forums I’ve not given you anything different whatever your trying to “get back” is only even what has been posted here.A gradient is what was posted and what gave you the look you liked to start with. but lets go a different route then add this css:
#nav-main ul.sf-menu > li > a { position: relative; text-decoration: none; background-color:#f5f2e4; display: block; padding: 4px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0px 9px 0px #b3b0a0, 0px 9px 25px rgba(0,0,0,.7); -moz-box-shadow: 0px 9px 0px #b3b0a0, 0px 9px 25px rgba(0,0,0,.7); box-shadow: 0px 9px 0px #b3b0a0, 0px 9px 25px rgba(0,0,0,.7); text-align: center; -webkit-transition: all .1s ease; -moz-transition: all .1s ease; -ms-transition: all .1s ease; -o-transition: all .1s ease; transition: all .1s ease; } #nav-main ul.sf-menu > li.current-menu-item > a { -webkit-box-shadow: 0px 9px 0px #991d2d, 0px 9px 25px rgba(0,0,0,.7); -moz-box-shadow: 0px 9px 0px #991d2d, 0px 9px 25px rgba(0,0,0,.7); box-shadow: 0px 9px 0px #991d2d, 0px 9px 25px rgba(0,0,0,.7); } #nav-main ul.sf-menu > li > a:hover { -webkit-box-shadow: 0px 9px 0px #7e1725, 0px 9px 25px rgba(0,0,0,.7); -moz-box-shadow: 0px 9px 0px #7e1725, 0px 9px 25px rgba(0,0,0,.7); box-shadow: 0px 9px 0px #7e1725, 0px 9px 25px rgba(0,0,0,.7); }Ben
In forum: Virtue ThemeIn reply to: Virtue Premium can add thumbnail to recent posts?
When I assign a feature image, it does show up in the post page. But that image doesn’t show up as a thumbnail above each “Recent Posts” List that is below the narrative of the related page, such as http://temp.mychoiceconnection.com/living-inside-out/.
It will show up if I do a post slider, but the images are large. May want either a thumbnail or small image to be there above each post title link in the list.
-
AuthorSearch Results


