• Resolved DaKlown

    (@daklown)


    latest upate broke this plugin for me. It no longer shows my images in the slider. its just a black box now. All the buttons appear to still work for navigation though.

    Also on the backend of wordpress the “visit plugin page” link does not bring you here it takes you to the wordpress plugin directory where you have to search for the plugin to get here

    http://wordpress.org/extend/plugins/anythingslider-for-wordpress/

Viewing 15 replies - 16 through 30 (of 102 total)
  • oh i see someone had the same problem with the K2 theme. i’m using thesis 1.8 and the underlying slides are peeking out.

    clyde

    Plugin Author Jacob Dubail

    (@jacobdubail)

    There’s a CSS issue going on. You’ll need to make sure that the

      and

    • ‘s don’t have any extra margin or padding.

    -Jacob

    the _____ ?

    i’ll poke around.

    clyde

    Plugin Author Jacob Dubail

    (@jacobdubail)

    ul’s and li’s… sorry about that…

    When I use this I am getting the script tag and it’s elements wrapped in <p> tags. The rest of the code it should be inserting is fine but this in particular is causing it not to function.

    <style>
    			#slider-264 { width: 590px; height: 290px; }
    		</style>
    <p>		<script>
    			jQuery('#slider-264').anythingSlider({</p>
    <p>				theme               : 'default',
    				expand              : false,
    				resizeContents      : true,
    				showMultiple        : false,
    				easing              : 'swing',   </p>
    <p>				buildArrows         : true,
    				buildNavigation     : true,
    				buildStartStop      : false,      </p>
    <p>				toggleArrows        : false,
    				toggleControls      : false,     </p>
    <p>				startText           : 'Start',
    				stopText            : 'Stop',
    				forwardText         : '&raquo;',
    				backText            : '&laquo;',
    				tooltipClass        : 'tooltip', </p>
    <p>				enableArrows        : true,
    				enableNavigation    : true,
    				enableStartStop     : true,
    				enableKeyboard      : true,      </p>
    <p>				startPanel          : '1',
    				changeBy            : '1',
    				hashTags            : false,
    				infiniteSlides      : true,
    				navigationFormatter : 'NULL',      </p>
    <p>				autoPlay            : true,
    				autoPlayLocked      : false,
    				autoPlayDelayed     : false,
    				pauseOnHover        : true,
    				stopAtEnd           : false,
    				playRtl             : false,     </p>
    <p>				delay               : 300,
    				resumeDelay         : 300,
    				animationTime       : 300,       </p>
    <p>				clickForwardArrow   : 'click',
    				clickBackArrow      : 'click',
    				clickControls       : 'click',
    				clickSlideshow      : 'click focusin',        </p>
    <p>				resumeOnVideoEnd    : false,
    				addWmodeToObject    : 'NULL'</p>
    <p>			});
    		</script></p>
    <p>&nbsp;</p>

    Thanks for any ideas.

    c.

    Plugin Author Jacob Dubail

    (@jacobdubail)

    Wow. That’s pretty interesting. Can you share a link? I’ve never seen anything like that before…

    Unfortunately I cannot. I am behind an extremely secure network / firewall. I can send you a full code email if you like? Going to disable all my plugs right now to see if any of them are affecting it.

    Plugin Author Jacob Dubail

    (@jacobdubail)

    How’d the plugin disabling go? Any change?

    if not, my email is jacob [at] jacobdubail [dot] com

    No change. I even looked to see if there was something affecting it in the way the theme is setup. And I am not finding anything. If I have time tomorrow I will send you what I got but I was crazy swamped today.

    c.

    i added a

      of text items to the page and it looked fine. no overlap. then i added a couple lines to my custom.CSS file to set the margin and padding for ul and li and voila- the slide deck lined-up!

    Plugin Author Jacob Dubail

    (@jacobdubail)

    @amalgamatedclyde, Great to hear it.

    @carlitoescobar, I’ll take a look at what you sent now.

    -Jacob

    hmmm. my slider ID seems to change every time i reload my page. why is that?

    clyde

    Plugin Author Jacob Dubail

    (@jacobdubail)

    You shouldn’t need to hook the slider ID, you can use the .anythingslider class. If you need to add weight, do body .anythingslider.

    Make sense?

    The ID regenerates each page load in case there are multiple slideshows on the same page. I can probably find a better way to program it, but that worked for the first pass…

    i think the anythingslider.css says use the slider-ID and that’s why i did. i have been trying to fix things using the classes you mentioned, but there is something overriding the height that i can’t quite nail down.

    everything was perfect on my localhost dev testbed. now i uploaded the site and the CSS is out-of-whack. i’ll get it…

    thanks

    clyde

    i think this is causing the problem:

    <li class=”cloned panel” style=”width: 610px; height: 22px; “>

Viewing 15 replies - 16 through 30 (of 102 total)
  • The topic ‘[Plugin: AnythingSlider for WordPress] Latest update’ is closed to new replies.