Pierre_02
Forum Replies Created
-
:(… Is it planned ?
TIA.
Pierre.
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] French translation of the pluginYeah ๐ !
Cool ๐ ! As usual, thanks a lot, Scott ๐ !!
Amicably,
Pierre.
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Bug when changing themesOk, i’ve worked recently on themes in my functions and there’s a really easy way to get the actual used theme by :
get_stylesheet();. This will give you the “slug name” (short name) of the theme.So, if it’s the first time the user click on “Generate” you store the value of
get_stylesheet();in the array of settings ofsimply_staticin wp_options table and every other time, you do aget_stylesheet();, compare it with the one you’ve stored before and if it has changed you applied the required process ๐ ?
BTW, no need for users to remove theme(s) from WP and a cleaner method to apply change ๐ !TIA,
Pierre.
Hi Scott ๐ !
Ok, waiting for your feedback ;)…
Amicably,
Pierre.
Hi Scott ๐ !
Great news ๐ !! Cool ! Thanks a lot Scott ๐ !!
Amicably,
Pierre.
A few generated process later :)… It’s seems that Simply Static finish by trying to copy my file but without any success ๐ …
Here the copy of the generated .htaccess file in the statics files directory :<!DOCTYPE html> <html> <head> <title>Redirecting...</title> <noscript> <meta http-equiv="refresh" content="0;url=http://subdomain.domain.tld/wp-content/.htaccess"> </noscript> <script type="text/javascript"> window.location = "http://subdomain.domain.tld/wp-content/.htaccess"; </script> </head> <body> <p>You are being redirected to <a href="http://subdomain.domain.tld/wp-content/.htaccess">http://subdomain.domain.tld/wp-content/.htaccess</a></p> </body> </html>this causes, of course, some Errors 500 on the static copy :)…
TIA.
Amicably,
Pierre.
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Bugs in the last release (1.3.0)Hi again Scott ๐ !
No problem, and no trouble because now I always keep the 1.2.4 release and if there’s something wrong I “restore” it ;).
Thanks again for the cool and quick support ๐ !!Amicably,
Pierre.
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Keep a document "dynamic"Hi again Scott ๐ !
Ooooh… This is a bad new for me :(. I’d really like to be able to use my own forms.
I hope you will change your mind and place this feature on your top list ๐ !!TIA.
Amicably,
Pierre.
Hi Scott ๐ !
Yes, i know :$, but I was not sure you’ve read it some i prefered to open a new thread for that particular request ;).
That feature is really important to me because I think it can give to all of us the possibility to use (if we want it) our own server ressources and without the dirty way to use Google or Wufoo services ;).TIA.
Amicably,
Pierre.
Hi Scott ๐ !
That’s a great new for a cool plugin, thanks to an awesome support and an amazing team ๐ !!
I hope it will be add in the short-term ;).
Completed by the possibility to pass some parameters (perhaps an array of modified posts/pages) will be fantastic ๐ !!
Really impatient to see the future evolution of the plugin and all the features implemented :p !!Amicably,
Pierre.
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Issues with v1.3Hi Scott ๐ !
Same problem here. Despite the fact that I’ve set a “Destination URL” different of the “Origin URL”, all the generated pages lead to the “Original URL” :)…
TIA.
Amicably,
Pierre.
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Bugs in the last release (1.3.0)Thanks for the quick reply Scott ;).
No problem for the 1.3.0 release, i have kept the “old” version just before the update and otherwise i know where to get the older releases ;).
PS. Anyway i’m always interested if you know a way to use a contact form ;).
Amicably,
Pierre.
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Keep a document "dynamic"It’s me again ;).
Could add the possibility to not change the url when you find the tag
<form>with the attributeactionin it ?
Perhaps with the help of regex. BTW, we can keep the contact form to works :).
I’ve done some test on my development website and it works well ๐ !TIA,
Pierre.
Forum: Plugins
In reply to: [Co-marquage service-public.fr] URL rewritingBonjour Sรฉbastien.
Personnellement, je prรฉfรจre (et je pense que c’est aussi le cas des moteurs de recherche ๐ ) les URL “parlantes”. Cela n’empรชchera pas les moteurs d’indexer les contenus (et c’est vrai dans les 2 cas) et pour un site utilisant les permaliens, c’est quand mรชme plus “propre”.
Si cela ne reprรฉsente pas une grosse difficultรฉ de le coder, pour ma part je prรฉfรจre, mais ce n’est que mon avis :)…
Maintenant, c’est vous qui voyez :).
En attendant encore merci pour le partage ๐ !
Amicalement,
Pierre.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Cron job not sending newsletterHi takut,
it seems to be a recurring problem for all of us :). Here is my two cents on that, that i have just posted to an other guy.
I personnaly use a manual cron job on my websites and i have noticed that as long as you didn’t change the sending frequency in the “Sending by” tab, Mailpoet don’t define some needed tasks in the WP cron events.
So, actually, the only way that i’ve found to correct what i call a little bug ๐ is to change that setting.
BTW, MailPoet will define 5 new tasks (wysija_cron_queue, wysija_cron_daily, wysija_cron_bounce, wysija_cron_weekly and wysija_cron_monthly) in the WP cron events that will be triggered by your cron and everything will be fine :).
To be sure that your manual cron will be executed correctly, go to the settings of MailPoet, then “Advanced” tab > click on the link “Show” of “Geeky Options” and verify that the checkbox “Enable MailPoet’s Cron” is UNCHECKED ๐Amicably,
Pierre.