Dre Rivs
Forum Replies Created
-
Forum: Plugins
In reply to: [Contextual Related Posts] CRP Image missing srcsetI found an improvisation (a semi-solution). I cannot really call this a solution because, ideally, “srcset” should appear when other registered image sizes are used, not just crp_thumbnail.
The improvisation:
Srcset appears in the markup only when ALL of the following conditions are true:
1. “crp_thumbnail” is selected in Settings > Related Posts > Thumbnail > Thumbnail size.
2. A width is specified in Settings > Related Posts > Thumbnail > Thumbnail width.
3. A height is specified in Settings > Related Posts > Thumbnail > Thumbnail height.
4. The specified width and height match the width and height of a registered image size.I already resolved this issue.
I installed CRP v.1.9.1 along with Nando Pappalardo’s Featured Posts plugin. I observed that this plugin affects CRP.
I just removed the Featured Posts widget, and CRP now works as desired.
Thanks 🙂
You’re correct, Janjonas. It’s just the way the plugin, AJAX and JS/JQuery works. The new dom element is added/reloaded and JQuery listeners for inside the comments area are no longer re-bound. This issue can be solved by binding the listener to the comments container or parent div using .on() to listen for events that bubble from inside the comments area. Thanks 🙂
Thanks Janjonas. Problem already solved. I used the .on() for JQuery, but bound it to the parent div, to catch the bubbling of the event from within the comments container. Thanks 🙂
Forum: Plugins
In reply to: [W3 Total Cache] Wp3 object cache errorI get the same error message. I just updated W3 Total Cache today, April 5. Right after updating, the error message shows up on the Plugins page and the Performance (W3 Total Cache) setting page: “The Object Cache add-in file object-cache.php is not a W3 Total Cache drop-in. Remove it or disable Object Caching.”
Similar problem here. I just updated W3 Total Cache today, April 5. Right after the update, the error message shows up on the Plugins page and the Performance (W3 Total Cache) settings page: “The Object Cache add-in file object-cache.php is not a W3 Total Cache drop-in. Remove it or disable Object Caching.”
Please help.Yes. It would be great to disable the cropping. Company logos should not be cropped. I’m still searching for a possible solution.