Your account expired support, please renew to get your support.

Home Forums Themes Support Circle Missing Text on “Read More” and “Load More” buttons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9427
    darienite
    Support Expired

    Hi. I’m just getting started setting up the Circle Theme for my portfolio site. I am using the standard Wp Bakery “Post Grid” element, and the “read more” and “load more” buttons are blank. I tried customizing the CSS in theme options, but notihng seems to work. Please see the attached screenshot.

    Thank you!

    #9428

    Hi,
    Thanks for contacting us and choosing our product!
    This issue come from WPBakery and we can’t change direct in their code.
    In this case you can try to add this custom CSS code in Appearance -> Customize -> Additional CSS:

    .vc_gitem-zone .vc_btn3 .vc_btn3-placeholder {
    width: auto!important;
    }
    .vc_gitem-zone .vc_btn3 .vc_btn3-placeholder::before {
    content: 'Readmore';
    }
    .vc_grid .vc_grid-btn-load_more .vc_btn3-placeholder {
    width: auto!important;
    }
    .vc_grid .vc_grid-btn-load_more .vc_btn3-placeholder::before {
    content: 'Loadmore';
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

    #9521
    manupkp
    Support Expired

    Hello, I have a similar problem, except I can’t see the “Read More” text at all in Post Grid posts. Choosing the option to show it doesn’t affect anything.

    Attachments:
    You must be logged in to view attached files.
    #9524

    Hi mạnukpk,
    You can follow the answer above to resolve the issue.
    This bug come from WPBakery and we can’t change direct in their plugin.
    If it still doesn’t work please send us your site URL, so we can have solution for you.
    However your support time has been expired, you should renew it to continue get support.

    ***
    Regards,
    HaruTheme

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.