
-
AuthorPosts
-
September 12, 2018 at 7:50 pm #1009063
The website works great. Only with the mobile view I have problems. I have WPML installed. The switching of the languages works great on the desktop version, but unfortunately not in the mobile version. It always stays in one language and when I change the icons are no longer displayed correctly. I also tested in several browsers. Firefox and Chrome.
September 13, 2018 at 7:26 am #1009246Hey 55577222,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
RikardSeptember 13, 2018 at 9:53 am #1009296The URL is: https://weboptimierung.de/
directory protection-
This reply was modified 6 years, 6 months ago by
Nikko. Reason: security
September 13, 2018 at 4:31 pm #1009484Hi 55577222,
Try the solution posted in our documentation:
Hope it helps :)
Best regards,
NikkoOctober 21, 2018 at 2:12 pm #1024493Hello
I can not read your message. Is this a mistake?October 22, 2018 at 6:51 am #1024692Hi,
Thanks for the update, what exactly can’t you read? Did you have a look at the link Nikko posted? https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-
Best regards,
RikardOctober 22, 2018 at 11:53 am #1024795I have the code in my .htaccess inserted.
<FilesMatch “. (Ttf | otf | woff) $”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</ IfModule>
</ FilesMatch>But I still can not change the language in the mobile version on the start page.
The problem only occurs on the homepage in the mobile version. If I go to a subpage for example “contact” then the language will change.
What can I do on the start page that the language changes?
October 23, 2018 at 7:36 am #1025268Hi 55577222,
Can you give us access to your site? so we can check.
The one you posted doesn’t seem to work anymore.
Also please put it in private content, so it’s only visible to the moderators and not the public.Best regards,
NikkoOctober 23, 2018 at 10:34 am #1025318Good Morning,
take the following access data:
October 23, 2018 at 3:08 pm #1025452Hi 55577222,
It still doesn’t work, please check.
I’m referring on the login access in private content.Best regards,
NikkoOctober 23, 2018 at 3:32 pm #1025464Hello,
“kriesi” in small letters then you go.
October 24, 2018 at 11:37 am #1025860Hi 55577222,
Thanks, I have checked it but I’m not really sure why that’s happening and only in mobile.
Can you try to switch to a default wordpress theme like twentyseventeen? and check if the same issue is happening, you may need to put your site in maintenance mode for a while.
Also, maybe this issue is on the wpml plugin, try asking their support maybe this is a known issue of their plugin.Best regards,
NikkoOctober 25, 2018 at 9:42 pm #1026568Okay, pity that you can not help me in this case.
I still have a problem. How can I change the sidbar content of the portfolio category page?
Here you see the page: https://weboptimierung.de/referenzen-projekte/WordPress/
Under Widges is not a sidbar for the portfolio category page.
October 27, 2018 at 5:50 pm #1027124Hi 55577222,
Go to Appearance > Widgets and put widgets on Display Everywhere widget area.
Then try to use plugin such as https://wordpress.org/plugins/widget-options/
which will enable you to easily check on which categories, pages, etc it should show/hide.
If you don’t want to use a plugin, you’ll need to use a child theme then go to Appearance > Widgets, create a new widget area and call it: Portfolio Entries
then on your child theme’s function.php, add this code:add_filter('avf_custom_sidebar','portofolio_entry_sidebar'); function portofolio_entry_sidebar($sidebar) { global $post; if( $post->post_type == 'portfolio' && is_tax('portfolio_entries') && empty($sidebar) ) { $sidebar = "portfolio-entries"; } return $sidebar; }
Hope it helps.
Best regards,
NikkoOctober 29, 2018 at 8:46 pm #1027735Hello,
many dan for the code. Has worked flawlessly :-)
Is there already a possibility the pictures from the individual elements for example from the LayerSlider WP in the Yoast sitemap to indicate ????
That’s really important to me.
October 30, 2018 at 8:48 am #1027900Hi 55577222,
Glad that we could help :)
As for your other request I’m not really sure what you’re trying to achieve but i don’t think you can automatically include elements from layerslider to yoast sitemap.
But, maybe you can give screenshots or some instructions on how to it maybe we can check if there’s a workaround to do it.Best regards,
NikkoNovember 1, 2018 at 2:43 pm #1028862Hello I have a more important problem first.
I’ve tried to research this but it doesn’t seem to have been properly addressed. Can someone please tell me how to fix this problem?
The following warning is showing up on my console:
Google Maps API warning: RetiredVersion https://developers.google.com/maps/documentation/javascript/error-messages#retired-versionThis is the same problem as described in this thread: https://kriesi.at/support/topic/google-maps-api-warning-retired-version/
Thank you
November 5, 2018 at 9:31 am #1029806Hi,
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
Ismael -
This reply was modified 6 years, 6 months ago by
-
AuthorPosts
- The topic ‘Problem mobile Variante’ is closed to new replies.