Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1272836

    Hi,
    I can see yoast editor only in side bar of the page,
    how to get it back below the main content page editor?

    Thanks

    #1273021

    Hey Daniele,

    Add this to functions.php:

    // Move Yoast to bottom
    function yoasttobottom() {
    	return 'low';
    }
    add_filter( 'wpseo_metabox_prio', 'yoasttobottom');

    Best regards,
    Jordan Shannon

    #1273035

    Tried but not working.
    But, why did it disappear?

    #1273040

    Hi,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1273041

    in private content, I added temp log in.

    website
    venicediving.com

    thanks

    #1273249

    Hi,

    That is the default layout when using the Block Editor, if you want the old layout then you can switch to the Classic Editor in the main page of the theme options.

    Best regards,
    Rikard

    #1273268

    Hi Rikard, sorry but I dont understand.
    I always had the yoast under the page content until last week.
    One day I dont know what I touched and it ended up like that.
    Anyway I tried removing block editor, nothing changed.
    Moreover, I have another website set up with block editor, and everything is fine under the page content, not on the side bar.

    Instead, I pressed on the up arrows on the side bar and I was able to restore the yoast under the page content.
    Screenshot-2021-01-18-at-08-47-08
    But the window is small, any idea why?

    Thanks again

    #1273656

    Hi,

    The theme is not responsible for the placing of Yoast elements, so you are looking for support in the wrong place. But the layouts of the of the classic and block editor are different, and this is WordPress core functionality. In the block editor, they are trying to move everything to the sidebar.

    I switched to the classic editor on your installation, and I see Yoast at the bottom of the layout window after that, so it’s working as it should. If you need further help with the Yoast plugin, then please try reaching out to their support.

    Best regards,
    Rikard

    #1273848

    Hi,
    the problem is that every time I asked something to the yoast support they replied it’s because I used a custom theme and I should ask the theme support. Same for this topic

    They told me it’s because I used a third-party page builder plugin or custom theme box to add my content.
    So…..no solutions for my issues.

    By the way, where did you switch to classic editor?
    here?
    Screenshot-2021-01-19-at-22-14-12
    I can see no difference WP editor or block, it’s always like my screenshot in my previous reply.

    #1274282

    Hi,

    Yes, that is where you change the default editor.

    I’m not really sure how Yoast support can come to that conclusion, since we don’t influence where they place their elements. Anyway, is something not actually working on your installation, or is the problem only that the boxes are in the “wrong” place?

    Best regards,
    Rikard

    #1274284

    I guess there is something wrong with my installation
    as you can see in this post also

    But everything was ok until one week ago when I mess up something with polylang and I deleted and re done the home pages several times.

    #1274578

    Hi,

    Thanks for the update. You said that your problem was fixed in the other thread, so I’m not sure how it relates here? Is the Yoast functionality working on your actual site, or is the problem that the Yoast boxes are situated in the wrong place?

    If the problem is caused by Yoast and/or Polylang, then please try reaching out the developer of those plugins.

    Best regards,
    Rikard

    #1274580

    Hi
    I solved the issue before, I wrote about

    Instead, I pressed on the up arrows on the side bar and I was able to restore the yoast under the page content.

    After it was only me to understand about block editor/ wp classic plug in. For my personal knowldege.

    Sorry for the mess, you can close this topic.
    Thanks

    #1274594

    Hi Daniele,

    We’re glad that the issue is resolved.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘yoast editor ONLY in editor page side bar’ is closed to new replies.