fireleaf
Forum Replies Created
-
Forum: Plugins
In reply to: [Checkout Address Autocomplete for WooCommerce] Getting error:Hi,
I got it working now – problem solved.
It appears that I had to enable the Place API on Google to get it working.
Many thanks again and have a lovely day ahead ??- This reply was modified 6 years ago by fireleaf.
Forum: Plugins
In reply to: [Checkout Address Autocomplete for WooCommerce] Getting error:Ok great thank you!
Let me know if you received it
TIAForum: Plugins
In reply to: [Checkout Address Autocomplete for WooCommerce] Getting error:Hi and thanks for your reply.
Yes, I have saved the api key in the settings and the api is setup without restrictions.Working perfectly, mate!
Thanks for the update, rating is on the way!
CheersHi,
its working now, only the field values or tiles are strange.
Please have a look at https://boutiqueyachting.com/expandables/
Thanks for updating and your help!Hi,
yes, thats right. All rating fields are not shown, other fields show.
Please see attached screenshots for more details.
https://prnt.sc/dvs8df
https://prnt.sc/dvs7gv
https://prnt.sc/dvs7mkMany thanks in advance.
Cheers- This reply was modified 7 years, 10 months ago by fireleaf.
Hi there,
I have a similar problem and can’t resolve it.My popup is triggering after 10 seconds to open, which is working. I have set it to session cookie ‘on close’ and ‘sitewide’. As I understand the popup should trigger now after 10 seconds and show (which it does) and once it is closed the session cookie will be set on sitewide base. Therefore it should not open if I navigate to another site.
But it does open and even if it is closed again, by navigating to a different page it opens again after 10 seconds. Please see here: https://helloarchipelago.comPlease let me know how to resolve and/or which settings I should check.
Many thanks in advanceForum: Fixing WordPress
In reply to: Embed .m3u8??Same here… how can I embed .m3u8 files on the website?
Any news on that?Forum: Plugins
In reply to: [Easy Modal] Easy modal on custom post typesHi there,
thanks for the code and your reply.
Just to confirm that this worked fine for me ??Forum: Plugins
In reply to: [Easy Modal] Modals not opening after updateHi everyone,
Looks like the update has fixed the problem…Will test all the modals now.
Thanks for the updateForum: Plugins
In reply to: [Easy Modal] Missing Modals or Theme saving issuesHi, I have tried all of that.
Even completely uninstalling the plugin did not solve the issue.
Any other solutions you?
Best regardsForum: Reviews
In reply to: [ReDi Restaurant Reservation] User BEWARE!I was looking for timezone support in the plugin and could not find it anywhere. I even tried to modify the timepicker script and add the timezone manualy there does not work.
Plugin does not look at all at the time zone
There wasn’t any request from users about that, as usually web sites are hosted in same time zone and it’s not a problem. But anyway, it was easy to fix and change is applied to new version of reservation plugin.Can’t find that. I would really appreciate help on that issue.
Forum: Plugins
In reply to: [Easy Modal] Easy Modal not working correctly after an update@danieliser: Ok, got it working.
If someone else is looking for similar solution I changed: plugins/easy-modal/easy-modal.php at line 42:add_action('admin_menu', array(&$this, '_menus') ); if(isset($_GET['pages']) && $_GET['pages'] == 'easy-modal') if(isset($_GET['estate']) && $_GET['estate'] == 'easy-modal') { add_action('admin_init', array(&$this,'editor_admin_init')); add_action('admin_head', array(&$this,'editor_admin_head')); }
and around line 136:
$screens = array('post','page'); foreach($screens as $screen){ add_meta_box('easy-modal',// Unique ID esc_html__( 'Easy Modal', 'easy-modal' ),// Title array(&$this,'easy_modal_post_modals'),// Callback function $screen // Admin page (or post type) //'side',// Context //'default'// Priority ); } $screen1 = array('post','estate'); foreach($screen1 as $screen) { add_meta_box('easy-modal',// Unique ID esc_html__( 'Easy Modal', 'easy-modal' ),// Title array(&$this,'easy_modal_post_modals'),// Callback function $screen// Admin page (or post type) //'side',// Context //'default'// Priority ); }
Forum: Plugins
In reply to: [Easy Modal] Easy Modal not working correctly after an update@danieliser: Hi, thank you for your quick reply.
I have to apologize as I just realized that the option to select the modals is under the pages settings.
I’m using a theme which uses custom pasts/pages named “Estates” could you quide me the way to add the modals to these custom posts?
Thanks in advance!Forum: Plugins
In reply to: [Easy Modal] Easy Modal not working correctly after an updateHi there,
I got issues with the plugins settings. If I set the modals to “Display Sidewide” -> NO it does not open the modal.
If it is set to “Sidewide” -> YES it is working but overwriting my other css file. Aswell as loading the code on every page which is slowing down my page tremendously.
I also realized issues on iPhone and iPad if the plugin is activated.
Please help!