Home › Forums › WoodMart support forum › After last update "Favourites" not dispalying correctly.
After last update "Favourites" not dispalying correctly.
- This topic has 23 replies, 2 voices, and was last updated 3 years, 10 months ago by
Artem Temos.
-
AuthorPosts
-
April 21, 2021 at 1:21 pm #285099
ToriTori38ParticipantHello,
Another ticket about issues after the last update. We use WMPL for our language pages but the “Wishlist” page is no longer diplaying corectly in French and German. Please see screenshot below. I ahve added a link to our site in the private content.
Please help ASAP as these broken pages are now live.
Attachments:
You must be logged in to view attached files.April 22, 2021 at 6:41 am #285352
Artem TemosKeymasterHello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
April 22, 2021 at 6:50 am #285355
ToriTori38ParticipantYes I already disabled all plugins (except WMPL and WooCommerce). No change.
The login details to the test site are below.Both the wishlist icon and the icons to the side (when you are logged in) no longer show on the secondary language pages. Somehow the CSS is not being loaded on the secondary language pages.
Thanks
April 22, 2021 at 6:57 am #285359
Artem TemosKeymasterPlease, provide us your FTP access as well.
April 22, 2021 at 7:04 am #285367
ToriTori38ParticipantFTP access can be fund in the private content. Thank you
April 22, 2021 at 7:23 am #285375
Artem TemosKeymasterWe need your WordPress admin access as well.
April 22, 2021 at 7:27 am #285376
ToriTori38ParticipantSore – here it is (in private)
April 22, 2021 at 7:30 am #285381
Artem TemosKeymasterWe can’t enter with this password https://prnt.sc/11us0k1
April 22, 2021 at 7:35 am #285384
ToriTori38ParticipantApologies. I reset new passord. See private content.
April 22, 2021 at 9:44 am #285465
Artem TemosKeymasterThe password still wrong and we can’t access it.
April 22, 2021 at 9:47 am #285467
ToriTori38ParticipantWell then you are not copying it correctly! I have just tried with the password I gave you and it works fine. Please check the private content to make sure you are trying to access the correct URL. I have added the domain URL in the private area.
April 22, 2021 at 9:59 am #285476
Artem TemosKeymasterBut it is a different website and it seems to work well here https://prnt.sc/11v4e28
April 22, 2021 at 10:21 am #285491
ToriTori38Participantelo Artem,
The .at version is our development site. I just checked and it is working (but it wasn’t before). What did you do?
However it is still not working on our live site which has the same setup. I have given you the URL of our live site in the private content (I want to keep our URLs out of the public view).
Thank you
April 22, 2021 at 11:21 am #285514
Artem TemosKeymasterTry to edit the file
woodmart/inc/enqueue.php
and replace the code from the screenshot with the following oneold code – https://prnt.sc/11vakn6
new code – https://prnt.sc/11vajyb$compare_page = function_exists( 'wpml_object_id_filter' ) ? wpml_object_id_filter( woodmart_get_opt( 'compare_page' ), 'page', true ) : woodmart_get_opt( 'compare_page' ); $wishlist_page = function_exists( 'wpml_object_id_filter' ) ? wpml_object_id_filter( woodmart_get_opt( 'wishlist_page' ), 'page', true ) : woodmart_get_opt( 'wishlist_page' ); if ( (int) woodmart_get_the_ID() === (int) $compare_page ) { woodmart_force_enqueue_style( 'page-compare' ); } if ( (int) woodmart_get_the_ID() === (int) $wishlist_page ) { woodmart_force_enqueue_style( 'page-wishlist' ); woodmart_force_enqueue_style( 'page-my-account' ); }
April 22, 2021 at 4:53 pm #285632
ToriTori38ParticipantMany thanks for your reply. 2 questions:
– Can you tell me if that is what you did on our test site (.at)? Before the test site had the same issue but now it works.
– Will you be updating this issue in your next update core update?
April 23, 2021 at 6:03 am #285776
Artem TemosKeymaster1. We have used the same code there.
2. Yes, the fix will be included in our next theme update.
April 23, 2021 at 10:07 am #285870
ToriTori38ParticipantHi Artem,
Thanks for the fix but there is still one part which is not fixed. Please look at the screenshot attachments.
When you are logged in on the secondary language Wishlist page, the background colour for the active Menu option is not visible. Can you please provide a fix for this?
Thank you
Attachments:
You must be logged in to view attached files.April 23, 2021 at 11:18 am #285899
Artem TemosKeymasterDoes it happen on live or dev website? Please, provide us your actual admin access to the website where we can see this problem.
April 23, 2021 at 11:23 am #285904
ToriTori38ParticipantOn the dev site (after you applied the fix).
The admin access to the dev site I gave you the day before yesterday (further up in this ticket) should still work 🙂April 23, 2021 at 11:38 am #285908
Artem TemosKeymasterWe can’t view it now. And the authentication password is needed as well https://gyazo.com/e6338ad2e63ea803c6bf6af3ab4f2881
April 23, 2021 at 12:05 pm #285929
ToriTori38ParticipantApologies.
I have given you details again in the link in the private section. Login details tested and work.
April 23, 2021 at 12:07 pm #285930
Artem TemosKeymasterWe need this access too https://gyazo.com/c791dbb367396f26ed7bdd67c5fe684a
April 23, 2021 at 12:12 pm #285935
ToriTori38ParticipantApologies. Please find new link in private area below, which contains these details.
April 23, 2021 at 12:19 pm #285940
Artem TemosKeymasterThis issue will be fixed in our nearest update.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register