- Posts: 3
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- Slimbox and others don't run in my site
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Slimbox and others don't run in my site
- M Antonia Vilches D#az
- Topic Author
- Offline
- New Member
Less
More
16 years 10 months ago - 16 years 10 months ago #10872
by M Antonia Vilches D#az
Slimbox and others don't run in my site was created by M Antonia Vilches D#az
You can see www.garray.org/index.php?option=com_content&task=view&id=31&Itemid=98
It is built with rocketthem template and I don't get to run slimbox poup engine. Allways open in a new window.
Can you help me?
Before I used rocketzoom but I unpublish it.
Can I use rocketzoom also?
Other question: how can I use ONLY with one image into a folder? Not all folder
Thanks
It is built with rocketthem template and I don't get to run slimbox poup engine. Allways open in a new window.
Can you help me?
Before I used rocketzoom but I unpublish it.
Can I use rocketzoom also?
Other question: how can I use ONLY with one image into a folder? Not all folder
Thanks
Please Log in or Create an account to join the conversation.
- JoomlaWorks Support Team
- Offline
- Platinum Member
Less
More
- Posts: 1188
16 years 10 months ago #10873
by JoomlaWorks Support Team
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks Support Team on topic Re: Slimbox and others don't run in my site
Hi my friend!
How you tried to use some other popup engine for the popups?
Probably the rocketzoom use the same js library with some of the engines of the sig pro.
Try to use the Greybox or Lytebox popup engine.
Thank you.
How you tried to use some other popup engine for the popups?
Probably the rocketzoom use the same js library with some of the engines of the sig pro.
Try to use the Greybox or Lytebox popup engine.
Thank you.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- acijanos
- Offline
- Junior Member
16 years 10 months ago #10874
by acijanos
Professional, Eco-Friendly Joomla! Web Design: www.cartanova.ca
Replied by acijanos on topic Re: Slimbox and others don't run in my site
In a number of RT templates there is a link to a Javascript file for the purpose of creating a lightbox popup. (templates-->templatename-->index.php)
Chances are, you can just delete this code in the above file, and resolve the SIG Pro conflict.
Chances are, you can just delete this code in the above file, and resolve the SIG Pro conflict.
Professional, Eco-Friendly Joomla! Web Design: www.cartanova.ca
Please Log in or Create an account to join the conversation.
- piccaros
- Offline
- New Member
Less
More
- Posts: 5
16 years 9 months ago #10875
by piccaros
Replied by piccaros on topic Re: Slimbox and others don't run in my site
Hi,
Could you let me know what to remove, I am having the same type of conflict.
This this the head of my page:
<head>
<?php
if ( $my->id ) {
initEditor();
}
mosShowHead();
require(YOURBASEPATH . "/rt_tabmodules.php");
require(YOURBASEPATH . "/rt_utils.php");
require(YOURBASEPATH . "/rt_head_includes.php");
?>
</head>
Many thanks
Michel
Could you let me know what to remove, I am having the same type of conflict.
This this the head of my page:
<head>
<?php
if ( $my->id ) {
initEditor();
}
mosShowHead();
require(YOURBASEPATH . "/rt_tabmodules.php");
require(YOURBASEPATH . "/rt_utils.php");
require(YOURBASEPATH . "/rt_head_includes.php");
?>
</head>
Many thanks
Michel
Please Log in or Create an account to join the conversation.
- acijanos
- Offline
- Junior Member
16 years 9 months ago #10876
by acijanos
Professional, Eco-Friendly Joomla! Web Design: www.cartanova.ca
Replied by acijanos on topic Re: Slimbox and others don't run in my site
It's probably the line :
require(YOURBASEPATH . "/rt_utils.php");
but there may be another one in there. Look for something about loading Javascript, or MooTools, etc.
If you can post the name of the template you are using, I can tell you.
require(YOURBASEPATH . "/rt_utils.php");
but there may be another one in there. Look for something about loading Javascript, or MooTools, etc.
If you can post the name of the template you are using, I can tell you.
Professional, Eco-Friendly Joomla! Web Design: www.cartanova.ca
Please Log in or Create an account to join the conversation.
- Creative-Ops
- Offline
- New Member
Less
More
- Posts: 1
16 years 9 months ago #10877
by Creative-Ops
Replied by Creative-Ops on topic Re: Slimbox and others don't run in my site
Not on mine either. :(
I have this code in my php file:
// MOOMENU INIT
$menu_name = "mainmenu";
$mtype="moomenu";
require(YOURBASEPATH .DS."utils.php");
// TEST FOR HOMEPAGE
$page = "content";
$menuitem = & JSite::getMenu();
if ($menuitem->getActive() == $menuitem->getDefault()) {
$page = "home";
}
?>
<link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/css/rokmoomenu.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<script type="text/javascript" src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/js/mootools-release-1.11.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/js/rokmoomenu.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/js/mootools.bgiframe.js"></script>
<script type="text/javascript">
window.addEvent('domready', function() {
new Rokmoomenu($E('ul.menu'), {
bgiframe: false,
delay: 500,
animate: {
props: ,
opts: {
duration:400,
fps: 100,
transition: Fx.Transitions.Quad.easeOut
}
}
});
});
</script>
Not sure where to start. If anyone can point me in the right direction, I'd be very grateful.
I have this code in my php file:
// MOOMENU INIT
$menu_name = "mainmenu";
$mtype="moomenu";
require(YOURBASEPATH .DS."utils.php");
// TEST FOR HOMEPAGE
$page = "content";
$menuitem = & JSite::getMenu();
if ($menuitem->getActive() == $menuitem->getDefault()) {
$page = "home";
}
?>
<link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/css/rokmoomenu.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<script type="text/javascript" src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/js/mootools-release-1.11.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/js/rokmoomenu.js"></script>
<script type="text/javascript" src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/js/mootools.bgiframe.js"></script>
<script type="text/javascript">
window.addEvent('domready', function() {
new Rokmoomenu($E('ul.menu'), {
bgiframe: false,
delay: 500,
animate: {
props: ,
opts: {
duration:400,
fps: 100,
transition: Fx.Transitions.Quad.easeOut
}
}
});
});
</script>
Not sure where to start. If anyone can point me in the right direction, I'd be very grateful.
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- Slimbox and others don't run in my site