MagicStick
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Post Duplicator] Activate errorHi Gordon. Thanks very much for the heads up on that. I’ve updated the 3 instances of <? (not sure how that go into my code) and pushed out an update!
Forum: Plugins
In reply to: [Multisite Post Duplicator] pagesAre you running version 0.2.1? I updated as per a bug that I realised might cause some pages to be missing?
Also the pages that are generated could be a custom post type? If so you will have to find the name of the custom post type and select that from post type from the first drop down in the on the Process Duplication section.
Hope this helps!
Forum: Plugins
In reply to: [Contact Form 7] Shrink SizeJust append any of the suggested code to what you have identified above.
ie. This
/*--- contact form 7 ---*/ .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 textarea { padding: 19px 15px; width: 100%;} .wpcf7 span.wpcf7-form-control-wrap {display: block; padding-right: 30px; margin-top: 7px; }should become:
/*--- contact form 7 ---*/ .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 textarea { padding: 19px 15px; width: 100%;} .wpcf7 span.wpcf7-form-control-wrap {display: block; padding-right: 30px; margin-top: 7px; } div.wpcf7 { width: 400px !important; }Forum: Plugins
In reply to: [Contact Form 7] Shrink SizeYou could just simply add the following to your css file:
.wpcf7{ width: 300px !important /* or any suitable size */ }Forum: Plugins
In reply to: [Contact Form 7] 3.9 White screen (Not recognising wpcf7_add_shortcode())I figure out a solution. Updated my code to the following:
add_action( 'init', 'xxxxx_wpcf7_add_shortcode', 5 ); function xxxxx_wpcf7_add_shortcode() { wpcf7_add_shortcode('wpcf7_doclink', 'add_doclink', true); } function add_doclink() { $page_id = get_queried_object_id(); $the_file_url = get_post_meta($page_id, 'thepost_doc_url', true); $html = '<input type="hidden" name="your-doclink" value="'.$the_file_url.'">'; return $html; }Forum: Plugins
In reply to: [Quick Chat] [Plugin: Quick Chat] Allow Editors to ModerateThank you very much Marko. I will do this fix for now, but look forward to the update! Cheers!
Great job on the plugin. Very happy.
Forum: Plugins
In reply to: [OptionTree] [Plugin: OptionTree] allowing editor useI would also like further help on this if possible.
Forum: Fixing WordPress
In reply to: Site Hacked Twice in the last 14 days – Advice NeededThanks mate. Yeah. I just updated my passwords to wordpress to something very strong. I’ll look into virus/malware removal on mac. At first glance I found this which is available on the mac store for free:
Forum: Fixing WordPress
In reply to: Site Hacked Twice in the last 14 days – Advice NeededThanks TIm. I’m running on a mac so not sure if I still need to do the virus scan. I also use 1Password, which required no keystokes?
Is there any recommended malware remover for macs?
Forum: Your WordPress
In reply to: An new theme by meAN new theme. Jeez that’s embarrassing. :-S
Forum: Plugins
In reply to: [Plugin: IMDb link transformer] Plugin could not be activated….Nice one mate. Through debugging I have identified that it was WP-Twitter plugin that was causing the problems:
http://www.joedolson.com/articles/wp-to-twitter/
I’ve removed that plugin now. There are a few other plugins that do the same thing so I’ll see if I can find one that is compatible with all my desired plugins!
Forum: Your WordPress
In reply to: I Bite Yer Bum. Comments Would be Awesome.Thanks Dawn! It means a wee bit more coming from a graphics design teacher! 😉
Forum: Your WordPress
In reply to: I Bite Yer Bum. Comments Would be Awesome.thanks monkeysUncle. 🙂
I’ve not made the text white, but I have made the text a lighter shade of gray based on your advice. Thanks!
Forum: Your WordPress
In reply to: I Bite Yer Bum. Comments Would be Awesome.Hi guys. Sorry to bump this thread back up. Would love to hear more comments so I can refine my design (or not).
Forum: Your WordPress
In reply to: New Site, Looking for some FeedbackLooks alright to me. 🙂