Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dimtsef

    (@dimtsef)

    not as a widget as my front page is not using widgets

    Plugin Author Ruslan.Khakimov

    (@ruslankhakimov)

    just insert it in your theme

    <?php
        the_widget( "Stella_Language_Widget");
    ?>

    Hi Ruslan.Khakimov,

    Could you help me having a nice front page widget?

    Have used the code above but get a very old-fashioned look and also losing a lot of room in the header:

    https://www.lemmaconsulting.com/

    Thanks.

    Plugin Author Ruslan.Khakimov

    (@ruslankhakimov)

    Miguel Gaia,

    Of course, you need to customize your theme css file in order to style widget.
    This a structure of widget html

    <div class="widget widget_lang_widget">
      <h2 class="widgettitle">Language</h2>
      <ul>
        <li class="active"><a href="...">English</a></li>
        <li><a href="...">Russian</a>
      </li>
      </ul>
    </div>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: stella plugin] show languages on frontpage’ is closed to new replies.