thefountain
Forum Replies Created
-
Forum: Plugins
In reply to: [Bootstrap Blocks] WordPress 7 compatibilityThis is very much appreciated !
Forum: Plugins
In reply to: [Polylang] PHP WarningWhy do pro users hve to stick to 2.6.6 ß
Thanks for your reply.
Im using this snippet now, perhaps someone needs this too.// Function to change email address function wpb_sender_email( $original_email_address ) { return '[email protected]'; } // Function to change sender name function wpb_sender_name( $original_email_from ) { return 'name'; } // Hooking up our functions to WordPress filters add_filter( 'wp_mail_from', 'wpb_sender_email' ); add_filter( 'wp_mail_from_name', 'wpb_sender_name' );Forum: Plugins
In reply to: [Toplytics] Using [Shortcode] – Template is ignored…and its displaying wrong data…..I’Ve double checked with Analytics.
Forum: Plugins
In reply to: [Toplytics] Using [Shortcode] – Template is ignored…Hello,
its just on a local machine – it seems that the shortcode is not using the template.
When i do code changes in “class Toplytics_Shortcode” for testing purposes – its working as expected.Forum: Plugins
In reply to: [AMP] Exclude PagesIs there a posibility to exlude posts from AMP indexing?
Forum: Plugins
In reply to: [AMP] Exclude Pagesi mean posts….How can I exclude posts from AMP
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] HTML5 player + won’t let me add new playlistsame here! How ca this be fixed?
Forum: Plugins
In reply to: [WordPress PDF Templates] Blank PDFOk. Thanks a lot. I remove the .htaccess restriction an now its working.
Forum: Plugins
In reply to: [WordPress PDF Templates] Blank PDFBut why is there a connection to localhost?
Ist htaccess protection the reason that its not working? Shouldn’t a relative path work even with htaccess enabled?Forum: Plugins
In reply to: [WordPress PDF Templates] Blank PDFYes, /pdf-preview/ throws
`Warning: file_get_contents(http://localhost/xxx/hallo-welt/?pdf-template): failed to open stream: Connection refused in /var/www/vhosts/xxx/wp-content/plugins/wp-pdf-templates/wp-pdf-templates.php on line 243
Warning: file_get_contents(http://localhost/xxx/hallo-welt/?pdf-template): failed to open stream: Connection refused in /var/www/vhosts/xxx/wp-content/plugins/wp-pdf-templates/wp-pdf-templates.php on line 247
Warning: file_get_contents(http://xxx/xxx/hallo-welt/?pdf-template): failed to open stream: HTTP request failed! HTTP/1.1 401 Unauthorized in /var/www/vhosts/xxx/wp-content/plugins/wp-pdf-templates/wp-pdf-templates.php on line 254
Forum: Plugins
In reply to: [WordPress PDF Templates] PDF blank pagestill blank 🙁 Could anyone throw an eye on my page?
Forum: Plugins
In reply to: [WordPress PDF Templates] PDF blank pageThank you. I still get a blank PDF and no other errors. The plugin should work right out of the box, or am I wrong? When there is no error appearing the server environment should be right, or am I wrong? Is there another way of debugging this?
Best
P.Forum: Plugins
In reply to: [WordPress PDF Templates] PDF blank pageSame here, just installed and tested it – but I get only a blank page.
Forum: Plugins
In reply to: [Polylang] One custom post type not translateableNo idea for this?
How can I register this cpt to work with polylang?