I have a issue with the onepager-plugi. If I create a new page and click on the button “Enable onepage”, never happens. The button is still “Enable onepage”, i get no error messasges and i have no new items.
I sorted the issue. After you update to wordpress 4.7.1, the onepager will not enable in the wordpress Page editor. Until you click enable onepager, everything is fine with your created page. But once you click onepager button, it will revert to default page template, you will see that in sidebar. It won’t change to onepager template right from your page editor as that is the bug. You will need to go to your DB, find the Page ID and change wp_page_template to onepager(metakey), you will see “default” value is inserted there.
This way you can atleast fix your broken working copy of the page created with onepager.
This reply was modified 7 years, 10 months ago by dineshM.
Does not work:
Made:
UPDATE db_xxx.xxx_postmeta SET meta_value = ‘onepager’ WHERE xxx_postmeta.meta_id =1 LIMIT 1 ;
Another possibility to get my onepager back?
Hi I too have the OnePager bug but I don’t understand how to fix it based on your comments to date. Could someone please walk me through it, I’m desperate to get my website back up.
We’ve a private Facebook group you can connect and network with professionals. All our free product supports are handled through FB group for better management.
Where u guys able to see the changes in real time after they fixed the main problem? I made a lot of tests and for me and some other guys that is not working. Tks.
Neither do I. Unfortunately, that page template has to communicate with Genesis Framework on my site. Did anybody figure out a genesis template for this plugin?
Apparently not. I’m having the issue with WP 4.8.1. I created the onepager.php file as per instructions (and video) above but it still does not enable.
If I change the template to onepager, it stays but selecting one of two templates (either “start blank” or “coporate 1” I get a pop-up message “Are you sure you want to insert this layout? This layout will replace your current layout”. If you select yes, it takes you to the front page with a 404 error.
In short, there is no option to actually “build” the page.