Hi my top bar is empty and i wish to put a login form there or an register / login simple menu
I have active “top bar” option active.
my site https://tulceanul.ro/formular/
Thank you!
Bogdan
Hi my top bar is empty and i wish to put a login form there or an register / login simple menu
I have active “top bar” option active.
my site https://tulceanul.ro/formular/
Thank you!
Bogdan
Hi Bogdan,
To achieve that, you need to enable shortcode for your topbar content by adding the code below in your child theme’s functions.php file.
add_filter('x_option_x_topbar_content', 'do_shortcode');

Then install either of this third party plugin.
Then add the plugin shortcode in your topbar content.

Hope that helps
Thank you very much for your help.
One more question please… I’m using ninja forms as you can see in the widget top area, but i cannot make input fields larger. my website is https://tulceanul.ro/ “psd” is bypass frontpage passwd 
Someone said that forms are getting theme style. Can you help me with a solution?
Cheers, Bogdan

Hi Bogdan,
To make it bigger, you can add the code below in Theme Options > CSS
.field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap>div input, .field-wrap select, .field-wrap textarea {
padding: 10px !important;
}

Hope that helps
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.