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: Aspect ratio doesn't change
Have you tried clearing your cache after making the changes? That might help the situation. If that doesn’t work, then you could also go through your activated plugins one by one and deactivate them to see if the changes take place then.
Would it be possible for you to post a link to your site as well?
Thanks!
In forum: Virtue ThemeIn reply to: Read more code showing on top of home page
In forum: Virtue ThemeIn reply to: Blurry Images
In forum: Virtue ThemeIn reply to: Blurry Images
April 4, 2016 at 8:58 pm #89156Can you specify where the images are? Post a link?
What type of screen are you viewing on?
Ben
In forum: Virtue ThemeIn reply to: Add link from product page to itself
April 4, 2016 at 3:45 pm #89139ok, so I will suggest this:
add_action('woocommerce_single_product_summary', 'kt_custom_link_single', 25); function kt_custom_link_single() { global $post; $product = get_product( $post->ID ); if($product->is_in_stock() ) { echo '<a href="'.get_permalink().'">In Stock</a>'; } }Ben
In forum: Virtue ThemeIn reply to: Left side navigation !
April 4, 2016 at 3:26 pm #89132see here: https://www.kadencewp.com/post-frequently-asked-questions/
You just need to add this css:
@media (min-width: 992px) { body .main.col-lg-9 {float:right;} }Kadence Themes
In forum: Virtue ThemeIn reply to: Over typed product names
April 4, 2016 at 2:57 pm #89127Hey,
For 2 your screen shot shows that your product images are not loading. Thus the “alt” text is showing and that’s why you have two titles.Are you loading all your images from within wordpress. Right click while in your in the product page and click inspect then look at the console errors to see why your images are not loading.
In terms for the seasonal page. Looks like your adding using a shortcode. What is your “post per page” setting in the shortcode.
In your admin go to products. click sort products near the top and then you can drag and drop products into the order you want.
Ben
In forum: Virtue ThemeIn reply to: Add link from product page to itself
April 4, 2016 at 2:52 pm #89123I’m confused. You say product page. But do you really mean shop page? Maybe if you can post a screenshot of where you want this to show that would be helpful.
Ben
In forum: Virtue ThemeHello, I recently “Reset All” settings under theme options, that was stupid of me. I do have full site backup which is 4 months old. During these 4 months I have uploaded bunch of images, added lots of products and posts. Is there any way I could pull/get out theme settings (Home Layout, Theme Color, Shop Settings, Menu Settings etc.) from old backup and keep all data from my current website?
Thank you in advance!!!!
System:
WordPress 4.4.2
Virtue_Premium 3.5.7
WooCommerce 2.4.10In forum: Pinnacle ThemeIn reply to: Jetpack support
OK, so I have turned jetpack on for you to see what the problem is. There are two problems that I can see just to clarify. The breadcrumbs take you to the wrong place, and it is ignoring the custom css that sets the header image height.
The site is http://www.naturalplacesphotography.com
Pick any of the posts to see the breadcrumb problem.Let me know when you’re done and I’ll turn jetpack off again. No rush, I haven’t told anyone about the site yet.
Thanks, Glenn
In forum: Virtue ThemeIn reply to: Portfolio shortcode displays wrong number of columns
In forum: Virtue ThemeIn reply to: Turning off theme pull-quotes option
April 4, 2016 at 12:52 pm #89097Hey,
Looks like you didn’t copy the css from here… you have to do that. NO email css..Notice content in this section, see how in your css you have this:
.pullquote-center:after{ position: absolute; left: auto; right:0; top: 20%; font-size: 34px; color: #89291a; font-family: virtue_icons; font-style: normal; speak: none; font-weight: 400; content: "e1a0"; -webkit-font-smoothing: antialiased; }But in the css I posted:
.pullquote-center:after{ position: absolute; left: auto; right:0; top: 20%; font-size: 34px; color: #89291a; font-family: virtue_icons; font-style: normal; speak: none; font-weight: 400; content: "e1a0"; -webkit-font-smoothing: antialiased; }Ben
In forum: Virtue ThemeIn reply to: Portfolio shortcode displays wrong number of columns
In forum: Virtue ThemeIn reply to: Revolution slider fonts
In forum: Virtue ThemeIn reply to: Recent Blog Post Plugin
April 4, 2016 at 9:27 am #89022You can use the virtue: carousel widget in pagebuilder or a shortcode. for example:
[carousel type="post" items="3" columns="3"]or a grid shortcode:
[blog_grid items="3" columns="3"]See here: http://docs.kadencethemes.com/virtue/#shortcodes
Ben
In forum: Pinnacle ThemeIn reply to: revolution slider error slider with alias not found
April 4, 2016 at 9:03 am #89017Thank Hannah. Could you maybe look at my other post to the forum regarding the failed import files, visit store link, demo slider files and woocommerce… You think I have issues 😛 lol. I would appreciate your help with that one. Thanks!
In forum: Virtue ThemeIn reply to: Post grid not working correctly
In forum: Virtue ThemeIn reply to: Primary Menu color
In forum: Pinnacle ThemeIn reply to: Mobile Menu
In forum: Virtue ThemeHi,
I’ve run into an odd problem, one that I haven’t found anyone else post about on the forums here.
I’m using the Portfolio Posts Shortcode on a fullwidth page and it’s giving me a different number of columns than I specify. The shortcode I’m using is as follows:
[portfolio_posts orderby=menu_order excerpt=false columns=3 items=21 height=180]
As you can see, I’ve specified three columns, but instead it generates five. With any other number (between 1-6) I put in to the shortcode it generates that number of columns, but for some reason when I ask for three I get two extra.
Any clue as to what’s going on? Thanks in advance.
-Adam
-
AuthorSearch Results


