Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Using jQuery Plugin - Feature List

This is a discussion on Using jQuery Plugin - Feature List within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; Hi, I was looking for a flash rotating banner for my main page and somebody suggested this: jQueryGlobe - jQuery ...

      
  1. #1
    New Member
    Join Date
    Jul 2010
    Location
    Philippines
    Posts
    27
    Rep Power
    0


    Default Using jQuery Plugin - Feature List

    Hi,

    I was looking for a flash rotating banner for my main page and somebody suggested this:

    jQueryGlobe - jQuery Plugin - Feature List

    So far, I've managed to have the page load successfully, but it can't seem to find the JavaScript function from the include file. I'm suspecting it's a path problem but i'm using already <?php echo DIR_WS_TEMPLATES; ? > variable.

    Any help would that will help me pinpoint the problem will be greatly appreciated.

  2. #2
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,368
    Rep Power
    57


    Default Re: Using jQuery Plugin - Feature List

    Why not save yourself some hassle?
    Rockslide show for osCmax
    Hosting plans with installation, configuration, contributions, support and maintenance.

  3. #3
    New Member
    Join Date
    Jul 2010
    Location
    Philippines
    Posts
    27
    Rep Power
    0


    Default Re: Using jQuery Plugin - Feature List

    Hi ridexbuilder,

    Thanks for this. I actually tried to install it but I don't get the desired result. I think the problem lies with the merging of the template index default template.

    Do you have experience in configuring this with oscmas v2.0.25?

  4. #4
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,368
    Rep Power
    57


    Post Re: Using jQuery Plugin - Feature List

    In a word, no.
    I see it mention Feature List and immediately think of another contribution.
    Good luck with your idea.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  5. #5
    New Member
    Join Date
    Jul 2010
    Location
    Philippines
    Posts
    27
    Rep Power
    0


    Default Re: Using jQuery Plugin - Feature List

    Hi ridexbuilder,

    Thanks for the suggestion. I still could not get it to work. Do you have any other mod suggestions for this?

  6. #6
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,368
    Rep Power
    57


    Default Re: Using jQuery Plugin - Feature List

    Sorry no but the beta of 2.1 is nearing release and there's plenty in that to keep you 'tweaking'. A feature set that blows 2.0.25 out of the water, so to speak.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  7. #7
    New Member
    Join Date
    Dec 2010
    Posts
    23
    Rep Power
    0


    Default Re: Using jQuery Plugin - Feature List

    Hi,
    Have you come up with a solution to this issue. I m having unbelievable problems linking to external Javascript on the main_page_tpl.php
    I feel that the conditions are somewhat making the issue.

  8. #8
    New Member
    Join Date
    Dec 2010
    Posts
    23
    Rep Power
    0


    Default Re: Using jQuery Plugin - Feature List

    Hi,
    Have you come up with a solution to this issue. I m having unbelievable problems linking to external Javascript on the main_page_tpl.php
    I feel that the conditions are somewhat making the issue.

  9. #9
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,368
    Rep Power
    57


    Lightbulb Re: Using jQuery Plugin - Feature List

    Drop the code in here (remember to wrap in code flags) and maybe someone can pickup on the problem area. As a hater of Flash, I'd much rather see a jquery-type mechanism.
    Hosting plans with installation, configuration, contributions, support and maintenance.

  10. #10
    New Member
    Join Date
    Dec 2010
    Posts
    23
    Rep Power
    0


    Default Re: Using jQuery Plugin - Feature List

    Hi,
    Issue is I m trying to hide and show layers( for navigation purposes) I m also trying to add the jQuery slideshow.

    I set up a js folder in the www I also have the files in include.
    What I added is in red. Excuse the clumsy coding.


    Code:
     <head>
    
    
    <?php require(DIR_WS_INCLUDES . 'meta_tags.php'); ?>
    <title><?php echo META_TAG_TITLE; ?></title>
    <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
    <meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>">
    <meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>">
    <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">
    <link rel="stylesheet" type="text/css" href="<?php echo (bts_select('stylesheet','dynamic_mopics.css')); // BTSv1.5 ?>">
       <?php if (bts_select('stylesheets', $PHP_SELF)) { // if a specific stylesheet exists for this page it will be loaded ?>
    <link rel="stylesheet" type="text/css" href="<?php echo (bts_select('stylesheets', $PHP_SELF)); // BTSv1.5 ?>">
    <link rel="stylesheet" type="text/css" href="stylesheets.css">
    
    <?php
    } else { ?> 
    <link rel="stylesheet" type="text/css" href="<?php echo (bts_select('stylesheet','stylesheet.css')); // BTSv1.5 ?>">
    <?php  } ?> 
    <link rel="stylesheet" type="text/css" href="<?php echo (bts_select('stylesheet','stylesheet-new.css')); // BTSv1.5 ?>">
    <link rel="stylesheet" type="text/css" href="<?php echo (bts_select('stylesheet','print.css')); // BTSv1.5 ?>" media="print">
    
    
    <link rel="stylesheet" type="text/css" href="<?php echo DIR_WS_TEMPLATES; ?>coolmenu.css">
    
    
     	
    <script type="text/javascript" src="js/jquery.js"></script>
    <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
    <script type="text/javascript" src="js/jquery.dropdown.js"></script>
    <script type="text/javascript" src="js/jquery.cycle.all.2.74.js"></script>
    
    
    
    
    
    <script language="javascript" type="text/javascript">
     
      $(document).ready(function() {
        $('.slideshow').cycle({ 
    	fx: 'fade' 
    	});
    	
    	  $("div.roundbox").wrap('<div class="dialog"><div class="bd">'+
         '<div class="c"><div class="s"></div></div></div></div>');
     
    
    
    $("div:roundbox3").hide();
    $("div:eq(0)").hide();
    
    $("div:eq(1)").hide();
    $("div:kla").hide();
    
     
    	 $("a").addClass("test");
    	 
    	 $("#fg").click(function(event){
       event.preventDefault();
       $("div:eq(0)").slideToggle("slow");
    $("div:kla").hide(); 
         
       
    
     });
    
    
    	 
    	 $("#fgg").click(function(event){
       event.preventDefault();
       $("div:eq(2)").slideToggle("slow"); 
      
    
     });
    
     $("#kla").click(function(event){
       event.preventDefault();
       $("div:eq(3)").slideToggle("slow");
       $("div:roundbox3").hide();
     }); 
    
         
        
    
         
     });
    
    
    </script>
    
    
    
    
    
    
    
       <?php if (bts_select('javascript', $PHP_SELF)) { // if a specific javscript file exists for this page it will be loaded
          require(bts_select('javascript', $PHP_SELF));
    } else {
      if (isset($javascript) && file_exists(DIR_WS_JAVASCRIPT . basename($javascript))) { require(DIR_WS_JAVASCRIPT . basename($javascript)); }
    
      } 
    ?> 
     <!-- coolMenu //-->
     <?php
     if (DISPLAY_DHTML_MENU == 'CoolMenu') {
     	echo '<SCRIPT LANGUAGE="JavaScript1.2" SRC="includes/coolMenu.js"></SCRIPT>';
    
     }
     ?>
     <!-- coolMenu_eof //-->
    <?php
    	//// BEGIN:  Added for Dynamic MoPics v3.000
    ?>
    
    
    <script language="javascript" type="text/javascript"><!--
    	function popupImage(url, imageHeight, imageWidth) {
    		var newImageHeight = (parseInt(imageHeight) + 20);
    		var yPos = ((screen.height / 2) - (parseInt(newImageHeight) / 2));
    		var xPos = ((screen.width / 2) - (parseInt(imageWidth) / 2));
    
    		imageWindow = window.open(url,'popupImages','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=' + imageWidth + ',height=' + newImageHeight + ',screenY=' + yPos + ',screenX=' + xPos + ',top=' + yPos + ',left=' + xPos);
    
    		imageWindow.moveTo(xPos, yPos);
    		imageWindow.resizeTo(parseInt(imageWidth), parseInt(newImageHeight));
    
    		if (window.focus) {
    			imageWindow.focus();
    		}
    		
    	}
    //--></script>
    
    
    
    
    
    <?php
    	//// END:  Added for Dynamic MoPics v3.000
    ?>
    
    
    <!-- BOF SLIMBOX2 -->
    <script type="text/javascript" src="slimbox2/jquery.js"></script>
    <script type="text/javascript" src="slimbox2/slimbox2.js"></script>
    
    <link rel="stylesheet" href="slimbox2/slimbox2.css" type="text/css" media="screen" />
    <!-- EOF SLIMBOX2 -->
    
    </head>


    After that we have the <a>'s and div's with their id's .

    Dillion

Page 1 of 3 123 LastLast

Similar Threads

  1. GetResponse plugin
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 02-04-2010, 05:51 AM
  2. GetResponse plugin
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 02-04-2010, 05:51 AM
  3. Cyberbit plugin
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 08-08-2007, 06:00 AM
  4. oscmax 1.8...feature list
    By Christy in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 10-19-2004, 06:52 PM
  5. Tentative Feature List for osCMAX 1.8
    By michael_s in forum osCmax v1.7 Announcements
    Replies: 0
    Last Post: 11-10-2003, 08:20 AM

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
  •