• Resolved lumayaundyo

    (@lumayaundyo)


    Hey CMP Plugin Team,

    I have massive troubles with the mobile version of the countdown-page. I am using the ECLIPSE theme and the desktop version works perfectly.

    Hope you guys can fix that. Keep on the good work, nice plugin!

    your sincerely

    Lukas

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author NiteoThemes

    (@niteo)

    hey Lukas, ouch! It seems there is the issue with counter when there is not other content!

    I will make sure to update the Eclipse Theme, thanks!

    Meanwhile you can insert custom CSS into CMP settings:

    @media only screen and (max-width: 768px)
    .inner-content, footer {
        width: 100%;
    }

    and I would also suggest this code to somehow move counter labes a little bit down (probably messed up because of the font combination on your site)

    .counter-wrap p {
        margin-top: 0px;
    }

    Alex

    • This reply was modified 8 years, 3 months ago by NiteoThemes.
    Thread Starter lumayaundyo

    (@lumayaundyo)

    Appreciate the fast respond! Thanks for the codes, its getting better! If you scroll down, everything is fine except of the automatic scroll up. Now there are just problems when you reload the page.

    Thanks for helping me Alex! Hope you can update the ECLIPSE theme!

    Have a great day!

    Plugin Author NiteoThemes

    (@niteo)

    Ues, you are right again, it is probably because of same issue (no content). I will into it and make the update as soon as possible.

    thanks Alex

    Plugin Author NiteoThemes

    (@niteo)

    Lukas, can you try add this CSS? – it resolve the scrolling issue on my dev server:

    html {
        overflow-x: hidden;
    }

    thanks Alex

    • This reply was modified 8 years, 3 months ago by NiteoThemes.
    Thread Starter lumayaundyo

    (@lumayaundyo)

    Thank you so much! The scrolling problem is solved! Looking forward to the update to fix the rest!

    highly appreciate your support Alex!

    Thread Starter lumayaundyo

    (@lumayaundyo)

    Hey Alex,

    How is the update for the mobile version going? Another question, is it possible to implement an imprint at the bottom of the maintenance page?

    your sincerely

    Lukas

    Plugin Author NiteoThemes

    (@niteo)

    Hi Lukas, I`ve been busy with other things unfortunately, but I should be able to push and update by the end of this week!

    However I checked your website on mobile phone, and it seems to be working just fine now. What other changes do you have in mind for the update? (other than CSS code I provided you already?).

    Regarding and imprint I believe I could make update to support basic HTML tags like

    <a href="https://www.google.com">Visit Google</a>

    where you could put your link to imprint inside Copyright, would that work for you?

    Alex

    Plugin Author NiteoThemes

    (@niteo)

    Edit: I checked on iphone and there is still issue with automatic scrolling up! I will check that again!

    Thread Starter lumayaundyo

    (@lumayaundyo)

    Excuse me, I know you guys have a lot to do. The idea with HTML tags to implement imprints would be awesome.

    Thanks guys!

    Thread Starter lumayaundyo

    (@lumayaundyo)

    Since the new update the copyright section is not working properly.. Have you guys found a solution for the mobile version? I am going to donate when everything is working for sure!

    Thanks Alex šŸ™‚

    Plugin Author NiteoThemes

    (@niteo)

    @lumayaundyo damned Eclipse theme, haha šŸ™‚

    I believe copyright works fine, what kind of HTML do you try to insert it? I was quite sctrict to allow only < a > tags and formatting tags as follows:

    <a href="xxx" title="xxx">
    <br>
    <em>
    <strong>

    if you try to put any other html, it will not save the settings.

    Copyright 2017 <a href="https://niteothemes.com.com">NiteoThemes</a>. All rights reserved.

    works as expected http://cmp.niteothemes.com/?cmp_preview=true&theme=eclipse

    Also I tested it on my mobile devices and it worked as expected, so I must check on your website what could be the issue..please sit tight šŸ™‚

    A.

    • This reply was modified 8 years, 3 months ago by NiteoThemes.
    • This reply was modified 8 years, 3 months ago by NiteoThemes.
    • This reply was modified 8 years, 3 months ago by NiteoThemes.
    • This reply was modified 8 years, 3 months ago by NiteoThemes.
    • This reply was modified 8 years, 3 months ago by NiteoThemes.
    Plugin Author NiteoThemes

    (@niteo)

    I`ve tested your website on latest android (Samsung s8) and Ios (iPhone8) and it works fine. What issues do you experience on mobiles?

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Theme ECLIPSE mobile version available ?’ is closed to new replies.