This topic has 17 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hi,
few questions:
1. Why can’t I update this two plugins: Master Slider WP and WPBakery Visual Composer? I dowloaded them from here: https://www.8theme.com/download-plugins/ but the uploading doesn’t work.
2. Why do I get this notification: Please activate your copy of the Ultimate Addons for Visual Composer to receive automatic updates & get premium support
3. If I update theme will I lose all changes that I made? Which files should I update?
4. How to change ‘Checkout’ button color on ‘Cart’? See pic: http://i61.tinypic.com/dq5bb6.png and Pic 2
5. I used this code to change ‘In stock’ and ‘Out of stock’ text:
/**
* Change In Stock / Out of Stock Text
*/
add_filter( 'woocommerce_get_availability', 'wcs_custom_get_availability', 1, 2);
function wcs_custom_get_availability( $availability, $_product ) {
// Change In Stock Text
if ( $_product->is_in_stock() ) {
$availability['availability'] = __('Na zalogi', 'woocommerce');
}
// Change Out of Stock Text
if ( ! $_product->is_in_stock() ) {
$availability['availability'] = __('Dobavljivo (7-10dni)', 'woocommerce');
}
return $availability;
}
But this doesn’t work – Now all products have ‘In stock’ text. What’s wrong with this code?
Thanks, Julija
Hello,
1. You need update the plugins via FTP. Just reupload the folder of a new plugin version in wp-content/plugins directory.
2. All plugins are external extensions which are included into theme because for each product we purchase “Extended license” and that’s why we are able to include it into them. This plugin works fine without activation and you can always get actual version if you want directly from us. The plugins can be downloaded from this link https://www.8theme.com/download-plugins/ . The option with registering of the plugins has been already added to plugin and this only allows you to get automatic updates and support for this plugin directly from an author if you need. You don’t need to register this product because it is not required but if you want to get those features, then you need to purchase this plugin directly from the author. This is how it works for all themes on Themeforest and not only in our case.
3. If you edited original php files then you’ll lose all changes. If you modified only styles in custom.css file then your changes will be saved.
4. Use this code in custom.css file:
.cart-popup-container .btn.filled.big {
background-color: red !important;
}
.actions .checkout-button {
background-color: red;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
5. Please show screenshots where you want to translate that text.
Thank you.
Regards,
Eva Kemp.
Hello,
Please provide us with wp-admin panel credentials in Private Content to check the issue and show us a product page which is out of stock.
Thank you.
Regards,
Eva Kemp.
Hi,
Hello
Please provide us also with ftp credntials.
With best regards
Brian Johnson
Here you go:
Hello,
The reason is you selected “Allow, but notify customer” in “Allow Backorders?” field for product variations, that’s why it’s shown as in stock. I’ve set “Do not allow” for “S” variation.
Please check now.
Regards,
Eva Kemp.
We need ‘Add to cart’ button on products that are out of stock (This products will be supplied when someone buys them) – that’s why we selected “Allow, but notify customer” as Stan suggested here -> https://www.8theme.com/topic/add-to-cart-button-for-out-of-stock-products/
Is there an option to show ‘Add to cart’ button and ‘out of stock’ text?
Really appreciate your help!
Hello
Sorry for inconvenience. You should contact woocommerce support concerning this issue because it lays beyond the scope of our support.
Thank you for understanding.
With best regards
Brian Johnson
Thank you Brian.
Few more:
1. How do I change font on all pages, for all text? I changed in theme option to ‘Helvetica’ but there are parts that didn’t change.
2. Placeholder text is too big in coupon box on FireFox, Chrome is ok.. See here -> http://i57.tinypic.com/2pmqo.jpg
3. After I deleted email box from front page (this box from your demo site -> http://i62.tinypic.com/2upwuw2.jpg) onmouseover on featured doesn’t work right.
Hello
1.The font settings from theme settings affect most of the fonts like for blog and text. Woccommerce and VC and other plugin have their own fonts for elements. You may adjust it using font-family css for each group of elements. Please provide us with screenshots where necessary elements are highlightened.
2.Please add following code into the custom.css:
h3 .underlined {font:15px/16px 'Raleway', Georgia, Helvetica, sans-serif !important;}
3. Please provide us also with link to the page where we can see this box.
With best regards
Brian Johnson
1. Product description font didn’t change -> http://i62.tinypic.com/27wr8yo.jpg
2. This code didn’t work.
3. Please see privat content..
Hello,
1. Please add this code in custom.css file:
.product-information .short-description p {
font-family: helvetica !important;
}
2. Try to use this code for coupon form:
.before-checkout-form .checkout_coupon input[type="text"] {
height: 37px !important;
}
3. I’ve moved a row with Info Box elements to a separate row. Please check the page now and clear browser cache before.
Thank you.
Regards,
Eva Kemp.
Thank you!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘I have a few questions…’' has been successfully resolved, and the topic is now closed for further responses