winniewong1234
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error message showing on top of the websiteThere is <?php wp_body_open(); ?> on the header.php but can’t find “class=”home blog wp-custom-logo hfeed”
Do i need to find the code of “class=”home blog wp-custom-logo hfeed” and delete it?
Forum: Fixing WordPress
In reply to: Error message showing on top of the websiteI tried and found out that it is due to the theme.
Can you advise how can I edit the function.php to remove the error message? Here is the code of the function.php
https://docs.google.com/document/d/1ka-5Y6_TAtJsEls1ag0j5xZzqjwdaGGLvRFyRXLG7I0/edit?usp=sharing
Many thanks!
Forum: Plugins
In reply to: [Loco Translate] Some of the translated strings didn’t show upStill doesn’t work…
The weird thing is some translations are displayed but some don’t…Forum: Plugins
In reply to: [Loco Translate] Some of the translated strings didn’t show upI have saved the file in the recommended location and the auto update has been disable. I deleted the translation file and translate again but the translation made yesterday didn’t shown up.
Cap screen for your reference
https://drive.google.com/open?id=1TT_dpF1IQ_spzhIiDh3FS63eWO7FcJTQ
https://drive.google.com/open?id=1TT_dpF1IQ_spzhIiDh3FS63eWO7FcJTQForum: Fixing WordPress
In reply to: Category specific headerI installed a plugin called Unique Headers before and same field (field of add image) shown up. But there is header image being displayed even i uploaded image. That’s why i posted the question here.
Thanks for your help.
Forum: Fixing WordPress
In reply to: Category specific headerThe header doesn’t shown up even if i have uploaded the image. Please check the below image.
https://drive.google.com/open?id=1Frn0npGZoVWaq59ERYJG2C0W8hTiRr9FAny idea on that? Does it related to the theme setting?
Forum: Fixing WordPress
In reply to: Category specific headerCode will be better, i guess.
Forum: Fixing WordPress
In reply to: Home page not showing properlyIt works! Thanks a lot!
Forum: Fixing WordPress
In reply to: Home page not showing properlyI installed a “disable blogging” plugin and deactivating that plugin doesn’t help.
Forum: Fixing WordPress
In reply to: Critical Issue – Cannot login to wordpressfixed the problem in advanced-cache.php
<?php /** * Hummingbird Advanced Tools module * * @package Hummingbird */ if ( ! defined( 'ABSPATH' ) ) { die(); } /** * Load necessary modules for caching. */ if ( ! class_exists( 'WP_Hummingbird_Module_Page_Cache' ) ) { if ( is_dir( WP_CONTENT_DIR . '/plugins/wp-hummingbird/' ) ) { $path = WP_CONTENT_DIR . '/plugins/wp-hummingbird/'; } else { $path = WP_CONTENT_DIR . '/plugins/hummingbird-performance/'; } include_once $path . 'core/class-utils.php'; include_once $path . 'core/class-abstract-module.php'; include_once $path . 'core/modules/class-module-page-cache.php'; if ( ! method_exists( 'WP_Hummingbird_Module_Page_Cache', 'serve_cache' ) ) { return; } define( 'WPHB_ADVANCED_CACHE', true ); WP_Hummingbird_Module_Page_Cache::serve_cache(); } ILE_VERSION', '170220'); }
The website can be shown by changing the last line to “// ILE_VERSION’, ‘170220’);”. Can anyone explain why did the error happen?
Thanks!
Forum: Fixing WordPress
In reply to: Critical Issue – Cannot login to wordpressHello Kartik Shukla,
Thanks for your reply.
But now i can’t even login to the admin page. It shows the same message “Parse error: syntax error, unexpected ”, ” (T_CONSTANT_ENCAPSED_STRING) in /home/mayplan/consul-ship.com/public_html/wp-content/advanced-cache.php on line 34″.
DO you have any idea in mind?