deanlynn
Forum Replies Created
-
Forum: Plugins
In reply to: [Gallery Manager] [Plugin: Fancy Gallery] Not WorkingThink I have fixed it!
Mate whats your paypal email address will drop you a donation in a few days!
Forum: Plugins
In reply to: [Gallery Manager] [Plugin: Fancy Gallery] Not Workingman I’m starting to pull out hairs.
Its conflicting with my menu and slider now. why cant I just no conflict these plugins or developers do it they must know that we use jquery in other plguins…. =/ Sad Times!
Forum: Plugins
In reply to: [Gallery Manager] [Plugin: Fancy Gallery] Not Workingyeah
Forum: Plugins
In reply to: [Gallery Manager] [Plugin: Fancy Gallery] Not WorkingWhen i take out
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery-1.4.2.min.js"></script>
from the header.php which i use for my navigation and menu… it works.
Forum: Plugins
In reply to: [Gallery Manager] [Plugin: Fancy Gallery] Not WorkingHay Ivan,
Thanks for the reply!
I tried what you said still no joy!
Forum: Plugins
In reply to: [Gallery Manager] [Plugin: Fancy Gallery] Not WorkingHow do I get your plugin to run in noConflict?
as I think this would solve the issue?
Forum: Plugins
In reply to: [Gallery Manager] [Plugin: Fancy Gallery] Not WorkingIm going to need to remove the conflicting js with your plugin as i need the jquery to be used for a few plugins i have removed the slider one and used the default on the theme. Just need to remove fancy gallery one.
Forum: Plugins
In reply to: [Gallery Manager] [Plugin: Fancy Gallery] Not Workinghumm that will effect my Feature slider.. might have to move to another plugin.
Let me delete them both i see what your saying now..
Forum: Plugins
In reply to: [Gallery Manager] [Plugin: Fancy Gallery] Not WorkingWhat do i need to delete?
Forum: Plugins
In reply to: [wordTube] [Plugin: wordTube] Video Size not changingWas playing around in function file and found out could do the following:
Place this into your sidebar.php
<?php if(function_exists(‘wt_GetPlaylist’)){echo wt_GetPlaylist(0,285,400,”player.swf”,”playlist”);} ?>
Change the following:
0 = playlist number
285 = width
400 = heightHope this helps.
Forum: Plugins
In reply to: [wordTube] [Plugin: wordTube] Video Size not changingIm having the same trouble I think im going to have to do some hard coding.. which is annoying!