marcusasiabc
Forum Replies Created
-
Forum: Plugins
In reply to: [Lead info with country for Contact Form 7] Conflict with hostingHello @apasionados
Thanks for reply.
Here is the summary of my VPN environment, I selected the common WP related settings:
Linux
Apache/2.4.6 (CentOS)
PHP v7.3.18
MYSQL v10.2.32-MariaDB
GD 2.3.0
MYSQL Maximum Packet Size 256.0 MiB
MYSQL Maximum No. Connection 13,134
MYSQL Query Cache Size 1,024.0 KiB
PHP Short Tag Off
PHP Max Script Execute Time 300s
PHP Memory Limit 2.0 GiB
PHP Max Upload Size 1,024.0 MiB
PHP Max Post Size 32.0 MiBI find another plugin named https://ww.wp.xz.cn/plugins/geoip-detect/
It allows to download a DB of geoip location in your local WP, so the detection can be done without outgoing request. But, I can’t find a way to pass the detected country from that plug-in back to the “International Telephone Input for Contact Form 7” on page load.
I hope that if @yordansoares may have a bit of spare time to look to the possibility of the development.
Forum: Plugins
In reply to: [Contact Form 7] Timezone in WordPress’s SettingsYes, 5.1.9 solved the timezone problem. Thank you so much for help!
Forum: Plugins
In reply to: [Contact Form 7] Timezone in WordPress’s Settingshttps://smeloanshk.com/852testingsite/testing-cf7/
Please do not spam, thank you.
Forum: Plugins
In reply to: [Contact Form 7] Timezone in WordPress’s SettingsHi @takayukister,
Nice to meet you.
I’ve an make an URL with a standard CF7 form, you need you fill in your email, and the form will send an email to this address. The email title contains 2 tags [_date] & [_time] which is set to UTC+0 timezone regardless of the current WP’s timezone setting as UTC+8.
URL in next post.
Forum: Plugins
In reply to: [Sticky Side Buttons] Slide back to original positionRegarding the “fake close button”, it has an issues:
When a visitor clicks / touch it, the browser will reload the page. It is the normal behavior of the HTML a tag. So, I should remove the a tag but keeping the content inside, here is the JQuery script I used:
$('#ssb-btn-X span').unwrap(); // Replace #ssb-btn-X with the actual button for sliding the button area back to originalI add the code directly in the plugin file:
HOME/wp-content/plugins/sticky-side-buttons/assets/js/ssb-ui-js.jsForum: Plugins
In reply to: [Sticky Side Buttons] Slide back to original positionIf the action is “slide”, I found a workaround:
- Create a button
- URL is “#”
- text is “CLOSE”
- icon is “fas fa-times”
So, you have created a fake close button.
Forum: Plugins
In reply to: [Sticky Side Buttons] Slide back to original positionIt happens on touchscreen devices when mouse hover does not exist.
Forum: Plugins
In reply to: [Multisite Language Switcher] XAMPP change portThanks for help
Forum: Plugins
In reply to: [Contact Form 7] Google reCAPTCHA v3 block every emails from submitAfter a hour of try-and-error, the reCAPTCHA v3 of CF7 works again.
Here is the steps I tried:
- Cloudflare CDN Rocket Loader: disable it
- Clear the v3 key in CF7 plugin: in WP console, mouse over “Contact Form”, hit integration, hit reCAPTCHA, hit button “clear key”
- Disable plugin: starting from your caching and optimization plugins, down to CF7 finally.
- Re-enable plugin again: starting from CF7, one by one, to the caching and optimization plugins
Verdict:
Caching and optimization plugins and services are likely to mess up the JS of Google and CF7, especially Cloudflare CDN Rocket Loader which is very aggressive and not working well with other CAPTCHA solutions.Forum: Plugins
In reply to: [Multisite Language Switcher] XAMPP change portThe solution is here: First, look for the tables
- wp_blogs
- wp_site
- wp_options
- wp_2_options (it is the second network)
Change these to your new local url. i.e. from localhost to localhost:888 (example):
- In wp_blogs these are all the entries in the domain column
- In wp_site this is the entry under the domain column
- In wp_options this is the option_value corresponding to the option_name of siteurl and home
Forum: Plugins
In reply to: [Multisite Language Switcher] XAMPP change portI’m still finding solution. If anyone gets this problem, just go to wp-config.php and find
define('MULTISITE', false);define('SUBDOMAIN_INSTALL', false);, make sure these values are falseForum: Fixing WordPress
In reply to: sub-directory from exclusion of redirect/rewrite (.htaccess tweak)It works!
Forum: Fixing WordPress
In reply to: sub-directory from exclusion of redirect/rewrite (.htaccess tweak)Thanks for update, I have made the update in .htaccess accordingly but it seems that it made nothing changed. May I have your extra support?
Forum: Themes and Templates
In reply to: [One Page] Sit title does not show