How to edit the writing in webpages.


Home Forums Front End PM PRO How to edit the writing in webpages.

This topic is: Resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #39484
    Alf
    Participant

    Hi, ☺
    I have a question. Could you help me?

    I would like to add and delete sentences in webpages.
    For example, I would like to delete the following sentences about the Message box size because usually, I set it as unlimited.
    Message box size: 2 of

    I would like to add my original sentences in the place for the above sentences.

    I guess that I can edit the cord in the file, “/wp-content/plugins/front-end-pm/templates/newmessage_form.php”.

    I appreciate your help.

    #39492
    Shamim Hasan
    Keymaster

    You can add following code in Front End PM PRO > Settings > Appearance > Custom CSS

    .fep-box-size {
    	display: none;
    }
    
    #39499
    Alf
    Participant

    Thank you very much.

    I would also like to add sentences to this plugin.

    https://www.shamimsplugins.com/docs/front-end-pm-pro/customization-front-end-pm-pro/change-templates/
    I read this webpage, but I am not sure how to do so.

    If I want to add sentences to the webpages for a new message, how can I add sentences?
    Which file should I add code?

    Best regards,
    Alf

    #39510
    Shamim Hasan
    Keymaster

    It depends on the location of that sentence.
    Eg. above sentence is located in the header.php
    As per the documentation create a folder called “front-end-pm” inside your child theme. Then copy header.php from this plugin’s template folder and paste in your child theme’s front-end-pm folder. Now edit that file in your child theme and that will change code in your website.

    #39745
    Alf
    Participant

    Thank you very much for your answer.

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

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.