Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #999896

    Hello,

    I still have some info to ask you about the comment form.
    My articles are built with the standard editor + a page on which I put the element “blog articles”.
    When I go to an article where I enabled comments (see the link) and want to log in as a user, I come to the WordPress login page.
    How can users access to Enfold’s form ?

    Thanks a lot

    #999927

    Hey annesite,

    I’m not understanding the issue you are running into. When subscribers login, you are directed to the WP login screen unless you specifically create a custom login page which is still just a custom styled WP login page.

    Best regards,
    Jordan Shannon

    #1000414

    Hi Jordan,

    What I would like is a registration form so that someone who is not suscriber can register with his email address to write a comment.
    Same as the example in Enfold .

    Can you tell how to do it ?

    And I would like a separator between the social share buttons and “Vous aimerez peut-être aussi”
    and also before the comments. How can I manage to ajust that ?

    Thanks in advance

    #1000737

    Hi annesite,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    You can allow all visitors to comment on the Settings > Discussion page.

    Best regards,
    Victoria

    #1000790

    Hi Victoria,

    Thanks for your answer, it made me recheck the Settings and I found: I allowed visitors on the Settings BUT I also asked that “users be registered and connected”. :-D That’s why !!!

    Now I can manage.

    But can you just tell me how I could put a separator (a line across the entire width) between the social share buttons and “Vous aimerez peut-être aussi” and also before the comments ?

    Thanks in advance,
    Best regards

    #1000924

    Hi,

    Add this to quick css and adjust the color to what you need:

    .av-share-box{
    padding-bottom: 50px!important;
    border-bottom: 1px solid red!important;
    }

    Best regards,
    Jordan Shannon

    #1001129

    Thank you for your answer.
    Meanwhile, I made other manipulations and this problem does not arise anymore like that.
    There is a big white space under my footer and I do not know how to remove it. In a previous request https://kriesi.at/support/topic/blank-space-below-the-footer-only-in-blog-article-or-archive/#post-998495 I had a solution but it appeared since the changes of the footer and the color of the line that I made.

    #1001481

    Hi,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1001601

    Hi Rikard,

    Thank you for your answer.
    Apparently, it’s a problem with the footer because when I remove it on these pages, the white space disappears.
    It appears only on the blog articles and the “Actu et blog” page.

    Thanks in advance,
    Best regards

    #1002000

    Hi,

    I now solved this issue by adding a custom id to the footer section (ID = footer_section) and then I added this css code to the quick css field:

    
    #footer_section + div {
        display: none;
    }
    

    Best regards,
    Peter

    #1002198

    Hi Dude,

    Thanks, thats great !

    I see a problem in pagination but I do not know if there is a connection with what you added: the numbers are not centered in the circle or on the right part (eg, “1 page sur 4” ).
    Everything was OK when I worked on these pages and I do not know why the numbers are no longer in the right place.

    Can you help me ?

    Thanks,
    Best regards

    #1002498

    Hi,

    Thanks for the update.

    This should center align the pagination numbers.

    .pagination .numbers {
        top: 10px;
        left: 6px;
        position: relative;
    }

    Best regards,
    Ismael

    #1002625

    Hi Isamel,

    That’s great ! Thanks.
    There is stll the numbers on the right (“1 page sur 4”) which are not in the goog place.

    Can you help ?
    Thanks,
    Best regards

    #1002719

    Hi annesite,

    Can you try adding this css code in Quick CSS:

    #top .pagination-meta span.numbers {
        display: inline-block;
        float: none;
        position: static;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1002773

    Hi Nikko,

    Thanks, it works !
    Best regards,
    Anne

    #1002778

    Hi,

    I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Comment form is like WordPress form’ is closed to new replies.