kevin
Forum Replies Created
-
Something is wrong somewhere. I now got 131 posts published while there are 318 items in the feed items list. Server doesn’t seem to be the cause here as the other test site on the other server has pretty much the same result.
They are all under published yes. Fetching doesn’t seem to be the problem here, it’s really about auto-posting, creating posts from the fetched items in the feed items list.
I’ve changed the settings to 5/40 for testing purposes. Let’s see how it goes. I’ve also duplicated the site onto another server with the same settings to see if it makes a difference.
Is there a button to manually trigger the creation of posts via auto-post? I can see one for manual fetching and database update.
I’m also looking for a way now to not load jquery ui and datepicker javascript files. Pretty weird all those files being loaded in the front-end.
Exactly my thought. I’m looking for a way as well to not load it.
EDIT: think i got it:
function dequeue_my_css() { wp_dequeue_style('wptoolset-field-datepicker'); wp_deregister_style('wptoolset-field-datepicker'); } add_action('wp_enqueue_scripts','dequeue_my_css',100);It prevents from loading datepicker.css in the front-end. I’m not using any datepicker at all in the site, but be sure to double check the front-end and back-end if you do use them.
Forum: Plugins
In reply to: [BulletProof Security] Remove Dismiss NoticiesGot it, thanks for the infos.
Forum: Plugins
In reply to: [BulletProof Security] Remove Dismiss NoticiesDamn, went away after 5/6 clicks. So i had to get rid of all of them manually? But will they come back someday? After another plugin update?
Forum: Plugins
In reply to: [Infinite-Scroll] Does it work in woocommerce shop page??Did anyone check the WooCommerce Infinite Product Scroll plugin?
I’m also looking for this and got to find this one.
Woocommerce 2.0 compatible.Forum: Plugins
In reply to: [WooCommerce] WooCommerce: Not sending emails orders, loss password emailJust had the same problem with a server forcing me to use use SMTP. Installed the WP-Mail-SMTP plugin, configured the SMTP infos, then changed the Woocommerce > Configurations > Emails > “From” email to one @mydomain and it works now.
Things is, in order for the emails to arrive on this server, all “From” (contact form, woocomerce…) have to be something@mydomain.com, mydomain.com being the url of the site.Hope that helps.
Forum: Plugins
In reply to: [Facebook] Publication on FB page only visible to adminNot wordpress related, just an option in the Facebook app center.
Forum: Plugins
In reply to: [Facebook] Facebook not displaying og:image on postI found a workaround about those images by using the Auto Post Thumbnail plugin on the site using the FB plugin.
Forum: Plugins
In reply to: [AJAX Thumbnail Rebuild] v1.10 does an empty media library in posthey junkcoder, sorry for the late answer. WP 3.8.1 & php 5.3.13.
Bug confirmed on a fresh install, WP 3.8.1 and plugin 1.10.Very simple to recreate, new wp install, local database, wampserver 2.2, just adding the 1.10 plugin and trying to add an already uploaded image to any post.
The
ul#__attachments-view-xxis all empty in the admin when inspecting the insert media center html part that should load the images. No javascript bug. Trying to upload a new picture triggers an error message with not much info: “An error occurred in the upload. Please try again later“.Setting
define('WP_DEBUG', true);doesn’t seem to help spotting the problem.Forum: Plugins
In reply to: [Infinite-Scroll] Uncaught Error: infinite_scroll is not definedIt means that the javascript file needed for the plugin to work is not being loaded in your page. Is that a custom post type page?
Forum: Plugins
In reply to: [Custom Content Type Manager] Fatal error on opening pages contentSeemed to have worked, i exported the local settings, imported on the online site and cleared the cache with the ‘clear cache’ tool. Thanks for the links.
Forum: Plugins
In reply to: [Custom Content Type Manager] Fatal error on opening pages contentThink i found where it came from in the database, wp_options, cctm_data is filled with absolute paths to my local dev
C:\wamp\www\mural_comunicacao\wp-content\plugins\custom-content-type-manager/fields/Does this have to be hard coded?
Quick info, this just happened to me too, all the files and folders created by duplicator got permission 755 (folders) and 644 (files) with “nobody” as owner whereas the folders and files that i create get the usual owner name. Thus i can’t delete any files nor folders at all. I’ll try to contact the support to see what can be done.