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

    Hi guys,

    First of all I’d like to thank you for this fantastic theme. As this is my first website doing , I really appreciated the simplicity and of course your support.

    My website is ready now but I still have some slight issues I don’t get fixed on my own. Pls help again.

    1. iPad portrait format: The footer (red) is nearly filling half the page. I guess there’s a background color somewhere but I can’t find.

    2. I use the tabs in portfolio entries and included some tables (see “Info”). Unfortunately they are not responsive in portrait format.

    3. Page “News” – how can I turn off the image overlay and remove link on image?

    4. Page “News” doesn’t show up correctly on iPad portrait format. Only the last and third row is shown correctly.

    5. Page “News”: There’s a small grey line between the rows – how can I remove this by not affecting responsive design?

    I really appreciate your help once again.

    Thanks and best regards,
    Ilvy

    #452443

    Hey Ilvy!

    1. Since there’s not enough content on the page this will happen, do you want to change it some way on ipad?

    2. Are you referring to the tabs on the actor pages? I can’t see anything really wrong with it on my end, could you provide us with a screenshot or what you are seeing on your end?

    3. Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-4453 .image-overlay {
     visibility: hidden !important;
     }
    
    .page-id-4453 .single-big a {
    pointer-events: none !important;
    }

    4. Please add the following to Quick CSS as well:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-id-4453 .av_one_fourth {
      width: 47.5% !important;
    }
    }

    5. Please add the following to Quick CSS as well:

    .page-id-4453 .post_delimiter {
    display:none !important;
    }

    Best regards,
    Rikard

    #452480
    This reply has been marked as private.
    #452884
    This reply has been marked as private.
    #452885
    This reply has been marked as private.
    #453555

    Hey Daniela!

    1. You can try adding some more space to the hr you have under your slider with this:

    .page-id-3374 .hr-invisible {
    height:80px !important;
    }

    Try adjusting the value 80 to fit your liking.

    2. Please try the following to make the tabs display full width on both portrait and landscape on tablet:

    @media only screen and (max-width: 1024px) {
    .tabcontainer, .av_three_fifth {
    width: 100% !important;
    }
    }

    6. It looks great on my end in portrait mode but there’s only one column in landscape, so maybe you can do this:

    Replace:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .page-id-4453 .av_one_fourth {
      width: 47.5% !important;
    }
    }

    with this:

    @media only screen and (max-width: 768px) {
    .page-id-4453 .av_one_fourth {
      width: 47.5% !important;
    }
    }
    

    7. Could you provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply. Also, what browser are you using to get this error?

    Regards,
    Rikard

    #460996
    This reply has been marked as private.
    #461002
    This reply has been marked as private.
    #461471

    Hi!

    Frontpage and blog page should be set only in Enfold theme options and not in Settings > Reading. That was the issue, now News page is working fine.
    2- Please add following code to Quick CSS

    @media only screen and (max-width: 769px) {
    table td {
      font-size: 11px;
    }}

    7- I unfortunately do not have an actual ipad to check your website but i checked it on my iphone and i could not see any issues. I asked @rikard and @basilis to check it. Please kindly wait to hear from them.

    Cheers!
    Yigit

    #461617
    This reply has been marked as private.
    #461687

    Hey!

    I have tested on iPad and it happens yes.
    Although, there are so many customizations on the web site, that we can not know exactly what is wrong.
    I would love to help further on that, but I tested on a clear installation of the theme, and it is working perfectly.

    Cheers!
    Basilis

    • This reply was modified 8 years, 10 months ago by Basilis.
    #462292

    Hi!

    Closing the ticket, feel free to open a new one if you need anything else.

    Regards,
    Basilis

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Website Finalization’ is closed to new replies.