arditmorina
Forum Replies Created
-
@patrickposner Thanks for the support, yes I had disabled WP Cron by myself and added an external cron solution, by reverting to default wp cron it worked. Thanks again.
Same issue also for me, I tested on different hosting provider called Infomaniak, on some sites there it works but not in others.
Forum: Plugins
In reply to: [Ajax Search Lite - Live Search & Filter] Not Compatible with Piwik Analyticsok I saw even google analytics do not show search made from your plugin, but at least can you simply made to record searches made by users, and how many hits that particular keyword has made and option to delete logs after x amount of days ?
- This reply was modified 6 years, 11 months ago by arditmorina.
Forum: Plugins
In reply to: [Cherry Search] category exclude not workingThis issue is also for me, I excluded some categories but there are all showing in result, it means not working ??
Forum: Plugins
In reply to: [WP Datepicker] Stoped working on version 1.3.4it can not be something else because it is not happening only to me. the same is with the @lupet92 page, and for both of us the same settings are working on version 1.3.3, my html code is this: <div class=”form-group”>
<label for=”date”>Data nisjes:</label>
<input type=’text’ class=”form-control” id=’date’
name=”date”/>
</div>
<div class=”form-group arrival_date_picker”
style=”display: none;”>
<label for=”date2″>Data kthimit:</label>
<input type=’text’ class=”form-control” id=’date2′
name=”date2″/>
</div>
in this code both ID are used but when page loads it wont show the first ID field
this are my settings on screenshoot: https://s27.postimg.org/nwwri8urn/error-halima.pngand this is site using version 1.3.4 of plugin, I downgraded from 1.3.5 because is the same problem: https://halimajreisen.com
Forum: Plugins
In reply to: [WP Datepicker] Stoped working on version 1.3.4@fahadmahmood I tried this 1.3.5 beta version but is the same, it hides the ID of first field of datepicker and not the second field ID, so second field it works with datepicker but not the first field.
Forum: Plugins
In reply to: [WP Datepicker] Stoped working on version 1.3.4and @fahadmahmood can you re check again halimajreisen.com I updated to 1.3.4 and I have 2 fields using your plugin, second field is hidden but if you click radiobutton “Kthyese” the second field will be displayed, and the datepicker it is workin correctly on that field but not on the first field . I checked by myself and I can see that first field (non working datepicker field) does not show the ID but i dont know why because in the code is the id written correctly. I downgraded again to 1.3.3 and it just works perfectly.
- This reply was modified 7 years, 3 months ago by arditmorina.
Forum: Plugins
In reply to: [WP Datepicker] Stoped working on version 1.3.4@zkriahagmohamad can you share exactly which ID used in css to ad z-index ?
Forum: Plugins
In reply to: [WP Datepicker] Stoped working on version 1.3.4Maybe is in conflict with the Elementor, because I tested in wp default theme end still did not work, but I am curious why without changing any settings it working the version 1.3.3.
The live with the plugin 1.3.3 that works, and are the same plugins +some fiew extra plugins, and there it did not worked versio 1.3.4 : https://www.halimajreisen.com
And here is the site with version 1.3.4 that wont work and there are only plugins: oceanwp extra, Elementor (free), Elementor Pro. https://www.plugin.alForum: Plugins
In reply to: [WP Datepicker] Stoped working on version 1.3.4I can not share login but i tried even in localhost the new version 1.3.4 is not working. I have oceanWP theme and using plgugins: Oceanwp extra, Elementor Free, Elementor Pro, Wp Datepicker.
Forum: Developing with WordPress
In reply to: jQuery@benjaminsaarde I use this code in functions.php in child theme and it works correctly:
//Making jQuery to load from Google Library
function replace_jquery() {
if (!is_admin()) {
// comment out the next two lines to load the local copy of jQuery
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js’, false, ‘1.12.4’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘replace_jquery’);Forum: Plugins
In reply to: [WP Datepicker] Stoped working on version 1.3.4No still is the same problem, how do you fixed that without updating plugin to 1.3.5 ?