Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1018682
Image, Post Slider, Search
Closed

Comments

  •  2
    mrtextortexel started the conversation

    Hello!

    I had a few difficulties in the design of the site based on your theme:

    At 1024x768 screen and below:

    1. Icons of social networks superimposed on each other (screen 6 - https://www.screencast.com/t/30G4Rs9u9JBc). A problem similar to paragraph 3, also remains.

    2. Between the social networking icons in the footer visible line (screen 7 - https://www.screencast.com/t/N5Q7pJze). Also text block have very large interval. How can I remove?

    Thanks!

  •  1,845
    Elated replied

    Hi there,

    1. Apply custom css code below in order to fix this:

    @media only screen and (max-width: 1024px) {
        .eltdf-top-bar .eltdf-social-icon-widget-holder:last-child {
            margin-right: 15px;
        }
    }
    

    2. We couldn't reproduce this on our side. Please tell us on which screen size are you seeing this? Also you can send us WP admin credentials in your next reply so we can check your current setup in case that something is wrong.

    All the Best!


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •   mrtextortexel replied privately
  •  1,845
    Elated replied

    Hello,

    1) We can not replicate issue with the text on any screen size. Here is how it looks like on 1024x768px https://www.screencast.com/t/4Al7vOvR . Also add this code if you want to remove lines between icons:

    .eltdf-social-icon-widget-holder {
        border:none !important;
    }

    2) It si responsive as we could see. Could you please explain precisely what issue did you experiance with responsiveness here? 

    Thanks


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  2
    mrtextortexel replied

    Tnaks, lines between icons is gone!

    On 1024x768px and less:

    1. In header my logo isn't left-aligned (see attach 1).

    2. In footer my text in Footer Bottom Left isn't aligned left too (see attach 2).

    On 1360x768px and less:

    3. In Top Bar widget Search laminated on my titles headings (see attach 3).

    On mobile device (screen 1920x1080px):

    4. When I open my site on mobile device, I see this (http://www.screencast.com/t/pOTkYKTFF). If I open the full version of the site, the Elated Post Slider is open incorrect (http://www.screencast.com/t/CNEiJ2Ga3D).

  •  1,845
    Elated replied

    Hi there,

    1. Log is showing as it is not aligned properly because image itself is centered on image canvas https://www.screencast.com/t/Q7ZAjj6jsh. Edit and re upload your image and this will be fixed.

    2. That is normal but below 1024 and that is because footer columns are stacking one below the other. You should be able to change this by adding custom css code below:

    @media only screen and (max-width: 1024px) {
        .eltdf-footer-bottom-holder .eltdf-two-columns-50-50 .eltdf-column .eltdf-column-inner {
            text-align: left!important;
        }
    }
    

    3. There is no search widget currently so we cannot investigate this, but it can be fixed by reducing menu items padding.

    4. That is because of some plugin, or jet pack module for responsiveness so check that.

    Best Regards!


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.