petrusmaximus
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Armour - Honeypot Anti Spam] Spams your Backend :(As you can delete a spam email but still is annoying
Forum: Reviews
In reply to: [FV Flowplayer Video Player] Free Version with WatermarkYou could mention the watermark it the plugin description, it would have save me some time.
Also you faked all the screenshots for the free version by removing the watermark from them.Forum: Reviews
In reply to: [WP Open Street Map] Lacking basic functionalityBecause it is not a bug. Basic functionality is missing. Maybe you could do some UX testing and find out yourself.
Wo ist jetzt hier genau die L?sung zu finden? @aweissinpsyde
Und was hat es mit der REST API auf sich? Muss man die noch an anderer Stelle hinterlegen?
- This reply was modified 5 years, 2 months ago by petrusmaximus. Reason: @aweissinpsyde
Forum: Plugins
In reply to: [WP Post Popup] Links cause background to jump to topJust fixed it:
in
/wp-content/plugins/wp-post-modal/public/js/wp-post-modal-public.js
remove line 113 ( window.scroll(0, scrollPos); )And no more jumping ??
Forum: Plugins
In reply to: [WP Post Popup] Links cause background to jump to topHey the problem still persits with Avada theme and firefox.
Any chance for a solution?
Forum: Plugins
In reply to: [WP Post Popup] Links cause background to jump to topHey,
if you addhtml.no-scroll,
body.no-scroll {
position: relative !important;
}then it works fine again ?? Except for FireFox, here the page jumps to top after closing the pop-up.
Thank you for the update!
- This reply was modified 6 years, 4 months ago by petrusmaximus.
Forum: Plugins
In reply to: [WP Post Popup] Links cause background to jump to topI can not downgrade to 2.2 beacause it does not show my sliders in the modal ??
Please fix this problem for 2.3Forum: Plugins
In reply to: [WP Post Popup] Links cause background to jump to tophtml.no-scroll,
body.no-scroll {
position: relative !important;
}It does not help with the problem and corrupts the popup position.
Also desperate for a fix.
Forum: Reviews
In reply to: [Ninja Tables – Easy Data Table Builder] Free Version not responsiveI did try your plugin and it was not responsive. The table did not collapse.
Maybe you should rethink your default settings.Forum: Plugins
In reply to: [wp-mpdf] Switch Themes@edgar33
Yes I did, I check URL parameter and change the theme accordingly.
In the file wp-mpdf/wp-mpdf.php I changed the following starting in line #457$templatePath = dirname( __FILE__ ) . ‘/themes/’;
$templateFile = $templatePath . ‘default_de.php’;
if ( isset( $_GET[‘lang’] ) && $_GET[‘lang’] == ‘en’ ) {
$templateFile = $templatePath . ‘default_en.php’;
}In this case the default_de template is used by default, if I find lang=en in URL I change the template to default_en.
Hope it helps you.
Peter.
Forum: Plugins
In reply to: [wp-mpdf] Uncaught MpdfException when $pdf_template_pdfpage is setWell I am reffering to this part of themes/default.php:
//Set a pdf template. if both are set the pdfdoc is used. (You didn’t need a pdf template)
$pdf_template_pdfpage = ”; //The filename off the pdf file (you need this for a page template)
$pdf_template_pdfpage_page = 1; //The page off this page (you need this for a page template)$pdf_template_pdfdoc = ”; //The filename off the complete pdf document (you need only this for a document template)
So this part is non-functional?
Meanwhile I found a workaround so I don’t need this function anymore.
Forum: Plugins
In reply to: [wp-mpdf] Uncaught MpdfException when $pdf_template_pdfpage is setI tried absolute and relative URI of PDF files on the server, like https://www.domain.com/wp-content/bla/file.pdf or /wp-content/bla/file.pdf. Both with the same result.
No plugin-files were modified. Except default_de.php ??
Also tried it on different WP instances with the same result.- This reply was modified 7 years, 3 months ago by petrusmaximus.