Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author wp-maverick

    (@wp-maverick)

    Hello wennolservices,
    That’s really weird, you’re the first to face this issue!
    Can you put your static slides file somewhere to see what’s wrong with it?

    Thread Starter wennolservices

    (@wennolservices)

    Have checked and still on 5 showing despite the code having 9 slides

    Thread Starter wennolservices

    (@wennolservices)

    Can I send you the file?

    Plugin Author wp-maverick

    (@wp-maverick)

    Yes you can 🙂

    Thread Starter wennolservices

    (@wennolservices)

    <?php
    
    // Warning :
    // > You should copy this file (e.g. my-static-slides.php) if you want to customize the static slides!
    // > Automatic update will replace this file so all your changes can be lost :(
    
    // --- Slide template -----------------------------------
    //<div class="da-slide">
    //	<h2>Slide tittle</h2>
    //	<p>Slide text here...</p>
    //	<a href="http://jltweb.info/realisations/wp-parallax-content-plugin/">Read more link</a>
    //	<div class="da-img"><img src="$plugin_abs_path/images/1.png" alt="Slkide image" /></div>
    //</div>
    // -------------------------------------------------------
    
    $read_more = __('Read more','wp-parallax-content-slider');
    
    $outputStatic = <<<STATICOUTPUT
    <div id="da-slider" class="da-slider">
    	<div class="da-slide">
    		<h2>It's Epic! Promotions</h2>
    		<p>We provide services that enable you to grow your business or organisation. We offer quality printing, embroidery, branding, and lots more.</p>
    		<a href="http://www.itsepic.co.uk">$read_more</a>
    		<div class="da-img"><img src="http://www.itsepic.co.uk/images/1.png" alt="Epic" /></div>
    	</div>
    
    	<div class="da-slide">
    		<h2>AWDis</h2>
    		<p>The NEW JH030 AWDis Sweatshirt - Contemporary Wider Neck - Fashioned Styled - Longer Fashion Cuffs - Tear Away Label.</p>
    		<a href="http://www.itsepic.co.uk/wp-content/plugins/wp-parallax-content-slider/images/awd.pdf">$read_more</a>
    		<div class="da-img"><img src="$plugin_abs_path/images/awd.png" alt="AWDis" /></div>
    	</div>
    
    	<div class="da-slide">
    		<h2>Embroider/Print/Transfer/Viynl</h2>
    		<p>We provide high-quality items with stunning durable embroidery, direct to garment print, transfers and vinyl.We supplyone-off single orders and large-scale repeat orders with the same impeccable care and attention.</p>
    		<a href="http://www.itsepic.co.uk/wp-content/plugins/wp-parallax-content-slider/images/awd.pdf">$read_more</a>
    		<div class="da-img"><img src="http://www.itsepic.co.uk/images/3.png" alt="Embroider" /></div>
    	</div>
    
    	<div class="da-slide">
    		<h2>GOLF</h2>
    		<p>A selection of Golf products including shirts, umbrellas, bags, caps, towels and even a starter gift pack. Addidas, Nike Golf and Glenmuir.</p>
    		<a href="http://www.itsepic.co.uk/golf.html">$read_more</a>
    		<div class="da-img"><img src="$plugin_abs_path/images/golf.png" alt="golf" /></div>
    	</div>
    
    	<div class="da-slide">
    		<h2>Product Range</h2>
    		<p>We have a wide selection of <b>SPORTS & TEAMWEAR</b>, <b>COLLEGE & UNI <b>HOSPITALITY & CORPORATEWEAR<b/>, <b>WORKWEAR</b>, <b> KIDS & SCHOOLWEAR</b> and <b>OUTDOORWEAR</b>.Over <b>2700</b> Products Across <b>80</b> Brands</p>
    		<a href="http://www.promotional-store.com/hfftr57fcx56/it028/setlink.html">$read_more</a>
    		<div class="da-img"><img src="http://www.itsepic.co.uk/images/8.png" alt="Book" /></div>
    	</div>
    
    	<div class="da-slide">
    		<h2>SCHOOLWEAR</h2>
    		<p>Transitions between slides are made using a powerfull combination of CSS3 and JQuery to display a beautiful parallax effect.</p>
    		<a href="http://www.itsepic.co.uk/schoolwear.html">$read_more</a>
    		<div class="da-img"><img src="$plugin_abs_path/images/schoolwear.png" alt="Schoolwear" /></div>
    	</div>
    
    	<div class="da-slide">
    		<h2>HOSPITALITY</h2>
    		<p>Serve up colour and style for bars, hotels and high-end restaurants.A collection that suits every customer's taste whatever their corporate colours.</p>
    		<a href="http://www.itsepic.co.uk/hospitality.html">$read_more</a>
    		<div class="da-img"><img src="$plugin_abs_path/images/hospitality.png" alt="Hospitality" /></div>
    	</div>
    
    	<nav class="da-arrows">
    		<span class="da-arrows-prev"></span>
    		<span class="da-arrows-next"></span>
    	</nav>
    </div>
    STATICOUTPUT;
    
    ?>

    [Please post code or markup between backticks or use the code button. Or better still – use a pastebin. Your posted code may now have been permanently damaged/corrupted by the forum’s parser.]

    Thread Starter wennolservices

    (@wennolservices)

    [Excessive code moderated. Please use a pastebin.]

    Thread Starter wennolservices

    (@wennolservices)

    Like I said in the email only the 1st five come up..

    Thread Starter wennolservices

    (@wennolservices)

    Fixed it cheers

    Plugin Author wp-maverick

    (@wp-maverick)

    Hi, great!
    Can you help others on this forum by explaining what was your problem and how you managed to fix it?
    Thanks

    Thread Starter wennolservices

    (@wennolservices)

    Fixed this by removing the bold tags in the product range

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘WP Parallax Slider’ is closed to new replies.