Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1190241
    Sara H.
    Participant

    Hi!

    I tried to solve this issue by looking at this https://community.theme.co/forums/topic/comments-on-blank-template-2/
    The comments field is there but I want facebook comments instead and I would be better to be align with the content because right now is fullwidth.

    How do I setup facebook comments in Blank, no container Template?
    Please help.

    #1190244
    Sara H.
    Participant
    This reply has been marked as private.
    #1190261
    Lely
    Moderator

    Hi There,

    Thank you for the credentials. On Addons > Install Facebook Comments Extension..

    Hope this helps.

    #1190282
    Sara H.
    Participant

    Hello,

    that is already install, sorry not to mention earlier..

    #1190298
    Lely
    Moderator

    Hi There,

    Please edit the page > Under Page Attributes > Template > Choose Layout Fullwidth.

    Do let us know how this goes.

    #1190759
    Sara H.
    Participant

    Hi,
    yes the fullwidth works that I know since the beginning…
    My problem with fullwidth is the container. I prefer the blank page because works better in mobile devices.

    any suggestions?

    #1190764
    Sara H.
    Participant
    This reply has been marked as private.
    #1190818
    Joao
    Moderator

    Hi There,

    If your issue regards the mobile view just you can add the following code to Appereance : Customizer : Custom : CSS

    
    @media (max-width: 480px) {
    
    .x-container.width {
         width: 100%;
    }
    
    .x-container.offset {
      margin: 0px;
    }
    
    }

    If you need help with anything else please provide a more detailed explanation,

    Thanks

    Joao

    #1191523
    Sara H.
    Participant

    Hei! thank you. I am happy with this change.

    Btw can you advise me on how to center the Title of the page please?

    thanks

    #1191725
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    
    h1.entry-title {
        text-align: center !important;
    }

    Thanks.

    #1193990
    Sara H.
    Participant

    thank you for your help

    #1194101
    Thai
    Moderator

    If you need anything else please let us know.

    #1210203
    Sara H.
    Participant
    This reply has been marked as private.
    #1210487
    Jade
    Moderator

    Hi there,

    Please add this code:

    .x-navbar .mobile .x-nav li > a {
        padding-left: 20px;
    }

    Hope this helps.

    #1217569
    Sara H.
    Participant

    yap thanks

  • <script> jQuery(function($){ $("#no-reply-1190241 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>