It is currently Thu Jun 20, 2013 9:29 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 14 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: No Pop Ups
PostPosted: Thu Oct 14, 2010 2:53 am 
Offline

Joined: Fri Oct 01, 2010 5:49 am
Posts: 5
I followed your instructions and added this code before any code on top of the file: if(typeof jQuery == 'undefined'){

then added this: } at the bottom of the same file.

Result: no change. No Pop Up to show slim box, etc.

Perhaps I must not be doing something correctly.


Top
 Profile  
 
 Post subject: Re: No Pop Ups
PostPosted: Thu Oct 14, 2010 2:53 am 
Top  
 Post subject: Re: No Pop Ups
PostPosted: Thu Oct 14, 2010 3:32 am 
Offline
Developer
Developer
User avatar

Joined: Sat Aug 14, 2010 9:31 pm
Posts: 799
Location: Novi Sad, Serbia
You should check your template code for something like this:
Code:
<?php
        //remove mootools.js and caption.js
        $headerstuff=$this->getHeadData();
        reset($headerstuff['scripts']);
        foreach($headerstuff['scripts'] as $key=>$value){
          unset($headerstuff['scripts'][$key]);
        }       
        $this->setHeadData($headerstuff);
?>


What this generally do is that deletes not just "mootools.js" and "caption.js" but it deletes all the scripts included before template loading.

If this is included in your template, try to remove it and see if the popup images will show.

_________________
If you like Admiror Gallery support us by leaving a review on Joomla extensions site : Admiror Gallery
Admiror Joomla! Extensions


Top
 Profile  
 
 Post subject: Re: No Pop Ups
PostPosted: Tue Nov 23, 2010 6:52 pm 
Offline

Joined: Tue Nov 23, 2010 2:59 pm
Posts: 4
tried it as well, but i guess, im doing it wrong:

}

// Init the element's event structure
var events = jQuery.data(elem, "events") || jQuery.data(elem, "events", {}),
handle = jQuery.data(elem, "handle") || jQuery.data(elem, "handle", function(){
// Handle the second event of a trigger and when
// an event is called after a page has unloaded
jquery.mousewheel-3.0.2.pack.js, jquery.fancybox-1.3.1.pack.js, jquery.easing-1.3.pack.js
return typeof jQuery !== "undefined" && !jQuery.event.triggered ?
jQuery.event.handle.apply(arguments.callee.elem, arguments) :
undefined;
});
// Add elem as a property of the handle function
// This is to prevent a memory leak with non-native
// event in IE.
handle.elem = elem;


Top
 Profile  
 
 Post subject: Re: No Pop Ups
PostPosted: Wed Nov 24, 2010 10:51 am 
Offline
Developer
Developer
User avatar

Joined: Tue Aug 17, 2010 2:38 pm
Posts: 445
Location: Novi Sad, Serbia
You can try:
1. Find file /templates/yum/js/jquery-1.3.2.min.js and rename it to jquery-1.3.2.min.js.backup (Just to have backup of original...)
2. Extract and upload this file on place of /templates/yum/js/jquery-1.3.2.min.js:
Attachment:
jquery-1.3.2.min.js.zip [19.24 KiB]
Downloaded 166 times

3. Enabe JQuery for AG Plugin
4. Hold Your Breath and Cross Your Fingers :lol:

I also have a template which using JQuery and this solved my problems.

_________________
Admiror Design Studio


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ]  Go to page Previous  1, 2

 

Contributor Blogs

Joomla! - the dynamic portal engine and content management system

Business Pizza, Bugs, and Fun July 12th, 2013



You're Invited Please consider this your personal invitation to join us o...

http://community.joomla.org/blogs/community/1755-business-pizza-bugs-and-fun-july-12th-2013.html

Improvements to Joomla! Documentation

If it has been a while since you have seen the ...

http://community.joomla.org/blogs/leadership/1754-improvements-to-joomla-documentation.html

Now Always Open for PLT Nominations

The Joomla! Production Leadership Team (PLT) is responsible for leading and coordinating the development of the Joomla! CMS and Framework. This includes releasing new versions, fixing bugs, adding new features, and creating documentation and trans...

http://community.joomla.org/blogs/leadership/1753-now-always-open-for-plt-nominations.html

The JED 3.0 Functional Design Doc

The Joomla Extensions Directory (JED) Team is seeking to upgrade the current JED website to Joomla 3.x with a customized extension(s) to facilitate the management of listings and users.

http://community.joomla.org/blogs/leadership/1751-the-jed-30-request-for-proposal.html

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

This is the official Admiror Joomla! Community Forum. You are welcome to join the Admiror Joomla! Community. All Admiror Joomla! Extensions Users, Joomla! Developers, PHP or mySQL Developers are welcome to support & contribute to Admiror Joomla! Projects.

Joomla! is a free and open source content management system (CMS) for publishing content on the World Wide Web and intranets. With a vibrant volunteer community, user-friendly features and plenty of power, Joomla is perfect for your website!

Joomla! is written in PHP, uses object-oriented programming (OOP) techniques and software patterns, stores data in a MySQL database, and includes features such as page caching, RSS feeds, printable versions of pages, news flashes, blogs, polls, search, and support for language internationalization.

Joomla! is the property of Open Source Matters, Inc. All rights reserved. Read more about Joomla! at http://www.joomla.org/.


Protected by Anti-Spam ACP Powered by phpBB® Forum Software © phpBB Group