We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 9674
    • 170 Posts
    Hi team !

    Is there anyone with an idea on this :

    Two sites, are sitting on the same machine but with different vhosts, both in revo 2.1.3pl using breadcrumbs 1.1.0pl

    same call :

    [[Breadcrumbs? &crumbSeparator=`|` &respectHidemenu=`0` &showHomeCrumb=`1`&titleField=`menutitle`]] 


    one gives :

    <span class="B_crumbBox"><span class="B_firstCrumb"><a class="B_homeCrumb" href="http://www.domaine1.com/" title="Home">Home</a></span>
     | <span class="B_lastCrumb"><a class="B_currentCrumb" href="test.html" title="Mécénat et communication">Mécénat</a></span>




    The other one :
    <ul class="B_crumbBox"><li class="B_firstCrumb" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"><a class="B_homeCrumb" itemprop="url" rel="Home" href="http://www.domaine2.com/"><span itemprop="title">Home</span></a></li>
     | <li class="B_lastCrumb" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"><a class="B_currentCrumb" itemprop="url" rel="Société" href="societe.html"><span itemprop="title">Société</span></a></li>
    </ul>


    I can't guess why the second is giving this ul li items... stuff !!!!!

    ANY help will be appreciated....

    Thanks

    Philippe [ed. note: Fildefer57 last edited this post 12 years, 7 months ago.]
      • 9674
      • 170 Posts
      Solution was :

      on the good working site( the one with span, not with ul li) , I used the 1.1.RC2 version of Breacrumbs, then updated to 1.1.0 pl

      I de installed the 1.1.0 pl version installed on the non properly fonctionning site, installed the 1.1.RC2 version I found on the other core/package repository, try it, it worked as planned.

      Then i updated it to 1.1.0 pl (current version) from modxcms repo and wokred perfectly.

      No idea about was is the problem, but I have a solution ;-)

      Philippe
        • 26430
        • 8 Posts
        I just wanted to let you know that I had the same problem on a fresh install of MODX Revolution 2.2.4-pl and Breadcrumbs 1.1.0pl. Installing the RC2 version, then upgrading did fix it! Thanks for this work around, I'm not sure how to report this bug.