Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1261702
    EMM
    Participant

    The Post Grid displays “Read More” on the button for each product. I need it to say “Book a Session”.

    Can you provide me a php or CSS code, please?

    https://thedenverrecordingstudio.com/rates/

    Screenshot: http://prntscr.com/d8nbow

    #1262067
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > JavaScript in the Customizer.

    jQuery(function() {
      jQuery('.page-id-2763 .vc_grid .vc_gitem-link').text('Book a Session');
    });

    Hope that helps.

    #1262835
    EMM
    Participant
    This reply has been marked as private.
    #1263296
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the information. Regretfully the given access is not working for us. The password seems invalid: http://prntscr.com/d943tg

    The given JS code should have work. I have inspected the page and there is a JS error which is why the code did not work. I have figured out which plugin is causing the issue. I would recommend deactivating the Mailchimp For WordPress plugin temporarily and test your site again.

    Please let us know how it goes.

    #1265982
    EMM
    Participant

    I have deactivated both mailchimp plugins. No effect. Reactivated.

    I reset the password and tested it. Please try that UN and PW again; it’s case sensitive.

    https://thedenverrecordingstudio.com/wp-admin/

    #1266389
    Rupok
    Member

    Hi there,

    Thanks for writing back. The code works perfectly. I guess it’s not working because one of your JS error – http://prntscr.com/da8xxa

    Perhaps it’s causing by other custom JS or Mailchimp. Let’s check for that.

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