Hi there,
I hope you can help!
I have a website that is built with a theme (Avada). It seems like the icons are not pulling through correctly when pushed to the live site using WP2Static – it just shows a blank square where the icons are supposed to be. I think the links to the icons are using a placeholder.wpsho link instead of the correct one, causing them to fail. It also affects things like the burger menu on mobile, which is not great from a user perspective.
I’ve tried a few fixes mentioned in a few support articles (e.g. clearing the theme cache etc), but nothing has worked thus far.
It’s really bugging me and I’d love to be able to fix it. If anyone has any suggestions, I’d be really grateful.
Thank you!
Lauren
Hi,
I purchased the pro plugin some time ago. But I wasn’t able to download the files with the link provided. Where can I get the files? Thanks.
]]>Hello, I’m using WPML to have another language (/DE) in my site
but on the static site it’s giving me error 404
i saw on Detected URLs that it’s not showing me the DE folder.
I saw this ticket
https://www.ads-software.com/support/topic/wp2static-and-wpml/
but it’s not working for me
i’m using Version 7.1.6
Please help
Thanks
]]>After Update from Elementor 2.9.14 to 3.1.1 if have a problem with the space between Posts after exporting the site to static output. In the testsystem where wordpress is running, the spacing is still there. After the export with wp2static to the livesystem, the spaces are gone. Before the elementor was updated, the spaces were still there on the static side.
I don’t know, if this is a elementor problem or a wp2static problem.
testsystem: https://www.dropbox.com/s/yygb451hsab2qyi/Elementor-Redaktion.jpg?dl=0
livesystem: https://www.dropbox.com/s/uxz4uwni9vtguc3/Elementor-live.jpg?dl=0
Hi, I have moved the wordpress to github pages but the blog pages and the normal pages not created correctly in static zip. Only the first page is correctly created.
Please help how to correctly export wordpress to github pages.
]]>I have noticed the plugin has been closed permanently two days ago.
Is there any reason why?
Thanks.
]]>I tried exporting my site to s3 but this error occured.
BAD RESPONSE STATUS FROM API (403)
Deployment: error encountered
Exception: BAD RESPONSE STATUS FROM API (403) in /var/www/html/wp-content/plugins/static-html-output-plugin/plugin/WP2Static/SitePublisher.php:2
It just suddenly happened.
]]>Hello.
I’m Japanese, so sorry if I’m not using the right words.
I would like to use WP2static and WP-crontrol to export static pages automatically.
WP2static and WP-crontrol are already installed.
Please let me know if there are any hook settings and automatic functions for setting up a schedule from here.
I’m new to WordPress, so I may not have enough information.
Please let me know if you have any information you need, and I will include it.
Hi,
First I want to say I really love the plugin and thank you for putting together something so amazing. I finally managed to deploy my site using BunnyCDN and was wondering if there’s a way to auto-deploy/update the Static site when I create or update a post. I have a small news site that I update daily and was wondering if there’s I don’t have to manually deploy/update the Static site every time I post. Will really help me a lot.
Thank you.
]]>I am using WP2Static 6.6.7 on WordPress 5.3.2 (corporate client does not want to update – no need really when using WP2Static). Pushing to S3.
I am also using Polylang and I have translated a few pages into Irish (/ga prefix).
Until we are ready to deploy I want to exclude the /ga pages.
The initial crawl list correctly shows that they are excluded but then the deploy includes them.
I also tried this with 6.6.20 (hence the 2 add_filter calls) and pushed to zip file and had the same issue.
I did delete the deploy cache before doing static site export.
What am I doing wrong?
<?php
add_filter( 'statichtmloutput_modify_initial_crawl_list', 'dcwd_omit_irish_from_crawl_list' );
add_filter( 'wp2static_modify_initial_crawl_list', 'dcwd_omit_irish_from_crawl_list' );
function remove_ga_url( $url ) {
// Return whether the url has /ga/ - verbose code to aid source code debugging.
if ( false === strpos( $url, '/ga/' ) ) {
return true;
}
else {
return false;
}
}
function dcwd_omit_irish_from_crawl_list( $url_queue ) {
$url_queue = array_filter( $url_queue, 'remove_ga_url' );
error_log( 'URL Queue after:' . var_export( $url_queue, true ) );
return $url_queue;
}
]]>
Hello,
I’d like to publish the static content of a WordPress site to an AWS S3 bucket.
In our company, we have some restrictions in the AWS cloud accounts. One of them is, that the user can only assume a role. Only the role then gives the user permissions to e.g. upload to S3.
Unfortunately the ‘assume role’ concept is not built into WP2Static, eventhough this pattern is quite common.
Are there any workarounds?
Best
Fabian
Just trying this out to publish static HTML landing page out of a wordpress site I have build based on Bedrock and using Elementor Page Builder.
Everything appears to work fine, however I have issues with the way that WP2Static handles the background-image CSS for sections that are created in Elementor.
It appears though the crawler gets confused when checking out the img url location for the image as it is coming from the elementor css file which is ‘buried’ into the uploads folder. So the actual background image never shows.
However, I did come up with a workaround to provide a custom ID property to the elementor section and then insert some custom CSS via the customizer. Not really ideal, but does the job. @leon is there any plans in the works to try and address this issue? I am attempting to make a simple landing page template for marketers to use and it will publish static HTML content to our production site (using hooks to BitBucket or GitLab). I’m very certain that this workaround will give them a major headache in the workflow.
]]>First of all thank you Leon for Version 6.6.21. Beers are on me! It seems to export far fewer unnecessary files than 6.6.7. I had just one problem, it didn’t export the Astra fonts e.g.:
/wordpress/htdocs/wp-content/themes/astra/assets/fonts
I tried to “include additional URLs” without success:
/wordpress/htdocs/wp-content/themes/astra/assets/fonts/astra.svg
and
/wp-content/themes/astra/assets/fonts/astra.svg
and
/htdocs/wp-content/themes/astra/assets/fonts/astra.svg
1. Are (any of!) my paths right? My site is accessible at https://127.0.0.1/wordpress
2. Can one include a folder rather than naming all the individual files?
Hi @leonstafford,
Great plugin and I feel you were ahead of your time here :). Good stuff.
I opted to build “Cloudflare Workers static site hosting” Addon from source and it appears to have built successfully as I was able to install & activate the addon, however, Cloudflare as a deployment destination is not seen on the list box next to: “Where will you host the optimized version of your site?”.
Am I missing something? Or is there an alternative way to configure this?
Would definitely at a later date consider buying the license as support and a thank you!
]]>Hi,
I really like the Idea of this Plugin.
I tested it out on my Dev Server and it does what it should.
As I understand, Stuff like “Searching”, Forms, Cookie Notice, – kind of all dynamic Functionalities does not work, right?
Or is there a workaround, if I need this kind of things?
It is not urgent.
Just asking…
Thanks in advance
Mikkel
Hello Leon,
When I am using Picture Element to server WebP image, it is not getting included in the deployment.
It is simply 404. Check this URL- https://dd.varunpatel.in/
WP site URL – https://rbe.816.myftpupload.com/
I am using 6.6.21 version same issue was with 6.6.20.
If I use PNG and JPEG without the Picture element it works.
If you can help on the same.
Thanks & Regards,
]]>Hello
Please add AMP pages
…post-name.html – normal html
…post-name.html/amp/ – AMP page
Hello Leon,
I am facing an issue with special characters and symbols while converting to static HTML.
UTF-8 is correctly defined in the head meta tag. I have disabled all plugins to check but still not solved.
I have tried With your new built 6.6.20 as well but same issue.
WP site – https://varunpatel.in
Static site – https://dd.varunpatel.in
If you can help it will be great.
]]>Hi!
I’m trying to use WP2Static as an automatic method to generate static site. I have found information that this is possible with WP Crontrol but that was only on GitHub, not at plugin’s site or in documentation. Is it possible to automate this process with crons? Or is there any possibility to automate it? I have a 6.6.7 plugin version.
Cheers.
]]>Hey,
Bought the paid version and the CF worker deploy isn’t working.
When I get to the deploy phase for the Cloudflare addon it never finishes deploying. I waited a whole 24 hours.
Any ideas how to fix this?
]]>Hello Team,
Thank you for building this awesome plugin. I tried using it in my project, however, when I open the page in offline view, the entire page shows without CSS & JS.
Is there anything, I am missing to do it?
Thank You
]]>Hi, can I ganerate only one page (not home page) or generate several pages ?
]]>Hi, I noticed that some pages are missing so I want to export them separately. How can I do it? Into the excluded URLs I entered / (just the slash) and into the included URLs I entered /page1 and /page2 (each on separate line). But with this settings, I’m getting “Failed during “Processing the crawled files”, please consult the Help tab for where to get assistance.”, so I guess I’m doing it wrong. Could you please help?
]]>Hi
is iot possible to start via cron Job and if so, how?
Cheers
All of my background images start with “https://OFFLINEZIP.wpshowp-content”. I changed the settings to make the links all relative, how can I make this apply to the background images?
]]>hello. first time posting here.
my problem:
WP2Static doesn’t generate(or not showing) mobile UI, Causing pictures are not showing on iOS devices.
WP2Static generated link: https://megumiso.com (Japanese Website.)
^ You can’t see thumbnails/pictures on iOS.
pure WordPress link: https://megumisobloginbox.megumiso.com
^ You can see thumbnails/pictures on iOS. also page is loaded on mobile UI if you’re on mobile.
I need to get either:
1. show everything correctly (even mobile page). or
2. I give up showing mobile page but at least I can see thumbnails and pictures on iOS devices.
Hi, I want to exclude some CSS and js files.
I have added URLs in Exclude certain URLs box.
But on the frontend, the links are still there.
How can I solve this?
]]>hi!
Can you give me an example of a rewrite link/directory two files in a folder?
Suppose I have multiple plugins how should I set up source directory/path,target directory/path
Rewrite Links in source code
contents/plugins/abc/,contents/builder/cde/
contents/builder/efg/,contents/builder/hij/
Rename Exported Directories
contents,contents
contents/plugins,contents/builder
contents/builder/abc,contents/builder/cde
contents,contents
contents/builder,contents/builder
contents/builder/efg,contents/ui/hij
is it correct?
]]>So I published one of my static site to netlily and saw that background images/videos are not loading.
I checked the URLs it is something like this.
https:\/\/PLACEHOLDER.wpsho\/wp-content\/uploads\/2020\/05\/home-hero.mp4
I downloaded the zip version just to check if media files are there or not and found background mages are not included.
Please check if it’s a bug or problem from my side.
Thank you.
]]>I installed the WP2Static and set up as Subdirectory on current server and Destination URL and then clicked the Button”Start Static Site Export”, but it mentioned me I should ask to support of WP2Static after 2 hours crawled…
So please let me know how can I fix this issue.
FYI, My hosting: Bluehost, CDN: Cloudflare…
https://realtycontents.com/
I will let you know if you need more information, thank you.
]]>