wdwradio
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Social Comments] Two-Way comments?Thank you for the quick reply!
I got the app working (I forgot to link to my privacy policy), but I don’t seem to see the comments.
For example, when I comment on this post:
https://www.wdwradio.com/2018/12/wdw-radio-539-mary-poppins-returns-interviews/
and I click “also post to Facebook” it shows as a post on my timeline.
Is there a way all comments made on the blog will show up on the WDW Radio Facebook page under a single link to the blog? (Example: https://www.facebook.com/wdwradio/posts/10155976844852546)
Basically, I want the comments made on the blog to show up in a single post on Facebook.
THANK YOU!!!! ??
Forum: Plugins
In reply to: [Visual Form Builder] Check boxes don’t have line breaks(Note: I am using Avada 4.x)
Forum: Plugins
In reply to: [The Events Calendar] Featured image option not showing upMy functions.php file (I am using the Lotus theme) now looks like this, but still doesn’t work:
<?php
/*———————————————————————————–*/
/* Add your custom functions here
/*———————————————————————————–*/add_theme_support( ‘post-thumbnails’ );
/*———————————————————————————–*/
/* Init theme framework
/*———————————————————————————–*/
require(‘axiom/axi-include/index.php’);
/*———————————————————————————–*/
?>Forum: Plugins
In reply to: [The Events Calendar] 404 errorHmm… just noticed that for some reason the Featured Image box does not show up on the right side. It does not show up as an option under Screen Options
Forum: Plugins
In reply to: [The Events Calendar] 404 errorThat worked! Thank you!
Unzipped the file and manually uploaded. Tried as is and no luck. Made the change and still got:
Warning: CF7DBPlugin_init() [function.CF7DBPlugin-init]: open_basedir restriction in effect. File(/CF7DBPlugin.php) is not within the allowed path(s): (/var/www/vhosts/MY-SITE-NAME.com/httpdocs:/tmp) in /var/www/vhosts/MY-SITE-NAME.com/httpdocs/wp-content/plugins/contact-form-7-to-database-extension/CF7DBPlugin_init.php on line 24
Warning: CF7DBPlugin_init(CF7DBPlugin.php) [function.CF7DBPlugin-init]: failed to open stream: Operation not permitted in /var/www/vhosts/MY-SITE-NAME.com/httpdocs/wp-content/plugins/contact-form-7-to-database-extension/CF7DBPlugin_init.php on line 24
Fatal error: CF7DBPlugin_init() [function.require]: Failed opening required ‘CF7DBPlugin.php’ (include_path=’.:’) in /var/www/vhosts/MY-SITE-NAME.com/httpdocs/wp-content/plugins/contact-form-7-to-database-extension/CF7DBPlugin_init.php on line 24
Thanks for your help!
Looks like the httpdocs/wp-content/plugins/contact-form-7-to-database-extension/contact-form-7-db.php doesn’t exist
Looked via FTP and the file is not there
Tried uninstalling and reinstalling but no luck
Thanks!