Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter aitax85

    (@aitax85)

    @aitax85
    Please provide a link.

    @chouby here is the link: http://www.gbwebtech.com/photography/
    In the main time I tried to change theme again but nothing changed.

    Thanks

    Thread Starter aitax85

    (@aitax85)

    @photocrati I believe I found the issue. There is something that goes wrong in combination with Polylang plugin. Is there any part of your plugin with language translation or things like that? There is a kind of redirect on the same page. Thanks

    Thread Starter aitax85

    (@aitax85)

    Tried to change theme
    Tried To uninstall and reinstall
    I don’t know if I’m right or wrong but it seems that the next button links to the image displayed itself.
    Thanks

    Thread Starter aitax85

    (@aitax85)

    I found the problem whit the code. I had already tried to change that but it gave me an PHP error. There were two line that needed to be changed.
    Now it works! Thank you for helping. Compliments for the plugin!!

    Hi! thanks for the wonderful plugin
    I have the same problem. The menu wouldn’t change with the language. It stays the default one. Post and everything else translate correctly but the menu stays the same.
    In the header the menu is set like this:

    <nav id="mobile-navigation" class="top-navigation" role="navigation">
    
    	<?php $anyMenu = get_terms( 'nav_menu' ) ? true : false;
        	  $menuSelect = get_theme_mod('tesseract_tho_header_menu_select');
    
    		if ( $anyMenu && ( ( $menuSelect ) && ( $menuSelect !== 'none' ) ) ) :
    			wp_nav_menu( array( 'menu' => $menuSelect, 'container_class' => 'header-menu' ) );
    		elseif ( $anyMenu && ( !$menuSelect || ( $menuSelect == 'none' ) ) ) :
    			$menu = get_terms( 'nav_menu' );
    			$menu_id = $menu[0]->term_id;
    			wp_nav_menu( array( 'menu_id' => $menu_id ) );
    		elseif ( !$anyMenu ) :
    			wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) );
    		endif; ?>
    
    </nav><!-- #site-navigation -->

    I’m not an PHP expert and i read some thread concerning this issue but i cannot sort things out. Hope in someone’s help.

    My Settings:
    – Home static Page
    – Language is set from content
    – Remove language in pretty permalink
    – When the front page is visited set the language according to the browser preference
    – Activate languages and translations for media
    – Permalink set by “Post Name”
    – Menus are set correctly (one menu per language)

    my website’s http://www.gbwebtech.com/ (work in progress…)

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)