robinizing
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change Text for Proceed to Checkout Not WorkingThis phrase is not in any of the translation files. I’m using Avada Child theme overriding some woocommerce files in the Child.
Forum: Themes and Templates
In reply to: [Make] How to remove the footer credit in the "Make" themeHave you tried to add
#site-footer .site-info{display:none !important;}to your css? This might override the display of the credits.Forum: Plugins
In reply to: [FBF Facebook page Feed Widget] Does this only work with pages?Can you please tell me how to get this to work with a group? My client will not open the fb group to everyone. I hope there is a way to pull their fb posts into their site – I want to get them in their own space…
Thanks so much.
This is their fb id => https://www.facebook.com/groups/147949238567615/
and this is their site http://www.pfrpc.com/Your help is appreciated!
Forum: Fixing WordPress
In reply to: Code shows up in Profile PageI am using the BP Registration-Options plug-in to stop spammers. When I deactivate this, the problem goes away. Is there a better plugin to use? The site gets hit pretty badly – that’s why they hired me to re-design the site!
Is there something that I can alter in the code and keep the plug-in?
Thanks for your help!
Forum: Fixing WordPress
In reply to: Code shows up in Profile PageI don’t know what it should be. Why did it just happen when I moved the site? Everything else seems to work fine… Here is the section of the plugin.php file:
do { foreach( (array) current($wp_filter[$tag]) as $the_ ) if ( !is_null($the_['function']) ){ $args[1] = $value; $value = call_user_func_array($the_['function'], array_slice($args, 1, (int) $the_['accepted_args']));Does that help you help me?