• Resolved Beee

    (@beee)


    I am using the plugin for quite a while on my website freerides.org.

    On the user profile page I use the shortcode [theme-my-login] without any variables.

    Now I’m rewriting my site to Timber and now on the same page it shows a login form.

    If I change the shortcode to [theme-my-login default_action=”profile” show_title=”false”] the profile form shows, but also the form title. And I can’t override it because there’s no element identifier wrapped around it.

    Any ideas how to get rid of the title ? I would recommend wrapping the title in a span or so. Or is it already and is my theme stripping stuff ?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    Try deactivating and reactivating the plugin. Sounds like your pages are missing the meta value TML needs to identify pages.

    Thread Starter Beee

    (@beee)

    I already did, nothing changed. None of my pages have custom meta values afaik.

    • This reply was modified 7 years, 10 months ago by Beee.
    Thread Starter Beee

    (@beee)

    Just did some more testing. No meta values are added when deactivating and then re-activating the plugin.

    Would you have any other suggestions ?

    Thread Starter Beee

    (@beee)

    I did some more testing with more variables… none seem to be accepted…

    This is what I use now. My class .hide is used to hide elements quickly/temporarily but the title/output is not prefixed at all.

    [theme-my-login default_action="profile" show_title="false" before_title="<span class="hide">" after_title="</span>"]

    • This reply was modified 7 years, 10 months ago by Beee.
    • This reply was modified 7 years, 10 months ago by Beee.
    Thread Starter Beee

    (@beee)

    the above statement doesn’t work of course due to the double quotes in the span class. If I replace them by single quotes the title does get hidden but the show_title is still ignored.

    Also still no custom meta values are added/visible.

    I’m also having this problem. I’m using the shortcode in Popup Maker (https://www.ads-software.com/plugins/popup-maker/) and, while the login form is shown, the parameters don’t seem to have an effect.

    I tried variables both with and without quotes:
    [theme-my-login show_title=false show_reg_link=false]
    [theme-my-login show_title=”false” show_reg_link=”false”]

    Maybe you can clarify what the ‘meta value’ is, how it’s generated and how it may be manually inserted to get the shortcode variables to work properly.

    I really like this plugin and appreciate your efforts!

    And a minute later I found the solution. Use 1 and 0 instead of true or false (respectively). You don’t need to put the number in quotes, at least according to what I’m seeing.

    This shortcode hid both the title and registration link:

    [theme-my-login show_title=”0″ show_reg_link=0]

    Thread Starter Beee

    (@beee)

    Thanks, I will try that out too….

    Thread Starter Beee

    (@beee)

    It worked for me as well, thank you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Form title always shows’ is closed to new replies.