scientic
Forum Replies Created
-
On some sites this plugin seems to work fine but on others it caused similar misery and I ended up rebuilding sites completly. It took a while to find out it was caused by this plugin. What happens is that somehow it causes scripts to keep firing at the server, running the server down. I got messages like ‘Too many redirect’ and/or Internal Server Error 500. Even after the server was rebooted this started allover again.
After deleting all BWPS lines from the htaccess and another server reboot things calmed down.
What i wonder is wether this plugin only adds lines in the htaccess or that it also adds changes to the database which are more difficult to revert.Forum: Fixing WordPress
In reply to: 3.5 issuesWhen you create a post, save it as a concept first, after that you might be able to use the media button and the switch between html and wysiwyg editor again. It is a work around but it works, at least it does for me.
To flush a caching plugin depends on the plugin. If you use wp-cache, go to plugin settings and under the tab content click ‘delete cache’. any other caching plugin must have the same functionality.Forum: Fixing WordPress
In reply to: WordPress 3.5 Upgrade problemdeactivate plugins with ftp by just deleting them or give them temporarily a different name. I always put a _ before the name. When WP can not find the plugin by it’s name it will automatically deactivate them.
Forum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] Slideshow Only?@superdak. What i think you want I achieved by placing these 2 on a page:
%%wppa%%
%%slide=1%%
In this case you see slideshow of album 1
The way you tried didn’t work for me eitherForum: Plugins
In reply to: [WP Photo Album Plus] [Plugin: WP Photo Album Plus] Slideshow Only?Opa Jaap, I am tweeking all kinds of settings in your plugin. But what I am trying to achieve is to display albums (covers) next to each other as much as fit on the browser screen width with a name of the album above the cover, the amount of pictures below the cover. When clicked the photos in an album will be automatically shown in a slideshow. Is that configuration possible ? thanks in advance
Forum: Plugins
In reply to: [Login Lock] Replacement for Login LockHi Daniel, do you have more information on this matter, why is Login Lock removed? I use it on several sites and am happy with the functionality. Does your alternative also allow for a login block of an hour ?
Well I had a look on your site and did the same as I described above and the flashing stopped.
.ai1ec-agenda-widget-view .ai1ec-popup-summary {
top: -9999px;Make the summary pop-up by hovering over the event, then control click to get Inspect Element. Then uncheck the first line of this style definition and the flashing is gone.
Then go into the stylesheet and comment that line out. It should do the trickI had similar kind of issue with the buttons and the popup not working. I found out that this was only when there was another article below the agenda widget, everything looked good by the way. The solution to that was to make sure that articles posted in the sidebar also got a float:left. That way all blocks had the same float and where positioned correctly again in the document flow. Maybe that helps a bit
Not really, alltough I completely restyled the calendar, especially the Widget. I took a lot of css out or turned it off. You are talking about the calendar page right, not the widget ? I solved the issue by using Inspect Element in Safari and toggling styles on and off until I found what caused it. That the buttons don’t work can be because some (invisible) element is on top of the buttons. This too is a thing you can find out by using inspect element and make sure there is temporarily no other content on the page.
OK solved my issue. After commenting out this line in my ai1ec theme style.css file the flashing stopped and it does not seem to harm anything else.
.ai1ec-agenda-widget-view .ai1ec-popup-summary {
/* top: -9999px;*/Hi, I am experiencing the flashing issue too, all be it only in Safari, no problem at all in Chrome or Firefox, haven’t checked in IE yet.
When hovering over an event in the widget the pop-up with additional info pops up and then a short flash occurs.
I think it has to do with z-index conflict. I can not send a link because I am working on this site locally.