Usergelöscht
Forum Replies Created
-
I have to add that it is happening no matter if abonnements are deactivated or activated.
English translation: 😉
Hi there,
I’m using Jetpack and users able to subscribe to my newsletters.
For this I am using wp_sleep with the shortcode and at the very end of my newsletter it looks like this:[wpsleep end=”05.10.2012 02:00″]The offer has been removed.[/wpsleep]
[wpsleep start=”05.10.2012 02:00″]
End
[/wpsleep]The users and me can see the shortcode posted above – What can I do to solve this problem?
Yes, that works, thank you! 😉
Forum: Fixing WordPress
In reply to: Pretty Link Lite Error after updateSame problem over here.
2 of mine Webpages (No Beta or RC) Prettylink still keep one give me this error message.
But all the links does work.
Suggestions ?
Ps: Official Prettylink website (http://prettylinkpro.com) is still offline.
Sorry, hatte meinen vorherigen Post editiert, schau mal bitte°°°°!
Edit: Hat sich erledigt, grins, das kommt davon, wenn man nicht sooo gut der englischen Sprache mächtig ist, hatte von einer Seite etwas kopiert und in die functions.php eingefügt:
function adjust_wp_table_reloaded_url_datatables_language_file( $url ) {
return ‘https://champions.stanford.edu/wp-content/plugins/wp-table-reloaded/languages/datatables/lang-en_US.txt’;
}
add_filter( ‘wp_table_reloaded_url_datatables_language_file’, ‘adjust_wp_table_reloaded_url_datatables_language_file’ );Nachdem ich das entfernt hatte, ging es natürlich, oh Mann. Vielen Dank, Tobias, Du hattest also recht damit! 😉
Hallo Tobias, danke für Deine Antwort, nein, daran liegt es nicht, zumindest sind die beiden von Dir genannten Einträge identisch, ich hab das gerade extra noch mal überprüft.