| User | Post |
|
6:27 pm February 14, 2009
| andyleery
| | |
| Member | posts 3 | |
|
|
Hi, first of all, I am not a native English speaker ;-)
SO, my problem is, I only get a black box with the loading bar, nothing else is howing, also not arrows or "features content". I followed all instructions, please help me!!! ^^
Here some infos:
- No arrow showing in statusbar, only the default "error warning" in IE 7.0
- I have uploaded and defined 5 pictures
- I have uploaded default images for my threee categories
- I can see loading the post pictures in the statusbar (xxx1.jpg xxx2.jpg xxx3.jpg xxx4.jpg xxx5.jpg)
- All instructions were followed
|
|
|
9:26 pm February 14, 2009
| Ade
| | |
| Admin
| posts 1140 | |
|
|
Hi,
Can you post a link to your site? Thanks.
|
|
|
|
|
2:16 pm February 15, 2009
| andyleery
| | |
| Member | posts 3 | |
|
|
|
9:02 am February 18, 2009
| Ade
| | |
| Admin
| posts 1140 | |
|
|
Hi,
Yes, thanks. Looking at your Page Source it seems that the images are there, which suggests a conflict with another plugin. The only way to determine this is to disable all other plugins (at least, those which use javascript) and see if the gallery works. If it does, then it's definitely a conflict and you should reactivate your plugins one by one tp see which one is causing the conflict. Whether the conflict can be resolved is another matter… 
|
|
|
|
|
1:31 pm February 18, 2009
| andyleery
| | |
| Member | posts 3 | |
|
|
Hi, I doung the plugin causing problems, it is following:
http://wordpress.org/extend/plugins/live-search-popup/
Can there be a solutuin found to use both?
|
|
|
4:52 pm February 20, 2009
| macuser
| | |
| New Member | posts 1 | |
|
|
I am not seeing any reference to the image gallery in source code. Images are to come up in the homepagetop div:
<div id="homepage">
<?php /*Check for the 'gallery_styles' function. if it's there, then include it. If not, do nothing*/ ?> <?php if (function_exists('gallery_styles')) : ?>
<div id="homepagetop">
<div class="featuredtop">
<?php include (ABSPATH . '/wp-content/plugins/dynamic-content-gallery-plugin/dynamic-gallery.php'); ?>
</div> </div>
<?php endif; ?>
I've checked the paths, images are uploaded to the correct folders and nothing. Here is a link to my test page: www.miracle****compost.com/wp-admin user: admin, pass: pass —> just take out the **** from url. i don't want to get indexed.
|
|
|
1:36 am February 21, 2009
| Ade
| | |
| Admin
| posts 1140 | |
|
|
@macuser
Remove this code from home.php:
<?php /*Check for the 'gallery_styles' function. if it's there, then include it. If not, do nothing*/ ?> <?php if (function_exists('gallery_styles')) : ?>
and this (just a few lines below):
<?php endif; ?>
The plugin should then work.
|
|
|
|
|
1:42 am February 21, 2009
| Ade
| | |
| Admin
| posts 1140 | |
|
|
@andy
Is there a way to get them both to work?
Unfortunately not on my side. The underlying javascript used in the gallery is mootools, and this doesn't have a "noConflict" mode. You could approach the author of the other plugin and find out if there's a way of running his/her plugin in noConflict mode (assuming it is using jQuery).
Sorry, can't offer any better advice… 
|
|
|
|