Regarding the listing Preview page

This topic contains 4 replies, has 2 voices, and was last updated by  Guust 7 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #193434

    Dotty Directory
    Full Member
    Post count: 254

    Is it possible to change the text in the bar from “This is a preview of your listing and…..” to something else?

    I couldn’t find anything in the settings and Currently I am using this code which isn’t entirely practical.

    
    
    .geodir_preview_section .geodir_information {
      visibility:hidden;
    }
    
    .geodir_preview_section .geodir_information:before {
      content: 'This is a preview of your listing and does not includ any photos you have uploaded. These will only appear when your advert is verified by us. If you want to make changes click "Go Back and Edit" or if you are ready for your advert to be verified click "Update Now".';
      visibility:visible;
    }

    Is it also possible to change the text in the “Update Now” button without using this messy coding

    Thanks

    #193448

    Dotty Directory
    Full Member
    Post count: 254

    Found i cant use this code as it also changes the text on the “View Listing” page afterwards

    #193550

    Guust
    Moderator
    Post count: 29970

    You can do that with the translation files: https://wpgeodirectory.com/docs/translate-core/
    If you are using the Payments addon, you might also need to translate some strings there: https://wpgeodirectory.com/docs/translating-addons/

    #199171

    Dotty Directory
    Full Member
    Post count: 254

    Thank you

    #199440

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket