Friiitz
Forum Replies Created
-
Forum: Plugins
In reply to: [WPC Smart Wishlist for WooCommerce] How to change the count on the wishlist?In order to update the counter, you need to place the following code in your footer section:
jQuery(‘body’).on(‘woosw_change_count’, function(event, count) {
jQuery(‘.class-of-your-counter’).html(count);
});Replace “class-of-your-counter” with your class.
Forum: Plugins
In reply to: [Contact Form 7] Selectable recipients with pipes not working correctlyWhat exactly have I done wrong?
Forum: Plugins
In reply to: [Contact Form 7] Selectable recipients with pipes not working correctlyIt is on our
internal WP intranet installation
– so it’s not public. Do you need more code?
Forum: Plugins
In reply to: [Material Design for Contact Form 7] Does not work for IE11Same problem here. I am using the free version with IE 11.0.9600.19572 and the issue is that my conditional field based on a dropdown selection does not show. It works just fine in Firefox version 75.0
Since most of our company computers have IE as their default browser that’s an issue I need to fix. Could you please help?
Forum: Plugins
In reply to: [Download Monitor] Downloads not listed in backend after server moveYes, the old site is still accessible online: https://www.gerband.ch
Forum: Plugins
In reply to: [Download Monitor] Downloads not listed in backend after server moveI deactivated and deleted the plugin and erased all data from the database to do a clean re-installation – and still, the overview does not list any newly created downloads.
Forum: Plugins
In reply to: [Adminimize] Problems after WP updateNow that I removed the old version / replaced it with the new dev files it seems to work. Thank you.
Forum: Plugins
In reply to: [Adminimize] Problems after WP updateHello Frank – thank you for the reply. I downloaded the dev version but I was still not able to install it. Error message:
The Plugin cannot be activated.
Parse error: syntax error, unexpected T_FUNCTION in /…/wp-content/plugins/Adminimize-master/adminimize.php on line 383If there is more feedback that would be helpful please let me know. I am happy to help.
Forum: Plugins
In reply to: [Adminimize] Problems after WP updateHi! I am also having problems after the latest WP update:
The plugin cannot be activated.
Parse error: syntax error, unexpected T_FUNCTION in /…/wp-content/plugins/Adminimize-master/adminimize.php on line 383I had the standard version installed without any customizations. I had to deactivate the plugin in order to access the site at all again (frontend and backend). The dev version does not solve the issue.
Thank you for any help with this.
Forum: Plugins
In reply to: [Email Before Download] Form with multiple file downloads breaks themeI just disabled the “hidden form” and it works now on the product page without breaking anything. Also saving the test post with the multiple download shortcode works now.
I guess I just go with this solution now. Thank you very much for your help!
Forum: Plugins
In reply to: [Email Before Download] Form with multiple file downloads breaks themeThank you for the indepth suggestions. However, nothing solved the problem.
I assume you meant that it gives a 500 error when SUBMITTING the form, not when saving the post, correct? It doesn’t make any sense that it would give a 500 when saving the post unless you have problems with your site unrelated to the EBD plugin (since the shortcode is not run when you save a post .. it’s just text on the page).
No, it’s like I said when SAVING the post with the multiple file shortcode in it. See the error log below:
Warning: DOMDocument::loadXML(): Specification mandate value for attribute required in Entity, line: 12 in …/wp-content/plugins/email-before-download/email-before-download.php on line 243 Warning: DOMDocument::loadXML(): Opening and ending tag mismatch: input line 12 and div in Entity, line: 12 in …/wp-content/plugins/email-before-download/email-before-download.php on line 243 Warning: DOMDocument::loadXML(): Opening and ending tag mismatch: div line 11 and form in Entity, line: 15 in …/wp-content/plugins/email-before-download/email-before-download.php on line 243 Warning: DOMDocument::loadXML(): Opening and ending tag mismatch: form line 3 and div in Entity, line: 15 in …/wp-content/plugins/email-before-download/email-before-download.php on line 243 Warning: DOMDocument::loadXML(): Premature end of data in tag div line 1 in Entity, line: 15 in …/wp-content/plugins/email-before-download/email-before-download.php on line 243 Notice: Trying to get property of non-object in …/wp-content/plugins/email-before-download/email-before-download.php on line 247 Warning: Invalid argument supplied for foreach() in …/wp-content/plugins/email-before-download/email-before-download.php on line 247 Fatal error: Call to a member function appendChild() on a non-object in …/wp-content/plugins/email-before-download/email-before-download.php on line 261
Yes, both single files work – with and without captcha as well as in email and inline mode and with W3 Total Cache enabled and disabled.
The submit button is there. It is just renamed to “Dokument(e) anfordern”. Removing the captcha did not solve the problem, changing the setup to inline link neither. Deactivating W3 Total Cache (with inline and email option) had no effect either.
I am using double quotes in all the shortcodes.
Forum: Plugins
In reply to: [Email Before Download] Form with multiple file downloads breaks themeIt even breaks the backend when saving the post (error 500).
This is the shortcode I included in the post.
Here is the link to the post with saved shortcode.
This is just really strange…
Forum: Plugins
In reply to: [Email Before Download] Form with multiple file downloads breaks themeHere is a link to the broken page. The form is inside the “Download” tab.
Forum: Fixing WordPress
In reply to: Flash Upload Leads to LoginI have the same problem. Anyone found something to fix it?
(I use WP 2.9.2)