DeathAngelDaemon
Forum Replies Created
-
At first i must say, that your support is the best i ever saw on a WP-Plugin… Thanks for that! ??
Back to topic:
I tried the new version but always had the problem.
When i call the site (where the images are integrated) everything works. But when i choose one of the flags (and switch the language) the lightbox still didn’t work… Maybe a conflict with your Ajax/JQuery which is used from choosing the flags/language. What do you think?Very nice! Works great!
Thanks a lot ??EDIT:
I found another problem. The pictures of the gallery where shown as thumbnails and when i klick on them a big picture opened using a lightbox (using javascript/jquery i think)…
That lightbox isn’t in use now. The picture only opens in a new window – no lightbox anymore.I think i found the problem.
The problem appears when i insert an image into an event description. At the agenda view the the image (insert from the plugin Next Gen Gallery) causes an error:Fatal error: Class 'nggMeta' not found in /path/to/wordpress/wp-content/plugins/nextgen-gallery/nggfunctions.php on line 839
So i wrote a forum post to the Next Gen Gallery Plugin but nothing happens since.
Maybe the problem can the solved from the Event Calendar Team. Install NextGen and the EventCalendar and reproduce the error. Maybe you can find the problem or a solution.I think you already have solved the problem.
But a clue to other users, who have the same question:Put the following code into your style sheet. That will turn off the buttons.
ul.ai1ec-view-tabs a#ai1ec-view-month { display: none; } ul.ai1ec-view-tabs a#ai1ec-view-week { display: none; } ul.ai1ec-view-tabs a#ai1ec-view-agenda { display: none; }
That’s all. If you want to turn off all three buttons with one code, use the following:
ul.ai1ec-view-tabs { display: none; }
The problem seems to be, using multisite with WordPress. Is that possible? I read that multisite setup is currently not supported. Is it planned? When can support be expected?