gatta2
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Table of Contents] insert using shortcodeForum: Plugins
In reply to: [Easy Table of Contents] insert using shortcodeIt’s in the content.php of a twentytwelve child theme.
Would modifying the programming to use DATETIME instead of TIMESTAMP solve this problem?
Are you saying when we are in the year 2038, we can set membership expiry date to somewhere in 2039, we won’t have issue at all?
We just want to make sure the plugin is future-proof.
It’s 4.9.8
I added this in my functions.php which used to work but doesn’t anymore. Please advise.
remove_filter( ‘feedzy_item_attributes’, ‘feedzy_add_item_padding’, 10, 2 );
Forum: Plugins
In reply to: [Two Factor Authentication] modifying wp_login_form() to make 2FAMy login is constructed using the following
<?php $args = array(
‘redirect’ => home_url(),
‘value_remember’ => true
);
wp_login_form($args); ?>The problem is when the form is submitted, it’s redirected again to wp-login.php with the login form again and the message “Error: The one-time password (TFA code) you entered was incorrect.”
Can you think of any reason why?
Forum: Plugins
In reply to: [WP-Polls] [poll] not showing the latest pollI think there’s a bug that if the next one is deleted, it can’t automatic publish the next one when it’s time.
It’s not set as required.
We don’t have any field called BUSSTYPE in wordpress but there’s a user meta called business_type which we didn’t choose to be synced. Why does it have this unexpected behaviour?
Forum: Plugins
In reply to: [WP-Polls] [poll] not showing the latest pollpoll_latestpoll is now stuck at 51. Our cron should be running normal as we’ve other things going on and they are normal. Do the polls set in future time affecting this poll_latestpoll value?
Forum: Plugins
In reply to: [WP-Polls] [poll] not showing the latest pollHere is our Manage Polls screen.
The [poll] shortcode right now displays the ID 51 but it should be the 53 as the latest open one. We also have 2 polls set for future.
Forum: Plugins
In reply to: [WP-Polls] [poll] not showing the latest pollThe value of poll_currentpoll is 0
Same issue in our site. FacetWP which is a filter plugin for SearchWP is not working with NextGEN Gallery enabled. FacetWP is at https://facetwp.com/
Here is a reply we got from FacetWP developer:
NextGEN is injecting some HTML to the end of FacetWP’s ajax response, which is breaking it… and I don’t think it’s something we can fix from our side
Our site is at https://asianprivatebanker.com/
Please try a search and you’ll see the problem.
Forum: Plugins
In reply to: [Theme My Login] Not showing error message when loginFYI the login page has the shortcode [theme-my-login] only.
Forum: Plugins
In reply to: [Theme My Login] Not showing error message when loginI had a custom login-form.php in the current theme. It makes no difference if I removed it and it uses the default login page.