hoerby
Forum Replies Created
-
Forum: Plugins
In reply to: [Logo Slider] Am I missing something? it didn't work!What is the size of the image? Is there a way to contact you direct? Maybe just add your email for a short time on your page!
Forum: Plugins
In reply to: [Logo Slider] Am I missing something? it didn't work!Add the code below to your style.css:
#ls {width: 960px; border: none;}
#ls_inner {width: 200px; margin: 0 auto; border: none;}and the code below in the theme:
<div id=”ls”>
<div id=”ls_inner”><?php logo_slider(); ?></div>
</div>The other issue could be a script problem. Deactivate the other scripts and try one by one.
Forum: Plugins
In reply to: [Logo Slider] Am I missing something? it didn't work!Make it sure there is more than one image. Images Per Slide = 1 (Note: you always need 1 image more as you want to show! Example: If you want to show 1 you need 2, if you want to show 3 you need 4 images). Add in Custom CSS #logo-slider-wraper { margin: 0 auto; }
Forum: Plugins
In reply to: [Logo Slider] Am I missing something? it didn't work!Add your code before the </div><!– #footer –> tag. Not after the script! Use CSS to get it center.
Forum: Plugins
In reply to: [Logo Slider] Am I missing something? it didn't work!To use it in the theme you need to add <?php logo_slider(); ?>.