Liew Cheon-Fong
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Cannot update most pluginsswitch to PHP 7.4
some plugins are not compatible with PHP 8 yetYou want to change this header, correct? (screenshot: https://i.imgur.com/Qbk1A7l.png )
Forum: Fixing WordPress
In reply to: Lazy Load not working on iOS/iPadOSSafari does not support native lazy load
Forum: Localhost Installs
In reply to: Cannot update most pluginsYou can check PHP info by creating a PHP file with the code
<?php phpinfo(); ?>in it, then visit the php file from browser.we don’t set css to <TITLE>, it is the text you see in web browser tab, which we cannot set its color.
Please share your website URL and a screenshot to show the title you want to change color.
- This reply was modified 5 years, 1 month ago by Liew Cheon-Fong.
Forum: Everything else WordPress
In reply to: I’m looking for a way to make a specific layoutthere’s no out of the box solution to satisfy your requirements. I suggest you hire a WordPress developer for the custom design
Forum: Everything else WordPress
In reply to: How do use a 2 pane theme like framesI don’t have a plugin in mind. It can be done using javascript
Forum: Fixing WordPress
In reply to: Money transfer between usersif you want to collect money on behalf of users (middle man) then you can use multi vendor WooCommerce setup. It would be overkill though.
Forum: Fixing WordPress
In reply to: Money transfer between usersevery user can sign up their own online payment account (example: paypal) to add a link/button into their profile. they can withdraw money from their own account later.
Forum: Everything else WordPress
In reply to: Drop Capshow would you like to fix it? don’t drop cap if it is a URL? it will need custom coding to check the content (skip URL).
Forum: Everything else WordPress
In reply to: Removing all Media attached to a deleted revisionnot sure what’s your 99% answer but I would use a plugin like media cleaner to delete unused attachments
Always backup first!
Forum: Everything else WordPress
In reply to: Simple Blog Themethe link goes to the backend editor, no?
you can use a frontend post submit plugin to allow writing without login to WordPress backend.
OR, you can setup a custom dashboard for easy access post editor after login
Forum: Localhost Installs
In reply to: Cannot update most pluginsAre you using PHP8?
try increase PHP
max_execution_timeand deactivateForum: Everything else WordPress
In reply to: Recommendation for theme or pluginyou can Google: woocommerce 360 image plugin
you can use custom css to define a header color.
Example: change H1 header to blue color
h1 {color:blue;}