jasonthoele
Forum Replies Created
-
done – I’ll test later. Thanks!
That’s interesting. They sent me a message the other day they didn’t know anything about it so I’m glad it’s in process for resolve.
Are you sure this is the correct workaround? The post doesn’t reference path issue I’m experiencing as shown below…
\wp-content/plugins/wordpress-seo/admin/class-database-proxy.php on line 44
Still need help…
I just tried and am still getting same error.
Forum: Fixing WordPress
In reply to: Category Slugs – Multiple of the same name in different parentswatching
Forum: Fixing WordPress
In reply to: Images not displaying on site, nor in media library, but DO existsame issue as trouble2017… watching post
Forum: Plugins
In reply to: [Diverse Solutions IDX Real Estate Listings & MLS Search] SSL CompatibilityThanks for the heads up, I hope this is a priority with your development team that will be done more sooner than later. With Google putting an emphasis on ranking now for sites with SSL it’s not just a convenience its a requirement.
Forum: Plugins
In reply to: [BuddyPress Like] Liked comments of original post getting errorFIXED
I had an issue with getting this message…
Warning: array_keys() [function.array-keys]: The first argument should be an array…
so I edited line 479 of the file… /includes/like-functions.php
from this…
$users_who_like = array_keys( bp_activity_get_meta( $bp_like_id , ‘liked_count’ , true ) );
to this
$users_who_like = array_keys( (array)(bp_activity_get_meta( $bp_like_id , ‘liked_count’ , true )) );
and this fixed the problem – fyi
Haneka,
How’d you fix your issue.. please post so others have the info
<a id="SimpleEcommCartCheckoutButton" href='http://www.bakersfieldwaterpolo.com/online-store/checkout/' class="SimpleEcommCartButtonPrimary" title="Continue to Checkout"><?php _e( 'PROCEED TO CHECKOUT' , 'simpleecommcart' ); ?></a>Hi Haneka,
I actually fixed mine…
1. go to plugins>simple-ecommerce-shopping-cart>views>cart.php
2. make copy of this file and store in safe place
3. edit (should be) line 661 as shown below…This should get you going.
Forum: Plugins
In reply to: [BuddyPress Like] Known issues, and have you found any issues?Plugin breaking gravity forms
Hi Darren,
The plugin works great but when activated makes some of my gravity forms disappear. Any ideas?