Before you ask please READ THIS

New Icon right from the Buttons Search and Hidden Basket

Is possible to make a new button near the the search button?

Comments

  • AirAir
    edited January 2017 Posts: 10,970
    Hello:-)

    It is possible, but you have to mess in code :-)
    Place you are interested is in fatmoon\advance\utilities\header.php line ~291
    ( $header_search ? '<div id="search-button" class="icon-search tool" title="' . esc_attr( esc_html__( 'Search', 'apollo13-framework' ) ) . '"></div>' : '' ) .
    All icons are defined around. If you know what you are doing you should be fine. If not, then I discourage you to mess around there ;-)

    With kind regards.
    Post edited by Air on
  • Posts: 14
    ok thanks

    but

    i still need your help, pls

    i want use the WPML Shortcode: [wpml_language_selector_widget]

    and when i insert this

    ( $header_search ? '<?php echo do_shortcode('[wpml_language_selector_widget]'); ?> ' : '' ) .

    into the header.php

    nothing goes... pls help

  • AirAir
    Posts: 10,970
    Hello:-)

    Link to site please?
  • Posts: 14
    I sent u a private message
  • AirAir
    Posts: 10,970
    natal1e said: In addition, I can still make a mistake. The header disappears when I
    scroll the page down and then quickly scroll to top.
    You can change mode of header in Customizing ▸ Header settings Type, variant, background ▸ Sticky version

    About your main issue:
    Do you have any cache plugins installed? Cause maybe this the reason why you don't see it.

    With kind regards.
  • Posts: 14
    Hi again, ok i now can find a solution for the header disappearing problem; it was the plugin convertplug. i now deactivated it.

    for my first question: "new button near the the search button?"

    i will sent u now a private message
  • AirAir
    edited January 2017 Posts: 10,970
    I have added change in code, you can go and check it out. Language switcher is displaying now. Rest is in your hands like whole styling for it.

    For sure you can start with
    #header-tools .wpml-ls-legacy-dropdown {
    display: inline-block;
    }
    With kind regards.
    Post edited by Air on
  • Posts: 14
    Great, thank you works now. Wonderful support!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!