Softound Solutions
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Parse error: syntax errorYou might have missed some part of the code while copy from source, You just ensure if you copied full code before paste.
Forum: Themes and Templates
In reply to: finding the editcss file on the ftp serverI think you have made changes in your functions.php file, you have to revoke the recent changes or upload the original file.
Note: Once solved all the issues
You have to change the WP_DEBUG value true to false like below, for security reasondefine('WP_DEBUG', true);todefine('WP_DEBUG', false);Forum: Themes and Templates
In reply to: finding the editcss file on the ftp serverOnce enabled the debug mode, you can see exact location of the error file, then you can rename relevant theme or plugin.
Forum: Themes and Templates
In reply to: finding the editcss file on the ftp serverOpen wp-config.php file from your root directory using FTP, and edit the wp-config.php file to see the error message
See how to do: http://i.imgur.com/6xCro7e.pngForum: Themes and Templates
In reply to: finding the editcss file on the ftp serverYes
Forum: Themes and Templates
In reply to: finding the editcss file on the ftp serverAs you said, just rename ‘jetpack’ and check home page
Forum: Themes and Templates
In reply to: finding the editcss file on the ftp serverDo you have any error log report ?
Forum: Themes and Templates
In reply to: Parse error: syntax errorRollback the changes in functions.php file and put the code at very end of the functions.php file
Forum: Themes and Templates
In reply to: Parse error: syntax errorLogin via FTP and you can see the code.
Forum: Themes and Templates
In reply to: finding the editcss file on the ftp serverOk, you goto plugins directory and rename the Edit Css plugin, then try to login wp-admin
Forum: Themes and Templates
In reply to: finding the editcss file on the ftp serverwp-admin will not work, the only way is FTP, what plugin you are using to edit the CSS file ?
Forum: Themes and Templates
In reply to: Parse error: syntax errorHi,
Can you share your code here ?
Forum: Themes and Templates
In reply to: finding the editcss file on the ftp serverUsing FTP software
Forum: Themes and Templates
In reply to: finding the editcss file on the ftp serverHi,
backup your previous theme and upload fresh copy of the same theme again. some codes might have caused issue while save from admin editor.
Forum: Themes and Templates
In reply to: Change width of submenu items – District themeHi,
Their code is to increase the whole menu container width, but your menu is already 640px width.
It is Softound, not @Softbound 🙂
Thanks