M Designs
Forum Replies Created
-
Hi Peter,
Thanks for the fast response. I have made the change in the
sites-enabled
folder as well and restarted Apache and it now appears to be working correctly!Thanks agin!
- This reply was modified 3 years, 2 months ago by M Designs.
Hello, any ideas on this issue?
Forum: Plugins
In reply to: [WP to LinkedIn Auto Publish] Issue with App AutorizationThanks, I appreciate it! I have set it to profile only while the review is in process.
Same issue here
Hi Subharanjan,
I have updated the PHP version on my server from 5.2 to 5.4 and the plugin is working great now. Thanks for the quick response and awesome plugin!
Forum: Plugins
In reply to: [Blogger Importer] Import process never finishesI was able to get the import to go through locally by refreshing every few minutes and clicking “continue.” I am currently in the process of zipping up the uploads folder and uploading it to my hosted site.
I am not new to WordPress, been using it for 7+ years, I am already quite familiar with how it works.
Thank you for the response.
Forum: Plugins
In reply to: [Recent FB Posts] Dashboard is blankSame problem here. When I click the RFP link in settings, some of the links in the left menu are missing and in the right panel its just blank.
Forum: Fixing WordPress
In reply to: Media Library creates 14 pages of empty files (4.0)*Update* I re-downloaded 4.0 and overwrote all the files and now all is well, weird.
Forum: Fixing WordPress
In reply to: 4.0 Upgrade Makes Comments DisappearDid you backup your database prior to updating? If so, just download the latest 3.9.2 from here: https://www.ads-software.com/download/release-archive/ overwrite the files(except for wp-config.php) and restore your database.
Is there any way to disable the requirement for post_content to be mapped? I am trying to use the plugin to populate a custom post type which does not use the content block, so I have nothing to map it to.
Thanks!
*UPDATE* Nevermind, I added an extra header in my CSV with empty rows below it and mapped that to post_content and it went through perfectly. Thank you so much for this plugin, just saved me hours!!
Forum: Plugins
In reply to: [WP Open Graph] Facebook showing the wrong image/descriptionDid you try using the debug tool to manually refresh the data on Facebook’s end? That’s what worked for me.
Forum: Plugins
In reply to: [WP Open Graph] Facebook showing the wrong image/description*UPDATE*
I found this link: https://developers.facebook.com/tools/debug
Which allows you to manually refresh the OG meta data and now it is working great, thanks again, this plugin has saved me a lot of headaches!
Forum: Plugins
In reply to: [Sync Facebook Events] Quit SyncingThe company behind The Events Calendar now charges an extra fee for this plugin(the developer of this free version has ceased development). I shelled out the extra cash for the premium plugin only to find out that it doesn’t work on Facebook pages with age restricted content :/
Forum: Plugins
In reply to: [Sync Facebook Events] Quit SyncingSame problem. Says “Events Calendar updated with current Facebook events.”
But none of the events sync.
Forum: Plugins
In reply to: [The Events Calendar] Setting is_page for Events Calendar?UPDATE: Figured it out on my own using the events calendar conditional tags found here:
https://gist.github.com/jo-snips/2415009My new code:
<?php if (tribe_is_month() || tribe_is_upcoming() && !is_tax()) { echo "active"; } ?>