gonzalesc
Forum Replies Created
-
Forum: Plugins
In reply to: [GeoTargeting Lite - WordPress Geolocation] Suddenly plugin stop workingHi.
The plugin has not had any updates.
You should check your error_log to see the problems.Regards
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Show Popup onceHi.
Yes, you should put a maximum number in conversion cookie duration.Regards
Forum: Plugins
In reply to: [GeoTargeting Lite - WordPress Geolocation] Geo Maxmind plugin still used?Yes.
The Geotargeting Lite plugin includes the Maxmind Database. You no need to install any plugin of Maxmind.Regards
Forum: Plugins
In reply to: [GeoTargeting Lite - WordPress Geolocation] Geo Maxmind plugin still used?Hi
This plugin uses the Maxmind Database, you can find it in :
geotargeting/includes/data/
Regards
Hi.
No, not compatible with the Oxygen builder yet.Regards
Hi.
Yes, the version PRO is compatible with Beaver Builder :
https://geotargetingwp.com/blog/how-to-geotarget-content-on-beaver-builderRegards
Hi
With the version PRO you can set the seconds to close automatically.Regards
Forum: Plugins
In reply to: [Login for WordPress] Login Button not showing up.Hi.
Yes, it appears in the WordPress login page.
To the WooCommerce login page you need the version PRO.Regards
Forum: Plugins
In reply to: [GeoTargeting Lite - WordPress Geolocation] Doesn’t workHi.
You need to wrap your button with the geot shortcode, here an example.
[geot country=”Argentina”] <button>This is a button to Argentina</button> [/geot]
[geot country=”Portugal”] <button>This is a button to Portugal</button> [/geot]Regards
Forum: Reviews
In reply to: [GeoTargeting Lite - WordPress Geolocation] no optionsHi.
Yes, no options. The doc says “With a simple shortcode you will be able to specify which countries are capable of seeing the content” and it shows examples.Regards
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Show popup to logged / non logged usersForum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Allow editors to create popupsHi
You can try with this code:<?php function timersys_wppopups_capability() { return 'edit_others_posts'; } add_filter('wppopups/manage_capability', 'timersys_wppopups_capability');
The
edit_others_posts
capability is to Admin and Editors.Regards
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Problem with link and popupHi.
It works: https://www.loom.com/share/3d6172e7fe3f4b0fb5151acaabcf395aRegards
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Popup on Button Click OnlyHi.
It is in the trigger section on the settings tag. You must delete the “seconds after page load” option and the popup won’t open automatically.
Regards
Hi,
We have tested with WC 4.9.0 and it sent successfully.
Did you install another plugin additional?Regards