Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support devnihil

    (@devnihil)

    @jhkerschner The issue with the icon not appearing at the correct location could be caused by a plugin or theme conflict. Can you try and gather as much information for us as possible? Please perform the following:
    1. Make sure the issue doesn’t persist when Yoast SEO is disabled.
    2. Check for conflicts.
    3. Check for JavaScript errors with your console.
    If you find any JavaScript errors related to Yoast SEO or if there is a conflict with a plugin or a theme, you can create a new GitHub issue for our developers. Please report the issue to a third party developer as well.
    If you didn’t find any conflicts or errors, we think the issue is specific to your site. We’d need to investigate further but are unable to do so on these forums. You can purchase Yoast SEO Premium and receive our Premium email support and we can help you further.

    Thread Starter jhkerschner

    (@jhkerschner)

    I figured out the icon issue. Still having the issue with the meta box not being at the bottom of the page by using:

    function yoasttobottom() {
    	return 'low';
    }
    add_filter( 'wpseo_metabox_prio', 'yoasttobottom');
    Plugin Support Michael Ti?a

    (@mikes41720)

    Did you perform a conflict check for the Yoast SEO meta box not showing up at the bottom of the page when editing a post or page as well?

    We can’t offer support on custom code (needed to change (core) features of our plugin). Since we don’t want to take the risk that we break your website by suggesting incorrect or incomplete code, we cannot advise you on how to make such changes. Maybe someone watching these forums can assist you further, but if your topic is inactive for 7 days, we’ll mark it as resolved to keep the overview.

    Thank you for your understanding.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin Styling messed up, can not move Yoast meta box to bottom of page.’ is closed to new replies.