Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #107166
    tartitude363
    Participant

    Hi, Manesh: I’m hoping you can help with a few things. I’m using the premium version of this theme at http://janohara.net.

    Though the previewer shows everything to be okay in mobile, in actuality, when viewed on the iPhone or iPad, it doesn’t use the custom menu I’ve set to display but wants to show every page published. Can this be fixed?

    Also, it doesn’t display the sidebars, the footer, or the featured content. (Probably why I’ve had no subscriptions since I adopted the theme.) Am I doing something wrong?

    Lastly, is there any way to set the featured content up in pairs so that the image is on the left and the text fills in the right? So like two mini pages displayed side by side? A 2 X 3 grid, for instance?

    #107187
    Mahesh
    Keymaster

    @tartitude363: Thank you for using Clean Journal Pro theme.

    1. Menu Issue
    -> Go to Dashboard=> Appearance=> Customize=> Menu=> Menu Locations and choose you desired custom menu in Header Top Menu dropdown.

    2.1 Sidebar =
    => You are using No sidebar layout. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select Content, Primary Sidebar option in Default Layout dropdown.
    2.2 Footer are being displayed fine.
    2.3 Featured Content
    => You do have enabled featured and is being displayed on your site.

    3. A 2 X 3 grid, for instance
    => Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (min-width: 481px) {
        #featured-content .featured-homepage-image {
    	float: left;
            width: 25%;
        }
    
        #featured-content .entry-container {
    	float: right;
            width: 70%
        }
    
        #featured-content.layout-three .hentry {
            width: 100%;
    	clear: both;
        }
    
        #featured-content.layout-four .hentry:nth-child(4n+1), #featured-content.layout-three .hentry:nth-child(3n+1), #featured-content.layout-two .hentry:nth-child(2n+1) {
    	clear: none;
        }
    }

    Note: If this not what you meant, I recommend you to hire a customizer.

    Regards,
    Mahesh

    #107198
    tartitude363
    Participant

    Mahesh, thanks for your time and sorry to be difficult, but things temporarily resolved and returned. Problems are with mobile site and are confirmed by another party.

    1. Menu issue: I already had a specific custom menu uploaded via the procedure you describe. It displays fine except in mobile, where it wants to add all top level pages, whether they are included in the menu or not. (I have the box unticked to automatically add it in.) eg. The page BLOG should not be displaying in the menu but it is on mobile.

    2.1 Sidebar: Can I not have the default setting be No sidebar, then override on specific pages and posts? It is successful on my desktop computer. Even displays properly in mobile when everything else is working okay. (eg. On http://janohara.net/archives/ I have selected content/sidebar and Optional Sidebar One.)

    2.2 & 2.3 Footer vanished again at same time as sidebar. When this happens, I get the wrong menu displaying and the color vanishes from around the site title and tagline. Have taken screencaptures via my phone and uploaded to http://janohara.net/blog/ so you can see what I mean. When this happens, the front page below the tagline turns into the last 5 blog posts, full content instead of archived content settings.

    In other words, when it goes wrong on mobile, it all seems to go at the same time.

    3. Thank you! I will try modification, perhaps, in the future but am more concerned about fixing the stuff above.

    Appreciate your time!

    #107208
    Mahesh
    Keymaster

    @tartitude363:
    1. Seems you are using Jetpack’s mobile view. Please disable it.

    2.1 Sidebar is displaying fine in archives page.

    2.2 & 2.3 Blog pages is using No sidebar content width layout.

    Let me know further.

    Regards,
    Mahesh

    #107234
    tartitude363
    Participant

    Mahesh: I changed Jetpack settings and that seems to have fixed it. Thank you so much for your help!!

    Warmly,

    Jan

    #107246
    Mahesh
    Keymaster

    @tartitude363: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile display & horizontal featured content?’ is closed to new replies.