Tim
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Facebook Feed] not workingHi,
You can use the shortcode in php like this:
<?php echo do_shortcode('[easy_facebook_feed]'); ?>
More information: https://developer.www.ads-software.com/reference/functions/do_shortcode/
Forum: Plugins
In reply to: [Easy Facebook Feed] "Facebook page cover" where profile pic should beYes, thats in intended. I thought about adding a cover option but i’m a bit short on time lately.
Forum: Plugins
In reply to: [Easy Facebook Feed] "Facebook page cover" where profile pic should beHi,
Thanks for reporting, i updated the alt text in version 1.3.
Forum: Plugins
In reply to: [Easy Facebook Feed] Shortcode removes rest of contentHi there,
I suspect there is a hidden fatal php error on your page that stops rendering the rest of your page. Is it possible for you to enable debugging and see what error occurs when you use the shortcode? With the error message i can look into it.
https://codex.www.ads-software.com/Debugging_in_WordPress
Tim
Forum: Plugins
In reply to: [Easy Facebook Feed] Link to Settings panel appears on every pluginNo problem. There is no caching in Easy Facebook Feed so your posts should appear immediately on your website after posting it on Facebook.
Forum: Reviews
In reply to: [Easy Facebook Feed] Plugin messing up my styleHi Wiepkje,
I think i found the problem. I looked into the Easy Facebook feed css and noticed that it also adjusted css elements other than the Easy Facebook feed layout. This was probably messing up your theme.
I changed that in version 1.2, so you can simple update the plugin. ??
Tim
Forum: Reviews
In reply to: [Easy Facebook Feed] Plugin messing up my styleHi Wiepkje,
I tried to replicate your problem with the clean twentyfourteen theme but everything looks fine in my test environment, so i’m not sure what is causing the problem. But the Easy facebook feed plugin is loading a small part of the bootstrap css to style the post panels. Maybe something there is overwriting your css child theme and causing problems. You can disable the bootstrap css in wp-content/plugins/easy-facebook-feed/class.eff.php and comment line 28 and 29, like this:
public static function eff_stylesheet() { //wp_register_style( 'eff_bootstrap', plugins_url('css/eff_bootstrap.min.css?8', __FILE__) ); //wp_enqueue_style( 'eff_bootstrap' ); wp_enqueue_style( 'eff-font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css '); }
Is this solving any problems with your child theme?
Forum: Plugins
In reply to: [Easy Facebook Feed] Profile imageHi,
Sorry for the late response, i never received a notification.
This bug got fixed a while ago in version 1.0. ??
Forum: Plugins
In reply to: [Easy Facebook Feed] Link to Settings panel appears on every pluginHi,
Thanks for reporting, i fixed this bug in version 1.1.
Forum: Plugins
In reply to: [Easy Facebook Feed] No titles are showing on postsHi, nice website you have there. When i made this plugin i played around with the post titles, but some Facebook posts have a title and others don’t. I was not really happy with that visual inconsistency and decided to leave them out.
The thumbnail size is set with some inline css (to avoid themes styles overwriting it), you can adjust it in includes/posts.includes.php.
Forum: Plugins
In reply to: [Easy Facebook Feed] Easy Facebook Feed not loadingThanks! ?? Facebook made some api changes thursday breaking small things in the plugin, its fixed in v0.6.
Forum: Plugins
In reply to: [Easy Facebook Feed] Easy Facebook Feed not loadingOn second thought, i like your idea, so i added widget support today. Just update Easy Facebook Feed to v0.5, go to appearance -> widget and drag the Easy Facebook widget to your widget area.
Have fun. ??
Forum: Plugins
In reply to: [Easy Facebook Feed] Easy Facebook Feed not loadingHi,
Sorry to disappoint you but Easy Facebook Feed v0.4 doesn′t support widgets, only pages.
Forum: Plugins
In reply to: [Easy Facebook Feed] Don't charge newest postHi,
Sorry, i can′t help you with that because i′m pretty sure thats not Easy Facebook Feed.
Forum: Plugins
In reply to: [Easy Facebook Feed] Error on page and no imagesThanks for reporting. It should work again with the 0.4 update. ??