Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #397430

    Hi again
    I have reduced the height of the Full Width Easy Slider (as requested by my client) using Simple Image Sizes and it appears on every page except home. The problem is that the caption (set to left no frame), which works fine on full width computer screens and ipods/iphones, does not appear on tablets or if the window on a computer screen is reduced in size. Setting the caption to bottom fixes the problem but creates a new one with iphones resulting in the caption being partially obscured. I realise that resizing the images is the cause of all this but is there a way round it so that the caption is visible on all devices without making the images bigger again?
    Many thanks.

    #397717

    Hey Tarncat!

    Send us a link and we’ll take a look. You can set your reply as private if you wish.

    Regards,
    Elliott

    #397721
    This reply has been marked as private.
    #398005

    Hey!

    I checked the site but I can only see a home page with accordion slider and without menu. Where can we find the full width slider?

    Regards,
    Ismael

    #398009

    Hi Ismael

    The home page accordion slider is the navigation into the site – each image is a link to a different section. Each page then has a full width sub menu and side bar section menu.

    Cheers.

    Kate

    #398413

    Hi!

    I’m kind of confused also. Can you send us a link to the exact page and take a screenshot highlighting what your trying to do?

    In your first post you mentioned an easy slider. Do you mean the accordion?

    Regards,
    Elliott

    #398427

    Sorry to be confusing!

    The problem exists on every single page EXCEPT the home page – that is where the accordion is located and that works fine.

    Every other page has at the top a full width easy slider with a single image – a different image for each section – each with a caption appropriate to the section.

    So if you go to the home page and click on, for example, VOTRE MAIRIE on the accordion at the top – that will take you to the VOTRE MAIRIE section with a full width submenu and a section menu in the left sidebar on each page. At the top is the full width easy slider with a static image (for the Mairie that is the Euro/French flags and statue of Marianne) and the caption, in this case VOTRE MAIRIE. It is this caption that I am having the difficulty with. On a full width computer screen and an ipod/iphone it looks fine but if the computer window is made smaller and also on a tablet the caption disappears behind the full width submenu. I know this has been caused by my resizing the image but it is what my client wants. Is there anything that can be done to make the caption visible on all devices.

    Many thanks.

    Kate

    #398478
    This reply has been marked as private.
    #398789

    Hi!

    Alright. Try to adjust the top padding on smaller screens:

    @media only screen and (max-width: 767px) {
    .html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption {
    padding-top: 20px;
    }}

    Best regards,
    Ismael

    #399071
    This reply has been marked as private.
    #399111

    Hey!

    You can add the code to top of Quick CSS field, please try adding it with !important rule as following

    @media only screen and (max-width: 767px) {
    .html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption {
    padding-top: 20px!important;
    }}

    Regards,
    Yigit

    #399177
    This reply has been marked as private.
    #399402

    Hi!

    No, it’s alright. As long as it works and css codes can be removed as quickly as you can add it.

    Cheers!
    Ismael

    #400852

    That’s great – I’ll leave it at that then.

    Many thanks.

    Kate

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Full Width Easy Slider – Caption Problem’ is closed to new replies.