Forum replies created
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
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
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
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
Hi,
Please post your website URL again.
I cannot get it to resolve to your website.
Thank you
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.
You are welcome!
Thank you.
Have a nice day.
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.
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
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