Topic Resolution: Resolved
  • Closed
  • Tomasz Jancia
    Spectator
    March 15, 2016 at 4:03 pm #25483

    Hi,
    1.Im using fairly large images for my slider. Site is a full with template. The problem is with smaller screen resolution. On some Elastic Slider doesn’t resize images properly showing only middle of the slides. All images used in elastic slider has the same resolution 1500×1000.
    2. Is there any way to increase size of phone number and email in header top part?

    Regards
    Tom

    Denzel Chia
    Moderator
    Posts: 2672
    March 16, 2016 at 1:02 am #25510

    Hi,

    Please post your website URL.
    I will try to help.

    Thank you

    Tomasz Jancia
    Spectator
    Posts: 5
    March 16, 2016 at 2:17 am #25520

    I’m Sorry, been sitting on it long hours, forgot most important thing – link to the
    website

    1. When I resize window, elastic slider doesn’t resize slider images. 4 slides are the same resolution 1500×600 if I remember correctly.
    2. In section our work, there are for images representing categories. When I click on each, slider is opening Lightbox, but Lightbox is operating only on them 4 images. How can I make him showing all images within each category? For example whole gallery from attic conversion. I know that I can open post regarding that category and view all images this way, but I want to do it the Lightbox in the middle of the screen.
    4. Is there a way to get rid of the full-screen button in lightweave or better, swap it with close button? Close X should be in top right corner (somebody put fullsreen over there)
    5. I’ve added facebook link into social media links, and enabled it to show in top right corner of the page, and in the footer. Can’t make it to show the Icon.
    6. How can I make phone number and email address bigger in top of the header?
    7. Is there a way to add different logo for sticky menu as it was in Evolve?

    Thank you!

    Denzel Chia
    Moderator
    Posts: 2672
    March 17, 2016 at 1:16 am #25538

    Hi,

    1. When I resize window, elastic slider doesn’t resize slider images. 4 slides are the same resolution 1500×600 if I remember correctly.

    Sorry, unable to replicate this issue. The elastic slider on my localhost test site as well as our demo site http://demo.theme4press.com/alora/ resizes properly.
    You can remove your custom css to check for any conflict.
    You disable one plugin at a time to check for any conflict, that’s causing this issue.

    2. In section our work, there are for images representing categories. When I click on each, slider is opening Lightbox, but Lightbox is operating only on them 4 images. How can I make him showing all images within each category? For example whole gallery from attic conversion. I know that I can open post regarding that category and view all images this way, but I want to do it the Lightbox in the middle of the screen.

    This requires modifications to the theme code.
    We do not provide assistance in modifying theme codes.
    We can only provide customization that can be done using custom css.

    You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization.

    This requires modifications to the theme code.
    We do not provide assistance in modifying theme codes.
    We can only provide customization that can be done using custom css.

    You may want to hire a developer from http://jobs.wordpress.net/ to assist in your customization.

    Same as above. Requires modification to theme codes.
    Please hire a developer.

    5. I’ve added facebook link into social media links, and enabled it to show in top right corner of the page, and in the footer. Can’t make it to show the Icon.

    If you are using the alora:social links widget.
    There is a bug. It does not work.
    I have reported this issue to my employer.
    More related information.
    https://theme4press.com/support/topic/social-media-icons-footer/

    6. How can I make phone number and email address bigger in top of the header?

    Please use the following in your Theme Options -> Custom CSS

    .phone-number {
    font-size: 20px !important;
    }
    .email-address {
    font-size: 20px !important;
    }

    7. Is there a way to add different logo for sticky menu as it was in Evolve?

    Requires modification to theme codes.
    Please hire a developer.

    Thank you.

    Tomasz Jancia
    Spectator
    Posts: 5
    April 21, 2016 at 1:47 am #26812

    Hello, sorry for late response.

    So, I’ve removed all CSS code and disabled all plugins
    plugins

    and the sliders still doesn’t resize properly…

    Denzel Chia
    Moderator
    Posts: 2672
    April 21, 2016 at 3:58 am #26824

    Hi,

    Please use this tool.http://viewportsizes.com/mine/
    and tell me on which viewport size, you see your slider image is not resizing properly.

    Thank you.

    Tomasz Jancia
    Spectator
    Posts: 5
    April 21, 2016 at 11:43 am #26841

    In every smaller resolution for example 1280×939. When I resize window the slider doesn’t resize show the full image

    1077×714
    819×643
    .
    .
    .
    Please just resize the window randomly and you will see it’s cutting images at the site instead resizing them. I even made images smaller, still doesn’t work. Your demo on your webside resize properly.
    I need to work on the website, could you suggest period off time that I should turn off plugins so you can check that from your site as for obvious reasons you don’t work 24/7 Im using GMT. Thanx again!

    Denzel Chia
    Moderator
    Posts: 2672
    April 22, 2016 at 9:00 am #26872

    Hi,

    Please use the following in your Theme Options -> Custom CSS

    .ei-slider img {
    height: auto !important;
    margin: 0 !important;
    width: 100% !important;
    }

    Thank you.

    Tomasz Jancia
    Spectator
    Posts: 5
    April 22, 2016 at 8:05 pm #26892

    Thank you! Working fine, great work Denzel!

    Denzel Chia
    Moderator
    Posts: 2672
    April 23, 2016 at 9:48 am #26908

    You are welcome.