totallylaura
Forum Replies Created
-
Forum: Plugins
In reply to: [SlickQuiz] Choose the image you share on FacebookHmm great solution – although this isn’t working for me.
Forum: Plugins
In reply to: [SlickQuiz] Hide e-mail share buttonThanks for this code! I came in hunting for the same solution.
Just two slight tweaks to the code above made it work perfectly for us:
.slickQuizWrapper .quizShare .emailButton { display: none !important;}
Forum: Plugins
In reply to: [Plugin: Email Before Download] – my head hurtsThanks so much – can I grab the original php from somewhere easily? I deactivated and deleted the plugin but when I reinstalled it it has recalled the settings?
Forum: Plugins
In reply to: [Plugin: Email Before Download] – my head hurtsThanks so much! This worked a treat BUT…. Now I see the check boxes and no data entry – not even after I tick a box?
Link here: https://www.geo-strategies.com/testing-multi-files/
Shortcode: <div class=”ebdrk”>[email-download download_id=”1838,1836,1833″ contact_form_id=”1824″]</div>
Contact Form code:
<ebd/>
<p>Your Name (required)
[text* your-name] </p><p>Company
[text* your-company] </p><p>Job title
[text* your-job-title] </p><p>Your Email (required)
[email* your-email] </p><p>Telephone number
[text* your-phone] </p><p>[submit “Download”]</p>
Forum: Plugins
In reply to: [Plugin: Email Before Download] – my head hurts1. Shortcode and a URL showing the WordPress Download Monitor working successfully:
Shortcode: [download id=”1842″]
URL: no idea how to get a URL to show the Download Monitor operating correctly?2. Shortcode and a URL showing the Contact Form 7 working successfully
Shortcode: [contact-form-7 id=”1824″ title=”Brochures & Factsheets”]
URL: https://www.geo-strategies.com/big-data-for-dummies/ (this one works fine)the code in this form is as follows:
<ebd />
<p>Your Name (required)
[text* your-name] </p><p>Company
[text* your-company] </p><p>Job title
[text* your-job-title] </p><p>Your Email (required)
[email* your-email] </p><p>Telephone number</br />
[text* your-phone] </p><p>[submit “Download”]</p>
*seems that when I add the <ebd/> code it might be breaking?*
3. Shortcode and a URL showing the Email Before Download failing
Shortcode: [email-download download_id=”1838,1833″ contact_form_id=”1824″]
URL: https://www.geo-strategies.com/mulitple-files-testing/ (same code as above but trying to add one extra file already added to Download Monitor)Forum: Plugins
In reply to: [Plugin: Email Before Download] – my head hurtsThanks for the speedy reply – the options at #12 and 13 are correct – just checking your link before coming back. Thanks so much. Am at the point of giving up and going with single files.
OK new post coming – figured it was me trying to work the issue already described above… Thank you.
Thanks for these amazing tips…. I am trying desperately to do this for a client but when I add more than one file to the short code I get this:
Warning: DOMDocument::loadXML() [domdocument.loadxml]: expected ‘>’ in Entity, line: 17 in /home/mosaicweb/mosaic.geo-strategies.com/wp-content/plugins/email-before-download/email-before-download.php on line 243
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Opening and ending tag mismatch: p line 17 and br in Entity, line: 17 in /home/mosaicweb/mosaic.geo-strategies.com/wp-content/plugins/email-before-download/email-before-download.php on line 243
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Opening and ending tag mismatch: form line 1 and p in Entity, line: 18 in /home/mosaicweb/mosaic.geo-strategies.com/wp-content/plugins/email-before-download/email-before-download.php on line 243
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Opening and ending tag mismatch: div line 1 and form in Entity, line: 20 in /home/mosaicweb/mosaic.geo-strategies.com/wp-content/plugins/email-before-download/email-before-download.php on line 243
Warning: DOMDocument::loadXML() [domdocument.loadxml]: Extra content at the end of the document in Entity, line: 20 in /home/mosaicweb/mosaic.geo-strategies.com/wp-content/plugins/email-before-download/email-before-download.php on line 243
Warning: Invalid argument supplied for foreach() in /home/mosaicweb/mosaic.geo-strategies.com/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 /home/mosaicweb/mosaic.geo-strategies.com/wp-content/plugins/email-before-download/email-before-download.php on line 261