I'm finding when I save a template and then use it in portfolio items it sometimes mirrors the template. Bringing right aligned to the left and vice versa. I saw there was a thread or two on this but the link to the other article went to a 404.
The portfolio template I'm trying to work with is refusing to not mirror at present despite trying to save the template again, start a new portfolio page etc. Currently on latest version of WP, theme and VC.
Thanks for getting back to me. Unfortunately, this hasn't worked for me. I've tried uploading a reconfigured wp-config.php. It does still say this though, could this be the issue?
I'm finding when I save a template and then use it in portfolio items it sometimes mirrors the template. Bringing right aligned to the left and vice versa. I saw there was a thread or two on this but the link to the other article went to a 404.
The portfolio template I'm trying to work with is refusing to not mirror at present despite trying to save the template again, start a new portfolio page etc. Currently on latest version of WP, theme and VC.
Cheers
Hey ,
You likely need to increase your php memory. See : http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP .
Add this to wp-config.php via FTP after the WP_debug line :
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Bes.t
ThemeNectar Support Team
Hey,
Thanks for getting back to me. Unfortunately, this hasn't worked for me. I've tried uploading a reconfigured wp-config.php. It does still say this though, could this be the issue?
define('WP_DEBUG', false);
Any help appreciated.
Cheers
Ignore that last reply, now working thanks!