We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 11678
    • 160 Posts
    I am working on a template that uses jquery for an accordion type menu. The menu works perfectly. I did a simple call to WebLoginPE;
     [!WebLoginPE? &groups=`Registered Users` &regHomeId=`14` &profileHomeId=`15` &loadJquery=`true` &customJs=`assets/snippets/webloginpe/js/example.js`!]  

    This caused the menu to stop working. I progressively deleted parts of the call until all that was left was the basic call
    [!WebLoginPE?!]
    and it still stopped the menu from working. I looked in the webloginpe snippet php and found 2 places calling jquery. Since I call jquery in the head of my tpl, I commented out lines 83-91 and 75-76 in the webloginpe php file and the menu works again.
    BTW does anyone know where the input boxes are styled? I want to get rid of the border on the input boxes but even firebug gives no clue where the css for that is.
    Cheers,
    HalD
      "Today’s headlines are nothing more than whispers of history"
      • 4041
      • 788 Posts
      Are you referring to the fieldset around each input section? if so, look in webloginpe.templates.php file.
        xforum
        http://frsbuilders.net (under construction) forum for evolution
        • 11678
        • 160 Posts
        Breezer; Thanks - but no- the styling is as I discovered, by adding:
        #wlpeUsername{border:none;} and wlpePassword{border:none;}
        to my wlpe.css styling file.
        Thanks for looking,
        HalD
          "Today’s headlines are nothing more than whispers of history"