Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #476629

    Hey Guys – great theme, love it…

    Take a look at these our dev website pages (links posted in private)

    Looks good on desktop, laptop, landscape mode on a tab & both portrait and landscape on mobile (checked on 6 diff devices – iPhone 6, Nokia 925, Galaxy Note 3, Galaxy S5, Blackberry Q5 & Galaxy Mini S4) but in portrait mode on a tablet (checked iPad2, Galaxy Tab S, iPad Mini) such pages break where the image in the header shrinks and sticks to the very top of the header…and the entire header gets distorted…on some of the pages, images in the rest of the page have the same issue where they shrink and attach themselves to the top of the section and distort the page.

    A lot of people use tabs in portrait mode so this is an area of concern.

    So we were going to convert all headers to use the easyslider (we already did the About Us page and the Online marketing page) but it is a lot of work to convert so decided to post a question.

    Is there any way to fix this so it does not break like this?

    Any help would be appreciated.

    #476826

    Hi Rajeev!

    The only obvious error I am seeing on a smaller screen size is pictured in the below screenshot:

    http://i.imgur.com/5Aeenu1.png

    Everything else seems to be displaying fine. I tested on my browser and a nexus 4 in portrait and landscape views.

    May we have a screenshot that shows the errors that you are referring to?

    Cheers!
    Dake

    #476828

    Here you go….if you see the images below, the pictures shrink and stick to the top of the section…

    #477414

    Hello Guys…any word on this?

    #477675

    Posting Privately

    #477678

    Hi!

    Sorry for delayed reply!
    You are currently using an old version of the theme. Please firstly update Enfold to the latest version 3.2.3 – kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #477688

    Hello Yigit – we have updated the theme to the latest version 3.2.3. The problem is still there. Please review the screenshots.

    #477694

    Hey!

    Would you like to switch to 1 column on portrait mode? If so, please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) and (min-width: 769px) {
    .av_one_half {
        margin-left: 0 !important;
        width: 100% !important;
    }}

    Cheers!
    Yigit

    #477705

    Thanks! That helped, but the image huge (not a major issue) but it is now sticking to the bottom of the section….if we could fix this, we would be good to go…another problem is that the CTA buttons on the easy slider on the home page are partly covering the navigation dots…can anything be done about that?

    #477706

    And the CTA buttons are not visible on the About Us page

    #478468

    Hello….any updates? Have updated to the latest version but still not 100%. Please help ASAP.

    #478905

    Hi!

    You can decrease the size of the button to prevent it from covering the slider navigation:

    @media only screen and (max-width: 989px) {
    #top .avia-slideshow-button {
      top: -10px;
      font-size: 11px;
      padding: 5px 10px;
    }}

    Cheers!
    Ismael

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