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 'page '
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Mixed media errors – insecure images – https
March 7, 2015 at 6:11 pm #33382Also the this shows your using 2.7.6 update. There is no longer those images pulled on the cart pages.
Ben
In forum: Virtue ThemeIn reply to: Move the secondary menu
March 7, 2015 at 5:51 pm #33377Hey,
Your menus won’t be lost just not set, whenever you switch themes you have to set the menu locations, a child theme is considered switching themes. Just go to the menus page and set your menus to the right location.as for a child theme you can use this one: https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip
Ben
In forum: Virtue ThemeTopic: Logo
I want my header to have the same action as in Home,style one with the sticky and shrink.
I selected; Enable Sticky Header and in; Choose a Header Style, I chose; Basic, with shrink for sticky.
I uploaded a logo with .png format (no background). The logo font decreased in size drastically after I saved and refreshed the page. And the header sticks but it doesn’t shrink.
If I don’t use an image logo, it sticks and shrinks but does not show a site tagline.In forum: Virtue ThemeMarch 7, 2015 at 11:59 am #33369Hey,
I would gladly appreciate if you could help me with a few things on my checkout page.1.First of all, I would like to change the title of “billing address” and “Ship to a different address”. I know this can be done with the po files but I am not familiar with this and don’t know how this works…I have changed the title for “payment method” by using the following hook
add_action( 'init', 'my_theme_init' );
function my_theme_init() {
remove_action( 'woocommerce_review_order_before_payment', 'woocommerce_gzd_template_checkout_payment_title' );
add_action( 'woocommerce_review_order_before_payment', 'my_theme_checkout_payment_title' );
}function my_theme_checkout_payment_title() {
echo "<h3>Payment method</h3>";
}Could you help me with two similar hooks for the other titles?
2. I would like a bigger margin above the “payment method”. I have tried the following css
body.woocommerce-checkout #order_payment_heading {
margin-top: 5em; }but it didn’t work…
3. I have changed a bit on the layout as you can see, and I would like to have the table for payment method only half the width and then the order review right beside it (in the same dimensions as “billing address” and “shipping address”. Could you please help me with this?
Thank you so much.
In forum: Virtue ThemeI’m feeling a bit of an idiot but obv this looks awful. Can you point me to some help aligning content in page builder. Thanks
In forum: Virtue ThemeHi,
is it possible or is there a Widget to add a new row and add there into a “Latest from the Blog” Part which looks similar to the one that can be used from the homepage menu theme > options > home layout? I’d rather prefer this solution that to use the virtue carousel for it and I need to add a row with a Parallax Picture below it.Thanks,
TobiIn forum: Virtue ThemeTopic: Background error
Hi there Ben,
I’m having an little issue with my background at the moment. I’ve made my own background and uploaded it. On the left and right of the content on the page I’ve made a blueish color with a shade effect. But underneath the content I’ve just let it be white, but now it’s getting visible. For an example when you remove a product from your basket it shows the white in the bottom. I’ve taken a screenshot of it to show you, and I’ll include it in the reply to this post.
Is it possible to force the content of the page to extend down all the time, so it’s never visible to see underneath it?
I hope you understand what I mean, or else I’ll just try to explain it again!Kind regards,
AndreasIn forum: Virtue ThemeTopic: Shortcode for Home Icon menu
In forum: Virtue ThemeIn reply to: W3 Total Cache
Hey guys,
I have turned off W3 Total Cache minify and database caching, but have included browser, page and object.
Do you think I should invest the time at this point to working out what’s wrong with W3 TC, try a different WordPress caching plugin, or leave it as-is.
Thanks for all of your help!
In forum: Virtue ThemeIn reply to: Mixed media errors – insecure images – https
Hi Ben,
I’ve got the same issue. Here are the issues per https://www.whynopadlock.com/check.php
Insecure URL: http://emelempire.com/wp-content/uploads/2014/10/logo1.png
Found in: https://emelempire.com/membership-account/membership-checkout/?level=1Insecure URL: http://emelempire.com/wp-content/themes/virtue_premium/assets/img/success2x.png
Found in: https://emelempire.com/wp-content/themes/virtue_premium/assets/css/virtue.css?ver=276There are only a couple of pages that I want included on https.
I would appreciate any help you can give.
Thanks in advance, Gene
In forum: Pinnacle ThemeIn reply to: Parallax image size
Hey Nathalie,
Check out the written part of this tutorial: https://www.kadencewp.com/using-page-builder-virtue-premium/Hannah
In forum: Virtue ThemeI’ve come a minor problem after hitting “add to product” on a variation product page like *Login to see link
1. Price on top is not updated (should be the one for the 250g variation)
2. Instead the price is below at the “in-stock” variation.See this for illustration: *Login to see link
I cannot test this on *Login to see link because you do not a product with a price range there.
In forum: Virtue ThemeUsing Virtue Premium in combination with qTranslate X: On a WooCommerce category page the breadcrumbs show the raw value (with translation markup) for the shop title because, unlike for all other titles, the shop title is not fetched using get_the_title() in the function kadence_breadcrumbs.
This is easily fixed in virtue_premium/lib/breadcrumbs.php:53 (2.9.6):
Change
$prepend = $before . '<a href="' . get_permalink( $shop_page ) . '">' . $shop_page->post_title . '</a> ' . $after . $delimiter;
to
$prepend = $before . '<a href="' . get_permalink( $shop_page ) . '">' . get_the_title($shop_page_id) . '</a> ' . $after . $delimiter;it would be great if this can be fixed in future releases, for us qTranslate + WooCommerce users.
In forum: Virtue ThemeIn reply to: menu list disappears with width adjustment
In forum: Virtue ThemeIn reply to: Cannot update home page
In forum: Virtue ThemeIn reply to: Cannot update home page
In forum: Virtue ThemeTopic: Cannot update home page
Hello,
I have the most recent version of Virtue Premium installed, and am familiar with how to edit the theme (been using the free version for another web for a year). I’m building a new site hosted on my computer, so I can give you a URL. Currently, I’m unable to see any updates on my home page. I had a gallery inserted and I’m trying to add images and text above and below the gallery. I tried using Pagebuilder, and also tried doing it without that plugin because I thought maybe the plugin was the problem (so I deactivated it).
Even though the visual and text editors are showing my current updates, when I preview or update the page none show up. I even removed the gallery but that is still showing up as well. I tested if I could update a different page on my site and it worked. Any idea why my homepage is locked?
Thanks,
ConnieIn forum: Virtue ThemeTopic: W3 Total Cache
Hi guys,
I installed W3 Total Cache and EWWW image optimized to make our site fast and have read a number of threads on this Forum, and have a couple of things I don’t understand. I have enabled Page, Minify, Database, Object and Browser caching.
1. GT Metrix went from 80%B/78%C before to 93%A/82%B. So I guess I would like to improve YSlow.
2. Pingdom got a lot worse. It doesn’t seem to like our Mimify. It went from 61/100 and beats 70% before to 75/100, but slower than 89% tested. The /cache/mimify files load very slowly.
3. I get an error message In order for database caching to work with WooCommerce you must add _wc_session_ to the “Ignored Query Strings” option in W3 Total Cache settings here. But the query string is already there.
4. It doesn’t allow me to add the SEO Extension.
Any advise would be greatly appreciated. On the upside, we installed Updraft and are doing backup to Dropbox, and it did the backup the first time. Though I have not tried restore.
Thanks again!
In forum: Virtue ThemeIn reply to: Margin issue + Portfolio space between images
March 6, 2015 at 9:32 am #332931. by default page-builder adds margin when in mobile mode.. just add this:
.kt-panel-row-full-stretch .panel-grid-cell { margin-bottom: 0 !important; }2. The images are exactly the size needed, can’t really stretch them wider without making the whole page smaller also 5px doesn’t work needs to be dividable, so going with 6.
Try this:
.tcol-ss-1, .tcol-ss-2, .tcol-ss-3, .tcol-ss-4, .tcol-ss-5, .tcol-ss-6, .tcol-ss-7, .tcol-ss-8, .tcol-ss-9, .tcol-ss-10, .tcol-ss-11, .tcol-ss-12, .tcol-xs-1, .tcol-xs-2, .tcol-xs-3, .tcol-xs-4, .tcol-xs-5, .tcol-xs-6, .tcol-xs-7, .tcol-xs-8, .tcol-xs-9, .tcol-xs-10, .tcol-xs-11, .tcol-xs-12, .tcol-sm-1, .tcol-sm-2, .tcol-sm-3, .tcol-sm-4, .tcol-sm-5, .tcol-sm-6, .tcol-sm-7, .tcol-sm-8, .tcol-sm-9, .tcol-sm-10, .tcol-sm-11, .tcol-sm-12, .tcol-md-1, .tcol-md-2, .tcol-md-3, .tcol-md-4, .tcol-md-5, .tcol-md-6, .tcol-md-7, .tcol-md-8, .tcol-md-9, .tcol-md-10, .tcol-md-11, .tcol-md-12, .tcol-lg-1, .tcol-lg-2, .tcol-lg-3, .tcol-lg-4, .tcol-lg-5, .tcol-lg-6, .tcol-lg-7, .tcol-lg-8, .tcol-lg-9, .tcol-lg-10, .tcol-lg-11, .tcol-lg-12, .tcol-lg-25, .tcol-md-25, .tcol-sm-25, .tcol-xs-25 { padding-left: 3px; padding-right: 3px; } .grid_item, .kad-wp-gallery .grid_item { margin-bottom:6px; } @media (min-width: 1200px){ .container {width: 1120px;} }Ben
In forum: Virtue ThemeHi;
1/
I noticed that there is a margin (when it’s on Mobile presentation) on my homepage, between my two Virtue Information frames (pgc-94-1-0 & pgc-94-1-1)
I tried to remove it with Custom CSS, but I fail each time…2/
I would like to have just 5 pixels between my images in my portfolios and portolio grid.
Is it possible ?Thank you
-
AuthorSearch Results


