Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #42805
    John
    Participant

    I am a new customer and this is my first post. I would like to show the “Recent Posts” listing at the top of the page on a mobile device rather than at the bottom with the right sidebar contents. Is there a way to control the order that sidebar contents is displayed?

    #42826
    Sakin
    Keymaster

    @John: Can you post in your site URL and let me know which layout you are using in Catch Evolution Theme. Then accordingly we need to change the code to make the sidebar first in the mobile devices.

    For this, first you need to build child theme. You can download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and depending on the layout you choose we need to make changes. For example, if you have selected “Left Sidebar” or “Right Sidebar” layout from “Appearance => Theme Options => Layout Options”. Then, you need to copy header.php and index.php file from catch-evolution-pro theme directory to catch-evolution-pro-child theme directory. Then delete the following code from index.php
    <?php get_sidebar(); ?>
    Then in header.php file you need to add the above code which you have remove from index.php file. You need to add it just above <div id="primary"> code.

    #42922
    John
    Participant

    I am very pleased with your quick answer. You asked for my URL which is pixtraveler.reynsoft.com. Your solution works fine on the default browser on my Samsung Galaxy S4, but I am getting some strange behavior on the Chrome Beta app.

    #42923
    Sakin
    Keymaster

    @John: What’s the issue in your Chrome Beta App and what is this?

    #42961
    John
    Participant

    Here is my scenario: On my Samsung Galaxy 4s, I run the Chrome Beta app, and bring up my blog, which looks fine. I then scroll to the very bottom and tap on the “Switch to mobile version” link. My cell display then looks like an abstract painting or a crazy jigsaw puzzle. I have found a WordPress post that also reports problems in this mode. My present work around is “Don’t tap on that dang link!”. If I don’t, everything is OK, but I hope the problem with Chrome “mobile version” is solved.

    #42991
    Sakin
    Keymaster

    @John: We don’t have switch to mobile version link. I am not sure what you are talking about. Can you share your screenshot. I just check in your site pixtraveler.reynsoft.com from my iphone and it look totally different and it’s not our theme.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fine Control of Post Layout On A Mobile Device’ is closed to new replies.