Hi @aejaz,
Please try the latest pre-release version here. It should do a better job of the conversion.
Please let me know if any issues come out of it.
Cheers,
Leon
Thread Starter
aejaz
(@aejaz)
Hello leon,
It works website is now coming perfect.
I’m trying to convert 1 more website which is in 3 languages – http://auctionaccess.com/
IP – 5.134.8.27
I think You need to setup the host file to view this website. Because I have not pointed my server yet to the domain.
The website has DIVI theme,
WPML Plugin for Translation &
Gravity Forms.
It has translated only Homepage ( English ). But other pages are not working (
they are still pointing to the main website ).
Also, the language switcher is not working.
Please Look into it
Regards
Thread Starter
aejaz
(@aejaz)
Hello Again,
I converted this website as well – http://redmountaintech.imco.sa/mystaticsite/
But It converts the only Homepage and other pages are messed Up because of no CSS.
Pls look into this as well.
Regards
Hi @aejaz,
Yes, homepage does look fine.
It appears that for the other pages, the link is something like:
wp-content/uploads/2018/11/RMT-Nav-Logo
It may not be properly detecting the relative links in this build.
To avoid this issue, ensure all your links in the theme are full URLs, ie
domain.com/blah/blah/
Using WordPress functions in your theme to insert the full URLs, etc.
Cheers,
Leon
This may help as a checklist, when you have certain sites not exporting well:
https://forum.wp2static.com/-33/how-to-troubleshoot-a-failing-export
I’ll do some more testing with Divi soon and the kind of URLs I mentioned in the previous reply.
Constant improvement of the detection/crawling/processing are key areas I focus on.
Cheers,
Leon
I’m having a similar issue.
When I upgraded to the latest version of WP2Static, it modified the output of my pages.
I have a unique case in that I’m using some “broken” html for my pages because they are being included in another system. The old WP Static Site Generator version 5.8 left my pages as I coded them. But this new WP2Static is removing some of my “broken” html.
Hi @vegaruben
You can rollback to version 5.8 with the links at the bottom of this page:
https://ww.wp.xz.cn/plugins/static-html-output-plugin/advanced/
Malformed HTML won’t otherwise survive the DOM parsing used in the plugin.
Cheers,
Leon
Thank You @leonstafford,
It is a great plugin and the older version is doing what I need it to do! I will keep on the lookout to see if any newer version of your plugin has an option to limit the DOM parsing. Keep up the great work!