Home › Forums › Themes Support › Gecko › Strange shape appears on variable product page.
Tagged: variations, product
- This topic has 17 replies, 2 voices, and was last updated 6 years, 7 months ago by Harry.
-
AuthorPosts
-
-
March 23, 2018 at 11:38 am #18453
Hello Harry,
I have a problem in product page of variable products.
1)if variable product has only size variation then when i click on the variation a strange rectangle appears.
2) Also extra product images disappear and only featured image remains on product page.
-
March 23, 2018 at 12:29 pm #18458
Also I have another question, Can I change color of the “my account” icons in mobile menu without changing the color of “my account/cart” icons in top header?
(i have different backgrounds and there is a problem with the visibility of the icons.)
Thank you!
-
March 23, 2018 at 12:30 pm #18459
And a third question!
Can i hide the social icons that appear in the left top corner in mobile?
Thanks a lot!
-
March 23, 2018 at 5:37 pm #18475
Hi,
1. Please go to Appearance > Install Plugin to update plugins to fix this issue
2,3. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 767px) { .jas-canvas-menu .jas-action i { color: #000000;} .header__top .jas-socials {display: none;} }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 25, 2018 at 7:06 am #18538
Hello Harry,
Problem 1. still remains after update when a variable product has 2 variations after the update!
-
March 25, 2018 at 11:52 am #18539
Hi,
Please clear cache and check again.
I check your site and see it work well.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 26, 2018 at 8:38 am #18550This reply has been marked as private.
-
March 26, 2018 at 6:35 pm #18561
Hi,
Please add more code in JanStudio > Theme Option > General Layout > Custom CSS
form .quantity.hidden {display: none !important;} .entry-summary .quantity.hidden + .single_add_to_cart_button, .entry-summary .quantity.hidden + .external_single_add_to_cart_button { margin-left: 0;} #jas-mobile-menu ul li.open > .holder::before, #jas-mobile-menu ul li:hover > .holder::before { color: #222;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 26, 2018 at 7:06 pm #18564
Hello Harry,
strange shape disappeared but “-” in mobile version is still not visible.
-
March 26, 2018 at 7:33 pm #18569
Hi,
Please change code to
form .quantity.hidden {display: none !important;} .entry-summary .quantity.hidden + .single_add_to_cart_button, .entry-summary .quantity.hidden + .external_single_add_to_cart_button { margin-left: 0;} #jas-mobile-menu ul li.open > .holder::before, #jas-mobile-menu ul li:hover > .holder::before { color: #222 !important;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 27, 2018 at 5:32 am #18581
Hello again Harry,
I’m sorry but still not visible 🙁
-
March 27, 2018 at 1:38 pm #18585
Hi,
I fixed the issue with “-” on your site.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
March 28, 2018 at 9:06 am #18613
Thanks that worked well!
Another tiny issue is that i have set in theme options Pagination Style: number and items per page: 24
but in shop page only 11 are appearing and also in discounts page the pagination is not visible.
Can you help me out with this?
Thank you very much, top support!
-
March 29, 2018 at 9:31 am #18634
Hi,
1. Could you try deactivate plugin one by one and recheck
2. Now sale page use custom page so can’t show pagination. Please use this plugin and assign sale page https://wordpress.org/plugins/on-sale-page-for-woocommerce/ to show pagination.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 14, 2018 at 6:24 pm #19076
Hello again Harry,
Can you tell me how to change background color and text color of footer?
Is it possible that i Have different background/font color in footer for mobile devices?
Thanks.
-
April 15, 2018 at 9:13 am #19086
Hi,
Please change footer background color in JanStudio > Theme Option > Footer
and change footer text color in JanStudio > Theme Option > Color SchemePlease add below code to change background footer on mobile and text color in JanStudio > Theme Option > General Layout > Custom CSS
#jas-footer::before {display: none;} #jas-footer, .footer__top a, .footer__bot a {color: #fff;} #jas-footer a:hover {color: #515151 !important;} @media only screen and (max-width: 736px) { #jas-footer {background: #000;} #jas-footer, .footer__top a, .footer__bot a {color: #fff;} #jas-footer a:hover {color: #515151 !important;} }
And change #000, #fff, #515151 with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 15, 2018 at 9:41 pm #19100
Thank you very much!
I’m getting an error in my error log that has to do with the wishlist, its:
AH01071: Got error ‘PHP message: PHP Warning: sprintf(): Too few arguments in /wp-content/plugins/yith-woocommerce-wishlist/includes/class.yith-wcwl-admin-init.php on line 1053\n’
Is it sth to worry about? Can you fix it?
Thanks again!
-
April 15, 2018 at 11:28 pm #19103
Hi,
This issue related to plugin YITH Wishlist, we have to wait for plugin author who fix this.
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.