• Closed
  • Donna
    Spectator
    March 5, 2016 at 12:21 am #25031

    When I had jetpack activated for similar posts it showed an image with the similar posts content (feature image). With evolve+ when I activate this feature there is no option for images.

    I liked having the images so I then disabled this feature with evolve+ and went back to jetpack for the share similar posts option. BUT they do not show up now at all now.

    Is there anyway to add images to similar posts with evolve+ or a way to make it work in jetpack again?

    Thanks so much, I have just a few tweaks and I am finally finished making my site for now.

    When I go to share a post to Pinterest I get this error message and no image is showing up.
    Parameter ‘image_url’ (value http:null) is not a valid URL format.

    My g+ images are not bold or boxed like the rest.. is there a way to make it match the others? 🙂

    Thanks so much for any help! I have been self teaching wordpress for months now :-/ trying to understand it all. Last is there a guide anyplace to tell me how to use each feature? I don’t even know what most are only when I sit and experiment. serenityclay.com

    Denzel Chia
    Moderator
    Posts: 2656
    March 5, 2016 at 2:10 am #25037

    Hi,

    Is there anyway to add images to similar posts with evolve+ or a way to make it work in jetpack again?

    Sorry this will require customization, we do not provide customization assistance.
    I can let my employer know about this request, and maybe he can add it in next version update. It will depend on his decision.

    When I go to share a post to Pinterest I get this error message and no image is showing up.
    Parameter ‘image_url’ (value http:null) is not a valid URL format.

    Yes, there is a bug. The pinterest share button is not working properly.
    For example. Sharing this http://serenityclay.com/neverknead-review/
    Will result in this error.

    I will inform my employer about this issue.

    My g+ images are not bold or boxed like the rest.. is there a way to make it match the others? 🙂

    Sorry, I don’t think there is a way to change how it looks on google plus share.

    Thank you.

    Donna
    Spectator
    Posts: 22
    March 5, 2016 at 2:30 am #25038

    Denzel thank you again for all the answers

    A little confusion the google+, it was the social share icons on the upper right header, the g+ is not bold like the rest.

    In my free evolve theme g+ follow icon was not showing up at all, so I went into editor social php file and changed the img name taking off the name ‘square’ or ‘box’ in the google_plus_square.jpg and then that image there now appeared. i hope this makes sense. it is just a minor thing..

    Is there a way to make the social icons on the post pages show up a color and not translucent. When I hoover over them I see my page color ok.. wondered if the posts page options can change color…

    This is it for a while I promise 😉
    social icons

    Denzel Chia
    Moderator
    Posts: 2656
    March 6, 2016 at 8:36 am #25077

    Hi,

    Use these in Theme Options-> Custom CSS

    .t4p-icon-social-twitter {
    color: blue !important;
    }
    .t4p-icon-social-facebook {
    color: blue !important;
    }
    .t4p-icon-social-google-plus {
    color: red !important;
    }
    .t4p-icon-social-pinterest {
    color: red !important;
    }
    .t4p-icon-social-envelope-o {
    color: orange !important;
    }
    .t4p-icon-redo {
    color: black !important;
    }

    You can replace the color with color hex code.

    Thank you

    Donna
    Spectator
    Posts: 22
    March 6, 2016 at 4:13 pm #25083

    You saved me again Denzel! I am forever grateful for all your help.

    Denzel Chia
    Moderator
    Posts: 2656
    March 7, 2016 at 1:12 am #25114

    Hi Donna,

    Thank you very much!
    You are welcome! 🙂

    Best Regards,
    Denzel