Thread: Zen Colorbox

Results 1 to 10 of 345

Threaded View

  1. #9
    Join Date
    Mar 2011
    Location
    Pensacola, FL
    Posts
    88
    Plugin Contributions
    4

    Default Re: Zen Colorbox

    Previous post made to work with Image Manager LRG images where they exist. If image manager is not in use, this should do the trick:

    Code:
    <?php
    /*Sequence for listing image paths for slideshow */
    // do we want slideshow on this page?
    if (isset($ezpage_id) and $ezpage_id == 'MY_EZ_PAGE_ID_#'){
    		//Hidden div to feed invisible images to jscript
    		echo "<div style=\"display:none\">";
    			 // query database table for image paths
    		$this_sql_for_images = mysql_query("SELECT products_image FROM zen_products ORDER BY RAND()"); 
    			// loop through image paths and create array    
    		while ($row = mysql_fetch_array($this_sql_for_images, MYSQL_NUM)) {
    			//assign string to variable
    			$the_url = $row[0]; 
    			if (file_exists("images/".$the_url)) {
    					//list images with "style = display:none" so they are not visible on page
    		} // End DB file exists Condition
    		//End hidden div tag
    	echo "</div>";
    	//display image - which will need to be uploaded - to click to begin slideshow
    	echo "<a href= \"images/clickhere.jpg\" rel=\"renmanimage\"><img src=\"images/clickhere.jpg\"></a><br/>";
    } // End EZ Page ID Condition
    ?>
    Last edited by mutinyzoo; 31 May 2012 at 12:43 AM.

 

 

Similar Threads

  1. v155 Attribute image swapped for main image using Colorbox
    By soxophoneplayer in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Jun 2016, 02:34 PM
  2. Trying to fix inline code with colorbox...
    By toomanyknots in forum General Questions
    Replies: 2
    Last Post: 5 Apr 2015, 04:26 PM
  3. IH and Zen Colorbox vs Zen Lightbox?
    By Feznizzle in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 28 Jan 2015, 02:29 AM
  4. Lightbox OR Colorbox
    By Rizla in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 2 May 2014, 11:55 AM
  5. LightBox, SlimBox, ColorBox, which one is better?
    By waterbender in forum General Questions
    Replies: 0
    Last Post: 13 Aug 2013, 07:32 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR