-
AuthorPosts
-
May 11, 2017 at 3:39 pm #791691
Hi, i’m having a issue with the vatiarion produtct image, since i’ve uptaded the wordpress, woocommerce and enfold this option stopped to work. Results, I have brurry images and the image doesn’t change. I’m looking forword for the new elfold update, i hope this will fix it.
I know if i change the tumbnail image size the blurry will disapear, but on the other hand my google’s seo will fall, because i’ll have the wrong image size for the others thumbnails (every one that isn’t the products’ main image).Now changing the subject, it is possible to put a “login/logout signin” in the top menu? Like dx.com. If the custumer ir logged in appear a wellcome “name of the customer”, if isnt appear a login signin. And it is possible that when the user click in “login/signin” appear a drop down box with the options instead of sending the user to another page?
May 12, 2017 at 11:36 am #792223Hey xguiboy,
Please refer to this thread for a possible solution for blurred images.
And these are the threads that discuss login/logout
https://kriesi.at/support/topic/welcome-username-login-logout-in-top-bar/Best regards,
VictoriaMay 16, 2017 at 7:14 pm #794330@victoria This solution https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/#post-774201 works wrost than better, once the thumbails lose their form, istead of user the defaut it use the image’s original format size.
https://kriesi.at/support/topic/welcome-username-login-logout-in-top-bar/ I couldn’t do that, i seens to have a syntax error
`<?php
if ( is_user_logged_in() ) {
cho ‘<span class = “welcome-text”>Welcome ‘ . $current_user->user_login.”\n”; echo ‘! My Account | </span>’ ; wp_loginout();
} else {
echo ‘<span class = “welcome-text”>Welcome, visitor!</span>’ ; wp_loginout();
}
?>- This reply was modified 7 years, 5 months ago by Guilherme Pereira.
May 17, 2017 at 1:14 pm #794862Hi xguiboy,
Before you paste any code to your website you should check it. This one had some weird ticks instead of single and double quotes. You can try this one:
global $current_user; get_currentuserinfo(); if ( is_user_logged_in() ) { echo 'Welcome ' . $current_user->user_login."\n"; echo '! My Account | ' ; wp_loginout(); } else { echo 'Welcome, visitor!'; wp_loginout(); } Have you updated your theme? If you need further assistance please let us know. Best regards, Victoria
May 17, 2017 at 2:52 pm #794899hi @victoria everything are updated, it fixed the blurry product image, but still don’t changing the product variation image.
I have i child theme, and i have no idea where do i put this code in there :) could you help me
May 18, 2017 at 2:17 pm #795889Hi xguiboy,
It’s all there https://kriesi.at/support/topic/welcome-username-login-logout-in-top-bar/#post-530263
You need to add folder to your child theme includes and there copy the file helper-main-menu.php and make your changes there.
Best regards,
VictoriaMay 27, 2017 at 1:47 am #800476Hi, I have the same problem, don’t changing the product variation image. Can you solve this problem please?
May 27, 2017 at 4:50 pm #800556Hi giorgio_betagrafic,
This issue has been reported and our developers are working on it.
Thank you for your patience.If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.