Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #464987

    Dear Kriesi-Team,

    first of all, thanks a lot for creating such an amazing theme! I’m completely new to creating websites but with Enfold it was quite easy to design an attracive webspace :)

    Now to my various issues:
    1. The header is perfect on the desktop version. On mobiles and ipads it is too big though, covering parts of the (mobile) menu and even going beyond the size of the screen. How can I fix this (e.g. uploading a smaller logo only for mobile devices)?
    2. The captions of the masonry galleries always show and cover up the entire pictures (actually set to show on mouse hover only). As they are important for orientation, can I shrink them on mobiles, so they cover less of the picture?
    3. By updating to the latest WordPress and Enfold versions the full screen slider has optically becomer bigger and also exceeds the size of the (desktop and/or mobile) screen even though I’m using the exact same pictures (with the largest side scaled to 1000px). Can I make it appear smaller somehow?
    4. The mobile menu is too sensitive. Whenever I want to open submenus I mostly end up on the parent menu. It generally takes two attempts to open a submenu which is quite annoying. How can I fix this?

    I have tried several of the Quick CSS changes you have already provided in other topics. But even though I have deleted the caches and refreshed the page several times, it wouldn’t work. Maybe I’m doing it wrong?

    It would be great if you could help me out with this as I would love to finally and officially launch the new website :)

    Thanks,
    G.

    #465444

    Hi Triesch_14!

    Please try the following for changing the logo for mobile: http://kriesi.at/documentation/enfold/change-logo-on-mobile/

    I’m not sure I understand your other issues, could you provide us with screenshots of the problems and the pages where we can see them please?

    Best regards,
    Rikard

    #471450

    Hi Rikard,

    thanks a lot for your quick reply! So with the description I was able to change the logo on mobile devices – thanks for that.
    For the better understanding of the other issues I’m facing I have uploaded a menu called “Kriesi” on the website with pictures showing the problems + descriptions. I would very much appreciate your help with all this so I can finally officially release the page.

    Best regards,
    G.

    #472213

    Hi!

    would be better for us if you separate each question/issue into different tickets, because then we can answer simultaneously and you would get a faster reply.

    2.) I can’t see any captions for mobile devices. Did you remove them? Could you please provide us admin access so we can take a deeper look? post login details here as private reply.
    However, try this code to control font-size of captions:

    .av-inner-masonry-content-pos {
    font-size: 6px;
    }
    

    and this to control height of captions:

    figcaption.av-inner-masonry-content.site-background {
    height: 35px;
    }
    

    Hope this helps.

    Regards,
    Andy

    #474858

    Hi Andy,

    unfortunately I don’t have that much time to work on the website right now. So I’ll just provide you with my login details below.
    I haven’t removed the captions from the masonry gallery yet, so you should still be able to see the mobile responsiveness issues on an IPhone/IPad. I just realized that on pages like http://www.responsinator.com you cannot see the problem. It only shows on the real devices (I have tried it on an IPhone 4 as well as on an IPad Air 2).

    Should I still post every issue into a different tickets?

    Thanks for your support,
    G.

    #474885

    Hey!

    Please feel free to do the changes when every it is possible for you.

    If you do not have enough time to work on the project You can contact one of our Customization Contractors, who will help you out with the process.
    http://kriesi.at/contact/customization

    Let us know if we could do anything else, regarding our theme

    Regards,
    Basilis

    #479745

    Hi Andy,

    where do I put the codes to control the font-size and height of captions you have given me?

    And what about the other issues I wrote about? Did anyone check the summary on the website yet?

    Thanks for your support.

    Best regards,

    G.

    #479748

    Hey!

    Please go to Enfold theme options > General Styling tab and add the codes provided into Quick CSS field.

    Regards,
    Yigit

    #479763

    Hi Yigit,

    thanks for your quick help! It finally works on IPads – however, now the captions’ font size is waaaaay to small on my desktop computer. Could you please provide me with codes, which only change font size and height of the captions on mobile devices? Thanks a lot.

    Best regards,

    G.

    #480073

    Hi!

    You can replace the code with this to exclude desktop view from being affected:

    @media only screen and (min-width: 989px) {
    .av-inner-masonry-content-pos {
    font-size: 6px;
    }}

    Best regards,
    Ismael

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