MutualDesigns
Forum Replies Created
-
Forum: Plugins
In reply to: [Animated Blocks on Scroll] Hide First Stays HiddenFYI, I updated ScrollClass.js to v1.1 and this issue was resolved. I would suggest this as an update to the plugin! Possibly update animate.css as well.
Thank you for creating this! It has been a great help with clients!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Authentication IssuesIt was an issue with my home url. I leave this blank and define the settings in my wp-config.php to support my local URL as well as my remote URL and this does not work to authenticate UpDraftPlus. Thanks!
Did you ever find a solution to this? I’m having the exact same issue with a project I’n currently working on.
Forum: Plugins
In reply to: Does Register Plus plugin work with 2.8xI use 2.9.2 with Theme My Login and it works wonderfully. Rumor has it that Register Plus will become integrated into Theme My Login soon.
However, I haven’t gotten the password strength meter (which worked in the past) and the date fields working.
Good news. If you use Theme My Login, the creator of this plugin is taking the functionality of Register Plus and integrating it into his plugin. This will solve a ton of registration needs.
Forum: Fixing WordPress
In reply to: The right sidebar is at the bottom of the posts! Help!It looks like your entire site being housed in your content div tag. Make sure you’ve ended all of your div tags.
Forum: Plugins
In reply to: Exclude posts from a category from appearing in Tag CloudI want to do the same thing you are looking to do! Any suggestions would be great!
Forum: Fixing WordPress
In reply to: WordPress tag cloud (wp_tag_cloud) list category specific tagsI am looking to do this same thing and am shocked to find that no one seems to know how to do it…
Any help would be greatly appreciated!
Forum: Requests and Feedback
In reply to: Visitor Registration, then loginI am looking for something similar. I want a lightbox/thickbox login, so that it pops up over my screen when you hit login. Any plugins for that? I have looked everywhere!
Forum: Plugins
In reply to: Featured Authors Latest Post jQuery fade-in/fade-out PluginIt sounds awesome! If you could email me when you are finished, I would be happy to test it on a project I am working on! [email protected]
Forum: Fixing WordPress
In reply to: Contact Form 7 – how to not send blank fields?I am looking for the same answer. If fields are left blank and are tagged in the email sent, the form does not work.
Anyone have any suggestions?
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] How to add multiple mailadressesI’ve been trying to do this as well. I have it setup like this:
<div id=”referral”>
<p>Your Name: (Required)
[text your-name]</p><p>Your Email: (Required)
[email your-email]</p></div>
<center><h3>Enter up to 6 Emails Below</h3></center>
<div id=”referral-left”>
<p>[email email1] </p>
<p>[email email2] </p>
<p>[email email3] </p>
<p>[email email4] </p>
<p>[email email5] </p>
</div>
<div id=”referral-right”>
<p>[email email6] </p>
<p>[email email7] </p>
<p>[email email8] </p>
<p>[email email9] </p>
<p>[email email10] </p>
</div>
<div id=”clear”></div>
<center><p>[submit “Refer Friends”]</p></center>
However, when I place [email1], [email2], [email3], etc into the To: field, the user has to enter an email in for each field or it does not work.