DanielKomrska
Forum Replies Created
-
Hi MailPoet,
my newsletter is set as follows:
What type of newsletter is this? Automatic newsletter
Automatically sent… When theres new content… once a day at… 6:00.The cron job is defined to be executed each 15 minutes:
*/15 * * * *In fact I am not aware about a way how to create newsletter which will not be created on weekends. I am missing something?
Thanks!
Daniel
Forum: Fixing WordPress
In reply to: Function the_time('M') does not return localised string for cs_CZIssue solved by exporting actual “MO” file from following site:
https://translate.wordpress.org/projects/wp/dev/cs/defaultIs your WordPress installed in an subfolder?
Thanks for the answer!
I am experiencing the same issue and found an workaround.
Link to the gallery looks like this:
<img class="ngg_displayed_gallery mceItem" src="http://mydomain.com/my_wordpress_folder/nextgen-attach_to_post/preview/id--3485" alt="" />The gallery starts to work when I remove the /my_wordpress_folder from the link.