• Closed
  • Harald Röh
    Spectator
    December 1, 2015 at 1:32 pm #22624

    Hi,

    while configuring the new evolve release on my test website I cannot find an option to get the shadow line below the front page content box and below each entry in the front page post list (similar other post lists on category page etc.).

    In the theme option styling I already enabled the shadow effect, but I do not see any impact.

    You can see the shadow lines on my current website gfcev.de on the homepage,
    and you see the missing shadow lines on my test website testclub.r-fotos.de, which employs the new evolve release.

    Thanks and best regards,
    Harald

    Denzel Chia
    Moderator
    Posts: 2656
    December 2, 2015 at 7:18 am #22666

    Hi,

    I checked with my localhost copy.
    There is a design change. The shadow lines under a post are removed.

    I do not know what’s the reason for the changes in design.

    I will get the Theme Author to reply to you.

    Thanks!

    Harald Röh
    Spectator
    Posts: 39
    December 2, 2015 at 10:42 am #22675

    Hi Denzel,

    I would hope that it is only a “forgotten” answer. I find it dangerous when a release change also impacts the user experience.

    In this case I was able to get the shadow lines back by myself.
    I just copied the shadow.png file from previous release to my testsite and included the css code

    .entry-footer {
    background: transparent url(“/wp-content/themes/evolve-plus/library/media/images/shadow.png”) no-repeat scroll center top;
    }
    .home-content-boxes {
    padding: 0px 0px 15px;
    background: transparent url(“/wp-content/themes/evolve-plus/library/media/images/shadow.png”) no-repeat scroll center bottom;
    }

    That did the job for me.

    Best regards,
    Harald

    Roman
    Spectator
    Posts: 3147
    December 2, 2015 at 6:57 pm #22681

    for this change i would recommend to create a child theme for future updates