• Resolved Bikramjit

    (@bikram00)


    Hello, I use the plugin also on my front end, but it is not very good with the front-end CSS. I need lot of space and also I never use the title feature. Is there a way to disable that feature. Any filters or hooks.

    The plugin is fantastic and runs great in wp-admin. Now, I need to make it work in my front-end also.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @bikram00,

    Is the WYSIWYG editor on the front-end accessible publicly? If so can you send over the URL to the page with it so I can see exactly what’s happening in there.

    Thread Starter Bikramjit

    (@bikram00)

    Here is the page: https://scorewheel.com/guest-post-submit-article/

    You might bo to able to post, but your plugin feature will be visible.

    Plugin Author WPKube

    (@wpkube)

    Hi @bikram00

    I think there’s supposed to be a registration form (to be able to guest post) in there but I see just a plain shortcode.

    [user_registration_my_accoun redirect_url="https://scorewheel.com/submit-article/"]

    I think the issue might be a missing letter “t” for the “account” part.

    [user_registration_my_account redirect_url="https://scorewheel.com/submit-article/"]

    Thread Starter Bikramjit

    (@bikram00)

    Sorry man, cache issue.. I have cleared cache.. I have altered the login logic.

    Plugin Author WPKube

    (@wpkube)

    Hi @bikram00

    Try adding the following in WP admin > Appearance > Customize > Additional CSS:

    #wp-link .link-title-field {
        display: none;
    }
    Thread Starter Bikramjit

    (@bikram00)

    Thanks.. CSS will work fine.. Because the wp_editor is available to login users only.

    Plugin Author WPKube

    (@wpkube)

    You’re welcome @bikram00

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Is it possible to remove or disable the title feature?’ is closed to new replies.