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: Kadence Slider not being responsive
Hi Hannah,
So you can see the problem, I posted a screen shot at com.iscsoftware.com/devops/. It looks great when playing with the size of the screen on my computer, but when I open it up on an iPad, this is what I get. This is a screen shot taken with devtools on Chrome, but it’s exactly what I see when I surf the site on my iPad.
Laura
Hello,
In my portfolio items, I added images to illustrate some text.
I don’t want any hover effect on it and I don’t want the image to be “clickable” or zoomed/displayed when you click on it.So I used following custom CSS :
.portfolio-postclass .lightboxhover img:hover {
opacity: 1;
pointer-events: none;
}Unfortunately it does not work.
Could you help me to fix it so that hover effect and click/zoom/display features are disabled ?
Thanks,
Marina
In forum: Virtue ThemeI have had problems updating to 3.4.5 on a site currently using version 3.3.5 with wordpress 4.4.1 and child theme activated with pagebuilder updated to latest version.
Update was not showing in dashboard so I updated manually by deleting via ftp and uploading the latest version in my account. Unfortunately the home page displayed incorrectly when reactivating with duplicated, incorrectly formatted content and heading missing at top as also reported in this post: *Login to see link
I tried disabling plugins but issue remained so deleted update and reverted to 3.3.5 again from backup and the site displays normally again.
Also updates have not been showing as available in the dashboard for some time. I submitted a ticket previously about this: *Login to see link
Hope you can help! Many Thanks
In forum: Pinnacle ThemeIn reply to: Portfolio items on homepage
In forum: Pinnacle ThemeIn reply to: logo not being bigger
In forum: Virtue ThemeIn reply to: Site went back to default settings
In forum: Virtue ThemeIn reply to: Sensei
In forum: Virtue ThemeIn reply to: Cart Problems on Mobile Devices
January 14, 2016 at 9:58 pm #75873Hey Jamie,
You have this in your css
// add Jetpack sharing on the right of the product image add_action('woocommerce_single_product_summary','addshare', 40); function addshare(){ echo sharing_display(); }that ^ isn’t css and should be removed. it’s breaking the output of your css.
You also have this css:
.website-care-plans #containerfooter { display: none;and it’s missing the closing bracket. Add that in and the css hannah posted will work.
In terms of the issue with the cart. I this has to do with the ajax auto redirect to cart that is set for your products, woocommerce saves that add data in the page load so when you update cart it’s wanting to reload the add product data even through your trying to update as 0. It’s an odd issue and I can’t seem to recreate it on a local so it may have to do with some caching plugin that your running on your site. I think if you just turn off ajax cart and leave on the auto redirect you should be set. If not can you post a temp login so I can take a look at your settings?
Ben
In forum: Virtue ThemeIn reply to: Product Image Size Settings
Hi Debi,
You can turn the theme crop on/off from Theme Options > Shop Settings. As for size, it’s kind of up to you. If you want your image to display nicely when viewed in a lightbox then I would typically recommend 1200x1000px (ish).
The image you linked to sent me to a 404 page. Can you try to send it again? Or post a link to your site? Have you already set featured images for all your products?Hannah
In forum: Virtue ThemeIn reply to: Centre Portfolio Filters
In forum: Virtue ThemeIn reply to: Problem display filter projects
In forum: Virtue ThemeIn reply to: Description box next to product image
In forum: Virtue ThemeIn reply to: embed video in post
It turns out I needed to enable the “post options” under “screen options” at the (upper right) top of the page.
The video is still not appearing, but at least I figured out why the post options had disappeared.
If anyone can help me post a video (rather than linking to it) I’d be grateful.
Thanks!
In forum: Virtue ThemeTopic: Target Single Post Template
Hi Ben,
I am trying to add a top margin to entry-content of the single post page template;
.single.single-post.entry-content {
margin-top: 83px;
}The above is not working. Can you please help me with the correct css. Page is question is here:
*Login to see link
Thanks,
Shaun.In forum: Virtue ThemeIn reply to: Site Goes Blank When Using Page Builder
In forum: Virtue ThemeIn reply to: Sensei Help
No worries, I’m lost as well. I wish I could be more helpful, but until Hannah or the Ben get back on here I can’t really do much. You’ll just have to be patient until that happens, but I promise it will be before the end of today.
I do know that WooThemes has good support, so it would definitely be worth posting over there if you haven’t already done that.
In forum: Virtue ThemeIn reply to: "Read More" is not appearing in blog post
In forum: Virtue ThemeIn reply to: Woocommerce Subtitle
Hi Hannah,
Sorry for the delay in replying. I don’t have a link as the site I am working on is being done locally at the moment. However, I’m not sure how the link would help but you can see what I’m talking about on your demo site.
Shop page: http://themes.kadencethemes.com/virtue-premium/shop/ — under the page title, it has Showing All 15 Results. I want to remove this and use a regular subtitle (such as on your default template or featured template). You can see what I mean here: http://themes.kadencethemes.com/virtue-premium/contact-us/ — under the page title, it has How can we help you?
I found the correct template for the shop page and edited to use the subtitle code but the subtitle does not appear. The Showing All 15 Results did disappear though so I know I’m on the right template (same for the reverse – if I remove the subtitle code from the default template, it disappears on the page so I know it’s the right piece of code).
I’m guessing that I need to add another piece of code somewhere that tells it to show but I’m not sure where. The code I’m using is:
<?php global $post; if(is_page()) {$bsub = get_post_meta( $post->ID, '_kad_subtitle', true ); if(!empty($bsub)) echo '<p class="subtitle"> '.__($bsub).' </p>'; } else if(is_category()) { echo '<p class="subtitle">'.__(category_description()).' </p>';} ?>I think maybe since it’s an archive page, I need to change this code somehow? Thanks for your help!
PS. I’m using a child theme.
In forum: Virtue ThemeIn reply to: Sensei Help
In forum: Virtue ThemeIn reply to: Remove white space / padding on home post
Hello Hannah,
thx for the reply! I dealed it now with the pagebuilder.
But now i have an other problem. I use a Pagebuilder-row with 2 textwidgets inside. In the widgets i put the shortcode to show up a blog_post.
I set the shortcode to show only one element on one column, but it is not working, it always shows 2 columns.This is the shortcode is set: [blog_posts orderby=menu_order type=normal items=1 columns=1 cat=Aktuell]
And in the moment my site looks this way: http://wp.artgluchowe.de/
At the template-options/homepage-options i set the postcolumns to 1.Jan
-
AuthorSearch Results


