Home › Forums › Themes Support › Claue › Tablet View
- This topic has 26 replies, 2 voices, and was last updated 5 years, 8 months ago by Harry.
-
AuthorPosts
-
-
April 20, 2019 at 4:19 pm #30473
Hi Harry,
Hope you and the team are fine. 🙂
Harry as you know every header, like layout-4.php has 3 forms:
Desktop, Tablet and Mobile view.
Both desktop and mobile are fine, but in tablets where the icons of search, social, like and account are apart from menu, we can access them via finger touch.
When a user is signed out, after clicking on the account icon, the
Login / Register
appears which goes automatically to themy-account
 page which is fine.But when a user is singed in, he has 3 options:
Dashboard
ÂOrder Tracking
 &Sign Out
The user cannot use the Order tracking and sign out buttons in the tablet because after touching the account icon in the header, he redirects automatically to account page immediately.
I think its not a bad idea to disable the link of account icon in the tablet range, so the user can decide to go to dashboard or track an order or sign out.
Regards,
Rahim Vaziri
CEO & Founder at Look.ir -
April 20, 2019 at 4:21 pm #30474
In the picture that I sent, you see a horizontal tablet view, the vertical is the same.
Rahim Vaziri
CEO & Founder at Look.ir -
April 20, 2019 at 4:56 pm #30475
Hi Rahim,
if you want change my account on mobile please copy edit code in header > layout-x.php
echo '<a class="cb chp db jas-my-account" href="' . esc_url( get_permalink( get_option( 'woocommerce_myaccount_page_id' ) ) ) . '"><i class="pe-7s-user"></i></a>';
to
echo jas_claue_wc_my_account();
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 21, 2019 at 8:10 pm #30493This reply has been marked as private.
Rahim Vaziri
CEO & Founder at Look.ir -
April 21, 2019 at 9:41 pm #30494This reply has been marked as private.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 21, 2019 at 11:27 pm #30496
Hi Harry,
Thank you so much. 🙂
Did you make the new feature of social share in the dashboard available for translation?
I don’t find those strings via Loco after pressing
Sync
Regards
Rahim Vaziri
CEO & Founder at Look.ir -
April 21, 2019 at 11:43 pm #30497
Hi Harry,
I have enabled debugging of my WP and I see this notice in my debug.log of wp-content:
[21-Apr-2019 16:39:21 UTC] PHP Notice: Undefined offset: 0 in /home/lookir/public_html/wp-content/plugins/wpa-woocommerce-variation-swatch/includes/wcvs-template-hooks.php on line 124
Is this fine?
Regards
Rahim Vaziri
CEO & Founder at Look.ir -
April 21, 2019 at 11:45 pm #30498
[21-Apr-2019 16:44:48 UTC] PHP Notice: Undefined variable: display_type in /home/lookir/public_html/wp-content/themes/claue/core/libraries/vendors/woocommerce/templates/archive-product.php on line 57
Rahim Vaziri
CEO & Founder at Look.ir -
April 22, 2019 at 9:14 am #30502
Hi Rahim,
Did you update WooCommerce on your site to 3.6
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 22, 2019 at 9:49 am #30503
For language string, please go to Loco > Theme > Claue > Edit templates to update string.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 22, 2019 at 3:08 pm #30521
Hi Harry,
Hi Rahim, Did you update WooCommerce on your site to 3.6
Yes. I am using
PHP 7.3.4
 andWordPress 5.1.1
andWoocommerce 3.6.1
For language string, please go to Loco > Theme > Claue > Edit templates to update string.
Thank you so much. After every update I thought only pressing
Sync
 will be enough. Didn’t know that I should update the template too.Regards
Rahim Vaziri
CEO & Founder at Look.ir -
April 22, 2019 at 3:16 pm #30523
Yes, please update theme I sent you new version of theme yesterday, please update for WooCommerce 3.6.x
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 22, 2019 at 3:35 pm #30526
Hi Harry,
Thank you for sending update.
But as I said in the last reply of this topic, I am using the latest version of everything.
Wordpress: 5.1.1
Woocommerce: 3.6.1
PHP: 7.3.4
Theme: 1.5.6
And Also updated the required plugins of the theme.
I know these are just notices, but because they are coming from your side I just wanted to share it with you.
I just see again this notice on my debug log:
[22-Apr-2019 08:25:08 UTC] PHP Notice: Undefined offset: 0 in /home/lookir/public_html/wp-content/plugins/wpa-woocommerce-variation-swatch/includes/wcvs-template-hooks.php on line 124
Can you please check this on your end?
Regards
Rahim Vaziri
CEO & Founder at Look.ir -
April 23, 2019 at 2:19 pm #30539
Hi Rahim,
Could you please take a screenshot where show this message? I check on my side it doesn’t show this message.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 23, 2019 at 3:17 pm #30546
Hi Harry,
This message comes in the
debug.log
file inwp-content
when I enable the debugging of my WordPress viawp-config.php
Regards.
Rahim Vaziri
CEO & Founder at Look.ir -
April 23, 2019 at 6:00 pm #30549
Hi Rahim,
Did you update plugin WooCommerce Variation Swatch?
I check file debug.log on my side it doesn’t show error like yours http://prntscr.com/nfpp2z
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 23, 2019 at 6:14 pm #30550
Hi Harry,
I am using the version
1.0.9
 ofWooCommerce Variation Swatch
The latest version of the plugin after the theme version
1.5.6
Did you correctly enable the debug of WP in
wp-config.php
 according to this article?// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true );
When you enable debug, at least you should have some php notices, it shouldn’t be empty.
Check your
wp-config.php
Regards.
Rahim Vaziri
CEO & Founder at Look.ir -
April 23, 2019 at 6:45 pm #30551
I know this and added to wp-config all time http://prntscr.com/nfqdxh
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 23, 2019 at 6:51 pm #30552
What is your php version Harry?
Rahim Vaziri
CEO & Founder at Look.ir -
April 23, 2019 at 7:06 pm #30553
My PHP version is 7.2.6
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 23, 2019 at 7:15 pm #30554
Do you recommend php 7.3.4?
My site is on this version.
Rahim Vaziri
CEO & Founder at Look.ir -
April 23, 2019 at 7:52 pm #30558
Hi Rahim,
I’ve just upgrade PHP on my local to 7.3 and it show many error with WordPress, plugins. I recommend use 7.2.x it still stable.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 24, 2019 at 1:54 pm #30583
Hi Harry,
Yes you are right. While the WordPress recommends the PHP 7.3 according to this link, but most of the plugins and themes are not compatible with that yet and get PHP notices.
Harry,
How can I hide the breadcrumbs on single product page in
Mobile
?Regards
Rahim Vaziri
CEO & Founder at Look.ir -
April 24, 2019 at 1:58 pm #30584
I like to hide the breadcrumbs and the gray background of the div.
Regards
Rahim Vaziri
CEO & Founder at Look.ir -
April 24, 2019 at 2:15 pm #30587
Hi Rahim,
Please add below code
@media only screen and (max-width: 736px) { .jas-wc-single > .bgbl { display: none; }}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 28, 2019 at 5:22 pm #30692
Hi Harry,
You helped me to hide the breadcrumb in the mobile via:
@media only screen and (max-width: 736px) { .jas-wc-single > .bgbl { display: none; }}
Now how can I reduce this white space? http://prntscr.com/nhuxp3
Regards
Rahim Vaziri
CEO & Founder at Look.ir -
April 28, 2019 at 6:33 pm #30696
Hi Rahim,
please change code to
@media only screen and (max-width: 736px) { .jas-wc-single > .bgbl { display: none;} .jas-wc-single .product {margin-top: 0;} }
Kind 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.