thatwastaxing
Forum Replies Created
-
Forum: Plugins
In reply to: [Enable Media Replace] Not compatible with WordPress 3.5's new media managerThanks!
Disabled it in functions.php:
<?php function my_scripts_method() { wp_deregister_script('thickbox'); wp_enqueue_script( 'jquery' ); } add_action('wp_enqueue_scripts', 'my_scripts_method'); ?>
From here: https://premium.wpmudev.org/forums/topic/how-to-deactivate-the-plugins-built-in-thickbox
Forum: Plugins
In reply to: [Simple Lightbox] [Plugin: Simple Lightbox] image max size is too large+1. I’d like to be able to choose which size is displayed. Currently, the default of original image size is far too large.
Otherwise, thanks for the plugin.
Just updated to 3.5 and now I get this at the top of my admin:
Warning: Missing argument 2 for wpdb::prepare(), called in C:\xampp\htdocs\testsite\wp-content\plugins\media-file-renamer\media-file-renamer.php on line 159 and defined in C:\xampp\htdocs\testsite\wp-includes\wp-db.php on line 990
EDIT: The warning disappeared. Ignore this post.
Forum: Plugins
In reply to: [IntenseDebate Comments] Logged in users being asked for name; can't commentIt does the same even logged in as admin.
I have FB and twitter login enabled. I have disabled guest posting using the CSS trick on the IntenseDebate blog.
Done with the help of another plugin that lets you include content from another page: https://www.ads-software.com/extend/plugins/rps-include-content/
Hopefully, the contact form can be worked into the Show Ad page in the future, or at least clicking on the link should bring up a modal window, since having to navigate away to another page is inefficient.
For the meantime, the RPS Include Content plugin will do but it’s a quick fix for now.
Thanks. I think I’m gonna try to ajaxify it.
In the meantime, check out Convert Address to Google Maps Link.
The code will have to go in the ad details section but it works great.
You just need to make container divs that have widths in percentages to make AWPCP adapt to a responsive design.
More peculiarities: It works in the frontend but not the backend in Chrome.
Hi, I deactivated all plugins but yours and the problem persists.
It’s not working in Chrome again either. Strange.
I even switched to Twenty Eleven but the ad details character count doesn’t work in the admin either.
It’s working now in Chrome even though I didn’t change anything. Firefox shows 0 then nothing still.
+1
Arnan, perhaps this post will help you for your next update: Make Any Plugin Work with WP Super Cache
Forum: Plugins
In reply to: [WP Better Emails] [Plugin: WP Better Emails] Conflict with Contact 7 Plugin?Me too. Ended up deactivating WP Better Mails because of the conflict with Contact Form 7.
Hopefully this plugin gets updated to correct that since I rather like the nicer looking emails ??