Liew Cheon-Fong
Forum Replies Created
-
Forum: Localhost Installs
In reply to: I can’t install a local wordpress multi-site on WampWordPress multisite requires to run on port 80 or 443
– the website loads fine with valid cloudflare ssl certificate
– the screenshot requires permission to viewForum: Fixing WordPress
In reply to: Menu incorrectly displayed for logged in users– try to exclude plugin cookie (if any) in WP Rocket cache setting
– try to exclude logged in users in WP Rocket setting
– you could overwrite file permission when you edit and save a fileForum: Fixing WordPress
In reply to: Media and Picturesyou can try WordPress media manager like https://wordpress.org/plugins/happyfiles/ to organise the pictures into virtual folders
Forum: Fixing WordPress
In reply to: Website Not Secureyour website loads http://themes.themicrolex.com/arcaneWP/wp-content/themes/arcane/img/header.jpg
Fix it to be https://
Forum: Networking WordPress
In reply to: Limiting changes to one site of my multisites (functions.php)did you network activate the plugin or only activate it on the subsite?
have you remove the code from functions.php?Cannot redeclare function wcc_change_breadcrumb_home_text
means it has been declared and cannot declare again.
Forum: Networking WordPress
In reply to: Limiting changes to one site of my multisites (functions.php)the plugin works site wide and works on multisite
have you read the link in my previous reply?Forum: Plugins
In reply to: [Advanced AJAX Product Filters] tables generation stuckIt works. thank you
Forum: Fixing WordPress
In reply to: my homepage’s image are not shown in large device (tv)it is slider. check your slider responsive setting
Forum: Fixing WordPress
In reply to: Pingbacks not workingdo you have security plugin that blocks pingback?
by the way, we don’t need pingback nowadays.
Forum: Networking WordPress
In reply to: Limiting changes to one site of my multisites (functions.php)try Code Snippet plugin
refer: https://wordpress.org/support/topic/multi-site-run-snippet-on-one/
Forum: Fixing WordPress
In reply to: Unable to update my menu bartry disable other plugins to test
try turn on WP debug to check the error log
Forum: Fixing WordPress
In reply to: no new line when output post_titlecheckout css word wrap
Forum: Fixing WordPress
In reply to: Image SizesOR, you can edit image to the size you want to use then upload it, and add as full size in WordPress
Forum: Fixing WordPress
In reply to: Image Sizesif you know you will use an image size quite often then it is best to create the custom thumbnail size.
use “full size” is easier but it is not ideal for website performance