madbirdesign
Forum Replies Created
-
I’m having the same issue – a link to the WP Dashboard is present. How did you resolve it?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Difficulty adding a rowThank you – the plugin resolved the issue. The theme is very old; I’ll have to find an update. Resolved!
Forum: Plugins
In reply to: [Custom Post Type Widgets] CPT Category Not DisplayedThat did the trick! Thank you very much for your timely assistance.
Forum: Plugins
In reply to: [Simple Shortcode for Google Maps] No map displaysYes, I do. I couldn’t get Simple Google Maps Shortcode to display a location map; perhaps it was conflicting with the IMPress Listings plugin, which also uses the Google Maps API. Thank you anyway for taking a look!
I had the same problem today on a client’s website – also hosted with GoDaddy Managed WordPress. Here are the errors:
Warning: require_once(vendor/wordfence/wf-waf/src/init.php): failed to open stream: No such file or directory in /home/content/p3pnexwpnas03_data01/16/2288916/html/wp-content/plugins/wordfence/wordfence.php on line 63
Fatal error: require_once(): Failed opening required ‘vendor/wordfence/wf-waf/src/init.php’ (include_path=’.:/usr/local/php5_6/lib/php’) in /home/content/p3pnexwpnas03_data01/16/2288916/html/wp-content/plugins/wordfence/wordfence.php on line 63
Resolved. Thanks!
Yes – thank you!
I deactivated All in One, then Activated again, and it seems to be working – although I got a brief message about not being able to write to .htaccess file.
Turned off Brute force attack protection in JetPack settings.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Login Blocked by JetPackI couldn’t access the settings, but I was able to disable the All In One WP Security plugin, and now I can login to the WP dashboard.
Thank you for your quick reply!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Login Blocked by JetPackI have All In One WP Security & Firewall installed. It hasn’t given me trouble in the past, but I wonder if that is conflicting somehow with the Jetpack security?
I am able to login through WordPress.com and make some changes.
Forum: Plugins
In reply to: [The Events Calendar] Event Pricing DisappearsHello – where do I add this code to hide “Free -” when my event has a price?
Plugins: The Events Calendar, Event Tickets/* Force the use of the cost field of event and ignore tickets price */ function tribe_just_show_price_field ( $cost, $post_id, $with_currency_symbol ) { $cost_utils = Tribe__Events__Cost_Utils::instance(); $cost = tribe_get_event_meta( $post_id, '_EventCost' ); if ( $with_currency_symbol ) { $cost = $cost_utils->maybe_format_with_currency( $cost ); } return $cost; } add_filter( 'tribe_get_cost', 'tribe_just_show_price_field', 10 , 3 );
Ok – thanks for clarifying. Great plugin!
** RESOLVED **
When I turn the Lightbox ON in Avada’s Theme Options, and select Swipebox from Photonic’s inbuilt Lightbox libraries, it works on mobile safari devices. Thanks again for your help!
On a related note, the Instagram gallery seems to skip video posts. Is there a setting to include those?
Thank you for responding! If I set the Photonic > Settings > Inbuilt Lightbox libraries to “none”, then it doesn’t interfere with my mobile settings. I’ll experiment with some of the lightboxes and let you know if I can get it to work.
Yes. I’ll save these instructions in case I accidentally lock myself out again!