bruce2me
Forum Replies Created
-
Forum: Plugins
In reply to: [Insert Pages] Insert sub page (child page)Well, that explains it — probably not worth a lot of tinkering by you, since I am unable to discover (via Google, Stackoverflow, etc.) another person who ever thought this was a problem.
Great plugin. Thanks, Paul.
B
Forum: Plugins
In reply to: [Insert Pages] Loading javascript twiceHi Paul —
So sorry it actually took me until yesterday to narrow the problem down to a modal window in the Foundation 6 WordPress theme I’m using. Nothing to do with you — except that I was inserting the html into the footer with your plugin. Arrgh.
Thanks for looking into it — hope I didn’t waste too much of your time.
B.
Forum: Plugins
In reply to: [WP Slick Slider and Image Carousel] How does show_content work?I added content on the edit post page, which also contains the featured image, and the title. The only text in the slide post is “Content to add to caption.”
the setup is as follows:
<?php echo do_shortcode('[slick-carousel-slider design="prodesign-14" category="2" show_content="true" limit="4" dots="true" arrows="true" autoplay="false" sliderheight="400" autoplay_interval="5000" speed="1000" effect="false" loop="true"] ');?>The HTML generated is this:
<div class="slide-wrap"> <img > <div class="slider-content"> <div class="slider-content-inner"> <h4 class="slide-title"> A little-known, but pervasive, security problem</h4> </div> </div> </div>As you can see, there is no content besides the title.
I tried wrapping the text in
<p>tags, but that made no difference. Also tried adding text to caption in the media library. Still doesn’t show up.Thanks.