Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • uguruygur Friend
    #196037

    Easydiscuss, purity iii 1.0.1 version issue + Logout button does not work.

    Please see the attached pictures to see the problem.

    Regards


    1. easy1
    2. easy2
    3. easy3
    4. easy4
    Saguaros Moderator
    #527822

    It seems the logout issue belongs to the EasyDiscuss component itself, you can try to use it in default template of Joomla to confirm on this. Please try to raise the issue into EasyDiscuss forum to get better help. For the rest problem, you can add CSS rule below into the file: /templates/purity_iii/css/custom.css

    div#discuss-wrapper .row-fluid {
         margin-left: 0;
         margin-right: 0;
    }
    uguruygur Friend
    #527901

    Hi Saguaros,

    It seems like when i tried to change to Joomla default template ( Protostar & Beez3 ), the sign out button is work fine.

    Have this problem after the update ja purity iii v1.0.1

    ja purity iii v1.0.0 version no problem!

    Regards

    Saguaros Moderator
    #528017

    You can try with this solution:

    1. Open file: templates/purity_iii/js/script.js
      // kickstart
      (function($){
       $(document).ready(function(){
            //init count up (function(){
                 $('').countup();
            })();
       });
      })(jQuery);

      change it to:

      // kickstart
      (function($){
       $(document).ready(function(){
            //init count up (function(){
                 $('').countup();
            })();
            $('button.logoutButton').click(function(){
                 $('form#logoutForm').submit();
            })
       });
      })(jQuery);
    2. Open file: templates/purity_iii/etc/assets.xml and add this line of code to make your site loads above JS file:
      js/script.js
    uguruygur Friend
    #528027

    Thank you so much.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  uguruygur 10 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum