Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    27.07.2016 at 01:53 #29382

    Hi,

    Please the following in Theme Options -> Custom CSS
    It’s for the article date and author link color.

    .entry-meta a, .entry-meta {
    color: #000000 !important;
    }

    Please use the following for the older and newer article link colors.

    .single-page-navigation a {
    color: #000000 !important;
    }

    You can change #000000 to your required color hex code.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    27.07.2016 at 01:48 #29381

    Hi,

    There is no Call to Action box.
    Please provide a screenshot with annotation to show me which element you want to change it’s background color.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    27.07.2016 at 01:44 #29380

    Hi,

    Please let me know if you are using Evolve Plus 2.6.8
    If not, you can download from your https://theme4press.com/my-account/ and make the update.

    Please tell me if your issue is fixed.
    If not, I will inform my developer and let my employer know.
    According to the changelog ( Can be found beside the download button in https://theme4press.com/my-account/ ) of Evolve Plus 2.6.8, there is no mention of fixing buddypress sidebar.

    Thank you

    In reply to More slider
    Denzel Chia
    Moderator
    Posts: 2656
    27.07.2016 at 01:35 #29379

    Hi,

    Please use the latest version Evolve Plus 2.6.8
    You can download from your account. https://theme4press.com/my-account/
    Install reduxframework plugin so that you can access Theme Options.

    Please see screenshot of location of the add slide button
    http://image.prntscr.com/image/d6c2e418745e4d34a2606423d783d7ab.png

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    27.07.2016 at 01:29 #29378

    Hi,

    Please post your website URL again.
    I cannot get it to resolve to your website.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    26.07.2016 at 01:26 #29333

    Hi,

    Thank you for finding out the cause of the issue.
    Please use the following in Theme Options -> Custom CSS

    @media screen and (max-width:768px){
    .wp-caption {
    max-width: 100% !important;
    width: 100% !important;
    }
    }

    The above code is for preventing image with caption from overflowing in mobile view.
    Hope this helps.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    25.07.2016 at 02:12 #29306

    You are welcome!

    Thank you.
    Have a nice day.

    Denzel Chia
    Moderator
    Posts: 2656
    25.07.2016 at 01:46 #29304

    Hi,

    Disable your jetpack photon module.
    All your images are loading from jetpack servers, there could be a problem with jetpack caching your images.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    25.07.2016 at 01:42 #29303

    Hi,

    This will require custom coding in our theme, which is not covered in our support scope.
    You can contact our developer for this customization service.
    https://theme4press.com/theme-customization-service/

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    25.07.2016 at 01:37 #29302

    Hi,

    The google maps shortcode in working properly on my localhost.
    Please see my screenshot.
    http://image.prntscr.com/image/dbc2579d67a34ed489d3e28eaefdff6c.png

    Please check for plugin conflict by disabling one plugin at a time, clear cache, clear browser history.

    If you are still unable to get it to work.
    You can try using google maps embed.
    https://support.google.com/maps/answer/144361?co=GENIE.Platform%3DDesktop&hl=en

    Thank you