Liew Cheon-Fong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: space between Logo and Menu in Mobile problemit appears to be space for header widget. try to remove them if you are not using?
you can also add following custom CSS code to hide it in mobile view:
@media (max-width: 768px) .site-header .header-widget { display: none; }- This reply was modified 4 years, 6 months ago by Liew Cheon-Fong.
Forum: Fixing WordPress
In reply to: Stop bots from scraping my contentyou can use Cloudflare firewall rules to block bots by useragent
I tried to access your website but received Cloudflare access denied error. Make sure you does not block legit visitors too.
I don’t see any mixed content issue on your website
it seems you have fixed it now
Forum: Fixing WordPress
In reply to: ERR Too Many redirectsI don’t see the error now
Forum: Fixing WordPress
In reply to: Medium.com Style Websitetry membership plugin like memberpress (premium plugin)
Forum: Fixing WordPress
In reply to: My site generating unknown urlsyou can exclude bot traffic from GA
Forum: Fixing WordPress
In reply to: WordPress Media path changeWordPress is designed so that it does not load all media files at once. Don’t need to worry about having many pictures.
Make sure you have enough storage space and optimise the image size.
There are plugins allow you to offload pictures to cloud storage.
Forum: Fixing WordPress
In reply to: My site generating unknown urlsyour site is not generating the URLs.
that’s bad bots attemptsForum: Fixing WordPress
In reply to: 404 Error when change permalinkWhat web server are you using? Have you enable mod rewrite module? Nginx doesn’tread .htaccess file
Forum: Fixing WordPress
In reply to: largest contentful paint image was not lazily loadedYou should preload it but not lazy load
Forum: Fixing WordPress
In reply to: Issues with mobile site – horizontal scrolling and giant imagesthat’s caused by an image in the footer:
In the .et_pb_image_4 CSS class, you have the transform to resize the image. It cause the incorrect size in mobile view. Disable/remove it will solve the issue.
Forum: Fixing WordPress
In reply to: Any way to add buy now button to individual posts?you can apply CSS style to the button
Google: css buttonhere are some examples: https://freefrontend.com/css-buttons/
Forum: Fixing WordPress
In reply to: Any way to add buy now button to individual posts?just add a simple html button that open link in new window.
Example:
<a href="http://yourphotoprintsite.com" target="_blank"><button>Buy Now</button></a>Forum: Fixing WordPress
In reply to: favicon removalcheck your theme settings or theme’s footer.php file