PowrSlave
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow] Responsive Height…I haven’t yet.
Forum: Plugins
In reply to: [Slideshow] Responsive Height…Didn’t see that setting. Thanks for pointing it out. that took care of the height issue. The page resize is still buggy however. The image often lags behind or doesn’t resize at all when dragging the window width wider and narrower.
Forum: Plugins
In reply to: [Slideshow] Responsive Height…As you can see, the height is specified as a hard pixel value, which is what the plugin requires on the settings page for that particular slideshow. It isn’t really responsive unless you can set the width to 100% and the height to auto so the inline css yields the correct expected result.
Forum: Plugins
In reply to: [Slideshow] Responsive Height…The shortcode generates this:
<div data-style-version=”2.2.24″ data-style-name=”style-light” data-session-id=”0″ data-slideshow-id=”784″ style=”height: 375px; max-width: 1000px; width: 827px;” class=”slideshow_container slideshow_container_style-light”>
<div style=”width: 827px; height: 375px;” class=”slideshow_content”>
<div class=”slideshow_view” style=”width: 827px; height: 375px; left: -827px; top: 375px;”>
<div class=”slideshow_slide slideshow_slide_image” style=”margin-left: 0px; margin-right: 0px; width: 827px; height: 375px;”>
<img width=”827″ height=”376″ alt=”gallery-3″ src=”https://tivolibrewingco.com/wp-content/uploads/2015/09/gallery-3.jpg” style=”margin-top: -3px; margin-left: 0px; width: 827px; height: 376px;”>
<div class=”slideshow_description_box slideshow_transparent”>
<div class=”slideshow_title”>gallery-3</div> </div>
</div><div style=”clear: both;”></div></div><div class=”slideshow_view” style=”top: 375px; width: 827px; height: 375px; left: -827px;”>
<div class=”slideshow_slide slideshow_slide_image” style=”margin-left: 0px; margin-right: 0px; width: 827px; height: 375px;”>
<img width=”827″ height=”376″ alt=”gallery-2″ src=”https://tivolibrewingco.com/wp-content/uploads/2015/09/gallery-2.jpg” style=”margin-top: -3px; margin-left: 0px; width: 827px; height: 376px;”>
<div class=”slideshow_description_box slideshow_transparent”>
<div class=”slideshow_title”>gallery-2</div> </div>
</div><div style=”clear: both;”></div></div><div class=”slideshow_view slideshow_currentView” style=”top: 0px; width: 827px; height: 375px; left: 0px;”>
<div class=”slideshow_slide slideshow_slide_image” style=”margin-left: 0px; margin-right: 0px; width: 827px; height: 375px;”>
<img width=”827″ height=”376″ alt=”gallery-1″ src=”https://tivolibrewingco.com/wp-content/uploads/2015/09/gallery-1.jpg” style=”margin-top: -3px; margin-left: 0px; width: 827px; height: 376px;”>
<div class=”slideshow_description_box slideshow_transparent”>
<div class=”slideshow_title”>gallery-1</div> </div>
</div><div style=”clear: both;”></div></div>
</div><div style=”display: none;” class=”slideshow_controlPanel slideshow_transparent”>
- <li data-pause-text=”Pause” data-play-text=”Play” class=”slideshow_togglePlay”>
</div>
<div style=”display: none;” data-previous-text=”Previous” role=”button” class=”slideshow_button slideshow_previous slideshow_transparent”></div>
<div style=”display: none;” data-next-text=”Next” role=”button” class=”slideshow_button slideshow_next slideshow_transparent”></div><div data-go-to-text=”Go to slide” style=”display: none;” class=”slideshow_pagination”><div class=”slideshow_pagination_center”></div></div>
<!– WordPress Slideshow Version 2.2.24 –>
</div>
Forum: Plugins
In reply to: [Slideshow] Responsive Height…mbrsolution, I am aware of that, but the speculation isn’t a useful solution. I used firebug to inspect the height and it isn’t updating on page resize. It just remains the same value as entered on the plugin settings pane.
Forum: Plugins
In reply to: [Slideshow] Responsive Height…After playing around with resizing, it seems to be pretty buggy about downsizing and upsizing; often requiring a reload to get the image to display properly.
In regard to filling the height gap, setting the image behavior to ‘crop to fit’ is only a partial solution really.
Forum: Plugins
In reply to: [Smart YouTube PRO] So…how does one invoke sidebar mode exactly?Ok, so it will work as a sidebar widget, but it won’t work with prettyPhoto. It just plays in place instead of opening the lightbox. Eh?
Forum: Plugins
In reply to: [Widget Builder] Widget Builder Stripping Out HTML???Oh wait, I also just noticed that it is wrapping my span tag in a paragraph tag as well. What is this code rewriting? I’m from a Sharepoint background so I’m sorry if I am missing something in the search…
Sorry. I realized this was more appropriately posted in the Plugins/Hacks forum.
Forum: Fixing WordPress
In reply to: wp_footer(); makes my jquery slides not load :(FIXED: I didn’t have wp_head(); in the header.php file just before the closing head tag. Doh.
Forum: Fixing WordPress
In reply to: wp_footer(); makes my jquery slides not load :(I forgot that it’s not publicly accessible, so the authentication is public/public. Can anyone at least point me in a direction to help me fix this wp_footer jquery issue?
Forum: Fixing WordPress
In reply to: wp_footer(); makes my jquery slides not load :(I commented out my entire functions.php file and that didn’t alleviate the problem either. I’m pretty much stumped on this one.