Title: infinityunit's Replies | WordPress.org

---

# infinityunit

  [  ](https://wordpress.org/support/users/infinityunit/)

 *   [Profile](https://wordpress.org/support/users/infinityunit/)
 *   [Topics Started](https://wordpress.org/support/users/infinityunit/topics/)
 *   [Replies Created](https://wordpress.org/support/users/infinityunit/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/infinityunit/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/infinityunit/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/infinityunit/engagements/)
 *   [Favorites](https://wordpress.org/support/users/infinityunit/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/infinityunit/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/infinityunit/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Royal Addons for Elementor – Addons and Templates Kit for Elementor] Strings of text from WPR-addons modules appears in the wrong language](https://wordpress.org/support/topic/strings-of-text-from-wpr-addons-modules-appears-in-the-wrong-language/)
 *  Thread Starter [infinityunit](https://wordpress.org/support/users/infinityunit/)
 * (@infinityunit)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/strings-of-text-from-wpr-addons-modules-appears-in-the-wrong-language/#post-17731400)
 * Hello, sorry for the delay. This issue is complex and I needed to take the time
   to explain it properly.
 * 1- I’m building my site in French as the main language 
   2- I’m translating it
   into English using WPML3- On many pages of my site, I’ve added the Woo grid/slider/
   carousel widget from Royal Elementor add-ons4- The add-on has strings of text
   that are in English (in the French pages)5- But when I go to the translator editor
   in WPML, These string will show in English where there should normally be French
   strings.6-These strings are the : sort by, previous, next text inherent in the
   widget.7- There is no way to change the locale of these strings so that they 
   can be assigned to their respective language.8- So translation in impossible.
 * Is it more clear? It’s hard to explain as it has so many levels…
   Please do not
   hesitate to ask any questionsThere is a thread currently with WPML regarding 
   this. Eventually, you may want to get in touch with them. They believe it may
   have something to do with the design of the widget…I sure wish we could make 
   this work, because this widget is really nice. Being in North America (Quebec),
   I really need to have both French and English version of my site working.
 * Please tell me how to send screen captures, I have a few that may help…
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Royal Addons for Elementor – Addons and Templates Kit for Elementor] Strings of text from WPR-addons modules appears in the wrong language](https://wordpress.org/support/topic/strings-of-text-from-wpr-addons-modules-appears-in-the-wrong-language/)
 *  Thread Starter [infinityunit](https://wordpress.org/support/users/infinityunit/)
 * (@infinityunit)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/strings-of-text-from-wpr-addons-modules-appears-in-the-wrong-language/#post-17726508)
 * doing further investigation with wpml support team, we found out that the design
   itself of the plugin maybe into cause… I’m trying to use the woo /grid/slider/
   caroussel widget from this plugin.
 * It be best if the plugin author could contact me to find a solution… Otherwise,
   I’ll have no choice but to uninstall and use another widget…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] cart doesn’t update when switching users](https://wordpress.org/support/topic/cart-doesnt-update-when-switching-users/)
 *  Thread Starter [infinityunit](https://wordpress.org/support/users/infinityunit/)
 * (@infinityunit)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/cart-doesnt-update-when-switching-users/#post-15123242)
 * Hello, I think I was able to narrow down the issue to the cookie cart that WC
   writes in order to keep the products in the cart.
 * When using private navigation, there is no signs of the issue. When using another
   computer, the cart will be empty as I believe this is considered a new session(
   so no cookie was there prior to the session)
 * If it was a caching issue, wouldn’t the issue be there despite private navigation
   and the other computer? Since it is located on the server side?
 * Anyhow, I came to believe that this is normal behavior for the cookie and WC.
   As one would not want to have the content of his or her cart deleted after logging
   off and logging back in…
 * I think the best solution would be to write a cookie that keeps track of a shopping
   cart depending on users (maybe write as many cookies as there is users using 
   the site within the same session). So user A has it own cart and user B also 
   and they are both independent from one another… And not to forget User anonymous
   also…
 * I lack the technical knowledge to this, but I’ll try to write to WC support to
   request this feature…
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] cart doesn’t update when switching users](https://wordpress.org/support/topic/cart-doesnt-update-when-switching-users/)
 *  Thread Starter [infinityunit](https://wordpress.org/support/users/infinityunit/)
 * (@infinityunit)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/cart-doesnt-update-when-switching-users/#post-15118815)
 * Hello,
 * I have a strong feeling this may be cause by a cookie…
 * I tried this code :
 *     ```
       function log_function_cart() {
       global $woocommerce;
       $woocommerce->cart->empty_cart();
       }
       add_action(‘clear_auth_cookie’, ‘log_function_cart’);
       ```
   
 * But it didn’t work… the post you recommended is almost two years old, maybe that’s
   why it didn’t work… I’ll keep digging…
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Clean Login] Required fields in clean login registration form](https://wordpress.org/support/topic/required-fields-in-clean-login-registration-form/)
 *  Thread Starter [infinityunit](https://wordpress.org/support/users/infinityunit/)
 * (@infinityunit)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/required-fields-in-clean-login-registration-form/#post-13782797)
 * Hello Javier,
 * No in fact, the exact opposite. I want to make all the fields required…
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] DIVI + search.php + relevanssi](https://wordpress.org/support/topic/divi-search-php-relevanssi/)
 *  Thread Starter [infinityunit](https://wordpress.org/support/users/infinityunit/)
 * (@infinityunit)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/divi-search-php-relevanssi/#post-10184547)
 * Hello Mikko,
 * I’m afraid I’m in over my head here… Will put this project on hold, for now… 
   Maybe look for an alternative…
 * Thanks anyway 🙂
 * Pat
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsletters] subscribe popup?](https://wordpress.org/support/topic/subscribe-popup/)
 *  Thread Starter [infinityunit](https://wordpress.org/support/users/infinityunit/)
 * (@infinityunit)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/subscribe-popup/#post-6932166)
 * thanks, I’ll have a look
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsletters] customizing button and the form in general](https://wordpress.org/support/topic/customizing-button-and-the-form-in-general/)
 *  Thread Starter [infinityunit](https://wordpress.org/support/users/infinityunit/)
 * (@infinityunit)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/customizing-button-and-the-form-in-general/#post-6932165)
 * well, yes and I got many answer from there too 🙂
 * thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsletters] subscribe popup?](https://wordpress.org/support/topic/subscribe-popup/)
 *  Thread Starter [infinityunit](https://wordpress.org/support/users/infinityunit/)
 * (@infinityunit)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/subscribe-popup/#post-6932079)
 * come to think of it can your other plugin : POPUP be used to do that?
 * Thanks
 * Pat
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsletters] Confirmation email multilingual](https://wordpress.org/support/topic/confirmation-email-multilingual/)
 *  Thread Starter [infinityunit](https://wordpress.org/support/users/infinityunit/)
 * (@infinityunit)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/confirmation-email-multilingual/#post-6931852)
 * Hehe, ok, I kept digging and I found this one 🙂
 * Pat
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [strange behaviour of images (broken images)](https://wordpress.org/support/topic/strange-behaviour-of-images-broken-images/)
 *  Thread Starter [infinityunit](https://wordpress.org/support/users/infinityunit/)
 * (@infinityunit)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/strange-behaviour-of-images-broken-images/#post-6924994)
 * BTW, I activated the debug function a while ago and left it on… Here is a message
   I get very very often :
 * > [10-Jan-2016 01:00:25 UTC] PHP Notice: Trying to get property of non-object
   > in /home/ecothent/public_html/wp-content/themes/Divi/functions.php on line 
   > 7933
 * I don’t know if this may help or not… Nor do I have any idea of what it could
   mean…
 * Any thoughts on that?
 * Thanks
 * Pat
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [strange behaviour of images (broken images)](https://wordpress.org/support/topic/strange-behaviour-of-images-broken-images/)
 *  Thread Starter [infinityunit](https://wordpress.org/support/users/infinityunit/)
 * (@infinityunit)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/strange-behaviour-of-images-broken-images/#post-6924992)
 * Hey Andrew,
 * Thanks for the help 🙂
 * To tell you the truth, I’m scared like hell to do what you instructed. I’m afraid
   I’ll break my site… Or screw up the design and also this site is in production,
   hence my restraint…
 * I simply cannot afford to have my site down for any number of time…
 * Maybe my fears are not rational and the way wp works will make everything right
   after, but I don’t dare gamble it…
 * Anything else I can do or maybe can you reassure me?
 * Thanks
 * Pat
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [strange behaviour of images (broken images)](https://wordpress.org/support/topic/strange-behaviour-of-images-broken-images/)
 *  Thread Starter [infinityunit](https://wordpress.org/support/users/infinityunit/)
 * (@infinityunit)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/strange-behaviour-of-images-broken-images/#post-6924987)
 * Hey Andrew,
 * Well it would be hard to do that because the images are breaking in the media
   librairy (in the dashboard). SO I would have to give you an admin access.
 * Moreover, I kind of lost patience and reuploaded the missing images. And relinked
   them to the right place in the site…
 * On top of disappearing from the site, the images seems to still be present in
   the media librairy. But there is no more thumbnails. I see a grey square where
   the thumbnail should be. But when I select the thumbnail, image info is still
   there…
 * I’ll keep a close eye on what happens next, but the problem started right after
   I upgraded to 4.4 and it may also coincide with the activation of WPML. All images
   uploaded prior to that seem to be unafected…
 * I have an online woocommerce store with a great amount of extensions. I use DIVI
   as my theme.Anyhow here is the link to visit my site : [https://ecothentik.com](https://ecothentik.com)
 * I’m sorry I can’t be of any more help. Please ask any questions you may have.
 * Thanks
 * Pat
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [some images broken after 4.4 update](https://wordpress.org/support/topic/some-images-broken-after-44-update/)
 *  Thread Starter [infinityunit](https://wordpress.org/support/users/infinityunit/)
 * (@infinityunit)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/some-images-broken-after-44-update/#post-6885658)
 * btw: ecothentik.com
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] after site migration](https://wordpress.org/support/topic/after-site-migration/)
 *  Thread Starter [infinityunit](https://wordpress.org/support/users/infinityunit/)
 * (@infinityunit)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/after-site-migration/#post-6532319)
 * ok so I didn’t feel like waiting… So I deactivated the plugin from my site and
   deleted all the files related to it…
 * I’ll do a fresh install, as soon as the site has propagated properly…
 * I don’t know if this was the thing to do? But I figured it may work!
 * Cheers
 * Pat

Viewing 15 replies - 1 through 15 (of 25 total)

1 [2](https://wordpress.org/support/users/infinityunit/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/infinityunit/replies/page/2/?output_format=md)