Skip to content

Shamim's Plugins

  • PRO Plugins
    • Front End PM PRO
  • Docs
    • Front End PM
    • Front End PM PRO
  • Support
    • Front End PM PRO
  • Login
  • 0  Items -  $0.00
Home » Forums » Front End PM PRO » "You must login to view your message." How to change this

"You must login to view your message." How to change this


Home › Forums › Front End PM PRO › "You must login to view your message." How to change this

This topic is: Resolved

Tagged: login

  • This topic has 3 replies, 2 voices, and was last updated 7 years, 1 month ago by VITTHAL AMBIKE.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • May 18, 2018 at 11:12 am #14307
    VITTHAL AMBIKE
    Participant

    Hello,

    When user is not in login state then this message come. Its view is very small, how to change this font , color etc.

    May 18, 2018 at 2:24 pm #14310
    Shamim Hasan
    Keymaster

    You can add following code in your theme’s (child theme’s if any) function.php

    add_filter( 'fep_main_shortcode_output', function( $out ){
        if( ! is_user_logged_in() ){
            $out = '<div style="background-color:#000000;color:#ffffff;">Login to see messages.</div>'; //Change this line as you want.
        }
        return $out;
    });
    May 20, 2018 at 12:04 am #14339
    VITTHAL AMBIKE
    Participant

    I tried , but it is plain words, how to put link of login page

    e.g. My login page link is https://careervistar.com/login/

    how to add this ?

    May 20, 2018 at 12:11 am #14342
    VITTHAL AMBIKE
    Participant

    its ok, i got it, thanks

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 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.


Wordpress Plugins

  • Front End PM PRO
  • Front End PM
  • FEP Contact Form
  • Multisite User Sync
  • Custom Functions Plugin

Osclass Plugins

  • Simple Item Moderation
  • Simple Social Share
  • Two Factor Authentication
  • Password Ad Management
  • noCaptcha reCaptcha
  • Simple Infinite Scroll

Links

  • Contact us
  • Hire
  • Privacy Policy
  • Terms and Conditions

· © 2025 Shamim's Plugins ·

Back to top