bitofgrace
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WC 2.1 = Major Failanswered my own shiz:
// Turn debugging on
define(‘WP_DEBUG’, true);
// Tell WordPress to log everything to /wp-content/debug.log
define(‘WP_DEBUG_LOG’, true);
// Turn off the display of error messages on your site
define(‘WP_DEBUG_DISPLAY’, false);
// For good measure, you can also add the follow code, which will hide errors from being displayed on-screen
@ini_set(‘display_errors’, 0);Warnings hidden .. for me to tend to without visitors getting nuts. 🙂
Forum: Plugins
In reply to: [WooCommerce] WC 2.1 = Major Fail** curiosity question :
My WP_DEBUG is False as well – yet can still see non fatal warnings after this update.
That normal ?Forum: Plugins
In reply to: [WooCommerce] Variable Prods Not Adding Even after fix Tic ref: #4704***
Turned OFF WooCommerce Swatches and am now able to add product to cart successfully.Any news on how soon it’ll be to get an update to that Extension so that it plays nicely with the update??
Forum: Plugins
In reply to: [WP User Frontend - Reloaded] Oscar update small conflictTHANK YOU –
The snippet i posted was from wpuf-functions.phpI’ve edited per your suggestion on the wpuf.php and things are running smoothly again.
DID have to leave the has_shortcode chunk in the wpuf-funcitons.php commented out though. Otherwise the fatal error would still be unresolved.Forum: Plugins
In reply to: [WP User Frontend - Reloaded] Oscar update small conflictOohhhhh i see now — was actually looking at wpuf-functions.php.
Madethe edit you suggested and things are back to normal -THANK YOU : )
Forum: Plugins
In reply to: [WP User Frontend - Reloaded] Oscar update small conflictThe existing bit looks like this before I commented it all out:
function has_shortcode( $shortcode = '', $post_id = false ) { global $post; if ( !$post ) { return false; } $post_to_check = ( $post_id == false ) ? get_post( get_the_ID() ) : get_post( $post_id ); if ( !$post_to_check ) { return false; } // false because we have to search through the post content first $found = false; // if no short code was provided, return false if ( !$shortcode ) { return $found; } // check the post content for the short code if ( stripos( $post_to_check->post_content, '[' . $shortcode ) !== false ) { // we have found the short code $found = true; } return $found; }Hi again- yes i had to turn it off to allow comments from customers : /
What is the problem that i should be searching for solution for ?
You mentioned “js error happened or js-file were not included into the page.” What should i be trying to fix?Thank you so much for looking into it webvitaly –
In this theme it has Woocommerce – so the “comments” are actually product “Reviews” and include the star rating.Your plugin works fantastically for eliminating the spam that floods in every day through review! 🙂
There is a bit of js on the page templates already – can you tell me how/where to look for the problem? Or is it not possible to use this for this kind of theme?
Hi Webvitaly 🙂
Looks like there are a bunch of themes out here that don’t play nice with your plugin… im sorry to bother you – but Sommerce by YIThemes looks like its one of them.
Can you check mine out and see if it can be resolved too?
http://poochie-pets.netI’m getting the error of
Go back and try again.
Error: answer is wrong. [1980]Forum: Plugins
In reply to: [WooCommerce] 2.0.11 up date yields edit page not displaying dataSame trouble here – All variable products (only) are missing the product data segments beyond Attributes. Not hidden – just not loaded at all, so cannot edit products.
Site is running smoothly despite.
:/ Still beyond frustrated.
Moving files, attempting to switch locating sidebars, still the achievement pages look like crap and are not finding the appropriate theme layouts.Will simply do without this plugin. Shame.
Let me know when hooks to theme layouts are less labor intensive.Hi Paul thank you,
Here is the link to the Mingle theme from Themeforest.
Was realizing last night that really what is missing is the CSS – all the content is there – navigation, sidebar but in raw text.http://themeforest.net/item/mingle-multipurpose-wordpress-theme/235056
🙁 I’m having the hardest time. Partly because i haven’t understood some of the instructions i’m finding on dealing with this problem.
I’m using the Mingle theme /Buddypress and most plugins work thoroughly but their are 3 that seem to ditch the template when you click on the respective tab within member profiles.
They were golden in the default BP template.
I’ve tried the fix instructed by Ipstenu, but see no change whatsoever.
The Achievements, Albums, and Link Sharing plugins still show all the content down the side of the page un-styled with no header, sidebar etc.Help, pleeeease it’s driving me mad!
-graceForum: Fixing WordPress
In reply to: “Edit pages” not working / intermittentHaving the same issue since updating to 2.9.2
All new creating areas come up blank.Create a page, post, edit a post… all blank ‘done’
:/
Forum: Fixing WordPress
In reply to: Kitchen Sink Gone…Often this is because the Profile gets reset (oneway or another) to “Disable Visual Editing”
Unclick it, be sure to Update your Profile to save the change (bottom of the page) and you should have it back : )