blackpebble
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress] Problem with feed thumbnail/featured imagesYeah, defining the FAF_DEBUG as false should do the trick, just like emalave pointed out.
You could do it many ways and all of the above ways would work. Some people prefer to negate if statements as:
if (0 && *initial condition*)
This should be brought to the developer attention since in some cases with auto updating on page load this output was printed on a live site – which is bad.
Forum: Plugins
In reply to: [FeedWordPress] Problem with feed thumbnail/featured imagesI nailed this down to FAF (FeedWordpress Advanced Filters).
They have this as output if the plugin is in DEBUG MODE, but I could not find a back-end setting for this so I manually hardcoded the DEBUG MODE variable to FALSE.
The output is no longer shown. Hope it helps.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Scheduled optimization – how many per hour?Okay that sounds good. If it obeys the limit of delay X seconds between images I can set it to process an image every say 60 seconds and not impact server too much. Thanks!
Forum: Plugins
In reply to: [EWWW Image Optimizer] Scheduled optimization – how many per hour?Thank you, but what if I want the Scan and Optimize to run in the background and not have a tab open?