Home › Forums › Themes Support › Claue › Changing "Related Products" Text and Php 7 Compatibility.
- This topic has 8 replies, 3 voices, and was last updated 6 years, 7 months ago by Harry.
-
AuthorPosts
-
-
December 2, 2017 at 8:02 am #14250
Hello, I have a question about changing the “related products” text when on the product page. I would like to change that text to my own custom text. How would I do this?
Also is this theme compatible with Php 7?
Thank you very much! Have a nice day.
-
December 2, 2017 at 9:47 am #14256
Hi,
1. You can change the text by use plugin Loco Translate plugin http://support.janstudio.net/forums/topic/theme-translation/
When create new language choose English-US
2. Yes our theme compatible with PHP 7
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 14, 2018 at 2:38 am #19062
I ran SG Optimizer on my wordpress backend, this is SiteGround Optimizer and it is saying Claue theme is not compatible with PHP version 7.1
Please see screenshot: http://prntscr.com/j4xcal
-
April 16, 2018 at 7:44 pm #19113
Hi,
Sorry for late reply.
1. I checked our theme with plugin https://wordpress.org/plugins/php-compatibility-checker/ it still compatible with PHP 7.0, 7.1, 7.2
2. For plugin Claue Sample we recommend delete after import sample data.
3. The issue with YITH Popup we have to wait for plugin author update.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 16, 2018 at 10:08 pm #19116
So it would be best to wait for YITH update then before upgrading to PHP 7.0 +
-
April 16, 2018 at 10:56 pm #19117
Yes, now you can run your site with PHP 5.6 and over.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 17, 2018 at 12:28 am #19119
No i cant run my site with 7.0 and over because of YITH compatibility issues.
-
April 17, 2018 at 12:43 am #19120
Can you please look into the following issues with Claue and PHP 7.1
The following plugins/themes are not compatible with PHP 7.1. Claue See Errors
FILE: public_html/wp-content/themes/claue/core/libraries/vendors/woocommerce/templates/cart/cross-sells.php
————————————————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
————————————————————————————————————————–
34 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
————————————————————————————————————————–FILE: public_html/wp-content/themes/claue/core/libraries/vendors/woocommerce/templates/single-product/up-sells.php
———————————————————————————————————————————
FOUND 1 ERROR AFFECTING 1 LINE
———————————————————————————————————————————
36 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
———————————————————————————————————————————FILE: public_html/wp-content/themes/claue/core/libraries/vendors/woocommerce/templates/single-product/related.php
——————————————————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
——————————————————————————————————————————–
35 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
——————————————————————————————————————————–FILE: public_html/wp-content/themes/claue/core/libraries/vendors/woocommerce/templates/single-product/add-to-cart/grouped.php
——————————————————————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
——————————————————————————————————————————————–
101 | ERROR | Using a call-time pass-by-reference is deprecated since PHP 5.3 and prohibited since PHP 5.4
——————————————————————————————————————————————– -
April 20, 2018 at 7:08 pm #19317
Hi,
Sorry for late reply.
The code used by WooCommerce template files.
$GLOBALS['post'] =& $post_object
We just have copied it over in theme for WooCommerce template override. This should not be a problem as WooCommerce is using it. https://github.com/woocommerce/woocommerce/issues/13776
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.