Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #967218

    Hi,

    There is a bug in the submit review button, not all of the button is clickable, a bit tricky.

    The other problem is that the picture overlay on the name.
    section problem

    Thanks,
    Mohammad

    • This topic was modified 6 years, 5 months ago by noyaholidays.
    #968767

    Hey noyaholidays,

    Thank you for using enfold and reporting this.

    We will add the fix for the next update.

    Meanwhile in custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following:

    
    .rtl div #reviews #comments ol.commentlist li .comment-text {
    	margin: 0 50px 0 0 !important;
    }
    
    

    As you are using compression you have to save theme options to force a rebuild of the compressed files.

    Best regards,
    Günter

    #968807

    That solved the problem.

    Thanks!

    #968833

    But it didn’t solve the other problem:
    The other problem is that the picture overlay on the name. (i added a screenshot in the original post)

    #969641

    Hi,

    You have the following CSS code:

    
    #commentform label {
        right: auto;
    }
    

    Not sure, from where this is coming because of the compressed files.

    This overrides the default setting.

    Add the following to Quick CSS:

    
    #commentform label {
        right: 245px !important;
    }
    

    That moves the text left of the input boxes.

    Best regards,
    Günter

    #969671

    thanks, actually after the first fix, the picture is shown in a good way

    #969691

    Hi,

    Glad we could help you.

    Feel free to come back when you need more assistance.

    Enjoy the theme and have a nice day.

    Best regards,
    Günter

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Review button not responding’ is closed to new replies.