Flags not displaying after website migration
-
Hello, first I would like to thank you for this great plugin! ??
Now my problem is that after migration, the module with flags is not displaying on the website. On the beta version the flags are still there, but on the final version not.
I have this code in my template
<?php if(ppqtrans_getLanguage() == "cs") : ?> zvolte jazyk: <?php endif ?> <?php if(ppqtrans_getLanguage() == "en") : ?> select language: <?php endif ?> <?php if(ppqtrans_getLanguage() == "ru") : ?> Выберите язык: <?php endif ?>
and in functions.php
add_action( 'widgets_init', 'wptutsplus_widgets_init' );
Do you have any idea why it does not work, even though the web is 1:1 migrated?
The beta version is at https://topdodavatel.cz/windsor/
And the final version at https://www.hotel-windsor.cz/web2015/
Kindly thank you for any idea!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Flags not displaying after website migration’ is closed to new replies.