mobile umani

Support Area Forums Umami mobile umani

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://yoursite.replicka.com
  • Author
    Posts
  • #21238
    Avatar photoCarl
    Participant

    Hey Bill,
    I Love Umani. My question is, when it goes into mobile mode, is there a way to make the contact first and the widgets down below? To switch them.

    #21244
    Bill Robbins
    Moderator

    Hello Carl,

    Great question. You can do that with just a bit of editing. On the mobile version, the page just follows the order that the theme has everything load. It starts off with the logo, sidebar and widgets first and then the content. But you could reverse that and have the content at the beginning and then the sidebar area (logo, navigation, widgets). Here’s what you’ll need to do:

    1. Go to the Appearance section and select Edit.
    2. From the list of files on your right, choose index.php.
    3. Find this line:
      
      <?php get_sidebar(); ?>
      

      and cut it out then paste it back in above this line:

      
      <?php get_footer(); ?>
      

      Then save your changes.

    4. Repeat that for these files:
      1. page-menu-list.php
      2. page-service-list.php
      3. page-staff-list.php
      4. page.php
      5. single.php
      6. taxonomy-menu-group.php
      7. taxonomy-staff-group.php
      8. single-staff.php

    That should move the content above the sidebar in a mobile view.

    If you have any questions, just let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘mobile umani’ is closed to new replies.