Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Different burger menus on different pages #1252990

    Hello Ismael,

    i have tried to use the plugin Menu Items Visibility Control now.

    I have used a tutorial i have found here: Add menus to wordpress.
    I added

    function register_my_menu() {
        register_nav_menu('new-menu',__( 'Landing_Page_Menu' ));
    }
    add_action( 'init', 'register_my_menu' );

    to my functions.php to create a new menu and it appears successfully in my menu selection tab.

    I have further added the following code to my sidebar.php:
    <?php wp_nav_menu( array( 'theme_location' => 'Landing_Page_Menu' ) ); ?>

    to make the landing page menu visible in the sidebar, like my main menu on the other pages.

    I have then added the visibility logic for the plugin is_page( 562 ) to show the menu items from the landing page menu only on page id 562 which is the landing page. I have added the same logic to my other pages with is_page( array( 126, 3, 148 ) ).
    This visibility logic is working for the main menu but not for the landing page menu.

    The result is that the landing page menu isn’t visible on the page, the main menu isn’t visible either due to the visibility logic.

    So the problem should be something in the code that doesn’t make the landing page menu visible or put it in the right place so far.

    Thanks in advance!
    Best regards, Lucas

    • This reply was modified 3 years, 9 months ago by Kreshnak.
    in reply to: Google doesn't index my pages #1250420

    Hi Ismael,

    Google has added two of the three pages to its index so far. The main page was indexed, so there is no issue with the calendly-spinner plugin.
    So you can be sure that this plugin doesn’t harm indexing for future issues with other pages.

    Thank you very much for your assistance, much appreciated!

    Best regards,
    Lucas

    • This reply was modified 3 years, 9 months ago by Kreshnak.
    in reply to: Google doesn't index my pages #1249421

    Hi,
    following the screenshot. I haven’t been able so far to close the report or mark it as solved.

    I will follow the other instructions as well.

    Thanks so far,
    best regards

    in reply to: Google doesn't index my pages #1248497

    Hello Ismael,
    the robot.txt containts the following:

    User-agent: *
    Disallow: /wp-admin/
    Allow: /wp-admin/admin-ajax.php

    Should I change something with the calendly integration by now?

    I don’t do any site or page redirects at all that I’m aware of.

    Thank you!

    Best regards

    in reply to: Google doesn't index my pages #1248121

    Hi Ismael,

    yes the page is quite new.
    As stated above I have already requested the indexing from Google in the Google Seach Console and have also submitted a sitemap to them.

    They have crawled the pages 12-14 days ago and there was the first error with “noindex”. I have requested a new indexing but this didn’t happen so far.
    But I haven’t changed my settings since then so I don’t expect a different outcome this time.

    May there be issues with my site itself or the used plugins?

    Best regards!

    in reply to: Google doesn't index my pages #1247590

    Hello Rikard,
    the page is lucasbischoff.de
    Do you need private credentials?

    Best regards

Viewing 6 posts - 1 through 6 (of 6 total)