martysousek
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Custom CSS and JS] Edit page – blankI have Easy Bootstrap Shortcode installed. List of all plugins installed:
- Contact Form – v. 1.9
- Easy Bootstrap Shortcode – v. 4.5.4
- Favicon by RealFaviconGenerator – v. 1.3.13
- Maintenance Mode – v. 2.4.3
- Page scroll to id – v. 1.6.2
- Photo Gallery by Supsystic – v. 1.12.6
- Simple Custom CSS and JS – v. 3.18
- WP SVG Icons – v. 3.2.1
WordPress v. 4.9.8
PHP v. 5.6.38Forum: Plugins
In reply to: [Simple Custom CSS and JS] Edit page – blankIt is the ‘wp_loaded’ => ‘compatibility_shortcoder’ line. Commenting out function compatibility_shortcoder also works for me, however commenting out lines in compatibility_shortcoder_html or returning the parameter $html immediately does not.
Forum: Plugins
In reply to: [Simple Custom CSS and JS] Edit page – blankFollowing these instructions, i found out that include_once( ‘includes/admin-screens.php’ ) is causing the issue. I have also noticed, when i comment out this line, and go to bottom of the page in edit mode, there is this error written under Revision section.
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1048576 bytes) in /www/doc/www.make-up.cz/www/wp-includes/post.php on line 582
I dont know if its related to my problem but im sure it was not there before this issue came up. I tried to set
define(‘WP_MEMORY_LIMIT’, ‘256M’ )
define(‘WP_MAX_MEMORY_LIMIT’, ‘256M’)in wp-config.php as i found in other forums, without success.
Thank you a lot for your helpForum: Plugins
In reply to: [Simple Custom CSS and JS] Edit page – blankThere is no error in JS console, i am afraid nothing that could help you, but here is the image. I just know that disabling the plugin resolves the issue.
Forum: Fixing WordPress
In reply to: Edit page – blankI managed to isolate the issue by manually renaming plugins root folder name via FTP one by one. Plugin https://ww.wp.xz.cn/plugins/custom-css-js/ is causing this issue. I just have to figure out how to replace it with something else as i have about 15 files defined via this plugin.
Thank you anyway