-
AuthorPosts
-
May 16, 2018 at 4:51 pm #957584May 16, 2018 at 10:27 pm #957768
Hey Anton,
Please check by FTP if your image exists in the plugin folder.
You can try and copy the image from WPML images – \wp-content\plugins\sitepress-multilingual-cms\res\flags\en.pngBest regards,
Jordan ShannonMay 16, 2018 at 10:36 pm #957779Hi,
Yes they exists in the folder!
Regards,
AntonMay 16, 2018 at 10:45 pm #957786May 17, 2018 at 12:13 am #957838Hi,
Yes I can see them there but not in the toolbar.
Regards,
AntonMay 19, 2018 at 10:29 pm #959213May 21, 2018 at 8:18 am #959591Flags view of course.
May 22, 2018 at 8:38 pm #960503Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
BasilisMay 29, 2018 at 5:44 pm #963817Hi,
Here you have a temporary login
Best Regards,
AntonJune 1, 2018 at 10:17 am #965161Hi,
The value of the languages’ “country_flag_url” parameter is missing. Did you add any modifications to the theme?
Best regards,
IsmaelJune 1, 2018 at 1:23 pm #965305Hi,
No i have not.
Best regards,
AntonJune 6, 2018 at 4:33 am #967607Hi,
I’m sorry for the late response. The login token has expired. Please create another and make the expiry longer.
Best regards,
IsmaelJune 6, 2018 at 2:00 pm #967852Hi,
Here you go!
Regards,
AntonJune 11, 2018 at 1:55 am #970909Hi,
Thanks for the update. We’re still not sure why the parameter is missing so we had to add this code in the functions.php file as a temporary solution.
add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { $(document).ready(function() { $('.avia_wpml_language_switch li').each(function() { var code = $(this).find('.language_code').text(); $(this).find('a img').attr('src', 'http://pearl.mediaplanering.online/wp-content/plugins/sitepress-multilingual-cms/res/flags/' + code + '.png'); }) }); })(jQuery); </script> <?php }Best regards,
IsmaelJune 11, 2018 at 8:21 am #970977Hi,
It works for the default language but when you change language the flags are gone again.
Regards,
AntonJune 12, 2018 at 6:13 am #971531 -
AuthorPosts
- You must be logged in to reply to this topic.
