fk47
Forum Replies Created
-
Yeah, sure. An update should fix the whole thing. Do have great day.
Ok, I hadn’t upgraded to the premium. Then, you would have to wait for support.
WP Rollback. When you install, just go the plugins, every plugin comes with an extra tab, named Rollback. So you scroll to Yoast, click rollback, and you would see all Yoast previously installed versions.
Rollback to v 2.8 using a WordPress Rollback plugin. When a stable update pops up, simply update again. This worked for me on my site.
Rollback to v.2.8 using a Rollback plugin from WordPress. Then when a more stable Yoast comes out, simply update it.
Roll back to version v.2.8 using a Rollback plugin from WordPress as temporary fix. Then later when a stable Yoast is released you can join the latest bandwagon, exactly what I did on my site.
I had the same problem also on my site. The meta tags weren’t showing in post area to insert focus keyword and other stuffs.
But I have resolved the issue, by using a plugin in WordPress, called Rollback, I installed the plugin. Then, simply rolled back to version 2.8 and everything is cool now. Pending when they fix the problems.
ok
Worked like a charm.
Thanks Andrew and Bdbrown. All I added was to do same thing for the top-nav and hide the toggle-search:@media screen and (max-width: 719px) {
.no-js .nav-toggle {
display: none;
}.no-js #nav-header .container {
height: auto;
}.no-js #nav-topbar .container {
height: auto;
}.no-js .toggle-search{
display:none;
}}
Thanks bdbrown for the response. There’s this free internet for all (freebasics by facebook) that I want the site to be on. So, it requires that I make nav-menu work on lower resolutions even when javascript is disabled before its approved. here’s a link they sent me: https://www.sitepoint.com/pure-css-off-screen-navigation-menu/…….
Thanks bdbrown for the response. Yeah, its true there could be other problems too when javascript is disabled. If there could be a way to make nav-menu work on lower resolutions when javascript is disabled. I really don’t mind about any other issues that may arise when javascript is disabled on the browser.