Forum replies created
Hi,
Please open up evolve-plus/library/functions/functions.php at line 66.
Find the following codes.
wp_enqueue_script( 'prettyphoto', EVOLVEJS . '/jquery.prettyPhoto.js' );
Comment it out as follows, by putting 2 slashes in front.
//wp_enqueue_script( 'prettyphoto', EVOLVEJS . '/jquery.prettyPhoto.js' );
Clear browser cache and reload page.
Thanks!
Denzel
Hi,
Please post your website url.
We need to take a look.
Thanks!
Hi,
In Theme Options -> Lightbox -> Show Post Images in Lightbox
Turn off this setting.
Thanks!
Hi,
Please replace the previous solution with the following.
@media screen and (max-width: 768px) {
.anythingSlider .post-more {
left: 22% !important;
position: relative;
top: 200px !important;
}
.da-link {
position: absolute !important;
left: 65% !important;
top: 60% !important;
}
}
Thanks!
Thanks! Alison
Regards,
Denzel
Hi,
Viewing your website source code. In the dynamic css file, I am not seeing any css code regarding the logo.
Please clear your plugin cache.
If it still doesn’t work, Please provide WordPress login details in private reply.
I will need to look at your custom css codes, there could be error.
Thanks!
Hi,
Please use the following codes in Theme Options -> Custom CSS
#logo-image {
display: none !important;
}
.sticky-header #logo-image {
display: block !important;
}
.carousel-control {
display: none !important;
}
Thanks!
Hi,
Please try the following codes.
@media screen and (max-width: 768px) {
.anythingSlider .post-more {
left: 22% !important;
position: relative;
top: 200px !important;
}
.da-link {
left: 65% !important;
top: 60% !important;
}
}
Thanks!
Hi,
Please post your website url.
We can provide code to hide your logo in the header, as well as hide your slider navigation arrows.
Thanks!
Hi,
For example, In Theme Options -> Front Page Content Boxes -> Content Box 1 Button You will see the following code.
<a class="read-more btn" href="#">Learn more</a>
Replace the # with your image url.
Thanks!