Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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?

    #792223

    Hey 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,
    Victoria

    #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();
    }
    ?>

    #794862

    Hi 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
    #794899

    hi @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

    #795889

    Hi 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,
    Victoria

    #800476

    Hi, I have the same problem, don’t changing the product variation image. Can you solve this problem please?

    #800556

    Hi 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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.