This topic has 9 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hi I’m trying to change the effect for page layout but the swap effect doesn’t work please see the screenshot http://screencast.com/t/YtdQVCxh2F
Could you tell me What I should do
website
Hello,
You’re using old theme version.
Please update it to 1.4 version as well as the required plugins:
https://www.8theme.com/download-plugins/
Please watch the tutorial how to update theme (it’s for Legenda theme but the process is the same).
Regards,
Eva Kemp.
Hello,
We’ve managed to resolve the issue.
The problem was caused by your hosting settings.
Image is loaded from the path that is defined in “DOCUMENT_ROOT” variable. On a server where your site is located the path for DOCUMENT_ROOT is written:
_SERVER[“DOCUMENT_ROOT”] /var/chroot/home/content/53/7485453/html
but your site is located in /var/chroot/home/content/53/7485453/html/BS and this path is written for variable “REAL_DOCUMENT_ROOT”.
So to fix the issue I’ve changed the code $file_path = $_SERVER['DOCUMENT_ROOT'] . $file_path['path'];
to $file_path = $_SERVER['REAL_DOCUMENT_ROOT'] . $file_path['path'];
on line 118 in the file wp-content/themes/woopress/framework/images.php.
Please clear browser cache and check hover image now.
Regards,
Eva Kemp.
MM doesn’t work I have the same code
$file_path = $_SERVER[‘REAL_DOCUMENT_ROOT’] . $file_path[‘path’];
Hello,
Please update the theme and plugins as described in previous post.
Thank you.
Regards,
Eva Kemp.
YEs I’m testing here I installed the last version and doesn’t work
http://practice.zenycr.com/?product_cat=camiseta
I downloaded in Themeforest and the I installed but is not working yet Could you please check ?
In my test environment
Thanks
Never mind It Works thanks 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘swap effect doesn't work’' has been successfully resolved, and the topic is now closed for further responses