-
AuthorPosts
-
synapsis Friend
synapsis
- Join date:
- April 2007
- Posts:
- 234
- Downloads:
- 18
- Uploads:
- 28
- Thanks:
- 58
- Thanked:
- 19 times in 1 posts
July 21, 2014 at 4:00 am #199845I’m experiencing a conflict of some sort that’s causing JA Slideshow Lite to disappear when iJoomla’s Ad Agency is displaying in a new module I created in the header.php of JA Mitius.
When I unpublish the module that displays the iJoomla Ad (Components –> Ad Agency Pro –> Managers (in sidebar) –> Zones (in sidebar) –> Unpublish “Leaderboard – Header”), JA Slideshow Lite displays as it should. If the Leaderboard – Header zone is published, the Slideshow disappears. I can’t get them both to work at the same time.
I’m sure that there’s a solution to this. Likely something in the header.php of JA Mitius that will get it working properly, but I’ve tried several permutations, without any luck.
Please take a look and see if there’s something you can suggest.
I really need this working ASAP, so your prompt response is much appreciated.
Thank you,
Mattalexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
July 21, 2014 at 5:03 am #542951Hi Matt,
<em>@synapsis 437483 wrote:</em><blockquote>
… in a new module I created in the header.php of JA Mitius.
</blockquote>
Could you please elaborate for me on “I created in the header.php”?
Regards,
Alex
synapsis Friendsynapsis
- Join date:
- April 2007
- Posts:
- 234
- Downloads:
- 18
- Uploads:
- 28
- Thanks:
- 58
- Thanked:
- 19 times in 1 posts
July 21, 2014 at 8:48 am #542982NOTE: Since starting this thread, I’ve moved the development version of my site to a new sub-domain for easier access. I’ve PM’d you the details, because I can’t find any way to update the login info I sent with the original post to start this thread. I hope this will not invoke your ire. 🙂
To respond to your initial response:
As in, I modified the header.php for JA Mitius to add a new module position (named leaderboard) in the template header next to the logo, and added it to my templateDetails.xml file. You know, the standard way of adding new module positions to existing templates.
When a module placed in that new module position is published, however, the JA Slideshow Lite module disappears.
When it’s unpublished, the Slideshow module reappears.
I notice no other offending behavior.
Matt
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
July 21, 2014 at 9:35 am #542991Hi Matt,
<em>@synapsis 437524 wrote:</em><blockquote>
NOTE: Since starting this thread, I’ve moved the development version of my site to a new sub-domain for easier access. I’ve PM’d you the details, because I can’t find any way to update the login info I sent with the original post to start this thread. I hope this will not invoke your ire. 🙂
</blockquote>
Cheers for keeping me in the loop re moving your sandbox. PMing was just fine, no red mist whatsoever, so no worries there 😉
<em>@synapsis 437524 wrote:</em><blockquote>
I modified the header.php for JA Mitius to add a new module position
</blockquote>
To be on the safe side, could you please post in this thread your header.php for us to have a look at it?
Regards,
Alex
1 user says Thank You to alexsmirnov for this useful post
synapsis Friendsynapsis
- Join date:
- April 2007
- Posts:
- 234
- Downloads:
- 18
- Uploads:
- 28
- Thanks:
- 58
- Thanked:
- 19 times in 1 posts
July 21, 2014 at 10:22 am #543000Sure… here’s my header.php:
[PHP]<?php
/**
* @package T3 Blank
* @copyright Copyright (C) 2005 – 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/defined(‘_JEXEC’) or die;
$sitename = $this->params->get(‘sitename’) ? $this->params->get(‘sitename’) : JFactory::getConfig()->get(‘sitename’);
$slogan = $this->params->get(‘slogan’);
$logotype = $this->params->get(‘logotype’, ‘text’);
$logoimage = $logotype == ‘image’ ? $this->params->get(‘logoimage’, ”) : ”;
if ($logoimage) {
$logoimage = ‘ style=”background-image:url(‘.JURI::base(true).’/’.$logoimage.’);”‘;
}
?><!– HEADER –>
<header id=”ja-header” class=”ja-header wrap”>
<div class=”container”>
<div class=”row”><!– LOGO –>
<div class=”span3″>
<div class=”logo logo-<?php echo $logotype ?>”>
<h1>
<a href=”<?php echo JURI::base(true) ?>” title=”<?php echo strip_tags($sitename) ?>”<?php echo $logoimage ?>>
<span><?php echo $sitename ?></span>
</a>
<small class=”site-slogan hidden-phone”><?php echo $slogan ?></small>
</h1>
</div>
</div>
<!– //LOGO –><!– Leaderboard Ad –>
<div class=”span9 hidden-phone”>
<?php if ($this->countModules(‘leaderboard’)) : ?>
<div class=”<?php $this->_c(‘leaderboard’)?>”>
<jdoc:include type=”modules” name=”<?php $this->_p(‘leaderboard’) ?>” />
</div>
<?php endif ?>
</div>
<!– //Leaderboard Ad –>
</div>
</div>
</header>
<!– //HEADER –>
[/PHP]1 user says Thank You to synapsis for this useful post
synapsis Friendsynapsis
- Join date:
- April 2007
- Posts:
- 234
- Downloads:
- 18
- Uploads:
- 28
- Thanks:
- 58
- Thanked:
- 19 times in 1 posts
July 21, 2014 at 12:04 pm #543011Any thoughts on this problem? I’d love to have the ads AND the slideshow working tomorrow. I’m flying half-way across the US to promote this site on Tuesday, and I’d love to have it fully-operational before then.
Your continued assistance is greatly appreciated, sir.
Matt
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
July 22, 2014 at 12:49 am #543053Hi Matt,
Our culprit is actually “Ad Agency Zone” module’s version 5.0.1, installed by default along with the latest “Ad Agency Pro” component’s version 5.0.7. The “Ad Agency Zone” previous incarnation, version 5.0.0, works with JA Slideshow Lite (and your header.php) just fine.
Uninstalling “Ad Agency Pro” 5.0.7 component under Joomla’s extensions manager and installing instead “Ad Agency Pro” component version 5.0.0 installs “Ad Agency Zone” module version 5.0.0, which gracefully works with our JA Slideshow Lite, and this is precisely what I’ve done for you at your http://dev.brewliving.com sandbox:
I wish there was a way for us to uninstall/install the “Ad Agency Zone” module without having to uninstall/install the “Ad Agency Pro” component but so far I don’t see one. May be good folks at ijoomla.com will find one for you?
Obviously sir, such downgrading your “Ad Agency Pro” component from version 5.0.7 to version 5.0.0 for the sake of getting “Ad Agency Zone” module version 5.0.0 is a temporary workaround but I sincerely hope it will get your upcoming Tuesday’s presentation covered for you.
In the mean time, I am now referring this conflict to our core developers (subject to your response to my PS below).
Once you have some time, I suggest you also bounce this conflict off folks at ijoomla.com and see what they say regarding it.
Hope this helps.
Regards,
Alex
P S
I nearly started creating a private ticket with this conflict for our core developers but then felt that for the purpose of your upcoming Tuesday presentation you may appreciate more if we’d rather keep your dev.brewliving.com sandbox intact.
So please let us know once you feel your dev.brewliving.com sandbox can be accessed by our team once again without causing any interruption to your business.
-
1 user says Thank You to alexsmirnov for this useful post
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
July 28, 2014 at 8:59 am #543594Hi Matt,
Could you please let me know here if our team can start tinkering with your dev.brewliving.com sandbox to investigate the “JA Slideshow Lite/Ad Agency” issue without causing any disruptions to your business?
Regards,
Alex
1 user says Thank You to alexsmirnov for this useful post
synapsis Friendsynapsis
- Join date:
- April 2007
- Posts:
- 234
- Downloads:
- 18
- Uploads:
- 28
- Thanks:
- 58
- Thanked:
- 19 times in 1 posts
July 30, 2014 at 7:12 pm #543950Alex —
Thanks for showing restraint and forethought regarding my needs. I’m sorry I’ve been away from this thread for so long, but the presentation took me out of the office for a full week. Apologies for not being more detailed about the timeline, but I was feeling rather “urgent” about the Tuesday part, and much less so about whether it would work on Day Two of the conference. Day One was most important, ya know?
But I’m back in the office now, and if Joomlart developers want to use my dev sandbox site as a playground to fix this conflict, then I’m glad to let them use it. So long as my public site remains unaffected, that is more than agreeable to me. Please let me know if you need access beyond what you already have. I am back in the office and will be at your disposal (as much as possible, anyway) to get this working.
Thanks again for sticking with it and figuring out the problem. You’re good people, Alex.
Matt
1 user says Thank You to synapsis for this useful post
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
July 31, 2014 at 6:08 am #543976Hi Matt,
Thank you for your reply and your kind words. Much appreciated.
I am referring this “JA Slideshow Lite”/”Ad Agency Zone” conflict to our internal team for further investigation for you.
Regards,
Alex
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 31, 2014 at 9:00 am #544016Hi Matt,
Could you please provide your site url with temporary back-end account via private reply so I can take a look at the problem for you ?
1 user says Thank You to Adam M for this useful post
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
August 1, 2014 at 9:06 am #544140Hi Adam,
I’ve just PMed you dev.brewliving.com Joomla’s backend credentials to have a look around.
Hope this helps,
Cheers,
Alex
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
August 4, 2014 at 10:06 am #544418Hi Matt,
In you last PM you’ve forgotten to include your FTP account password for me.
Regards,
Alex
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
August 4, 2014 at 6:22 pm #544499Hi Matt,
Thanks for PM-ing me your FTP password. We’ll contact you shortly.
Regards,
Alex
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 7, 2014 at 9:44 am #545028I have fixed the problem directly on your site and this is my way to do
+ Open components/com_adagency/includes/js/jquery.js file and add jQuery.noConflict(); into end of file
+ About the configuration in Ad Agency Zone Module. Please go to Components -> iJoomla Ad Agency -> Zones to manage your zones and assign it with leaderboard position
Please check and see it’s working fine on your site.
-
1 user says Thank You to Ninja Lead for this useful post
AuthorPostsThis topic contains 17 replies, has 4 voices, and was last updated by synapsis 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum