Fix Spelling/Formatting Error

Discussion in 'VideoCraft WordPress Theme' started by solari2018, Oct 30, 2018.

  1. solari2018

    solari2018 New Member

    Joined:
    Oct 25, 2018
    Messages:
    12
    Likes Received:
    0
    Under Dashboard > Settings > Discussion, I have the the box next to "Users must be registered and logged in to comment" checked, because I don't want anyone to post comments unless they are logged in.

    Now I have a spelling/formatting issue with what it says under the video. This is what is says, "YOUMUST LOGGEDIN POSTCOMMENT." Is there a way to change it to "YOU MUST BE LOGGED IN POST A COMMENT?"

    I've included a screen-shot for your reference.

    Thank you for your help.

    Best regards,

    Mark
     

    Attached Files:

  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greeting from InkThemes,

    Kindly send the below-mentioned credential details at [email protected] along with the thread link.
    As it seems like you have changed the previous credentials and we do not have admin access.

    WordPress Website URL : -
    WordPress Username : -
    WordPress Password : -

    We will do the needful.

    Regards,
    Akbar
    InkThemes.com
     
  3. solari2018

    solari2018 New Member

    Joined:
    Oct 25, 2018
    Messages:
    12
    Likes Received:
    0
    Akbar,

    Your access has been restored. Thank you for your help.

    Best regards,

    Mark
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    You are most Welcome!

    If you need further help then let us know.

    We will be ready to help you.

    Regards,
    Akbar
    InkThemes.com
     
  5. solari2018

    solari2018 New Member

    Joined:
    Oct 25, 2018
    Messages:
    12
    Likes Received:
    0
    Akbar,

    With all due respect this issue was not fixed. I just fixed the issue myself. I added the theme's comments.php to the child them and edited this section:

    <p class="comment_message"><?php echo YOUMUST; ?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>"><?php echo LOGGEDIN; ?></a> <?php echo POSTCOMMENT; ?></p>

    To this:

    <p class="comment_message"><?php echo 'YOU MUST'; ?> <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>"><?php echo 'LOGGED IN'; ?></a> <?php echo 'TO POST A COMMENT'; ?></p>

    And now the spelling errors are gone. You might want to make this correction in the next theme update.

    Best regards,

    Mark
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hii,

    Greeting from InkThemes,

    This sounds great that you have fixed the issue by yourseleves.

    Let me know if you need any help in future.

    We will be happy to help you.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page