Hello aman204 ,

Yes it show plugin but now it does not work its commend ... nor with the activation of comments from K2 ..
What I want to do is to disable comments via K2 and have comments through Plugin so they can comment via Facebook Account

    loukasgr Hi again. My idea was to remove all the code between:

    <div class="itemComments">
    ...
    </div>

    but You will still need to have K2 comments activated in settings. Facebook comments are attached to this layer so it is neccessary to show this layer, but code of k2 comments can be deleted so it will not render k2 commenrts.

      So teitbite ,
      What part of the code I need to delete ? Sorry for trouble you but Im not so good with the codes ... :/

      loukasgr What I want to do is to disable comments via K2 and have comments through Plugin so they can comment via Facebook Account

      Kindly confirm if the facebook commenting feature renders as envisaged by you when assigning Default Joomla Template

        Hello aman204,
        I add you screenshots, the first is with protostar and the second is with Mitius.
        Both screenshots is with "comments" active.
        But on Mitius now both comments missing ...


        Plus i notice with "comments" active i have "read more" and "leave a comment" showing on the right at the corners

          loukasgr You can change the above CSS in custom.css file :

          .bt_facebook_comment, div.itemCommentsForm{display:none;}

          to

          .bt_facebook_comment{display:none !important;}
          div.itemCommentsForm{display:block !important;}

          as this is the form rendering in default template too

          Good Day@aman204#50403 ,
          I did it but nothing change :/

            Oh thanks aman204 ,
            And now only remain to remove from home page "read more" and "add comments"

              loukasgr And now only remain to remove from home page "read more" and "add comments"

              You may check now. Have added this to custom.css file :

              .home div.catItemReadMore,.home .catItemCommentsLink{display:none !important;}

                Nice aman204 ,
                You are all Gods guys! Thanks for help!!!!!
                One last question about custom.css , I need to edit custom.css on CSS folder or in templar root folder ?

                a)Editing file "/css/custom.css" in template "ja_mitius"
                b)Editing file "/custom.css" in template "ja_mitius".

                  loukasgr One last question about custom.css , I need to edit custom.css on CSS folder or in templar root folder ? -- a)Editing file "/css/custom.css" in template "ja_mitius"

                  You may edit the one quoted above located in css folder. For more details on working with custom.css file in T3 framework, Kindly view this documentation excerpt

                  Ok ! Thanks for all , and sorry for trouble 🙂

                  Write a Reply...
                  You need to Login to view replies.