Forum replies created
Hi,
Sorry, we have not used that plugin and has no idea. Please kindly contact the plugin’s developer, they will need to do a physical troubleshooting on your site.
Thanks!
Denzel
Hi,
Your location of the code ICL_LANGUAGE_CODE and mine is different (line number is different), this could mean that you are using an older version of Evolve Plus theme. Please kindly update to the latest version 1.9.0.
In version 1.9.0 the code is as follows,
if( defined('ICL_LANGUAGE_CODE') ) {
$language_code = ICL_LANGUAGE_CODE;
} else {
$language_code = '';
}
It comes with a if defined check.
Thanks!
Denzel
Hi,
Please provide url to your website.
Thanks!
Denzel
Hi,
Sorry, we cannot help you design your website.
If you need a designer to assist you, you may contact us at https://theme4press.com/services/, my employer will contact our web designer to give you a quotation.
As for embedding youtube videos, we have a shortcode in theme4press core plugin’s shortcode editor. You can try it out. Screenshot of shortcode editor. http://prntscr.com/7subjw
Thanks!
Denzel
Hi,
First of all, Your website looks the same on Firefox and Safari on Mac as well as Chrome on Windows, there is no vertical black line and the right arrow is a bit nearer to the edge. Please see screenshots.
Firefox on Mac http://prntscr.com/7stzr4
Safari on Mac http://prntscr.com/7stzw1
Chrome on Windows http://prntscr.com/7su7hd
There is no class name to target specific browser, Using my Firefox browser and firebug extension, I can only provide you custom css to balance the arrow positions.
Please use the following in Theme Options -> Custom CSS
.right.carousel-control img {
right: 42%;
}
Screen shot of result. http://prntscr.com/7su281
That’s all I can help on this issue.
You may want to try out other sliders, such as revolution slider and layerslider that comes with the theme.
You are using a very old version of Evolve Plus theme, you can download the latest theme version 1.9.0 from your admin account on this website.
Thanks!
Denzel
Hi,
Please post your website url here.
Thanks!
Denzel
Hi,
Sorry, I cannot rearrange the items. I can only make the image a bit larger.
@media(max-width:768px) {
#slide_holder .featured-thumbnail {
left: 45%;
margin-right: 20px;
position: absolute;
width: 55%;
}
}
Please try using layer slider, it has more built in options that you can use.
Thanks!
Denzel
Hi,
Sorry, Not possible, the post slider does not have a special ID. You can use revolution slider or layer slider for other slides, and the custom css code will not affect them.
Thanks!
Denzel
Hi,
Please try the following in Theme Options -> Custom CSS
.header-v4 #small-nav, .header-v5 #small-nav {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;
}
If it doesn’t work, please post me url to the actual page with the issue.
Thanks!
Denzel
Hi,
If you need dynamic content, do not use any cache plugin or server cache.
If not, you may want to contact the author of the cache plugin for advise on how to keep certain part of the webpage dynamic. As for your vanish server cache, you may want to look at the source codes of this plugin https://wordpress.org/plugins/varnish-http-purge/ for ideas on how to purge the varnish cache using PHP.
Thanks!
Denzel