lkraav
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] Ignore query parameters when caching+1 I’m also looking to do the same thing. Query parameters could safely be ignore for a page.
This is also influenced by UseCanonicalName directive. This should be Off when using ServerAlias and mod_rewrite mode caching.
After further researching, I notice at https://plugins.trac.www.ads-software.com/changeset/502689/wp-super-cache the move to SERVER_NAME is deliberate. I guess the situation with ServerAlias should then become a documentation patch since it pretty much cannot be used with mod_rewrite caching mode.
I’m also thinking about this subject now. Possibly the solution would be inserting some sort of size metadata for the image tag, so the placeholder can be sized exactly right and masonry can do its magic immediately.
Forum: Plugins
In reply to: [Floating Social Bar] Is there any easy way to make this social bar vertical?+1
Taking a look at the code in a few days.
Forum: Plugins
In reply to: [Optimizely Classic] PHP Notice on line 46 of optimizely.phpActually the solution here is to drop this block entirely and just use protocol-relative URLs, which $projectScript already has!
Following echo statement then needs to use $projectScript instead of $script and all is fine.
The problem is get_current_site() isn’t available at the time sunrise.php is loaded.
Forum: Plugins
In reply to: [WP Help] Sync pull breaking at linksI think I’m seeing the same thing on one of the customer sites.
Forum: Plugins
In reply to: [Scroll Triggered Boxes] Need opinions: re-hide the box?+1 for re-hide option
By “breaks” I mean that browsers are starting to block mixed content, so Announcer assets won’t load over SSL, if siteurl is set as http. This SSL switching is usually done in e-commerce plugin checkout processes.
Fortunately this seems mostly straightforward to patch up. wysiwyg_field_input() needs some help.
First, I don’t understand the purpose of hardcoding “WYSIWYG Editor”, even for the Form Builder screen. Why not use $value and modify the field title with “(WYSIWYG Editor)” or similar hint, instead. This makes it consistent with other fields work.
Second, on Entry edit screen, $lead_id > 0. Easy enough to do proper logic based on that.
Thanks for looking into this. I wouldn’t say “out of scope”, but it’s definitely not a trivial patch either.
My desired end result is exactly the “Open video overlay when featured image is clicked. Define width below!” functionality. None of the other options seem to do the overlay functionality, so I cannot avoid the featured image part.
Or am I missing something?
Yeah, the issue is Simple API doesn’t let you get private video metadata.
With the help https://github.com/vimeo/vimeo-php-lib how difficult would it be to fall to Advanced API?
Right, is there anything specific holding up a version bump?