jspike
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Menu shows but no menu itemsGot it, not sure why we had that in there, case closed!
[fts twitter twitter_name=TheSilageDoctor]
============================================================================================= Versions ============================================================================================= Feed Them Social Plugin version: 1.8.1 WordPress version: WP 3.9.6 Installed plugins: Advanced Excerpt by Delicious Brains version 4.2.3,Akismet by Automattic version 3.0.0,All In One SEO Pack by Michael Torbert version 2.1.7,Audio Album by cubecolour version 1.0.4,BWL Advanced FAQ Manager by Md Mahbub Alam Khan version 1.1,Category Posts Widget by James Lao version 3.3,Contact Form 7 by Takayuki Miyoshi version 3.8.1,Content timeline by br0 version 2.2,Easy FancyBox by RavanH version 1.5.6,FancyBox for WordPress by José Pardilla version 3.0.4,Feed Them Social (Facebook, Instagram, Twitter, etc) by SlickRemix version 1.8.1,Feed2Post by Rasmus Bengtsson version 1.2,Feeder Ninja feeds by Common Ninja version 1.0.1,File Browser, Manager and Backup (+ Database) by selnomeria, must@fa# version 1.21,Filepress by choppedcode version 1.0.1,Find and replacer by Wes Goodhoofd version 1.6,Font Awesome Icons by Rachel Baker version 3.2.1,FormBuilder by James Warkentin version 1.01,HP - Google Language Translator by Hardik version 1.0.1,IFrame Widget by Debashish Chakrabarty version 4.1,Kimili Flash Embed by Michael Bester version 2.4.0,Login Logo by Mark Jaquith version 0.7,Miappi Social Wall by Miappi Ltd version 0.3,Page Links To by Mark Jaquith version 2.9.3,Per Page Sidebars by Brian Layman version 2.0.0,Pixiefy Twitter Feed by Mohammad Limon Mia version 1.0,RSS Importer by wordpressdotorg version 0.2,SimplePie Core by Ryan Parman and Geoffrey Sneddon version 1.1.1,SimpleTwit by George Yates III version 1.3,Smooth Scroll Links [SSL] by Chetan Gole version 1.1.0,Super RSS Reader by Aakash Chakravarthy version 2.5,TinyMCE Advanced by Andrew Ozz version 4.0.2,TwineSocial Widget by Nathan Elliott version 2.9.1,GoGadget Weather and Weatherforecast Widget by Guido Osterwald version 5.0,Widgets In Tabs by Anas H. Sulaiman version 2.2.0,WordPress Importer by wordpressdotorg version 0.6.1,WordPress Database Backup by Austin Matzko version 2.2.4,WP-o-Matic by Themes Kult version 2.3.9,WP Tab Widget by MyThemeShop version 1.2 ============================================================================================= Server Environment ============================================================================================= PHP Version: 5.3.18 Server Software: Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 WP Max Upload Size: 100 MB WP Debug Mode: No fsockopen: fsockopen is ON cURL: cURL is installed on this serverForum: Plugins
In reply to: [Featured Galleries] For developers onlyPassing it on:
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> <!-- Wrapper for slides --> <div class="carousel-inner" role="listbox"> <div class="item active"> <img src="<?php echo $feat_image; ?>" /> </div> <?php $galleryArray = get_post_gallery_ids($post->ID); foreach ($galleryArray as $id) { $img = wp_get_attachment_image_src( $id, 'full' ) ?> <div class="item"> <img src="<?php echo $img[0];?>" /> </div> <?php } ?> </div> <!-- Controls --> <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div>Forum: Plugins
In reply to: [Featured Galleries] For developers onlyBasically, if you can show me an example of using your code with Bootstrap’s carousel example, that would be awesome:
Viewing 5 replies - 1 through 5 (of 5 total)