Okay
  Public Ticket #972892
Portfolio Templates MIrrored
Closed

Comments

  •  2
    Sam Marnham started the conversation

    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

  •  8,996
    Tahir replied

    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 

  •  2
    Sam Marnham replied

    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 

  •  2
    Sam Marnham replied

    Ignore that last reply, now working thanks!