-
AuthorSearch Results
-
December 2, 2017 at 2:50 am #14245
In reply to: Meta slider code.. problem
This reply has been marked as private.December 2, 2017 at 1:47 am #14241Topic: Proceed checkout button missing
in forum Claue
afreakParticipantHi the “proceed to checkout” button is missing on my checkout page after theme upgrading
Could you please check ?
Rgds
please also check custom css but I’ve tested and it seems not coming from there
Attachments:
You must be logged in to view attached files.December 1, 2017 at 11:15 pm #14230In reply to: Meta Slider issue
Hi Harry
Thanks!
The url issue was solved with the plugin suggested.
About the width of the meta slider, after a further investigation and look in others configurations, I’ve found that the issue was caused by the max width allowed in the Claue configuration option. It was set to 1170 px so I put a new value 1400 px and now I can see the full width of the banner on my work monitor (50 ”). Thanks.
Do you have some words regarding the second issue?
The second issue is the color scheme. The plugin is taking the menu colors in the general scheme, black and grey, but it’s not working with the images. Can I set the colors for this plugin with custom CSS code?
BTW, I saw that a new version of the template is available. Should I update this store with the new version? What could be the impact? What are the benefits?
Have a nice day!
Regards.
December 1, 2017 at 12:21 pm #14189In reply to: Update theme envato
Hi,
This update correct version 1.2.5 i forgot update version in style.css so it doesn’t change version when you click on theme. I submit new update version and wait for ThemeForest team review, this will change version
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 1, 2017 at 8:58 am #14182
FLAVEXParticipantHi Team/Harry
I need to solve two issues with the Meta Slider plugin:
- The full width feature is not working. I see in your demo page that the image is over all the with of the slider ( http://janstudio.net/claue/demo/). In the demo of the template the width is set 700 px. Well, I try to set the width to the full width allowed 1170 px and also the checkbox 100% width is marked, still the image is not full width in my case.
- The second issue is the color scheme. The plugin is taking the menu colors in the general scheme, black and grey, but it’s not working with the images. Can I set the colors for this plugin with custom CSS code?
Print screen: Red-Issue 1 – Green-Issue 2.

Url: http://www.frioportatil.com/sandbox/tienda/
The credentials are still the same.
Bonus track: Do you know if I can cut the url of the product category pages?
Example:
Current url: http://www.frioportatil.com/sandbox/product-category/camping_y_playa/
Expected url: http://www.frioportatil.com/sandbox/camping_y_playa/
In few words, I need to extract the words product-category which also are in English and is bad for a Spanish store.
BTW, I saw that a new version of the template is available. Should I update this store with the new version? What could be the impact? What are the beneficts?
Thanks guys!
Regards.
Attachments:
You must be logged in to view attached files.This reply has been marked as private.November 30, 2017 at 7:03 pm #14159In reply to: Responsive font text on Meta slider
Hi Harry,
I ahve tried this and recently updating my images has caused meta slider to mis-behave on the mobile view again. It really isn’t responsive or smart cropping my images at all. I have a sony compact mobile and the images are overlapping, taking up the whole page view, without cropping centrally.
And even though I have updated the images and deleted the cache the metaslider is still showing outdated images, on mobile only. Is there going to be an update for the theme as meta slider really is not performing well on mobile and with those CSS add-ons you wrote me.
PLease advise
Thanks
Adele
November 30, 2017 at 10:41 am #14141In reply to: Modify the location of "Size Guide" link
Hi Carlos Castañeda,
1. Please change prev code you added in functions.php to
add_action( 'wp_head', 'remove_my_action' ); function remove_my_action(){ remove_action( 'woocommerce_single_product_summary', 'jas_claue_wc_add_extra_link_after_cart', 35 ); } add_action( 'woocommerce_single_product_summary', 'jas_claue_wc_add_extra_link_after_cart', 25 );2. Add below code in Claue > Theme Option > General Layout > Custom CSS
.woocommerce-variation-availability { display: none;}
3,4. You can add below custom css
.quantity input.input-text[type=”number”],
form .quantity,
.single_add_to_cart_button {
height: 46px;
line-height: 42px;
}
.quantity .tc a {
top: 11px;
}
.wc-proceed-to-checkout a, #place_order {
float: right;
line-height: 40px;
background: #56cfe1;
background-color: rgb(86, 207, 225);
border: none;
color: #fff !important;
text-transform: uppercase;
position: relative;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 29, 2017 at 10:44 pm #14127In reply to: Modify the location of "Size Guide" link
Thanks for the fast answer:
But the original link is there and now I have two of them, how can I delete the one which is below the “add to cart” button? (See Screenshot)
Another question 1: There is a gray text “stock available” (Hay existencias) that I want to delete. It appears on single products and also on variable products after you choose a variation and push down the add to cart button. Is it possible to delete it?
Another Question 2: Is it possible to make the “Add to cart” button bigger. But at the same time vertically alligned with the counter bottons next to it and without destroying the template on mobile? I want my “Add to cart” button to standout!
Final question 3: Is it possible to grab the same css style of “Add to cart” button and apply it to “Go to checkout” (on cart page) and “Pay now” (on checkout page), how can I do this?
Thanks very much, I really appreaciate your help
Carlos Castañeda
November 29, 2017 at 8:45 pm #14118I already put your css code .jas-carousel { transition: inherit;} to custom css. But for size variation, first time to reload product detail page, it shows gallery image too. But after I click to select size label, it will shows only one feature image and all gallery image dispear. I attached image to this message too.
Attachments:
You must be logged in to view attached files. -
AuthorSearch Results