Good afternoon
I would replace the social navigation bar icons facebook, twitter, etc for php code itself. Could you tell me how?
I need to add in place php codes.
Hi dyo87!
I’m not sure what you mean. Can you take a screenshot and highlight what your trying to do in the screenshot?
Are you trying to customize the social buttons by adding your own?
Best regards,
Elliott
I want to add a shortcode to display Google Translator plugin and it looks like the attached image. It’s posible?
I know that I must modify file
Cheers
Hi!
So those flags in your screenshot is supposed to be the google translator plugin?
If your trying to add a shortcode to the header then you can do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and then add the shortcode to a text widget.
Best regards,
Elliott
Yes, it is this plugin.
I managed to add, but I want to change the position widget and put it just below the icons facebook, twitter, etc.
You can help?
Can you help me?
Hi!
Please replace the code with this to relocate the widget inside the main header instead of the menu bar:
add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
function enfold_customization_header_widget_area() {
dynamic_sidebar( 'header' );
}
Use the css codes provided in the documentation to reposition the flags.
Cheers!
Ismael