Mahbubur Rahman
Forum Replies Created
-
@ildarkhasanshin & @jjohns we have this warning fixed in the dev version and it will include in the next release.
Thanks
Hi @adsmedia
Do you have a plugin active that prevents access to /wp-admin/ or wp-login.php (for example “WPS Hide Login”)? These types of plugins can trigger the 404 page redirect error when authenticating in MonsterInsights.
Would you try deactivating that plugin or option first and then authenticating in ExactMetrics once more?
Hi @rik0399,
Do you have a plugin active that prevents access to /wp-admin/ or wp-login.php (for example “WPS Hide Login”)? These types of plugins can trigger the 404 page redirect error when authenticating in MonsterInsights.
Would you try deactivating that plugin or option first and then authenticating in MonsterInsights once more?
Hello @tenadv
To figure out the issue, we have to check your site. Could you please contact our support channel with your site details? We will be happy to help you.
Thanks
Hello @andrejovdienko
We have reproduced the issue and fixed in the develop version.
You can use the development version to get the instant fix. Otherwise, you will get it fixed from the next official release.
Thanks
Hello @umeeshh
Yes, you just need to add featured image field to the related post form. The featured image will automatically set to the post if user upload any image using that featured image field.
Reference: https://prnt.sc/pb40e4
Thanks
Hello @ahmedmusawir,
Custom taxonomy for custom post type is available in the professional version. Also, the image field has integration with ACF gallery field. Please check the documentation here.
https://wedevs.com/docs/wp-user-frontend-pro/acf-integration/
Thanks
Forum: Plugins
In reply to: [weForms - Easy Drag & Drop Contact Form Builder For WordPress] Empty entriesHello @rrishabh,
I am really sorry to see that you did not get any reply from our support.
When you install weForms there are three tables () created in the database. I think prefix_weforms_entrymeta table was not created. Please check the database tables and create entrymeta table by running the following query in the databaase.
CREATE TABLE
wp_weforms_entrymeta` (
meta_id
bigint(20) unsigned NOT NULL AUTO_INCREMENT,
weforms_entry_id
bigint(20) unsigned DEFAULT NULL,
meta_key
varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
meta_value
longtext COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (meta_id
),
KEYmeta_key
(meta_key
(191)),
KEYentry_id
(weforms_entry_id
)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;`You need to replace wp prefix from wp_weforms_entrymeta with your database prefix.
Thanks for your understanding.
Hello @shinzanmono,
Since v3.1.0, the user will get email notification when register using the free registration form. It’s a simple email notification, not confirmation email. Confirmation email feature only available in the professional version.
Thanks for your understanding.
Hello @bennieblvnco, @damf77 & @eviebpat,
Just remove the following code from wpuf.php file. It will fix the admin bar issue.
if ( get_user_meta( $current_user->ID, 'show_admin_bar_front', true ) == "true" ) { return true; }
Also, we will include this fix in the next release.
Thanks
Hello @jeroenonstenk,
Yes, we have included this feature in the development version. I hope you will get it in the next release.
Thanks for your understanding.
Hello @zlato,
Sorry to hear that, it should disappear when you click on the close icon. However, there might be a conflict issue.
The discount notice will show until 26th November, but if you don’t want to show it anymore then you need to do the following things.
1) Open wp-user-frontend/admin/promotion.php file
2) At line 17: replace 1543276740 with 1522108740Thanks
Hello @makmerghen,
Thanks for your nice feature request. Our team will take the decision whether this feature can add in the future release or not.
Currently, you can use the subscription feature to achieve such functionality.
Thanks
Hello @ad010,
Please navigate to wp-admin > User Frontend > Settings > My Account, now enable Post Submission option and assign a form from Submission Form dropdown.
Thanks