• Resolved aniapiwo

    (@aniapiwo)


    Hi,

    Seamless integration dose not work with Selleradise theme, would you be so kind as to help me make it work?

    best regards,
    Ania

    • This topic was modified 3 years ago by aniapiwo.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    I checked this theme and looks like the only way to add AWS search form to the header is by changing theme source code. In this case you won’t be able to update the theme.

    If it is fine for you then please open wp-content/themes/Selleradise/template-parts/headers/header-default.php file, find lines

    <header-search>
        <template v-slot:icon-close>
          <?php echo selleradise_svg('unicons-line/multiply') ?>
        </template>
        <template v-slot:icon-loader>
          <?php echo selleradise_svg('loader/simple') ?>
        </template>
        <template v-slot:icon-search>
          <?php echo selleradise_svg('unicons-line/search') ?>
        </template>
      </header-search>

    and replace with

    <?php aws_get_search_form( true ); ?>

    Regards

    Thread Starter aniapiwo

    (@aniapiwo)

    hello,
    It works perfect now, thank you very much!

    best regards,
    Ania

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘AWS does not work on selleradise theme’ is closed to new replies.