Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • synapsis Friend
    #199845

    I’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,
    Matt

    alexsmirnov Friend
    #542951

    Hi 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 Friend
    #542982

    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. 🙂

    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 Friend
    #542991

    Hi 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

    synapsis Friend
    #543000

    Sure… 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]

    synapsis Friend
    #543011

    Any 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 Friend
    #543053

    Hi 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. brewliving_sandbox_without_conflict
    alexsmirnov Friend
    #543594

    Hi 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

    synapsis Friend
    #543950

    Alex —

    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

    alexsmirnov Friend
    #543976

    Hi 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 Moderator
    #544016

    Hi 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 ?

    alexsmirnov Friend
    #544140

    Hi Adam,

    I’ve just PMed you dev.brewliving.com Joomla’s backend credentials to have a look around.

    Hope this helps,

    Cheers,

    Alex

    alexsmirnov Friend
    #544418

    Hi Matt,

    In you last PM you’ve forgotten to include your FTP account password for me.

    Regards,

    Alex

    alexsmirnov Friend
    #544499

    Hi Matt,

    Thanks for PM-ing me your FTP password. We’ll contact you shortly.

    Regards,

    Alex

    Ninja Lead Moderator
    #545028

    I 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. advertise_iJoomla
Viewing 15 posts - 1 through 15 (of 17 total)

This 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