Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #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.

    #1009246

    Hey 55577222,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #1009296

    The URL is: https://weboptimierung.de/
    directory protection

    • This reply was modified 6 years, 6 months ago by Nikko. Reason: security
    #1009484

    Hi 55577222,

    Try the solution posted in our documentation:

    Hope it helps :)

    Best regards,
    Nikko

    #1024493

    Hello
    I can not read your message. Is this a mistake?

    #1024692

    Hi,

    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,
    Rikard

    #1024795

    I 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?

    #1025268

    Hi 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,
    Nikko

    #1025318

    Good Morning,

    take the following access data:

    #1025452

    Hi 55577222,

    It still doesn’t work, please check.
    I’m referring on the login access in private content.

    Best regards,
    Nikko

    #1025464

    Hello,

    “kriesi” in small letters then you go.

    #1025860

    Hi 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,
    Nikko

    #1026568

    Okay, 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.

    #1027124

    Hi 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,
    Nikko

    #1027735

    Hello,

    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.

    #1027900

    Hi 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,
    Nikko

    #1028862

    Hello 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-version

    This is the same problem as described in this thread: https://kriesi.at/support/topic/google-maps-api-warning-retired-version/

    Thank you

    #1029806

    Hi,

    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

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Problem mobile Variante’ is closed to new replies.