Home Forums Air WordPress Theme Categories and parallax questions and menu problem on ipad mini

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11884
    gagak
    Participant
    Purchased
    Expired

    Hello there!

    Thanks for this theme, it’s helping me out of a bit of a “hole”.

    I have two questions please:

    1. Categories: On this demo page it looks like some posts do not carry the Parent Category, eg “Base Visual Identity”. How do I replicate that please?

    2. How should I format my post to make it behave like Base Visual Identity? I can’t seem to make the parallax effect work.

    Finally, for the desktop I am using the menu in full (not hamburger) on an iPad mini in portrait mode the menu doesn’t revert to the hamburger as it should. It remains at full length and pushes the logo down.

    Many thanks.

    #11885
    gagak
    Participant
    Purchased
    Expired
    This reply has been marked as private.
    #11889
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi, thank you for purchasing our theme

    1. could you give more tips? I don’t understand this question.

    2. please set Layout Template “Standard gallery”, activate “Show Feature Image”, off course, the featured image should be set

    3. the mobile layout should activated less than 767px(included), the ipad mini screen width size is 768px. You could change the rule by Custom Css (Appearance / Theme Options / Custom Css)

    @media (max-width: 768px){
     .responsive-ux #navi-trigger,.navi-show:not(.ux-mobile) #navi-trigger {
        display: block!important;
     }
    }

    Cheers!
    Bwsm – uiueux.comTwitterFacebook

    #11891
    gagak
    Participant
    Purchased
    Expired

    Thanks for your really quick reply!

    1. On your demo there is only one category showing here.

    On my install it’s showing two categories here. “Work” is the parent category and “Print design” is the child. How do I only show the child category.

    2. Thanks, that’s great

    3. I did as you suggested but now on the iPad Mini portrait view it now shows both the full menu and the burger menu!

    Again, thanks for your help.

    #11896
    SeaTheme
    Keymaster
    Purchased
    Expired

    1. On your demo there is only one category showing here.

    On my install it’s showing two categories here. “Work” is the parent category and “Print design” is the child. How do I only show the child category.

    You could hide any category here:
    Appearance / Theme Options / Layout / Page/Post > “Category to Hide on Page/Post”

    3. I did as you suggested but now on the iPad Mini portrait view it now shows both the full menu and the burger menu!

    Please update the custom css as:

    @media (max-width: 768px){
     .responsive-ux #navi-trigger,.navi-show:not(.ux-mobile) #navi-trigger {
        display: block!important;
     }
     .responsive-ux .heade-meta {
        display: none;
     }
    }
    #11901
    gagak
    Participant
    Purchased
    Expired

    Brilliant. Thank you 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.