dwieeb
Forum Replies Created
-
Forum: Plugins
In reply to: [ScrollTo Top] Initial display start timeIt’s on every page in <script> tags. There’s no external file for it.
Forum: Plugins
In reply to: [ScrollTo Top] Initial display start timeIt is not my plugin. I don’t know how to change it.
Forum: Plugins
In reply to: [ScrollTo Top] Initial display start timeI’m not sure why this was posted here, but the interval ID is set to 11.5 seconds according to the Top Bars plugin’s code.
timeoutID = setInterval(function(){wptbRotateTopBars()},11500);If this is different than what you’ve configured, submit an issue in the Top Bars plugin’s support forum.
Forum: Plugins
In reply to: [ScrollTo Top] Not working Firefox or SafariI don’t see the plugin JS or CSS in the source.
Forum: Plugins
In reply to: [ScrollTo Top] Not working Firefox or SafariThe plugin often has conflicts with a site’s CSS and/or JS. It has never stopped working in all major browsers for me.
You can see it working on my website: http://www.danielimhoff.com
Investigate why there may be conflicts (sometimes it’s a z-index issue), or I can take a look, if you want. Just give me a link to the website.
Forum: Plugins
In reply to: [ScrollTo Top] Don't doHi TLCJohn,
I just updated to 3.7.1 and it has not stopped working for me. Perhaps there is just a CSS issue or something with your theme and the plugin.
Forum: Plugins
In reply to: [ScrollTo Top] Don't doI can’t help you with a bug report like this.
Forum: Reviews
In reply to: [ScrollTo Top] Good plugin — smooth, semi-transparentAlso, why would you give a poor review instead of a bug report or support request? Especially since you mentioned it may be your mistake.
I am more than willing to put in free support for this free plugin, but it’d be nice to have some accurate feedback.
Forum: Reviews
In reply to: [ScrollTo Top] Good plugin — smooth, semi-transparentCan you enable my plugin on your site so I can debug? Also disable the scroll-to-top type plugin you have enabled currently.
Forum: Reviews
In reply to: [ScrollTo Top] Good plugin — smooth, semi-transparentHiya. Thanks.
I’m not seeing this behavior, could you share a link to the website so I can debug?
Forum: Hacks
In reply to: 'template_include' hook still has 404 statusNo, it is returning the correct path, because it’s including the right template and displaying the right template when I go to the page.
WordPress just thinks it’s a 404 before the template is included, and it never corrects that HTTP status, even when I hard code 200 as the status.
Forum: Plugins
In reply to: [MCE Table Buttons] [Plugin: MCE Table Buttons] Show/Hide buttonsCan’t you just add a show/hide table buttons button to the top row that would show and hide the table buttons row?
Yep, works great now!
Once again, thank you for these plugins. They’re a real life saver.
Forum: Plugins
In reply to: [Specific Files] Errors on multisiteCan you verify that the directory ‘specific-files/’ does not exist in ‘wp-content/’? Also check for the two subdirectories ‘css/’ and ‘js/’ in ‘specific-files/’. If they do not exist, you can create them manually and it should work.
Also, I looked over the plugin a little today and you actually should be getting a nice error message if the directories do not exist or are not writable. So, I’m a bit confused as to how this could happen. xP
Forum: Plugins
In reply to: [Specific Files] Errors on multisiteThis would only be a problem if WordPress (PHP) does not have the ability to create directories on the server. I’ve tested the current plugin with WordPress 3.1.2 and both subdomain and subdirectory installations, and found no errors.
I would check with your host about the permissions for allowing PHP to create directories.
In the next version I’ll have a more friendly error message 😉