• Hello,

    We thoroughly enjoy the Evolve theme πŸ˜‰

    One concern that i cannot seem to resolve. On our site (www.kyopera.org) on mobile responsive view the Learn More button completely disappears. It is there when a phone is flipped landscape, but once you view it on the skinniest vertical view (or drag a normal browser screen to around 400px) The learn More button goes away. The title is also not a link.

    This takes away the function of linking to a specific block of content, which for this site is typically the most important content.

    I would appreciate any help on this πŸ˜‰

    Bryce

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter brycehudson

    (@brycehudson)

    Hello,

    Would it be possible to get an answer for this issue? I have been very patient, but it has been 2 weeks?

    Thank you very much,

    Bryce hudson

    Hi,

    Looking at the style codes.
    The button was purposely disabled in the theme on mobile view.

    Thread Starter brycehudson

    (@brycehudson)

    Hello. So… How do I enable it?

    Once again, the site is http://www.kyopera.org On mobile view the button disappears. This is the main source of ticket revenue. Thus I need a solution. I did not buy this theme so that items on desktop view would just disappear on responsive view.

    I would like a solution. It is not highly manipulated, even if you could tell me what line on what CSS file I would be more than happy to do my part to resolve this. But I cannot find it.

    I thank you for your time and I look forward to your response.

    Bryce

    Hi,

    I did not buy this theme so that items on desktop view would just disappear on responsive view.

    You are using the free theme.
    http://kyopera.org/wp-content/themes/evolve/style.css

    It’s hosted here free.
    https://ww.wp.xz.cn/themes/evolve/

    Did you get con into paying for a free theme? Or you are hallucinating?
    By the way this is a free forum. Help is volunteered.
    Read the rules..https://codex.ww.wp.xz.cn/Forum_Welcome

    Thread Starter brycehudson

    (@brycehudson)

    And. Yes. My apologies.

    We paid our old web designer $149 dollars for this theme. I am sorry. I am doing the best I can for/with something I thought came with its own support.

    Forgive my rudeness – I’m trying everything I can to help a non-profit reach the disappearing button solution. We did not know this was a free theme. Sigh…

    And please accept my apology, we are very frustrated ;/

    Bryce

    In Theme Options -> Custom CSS
    Add the following

    @media screen and (max-width:768px){
    .carousel-caption a {
        display: block !important;
        margin: 0 auto !important;
        max-width: 100px;
    }
    .carousel-inner .item, .carousel-inner .item img {
        height: 180px !important;
    }
    }

    You can adjust the px values.
    Clear cache plugin’s cache content, if you are using a cache plugin.
    Clear your mobile browser history before revisiting your website.

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

The topic ‘Learn More Button Disapears on Responsive View’ is closed to new replies.