Magi182
Forum Replies Created
-
Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] Error 500, fully crashed website.I had a similar problem of P3 taking the entire site down during an automatic scan. I also have Woocommerce installed on this website.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Add more than 5 discount lines?I would also like this feature! Is there an easy tweak — a variable set in the code that limits the number of discounts?
Forum: Plugins
In reply to: [Exploit Scanner] hashes-4.5.2.php missingI also get the same error. The hashes file for the current version of wordpress (4.5.2) is not in the plugin files.
Trac filed. Thanks for the pointers.
Thanks, I’ll give it a shot.
Forum: Themes and Templates
In reply to: preventing theme javascripts from loading on wp-login.phpnevermind. Fixed it. The add_action line should have read:
add_action('wp_enqueue_scripts', 'init_scripts');
Forum: Themes and Templates
In reply to: How to locate the css fileLook in your theme’s header.php or functions.php file. It’s probably there, or in a file that is loaded by functions.php.
Forum: Plugins
In reply to: cformsII editor access using role scoper?I know that this is an older thread, but would be interested to hear if you got this to work?
Forum: Installing WordPress
In reply to: 2.5 permalinks problemMy permalinks aren’t working either after upgrade to 2.5.1. I am also using: /%year%/%monthnum%/%day%/%postname%/
for my permalinks. Permalinks to pages are hosed — especially pages that are children of another page. Permalinks to posts work OK.Forum: Plugins
In reply to: reblog pluginreblog can be downloaded at:
Beware, documentation and support are pretty much non-existent — it seems the project has been abandoned by the developers. You’re on your own more or less.
Forum: Fixing WordPress
In reply to: Specific parent page causing 404 errorI was getting a very similar problem — any pages that were child pages of another page, and were created before the 2.5 update returned a 404 error. The pages still existed in the database, but were not available on the site.