Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #530756

    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.

    #530914

    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

    #531004

    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

    #531057

    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

    • This reply was modified 9 years, 2 months ago by Elliott.
    #531086

    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?

    #531419

    Can you help me?

    #531997

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.