• Unable to view like button in divi based page. How to fix this problem.

    Support is very bad even in premium plan. I had sent one problem earlier but not reply.

    Please guide ASAP.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor LikeBtn Support

    (@likebtn-support)

    Hello!

    Please try to use shortcodes – https://likebtn.com/en/wordpress-like-button-plugin#shortcode

    As for your previous question – we gave you an answer in time. It was about the compatibility with another plugin, and we not stated anywhere that our plugin has it. Our development team got your request, but we can’t say if this feature will be added in the nearest future.

    Thread Starter skumar1st

    (@skumar1st)

    Sorry to say that support is not upto mark and I am giving this feedback as your customer.
    divi support has given css code and work perfectly. Solved now.

    Need another help: I am using likebtn theme=”drop” and want to do bold “Like” and “Dislike” text alongwith number count.
    There are no option in setting, so pls send css code.
    Thanks.

    Plugin Contributor LikeBtn Support

    (@likebtn-support)

    You can use this CSS:

    .lb-style-drop .likebtn-label, .lb-style-drop .lb-count {
        font-weight: 900;
    }

    But in the “drop” theme label font is already bold by default and you will not notice much difference. You can try to set a bigger font size or change the font family in order to make the label look bolder.

    Thread Starter skumar1st

    (@skumar1st)

    Not change anything. Please check and send correct css for bigger fontsize and font family for look bolder
    Example:
    https://areawala.com/ignou-solved-assignments/
    https://areawala.com/top-10-best-restaurants-in-udaipur/

    Plugin Contributor LikeBtn Support

    (@likebtn-support)

    Here is an example with your default font family:

    .lb-style-drop .likebtn-label, .lb-style-drop .lb-count {
    	font-weight: 900;
    	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important;
    	font-size: 12px !important;
    } 
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unable to view like button in divi based page’ is closed to new replies.