Forum replies created
Hi,
I assume you are replying to me. I am Denzel, not Daniel.
There is no setting to change the appearance of ‘Share This’ buttons found in page or post footer.
You will need to click on the last “right angle arrow icon” which is the more options to reveal a webpage of all other options which includes linkedin and reddit.
For example.
https://www.addtoany.com/share_save#url=http://generizon.com/en/generizon-vision-2/&linkname=vision.
By the way, the function to produce these buttons are found in evolve-plus/library/functions/basic-functions.php at line 1471. Which is produced by function evolve_sharethis()
You can contact our developers, ( https://theme4press.com/theme-customization-service/ ) if you want to add linkedin and reddit before the more options right angle arrow icon.
Thank you.
Hi,
Please try using the following in Theme Options -> Custom CSS
.flex-active-slide {
opacity: 1 !important;
}
Works for me..
Thank you
Hi,
This is a web hosting server issue.
I found an article which is related, could be of some help to you.
http://www.templatemonster.com/help/open_basedir-restriction-in-effect-filex-is-not-within-the-allowed-paths-y.html#gref
Please contact your web hosting company for assistance in troubleshooting this issue.
Thank you.
Hi,
If you are referring to the settings in Theme Options -> Social Sharing Box Shortcode
That’s for the shortcode only. It’s not for the ‘Share This’ buttons found in page or post footer.
Thank you.
Hi,
For question 2.
Please use the following in Theme Options -> Custom CSS
This will reduce header in mobile, you can change the 90px to a larger value
@media screen and (max-width:768px){
.custom-header {
height: 90px !important;
}
}
For question 3
Edit the slider. Find the Autoplay setting, uncheck to disable it. It should stop the animation.
Thank you
Hi,
Please use the following in Theme Options -> Custom CSS
.page .entry-content a:hover {
text-decoration: underline !important;
}
Thank you
Hi,
Sorry, i don’t understand your reply.
I provided custom css, not shortcode.
I am also not able to find these custom css code in your page source.
If you are using a cache plugin, you need to clear it’s cache content after you applied the codes.
Thank you
You are welcome.
Thank you.
Hi,
For refund request. Please use this form to contact my employer.
https://theme4press.com/contact/
We do not have access to company accounts to provide a refund.
Thank you.
Hi,
You can upload a screenshot to this service http://prnt.sc/ and paste the URL here.
As mention in my reply in one of your support request.
Please put your website online and accessible via the internet.
We need to see your website source code in order to understand the issue and try to provide a possible solution.
There is not much we can help if your site in on localhost.
Thank you.