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
Topic: images don't show up on post
Why doesn’t the two images on post show up?
In forum: Virtue ThemeIn reply to: Display Different Font Styles in Select Menu
December 11, 2015 at 12:18 pm #71000Ok here is an example of the css for your product:
.postid-546 .select2-drop #select2-results-9 .select2-result:nth-child(2) { font-family: "arial"; } .postid-546 .select2-drop #select2-results-9 .select2-result:nth-child(3) { font-family: "bradley"; } .postid-546 .select2-drop #select2-results-9 .select2-result:nth-child(4) { font-family: "brush script"; } .postid-546 .select2-drop #select2-results-9 .select2-result:nth-child(5) { font-family: "bauhaus"; } .postid-546 .select2-drop #select2-results-9 .select2-result:nth-child(6) { font-family: "colonna"; } .postid-546 .select2-drop #select2-results-9 .select2-result:nth-child(7) { font-family: "curlz"; } .postid-546 .select2-drop #select2-results-9 .select2-result:nth-child(8) { font-family: "edwardian script"; } .postid-546 .select2-drop #select2-results-9 .select2-result:nth-child(9) { font-family: "freestyle script"; } .postid-546 .select2-drop #select2-results-9 .select2-result:nth-child(10) { font-family: "french script"; }That goes through the first 10 items in the dropdown. The issue is that these fonts will not show on a computer that doesn’t already have them loaded. Meaning you are not loading the font files on your site and thus it would just show a regular defualt font for every font the viewer doesn’t have.
You need to load those fonts, see this plugin: https://wordpress.org/plugins/use-any-font/
Ben
In forum: Virtue ThemeTopic: two posting/blog pages
There will be two posting/blog pages (Living Inside-Out, Let’s Get Real). They will be authored by two different people. Therefore, I need to have only the posts relevant to that page/author showing in category archives in footers Col 2 & 3. Can’t figure out how to do that. Thanks for help.
In forum: Pinnacle ThemeI like using the “view post” option that use to appear between the “edit” and “get shortlink” options on the hyperlink line of the post edit page. I’ve done something to lose it and have to use the “view post” option on the site line. Any simple way of retrieving the “view Post” option for the hyperlink line?
In forum: Virtue ThemeIn reply to: Separator in meta title not working after update
Hey Andrea,
To my knowledge it is still the same. See here- http://themes.kadencethemes.com/virtue-premium/basic-image-gallery-post/
Can you post a link?Hannah
In forum: Pinnacle ThemeIn forum: Virtue ThemeIn reply to: topbar single menu
In forum: Pinnacle ThemeIn reply to: portofolio alt style
Hi Marc,
You can use a shortcode like this:[portfolio_posts orderby=date columns=4 ratio=square filter=true layoutstyle=padded_style hoverstyle=default items=4 masonry=false lightbox=true showtypes=true cat="design, photography, video, arts"]And check out the full list of shortcodes here- http://docs.kadencethemes.com/pinnacle/#shortcodes
Hope it helps!Hannah
In forum: Virtue ThemeIn reply to: Sticky post
Something is wrong with the above code, if I use it I get two rows, one with one column and 1 post from category1 and bellow the other with 3 columns from category2, all left aligned.
The row of category2 increase the width of the post as for a total of only 3 columns.
Maybe the second shortcode has to know that it uses the last 3 columns from a total of 4 columns?
See the image of the result of the above code here: http://wordpress.memorialsighet.ro/wp-content/uploads/2015/12/screenshot.png
In forum: Virtue ThemeIn reply to: Sticky post
Hi Ben,
This is sure that it doesn’t work, the sticky post, I already have older sticky posts and they are not shown. And maybe I am wrong, but I red somewhere in the forum one of your replies where you say that if it is selected a category, the sticky post will not work.
I will try Hannah’s code.
In forum: Virtue ThemeIn reply to: Related Products to a Post
Thanks Ben.
Carousel Widget:
When I use the carousel widget under Page-Builder, it does exactly what I wanted on the page but there is a problem:
http://www.site.com/blog just displays 1 post instead of all of them.Shortcode:
It doesn’t do anything when I put it in the post body.
Do I have to put it somewhere else?Thanks,
Erol
=================In forum: Virtue ThemeIn reply to: Image sizes for post summary
December 10, 2015 at 11:15 pm #70916Sure you can use this css:
#kad-blog-grid .blog_item span.posttags { display: none; }Ben
In forum: Virtue ThemeIn reply to: Footer won't change from 2
December 10, 2015 at 11:08 pm #70912Hey Mir,
I’m not sure what footer text you are referring to but as a guess maybe the footer credits which you can edit in your theme options > misc settings.In the future please start your own topic rather the posting in someone else’s Thanks!
Ben
In forum: Virtue ThemeTopic: Related Products to a Post
Hi Hannah and Ben,
At the bottom of my posts (or in a sidebar) I would like to be able to add a carousel of related products (from my woocommerce store).
It would be nice if I could select a “product category” to display in the carousel from the post page.Could you please point me to a plugin which would do that nicely?
I tried several but without much success.Thanks a lot,
Erol
==============In forum: Pinnacle ThemeIn reply to: Gallery Image Aspect Ratio
December 10, 2015 at 7:08 pm #70892Hey,
You can add this css:.pcfull>.postclass, .pcfull>.postclass .entry-content { padding: 0; }Ben
In forum: Virtue ThemeIn reply to: Portfolio Posts (Video) Not Showing Featured Image
December 10, 2015 at 6:54 pm #70886Hey,
The option to click on an image and that open in the video is for the portfolio grid pages.. not the single portfolio posts. On those the video would show right in the page.Does that make sense… see here:
Grid of all portfolio posts:http://themes.kadencethemes.com/virtue-premium/portfolio/
Single video portfolio post: http://themes.kadencethemes.com/virtue-premium/portfolio/vimeo-video/
Ben
In forum: Virtue ThemeIn reply to: Portfolio option gone
December 10, 2015 at 6:52 pm #70885Hey,
In your theme options > theme extensions. Did you turn the portfolio posts off?Ben
In forum: Virtue ThemeIn reply to: editing posts problems
Ben, someone replied to my post on WordPress.org and had same problem. I did as he did to fix it–uninstalling the windows 8.1 update of 12/8/2015 and reinstalling it. That worked for him and it worked for me. I have NO idea what was going on but it was impacting things. Hope Microsoft doesn’t do that again… You can mark this thread closed/resolved.
In forum: Virtue ThemeI would like to use the portfolio template for organizing photos where the images are clickable and then play a video automatically, opening up a lightbox window, or on another page, preferrably the former. I’ve seen on your Virtue demo, where a person can click on the small search icon for the lightbox video. I could not get this to work. Also, is it possible to have the lightbox come up without having to click on the small search icon?
Here’s what I did on the unsuccessful attempt at getting the video to appear from the portfolio template. I entered “Project Layout” with Three Rows, “Columns” with Three Column, under project summary I selected “Image with video lightbox (must be url)”, and with “If Video Project – Video Url” I entered the url from Youtube that I have modified start and end times and added the autoplay. Here it is: *Login to see link
I also have a featured image and a portfolio type selected. When selecting the project options as a video, the featured image does not appear at all. If I select the image option, I do not see a way to execute the video. The answer may be obvious one that I am not seeing right now.Thanks for your help.
In forum: Pinnacle ThemeIn reply to: portfolio_post ignores columns value
-
AuthorSearch Results


