Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1192984
zoom for product image
Closed

Comments

  • avikatzav started the conversation

    hey


    i want to change the product image hover,

    instead of the color+icon hover i want a zoom of the product.

    like in this link:

    https://razili.co.il/dresses/wmlt-northern-bow-klosh-7758.html#92=54

    or this link:

    https://www.touch-tlv.co.il/product/%D7%97%D7%9C%D7%99%D7%A4%D7%AA-%D7%A8%D7%99%D7%98%D7%94/


    how can i do it?


    thx

    avi

  •  7,092
    Oliver replied

    HI!

    You can use this plugin:

    https://wordpress.org/plugins/yith-woocommerce-zoom-magnifier/

    and child theme for this plugin (Attach)

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • avikatzav replied

    i didn't install a child them i worked on a main them.

    i active the plugin: 

    YITH WooCommerce Zoom Magnifier

    but the hover of the gem themplete take control and i can't see the zoom.

    u can see at this link:

    http://undertherock.co.il/product/t-shirts-4/

    is there any solution?

  • avikatzav replied

    how i cancel the blue hover (check this link):

    http://undertherock.co.il/product/t-shirts-4/

    and see a image zoom :)

  •  7,092
    Oliver replied

    HI!

    You need to install child theme to make this plugin work.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • avikatzav replied

    hey 

    thx

    the plugin is working.

    another thing, i want a vertical product gallery thumbnails instead of horizontal.

    what plugin can i use?   i can develop it easly?



    thx

    avi

  •  7,092
    Oliver replied

    HI!

    Sorry, there is no simple way to do it via theme,  try to look any plugins...

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • avikatzav replied

    how i change the text "Add to cart" button?

    in the server side.

  •  7,092
    Oliver replied

    The most simple way is to use loco translate plugin. There are a lot of places where you need to change it. 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • avikatzav replied

    and how i translate the wocomerce to hebrew?

  • avikatzav replied

    also i want to take the icon from the " add to cart "button",  how i do it?

  •  7,092

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • avikatzav replied

    hey :)

    i active the plugin "YITH WooCommerce Color and Label Variations" and i want to see just the plugin attributes

    this is the link:

    http://undertherock.co.il/product/tuff-churcoal/

    how i fix it?

  •  7,092
    Oliver replied

    Hi, sorry, not quite sure what do you mean. Can you pls provide more details with screenshots?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • avikatzav replied

    hey

    i attached a photo here.

    this is the link:

    http://undertherock.co.il/product/tuff-churcoal/


    thx

    avi

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    table.variations .combobox-wrapper > span {
        display: none;
    }
    table.variations .combobox-wrapper {
        border: none;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • avikatzav replied

    thx for the support

    i have another question...

    i attached you a photo.

    i think i mistake i instal a wocomerce plugin.

    how i can fix it? what file i need to delete in the server side?


    thx

    avi

  • avikatzav replied

    i attach a photo of  my wordpress plugin page


  •  7,092
    Oliver replied

    HI!

    You need to update theme and the plugins, pls. check:



    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  7,092
    Oliver replied

    About outdated templates, ignore this message, everything should work fine, soon we'll realize the theme update for the new woo version. 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • avikatzav replied

    AND ALL MY DATA AND CSS I DID WILL NOT DELETE?

  •  7,092
    Oliver replied

    Did you add any changes in the theme code?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • avikatzav replied

    maybe i did some i need to see..

    so u say i need to backup and delete the them and install a new gem them?

    no possible to find them in the server and delete them?


  •  7,092
    Oliver replied

    If you wish to update yes.

    the most simple way if you added changes in the theme:

    1. Via FTP rename old gem theme for exmaple to the gem_old.

    2. Upload the new theme. 

    3. Resave theme options.

    4. Migrate your changes from the old theme to the new one. 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • avikatzav replied

    hey i translate the wordpress to Hebrew and the small logo get margin-left style.

    how can i fix it?


    this is the link:

    http://undertherock.co.il/home-2/

  •  7,092
    Oliver replied

    pls. use following css:

    .site-logo * {
        direction: ltr;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver