• Resolved baloo247

    (@baloo247)


    Team,

    I’ve noticed that the bar text appears after the email address field, how do I change this?

    Also I dont see the placeholder text. I’ve tried setting via CSS –

    .mctb-bar ::-webkit-input-placeholder { /* WebKit browsers */
    color: pink;
    }

    .mctb-bar :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: pink;
    }

    .mctb-bar ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: pink;
    }

    .mctb-bar :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: pink;
    }

    Still no luck. Please help.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Contributor Lap

    (@lapzor)

    That is strange, that is not the default look of the Topbar.

    Placeholder seems to be missing from the code completely and the text and field is switched around…

    Could you try to remove and re-install the plugin?
    Can you check with your theme provider if they have any customization built in that apply to our topbar plugin?

    Can you check your functions.php if there is any topbar specific code in there?

    Hope that helps. If you have any questions, please let us know!

    Thread Starter baloo247

    (@baloo247)

    thank you, let me test and get back to you.

    Thread Starter baloo247

    (@baloo247)

    I’ve uninstalled it, but when I install it the old settings come back. Do I need to clear a cache or anything?

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    Can you check the code in the file “functions.php” located inside your active theme folder to see if there is any topbar specific code in there?

    If you are not familiar with PHP, you can share that file with us using a DropBox or Google Drive link.

    Thread Starter baloo247

    (@baloo247)

    https://1drv.ms/t/s!AghN481K7CIQhKJ5ldRD8daa4scOPw

    here you go. Let me know what I’m missing.

    Thanks
    Bal

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey Bal,

    It seems like some JavaScript file in your theme is moving the location of the label after the field. To confirm this, first please switch to default theme and test. If doing so fixes the issue, then please contact the theme developer.

    Thread Starter baloo247

    (@baloo247)

    can you point me to which line is causing this please? And any ideas why I’m not seeing the placeholder text?

    • This reply was modified 6 years, 1 month ago by baloo247.
    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    It would be difficult for us to point which line in your theme is doing it as it would involve us checking all your theme code.

    Plugin Contributor Lap

    (@lapzor)

    Since there have been no replies for awhile I will now mark this ticket as “resolved”. If you are still experiencing this issue or you have a similar problem, please create a NEW ticket. Thank you!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘location of bar text and placeholder color issues’ is closed to new replies.