evilpepe
Forum Replies Created
-
Also started seeing these messages… Any updates coming soon?
Wow. That is exactly what i needed. I was in fact calling that old function. Totally forgot that I had added it to the ajax script. I really appreciate your time!
While I’m here, one feature on my personal wishlist is the ability to somehow add our own custom theme to the dropdown 🙂
Seriously though, great plugin. Cheers!
Forum: Plugins
In reply to: [ACF Page Builder Field] Latest Site Orgins update causes fatal errorHey, Thank you! It is working well for me now. This has saved me a lot of headaches, as I’ve found your plugin to be very useful in my projects! I really appreciate the quick turnaround on this. Thanks again!
Forum: Plugins
In reply to: [W3 Total Cache] Page Cache not working with php 5.4I can confirm that this still seems to be an issue! Updated Godaddy to 5.4, and the 500 error started appearing when W3 page caching is enabled.
Forum: Plugins
In reply to: Jetpack: Infinite-Scroll to a Tiled Gallery breaks responsivenessThe following seems to work, but I’m sure there is a better way. (thanks to: http://www.philnicholas.com/2009/05/11/reloading-your-javascript-without-reloading-your-page/)
I was thinking if i could get the tiled gallery script to reload, that would do the trick, which it did. Seems wasteful, but until something better comes up, it will have to do…
I made this the Infinite Scroll Callback function:
function load_tiled_gallery_js() { var docHeadObj = document.getElementsByTagName("head")[0]; var galleryScript = document.createElement("script"); galleryScript.type = "text/javascript"; galleryScript.src = 'SITE_URL/wp-content/plugins/jetpack/modules/tiled-gallery/tiled-gallery/tiled-gallery.js'; docHeadObj.appendChild(galleryScript); } load_tiled_gallery_js();Forum: Requests and Feedback
In reply to: New media upload window could be improvedI agree with chocks and technabob:
1) Default to Upload Files instead of Media Library
2) Default to only files uploaded to the current post after uploading images.and it would be great to be able to easily set this in functions.php
you know, in case anyone up there is listening!
Forum: Fixing WordPress
In reply to: Add Custom WYSIWYG Swatch Colors?found the following forum post… Pretty Simple!
http://ww.wp.xz.cn/support/topic/edit-tinymce-foreground-color-palette-via-functionsphp?replies=5
Forum: Plugins
In reply to: My very own Color Palette for TinyMCE?let me be the 5th to say… yes please.
Forum: Themes and Templates
In reply to: Showin gallery prev/next links IF necessaryhey RyanWilliams…
if you ever resolved this, I’d be very interested in the answer! Struggling with the same thing right now. Thanks…
Forum: Plugins
In reply to: [Plugin: Co-Authors] allow authors not just editorsI’m trying to figure the same thing out… I’d love to allow my authors to add their peers.
any suggestions? bueller…