atomizer
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazy Load XT] stopped working for iframe contenti’m no expert in RegEx, but i do know my way around it a bit if you need help
for testing, this is a great site:
https://www.regex101.com/Forum: Plugins
In reply to: [Lazy Load XT] stopped working for iframe contentno, removing the div did not solve the problem
glad you prompted me to look at my functions.php though – made a hell of a mistake there in that i had all my custom code duplicated 🙂
Forum: Plugins
In reply to: [Lazy Load XT] stopped working for iframe contentdiv was added in functions.php…
/* add div container for embedded objects for styling */ if ( ! function_exists('my_embed_oembed_html') ) { add_filter('embed_oembed_html', 'my_embed_oembed_html', 99, 4); function my_embed_oembed_html($html, $url, $attr, $post_id) { return '<div class="embed-container">' . $html . '</div>'; } }when i add a video in a post/page, i use the new embed method, which is just to paste the URL on a new line – that’s it
give me a bit and i’ll remove it and post back – i started this post before i realized how i added it…
Forum: Plugins
In reply to: [a3 Lazy Load] produces invalid markupsorry, i switched to Lazy Load XT
Forum: Plugins
In reply to: [a3 Lazy Load] is a new parent menu item really necessary?ok – thanks
Forum: Fixing WordPress
In reply to: How To Disable Post Backups/Revisions?bump
Forum: Fixing WordPress
In reply to: How To Disable Post Backups/Revisions?thanks for the reply Tara, but that doesn’t disable the auto-saving
define( 'WP_POST_REVISIONS', false );is already in my config and the post/page “update” button still becomes unresponsive for long postsmany others are having, and have been having this annoying problem for quite a long time
Forum: Plugins
In reply to: [Table of Contents Plus] Doesn't work with "nextpage"the dev is aware of this and may be considering adding this functionality – you can find more info in the support forum
Forum: Plugins
In reply to: [Slidr] demo?i didn’t mean overhead from the user point of view, i meant from your point of view as a developer
anyway, this sounds great and i’m looking forward to testing your plug!
Forum: Plugins
In reply to: [Slidr] demo?1. i appreciate your ethic of keeping it efficient/light, however if it doesn’t require a lot of overhead, i suspect many besides me would appreciate an auto-scroll feature – in my case i actually do want to use for a landing page, so it’s a show-stopper for me 🙂
2. may be best simply not worry about this for now and see if users complain
thanks for the reply
Forum: Plugins
In reply to: [Slidr] demo?hey, thanks!
might want to add the params (and descriptions) on the description and/or your FAQ page
questions…
1) can it auto-scroll? (animate)
2) what happens to page load times if one adds a LOT of images – does it preload as necessary, or do all have to be fetched?
looking at the page source on your demo page, it looks very clean!
even the W3C likes it 🙂Forum: Plugins
In reply to: [Lazy Load XT] php warningsthat actually did work – thanks
i’ll leave it up to you to mark as resolved i guess???Forum: Plugins
In reply to: [Simple Share Buttons Adder] optimization suggestionsone more…
consider adding a post custom field to disable the buttons instead of having to use (and remember) the shortcodeForum: Plugins
In reply to: [Child Pages Shortcode] how to display some children on another page?[child_pages id="123" width="200px"]where ‘123’ = the page id whose children you want to display
Forum: Fixing WordPress
In reply to: default gallery forward/back hotkeys brokenah, thanks for that! much appreciated
that should give me a starting point from which to troubleshoot the problem
never thought to check the console
sorry for the bother 🙂