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 #1246267
Some general fixes
Closed

Comments

  • Edoardo started the conversation

    Hello, Elated!

    I'm here to ask for your help on some little fixes:

    1) The "all" button of Portfolio > Pinterest is bugged, when you lands on the page you are already on one other category but you see the element like you are on "all" category. Anyway when you click other tabs you can't come back to the "all" (maybe I'm not so clear but if you go on site you can easy understand).

    2) How can I change the footer text alignment on the mobile version, because is not so nice to see something on right something on left like the standard impostation do when you are on phone, so if it's possible I prefer to swap on center align into the mobile version.

    3) The "Parallax Carousel" I have put in my home have some problem on the iMac screen resolution and let a little White bar on the side. How can I improve is responsively to this resolution?.

    4) On "Split Screen Showcase" the vertical alignment of the internal items is taken from top and not from center so if someone have a little hight resolution or resize the page from the vertical axis the element are cutted out.

    5) Maybe is impossible but on "Split Screen Showcase" mobile version you see 2 images and 2 text in sequence so is not so clear to understand the link between image and text, there is a way for alternate this element?

    6) always on "Split Screen Showcase" into the "slide content item settign" when i set the ""Header/Bullets Style" on black or white it's modify this element but disable the hover on the header. There is a way to avoid this situation

    7) the "Progress Bar" don't start inner the "Split Screen Showcase" but I think it's normal because the js disable the page scrolling, anyway there is something to do for be the bar statics or let them start with the js? other thing, where I can change the color of this element?


    If someone of this request are considered cunstomization i only ask you where i can find the relative code for modify it from myself.

    ps. Sorry for my imperfect english :)

  • Edoardo replied

    http://www.edoardobergantin.com/ this is my link site, I put that here because the site don't let me use it inner the form

  •  1,845
    Elated replied

    Hello there,

    Thank you for choosing our theme.

    1) We have inspected your site and our demo on local server and there is an issues with filter functionality when used with Pinterest type of the Portfolio List https://www.screencast.com/t/0KIaHq1NJF so can you please try to work with any other type until we solve this issue with our dev team.

    2) You can change it using some Custom Css code:

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

    3) We have tested it on multiple resolutions and we could not reproduce the issue, we couldn't find any white bar on the side. Can you please tell us which exact screen resolution is that and please provide us some screenshots.

    4) This is default behavior since the content is rendered from top to bottom, but this should not cause any issues since those elements are not so high and they will fit in all screens.

    5) It is just how our script reorganize elements when split slider screen is used for mobiles, since preview of it would not be so nice if the same layout was maintained  as in full screen resolutions, those left and right parts of  the screen would be so tiny. That;s why script reorganize them in one column.

    6) We have just tested that functionality in our demo site on local server and it works fine, all the changes made for bullets are applied and no other issues caused. But still, we can try to achieve desired effect if you provide us info and we can try to generate some Custom Css code to achieve it.

    7) Split slider screen uses a lot of scripts in the background so you should avoid usage of interactive elements in in since sometimes it will be not able to animate them, so we can only suggest you to avoid usage of such elements and use more static ones.

    Please let us know if this was helpful and if there is anything else we can do for you, please do not hesitate to ask us.

    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.

  • Edoardo replied

    First of all, thank you very much for being so precise and fast!


    1) Is a little bug on a tide job, sometimes something can go wrong ;).

    2) Thanks, but I'm new on wordpress so I tried to put it on appearance>editor>awake style.css and on personalize>customCSS but don't work, probably I need to put it into one of css file through ftp but first of do that I'd like to know the name of the right file and if is that the right way.

    3) I found that problem on a university computer on wich I no longer have access(and I don't remember the exactly resolution I only remember it was one of the last iMac), but maybe it was a case so no problem.

    4) Perfect so I will trying to remove some element to overcome this situation.

    5) Here I don't explain very well the problem, my intent is not to pair the element on a group of two, I only want to redefine the order of the box. At this time it's organized from top to bottom like this: (sx-dx-sx-dx-sx-dx) but as you can see on my website and on your test site, if you alternate photo-text on the same column when you go on mobile thats cause a problem of repetition, so you see 2 img and 2 text box. To resolve that I need to change the distribution order of the box in: (sx-dx-dx-sx-sx-dx-dx) but as I told first maybe is impossible or considered a customization.

    6) It's not a big problem because with default setting of bullet it's dont cause bug, but I can explain that, maybe can be useful. this problem can be found only when change the header type of the "split screen showcase" to the standard type. when you do that and use a color style for the bullet it modify menu and cover its hover color feauture.

    7) can I add a personalized color value and a static option for the progress bar element?


    thanks again for your patience!

  •  1,845
    Elated replied

    Hi,

    Sorry for the delay, it was caused by weekend days.

    1) Thanks for understanding

    2) Sorry for this, we were not clear enough where to put Custom Css code, you just need to paste it into Elated Options > General > Custom Css field https://www.screencast.com/t/Hg63qdA3 .

    3) We have tested it again on multiple devices and there were no such issue, if it occurs again, please let us know with info which device it was so we can test it. Also, there might be some caching that caused issue.

    6) Thanks for precise explanation we will take a closer look tho this.

    7) We understand your question now but still script does that in the background and that's the way it reorganize them.

    8) Progress bar uses first main color set in Elated Options > General https://www.screencast.com/t/mouZX0aLb , but if you do not want to change whole main color only for Progress bar color you can use some Custom Css code to change it's color to desired one:

    .eltd-progress-bar .eltd-progress-content-outer .eltd-progress-content{
        background-color: blue!important;
    }

    and it should look like this https://www.screencast.com/t/03KHYcAn4e . 

    Please let us know if this solved the issues and if there is anything else we can do for you.

    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.