Plugin Styling messed up, can not move Yoast meta box to bottom of page.
-
I installed the Yoast plugin on my multisite install. I network activated it. When I look at it on the page, I see this https://www.dropbox.com/s/p8t70dxjk6hk9u6/Screen%20Shot%202018-04-10%20at%204.28.52%20PM.png?dl=0
As you can see in the screenshot, the traffic light icon is not in the correct spot.
The other issue I’m having is moving the above metabox to the bottom of the page. I have added:
function yoasttobottom() { return 'low'; } add_filter( 'wpseo_metabox_prio', 'yoasttobottom');
To my functions.php file, but it’s not moving.
Viewing 3 replies - 1 through 3 (of 3 total)
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.