Forum Replies Created
-
AuthorPosts
-
Hi,
I’m considering buying it since the beginning! But you will understand that I have to try it first to check if it’s working and if my customer want it or not. It’s why I was look at the demo first.
With the problem I got I was wandering if the pro had the same problem. I did exactly the same as in your video with the 1.0.3 demo version. It was working great in terme of desing (cart still loading but look to be fix in the video). As soon as I delete your tea products and added mine products the css was not reconize anymore and I had to put the html css code in the child theme. Don’t know why… Have you try that with your tea theme? Perhaps because I have only the demo again or because I got variable products and not juste single products.
By the way adding the possibility to change image of the variable products with others possiblities than the image swatch will be a great option to have… 🙂
Still think you did a great theme, the option are nice, lot of nice designs and very easy to use.
Best regards
What I mean by that is your download demo is not the latest version of your theme. It’s the 1.0.3 so all people like me willing to try it will have bugs and will certainly go aways and not take the time I did to try to find where the problem come from.
Best regards
Hi,
Yes I used your “demo” as I told you in the first post and I can’t upgrade it to the last version unless I’m with the pro version. As I said I was trying it for a customer and I need to be sure it’s working find before buying it.
Best regards
Hi,
Yes on my local host every things work so nicely and I don’t know why on my host I have problems.
And it’s one of the best theme I used to be honest you did a very nice job on it
Thank you again for your works
Best regards
This field is Private Content.
- This reply was modified 1 year, 2 months ago by skapferer.
- This reply was modified 1 year, 2 months ago by Aizaz Awan.
For the cart loading
You get a char instead of a number it’s why when nothing is in the cart is always loading again I’m only on the demo so I don’t have the last version of the template but int the woo-function.php (ligne 95) int the function function alpha_wc_add_to_cart_fragment( $fragments ) change the ‘0’ to 0 as shown bellow
//$_cart_qty = ( $_cart_qty > 0 ? $_cart_qty : ‘0’ );
$_cart_qty = ( $_cart_qty > 0 ? $_cart_qty : 0 );function alpha_wc_add_to_cart_fragment( $fragments ) {
$_cart_total = WC()->cart->get_cart_subtotal();
$fragments[‘.cart-toggle .cart-price’] = ‘<span class=”cart-price”>’ . $_cart_total . ‘</span>’;
$_cart_qty = WC()->cart->cart_contents_count;
//$_cart_qty = ( $_cart_qty > 0 ? $_cart_qty : ‘0’ );
$_cart_qty = ( $_cart_qty > 0 ? $_cart_qty : 0 );
$fragments[‘.cart-toggle .cart-count’] = ‘<span class=”cart-count”>’ . ( (int) $_cart_qty ) . ‘</span>’;
return $fragments;
}best regards
Hi,
I found a fix, the problem is that the css variable from the dynamic_vars.min.css are not apply in the front-end. Why I don’t know yet but when I open this file in the browser I can see 3 warning telling me that:
<b>Warning</b>: A non-numeric value encountered in <b>fat-shop.ch/wp-content/themes/alpus/framework/admin/customizer/dynamic/dynamic-color-lib.php</b> on line <b>83</b><br />
So I print what did you send to this function
“Valeur de l’ajout? 5Valeur de l’ajout? 5Valeur de l’ajout? 5Valeur de l’ajout? 5Valeur de l’ajout? 10%” (first capture)
So I don’t really know if the problem comme exacly from here or not but it could be. By the way I validate this css too and the validator said 1 error, 5 warning as you can see on the second capture
As a temporary fix I juste copy your css var from your html balise to my child css and the problem is “fix” by a terrible walkthrough.
Still the bug of the loding cart btw
Best regards
Attachments:
You must be logged in to view attached files.Hi
I did a fresh install because I finally get the execution_time and the input_var set up properly and the theme style bug on my host.
I did the same on a local host and everything work as intended. On my local host, I even try to change the php.ini to set only the input_var to 2000 and set the time to 120s (like on my host) and it done it properly too.
So the problem comme from my host and certainly a conf in the php.ini. I will try to investigate more and let you know if I found something. My biggest problem is that my OperaGX and my Chrome didn’t show any error in the consol like you have as you can see on the screen linked.
The second most wird thing is that the site work as intended if I check it by the customize.php from worldpress
I should add that even with full green vars I couldn’t use the main import I had to go by the alternative one as the download of the dummy content has stop without any “info”.
Capture1 is juste to show you that all was green
Capture 2 is a “error” showing up in the last step of the wizzard
Capture 3 and 4 are my consol from OperaGX and Chrome showing no errorBest regards
Attachments:
You must be logged in to view attached files.My host doesn’t want to up the execution time. I can boost the memory for the installation only but as mention on my first post I don’t think this time is used for more than the installation so it should not impact the site. I don’t know if you fixe the css problem because I can see it, at least, in my Opera GX Issues. Do you want me to try to up the memory boost and install the theme again? (the max vars was up to 2500)
Best regards
thank you very much.
I didn’t think that was the problem because of this line in the Wizard -> 01. System Status
“Do not worry if you are unable to update your server configuration due to hosting limit, you can use “Alternative Import” method in Demo Content import page.”
Thank you again fast and clear
Best regards
-
AuthorPosts