christoschiotis
Forum Replies Created
-
Forum: Plugins
In reply to: [Leaflet Map] Gesture HandlingLife saver!
Worked like a charm!Forum: Plugins
In reply to: [Leaflet Map] Gesture HandlingHello, I am also interested in this.
based on your guide I created this action
add_action('leaflet_map_loaded', 'fs_leaflet_loaded'); function fs_leaflet_loaded() { wp_enqueue_script('gestures_leaflet', 'https://unpkg.com/[email protected]/dist/leaflet-gesture-handling.min.js', Array('wp_leaflet_map'), '1.0', true); wp_enqueue_style('gestures_leaflet_styles', 'https://unpkg.com/[email protected]/dist/leaflet-gesture-handling.min.css'); }
for adding the custom JS from your example, the Gesture Handling Script says we must add this
var map = L.map("map", { gestureHandling: true });
I am having trouble, where to add it on your custom script example
Forum: Plugins
In reply to: [Piraeus Bank WooCommerce Payment Gateway] Δευτερη Γλ?σσαΚαλημ?ρα,
υπ?ρχει κ?ποια ενημ?ρωση σχετικ? με τον χρονικ? ορ?ζοντα αυτ?? τη? αναβ?θμιση? του plugin ?στε να ε?ναι εφικτ? η μετ?βαση στο αγγλικ? version τη? Πειραι???
ευχαριστ?
Forum: Plugins
In reply to: [Piraeus Bank WooCommerce Payment Gateway] Δευτερη Γλ?σσαΧα?ρετε,
?χω παρ?μοιο ερωτημα, πιο γενικ? ?μω?. Υπ?ρχει δυνατ?τητα να κ?νει απλ?? redirect στο αγγλικ? version τη? Πειραι??? Το eshop ε?ναι στα Αγγλικ?.
ευχαριστ?
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Filter entries based on valuesGot it!
Thank you so much for your response!
bestForum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Filter entries based on valuesWow, great example.
– I must query the current logged in user and pass user_email as the value of the param. This must be placed instead of the $from_date, right?– From your example I understand that if the condition is true, does nothing, just exports row, if the condition is false then the magic happens with return false; right?
Same problem with the editor here.
I tried de-activating every other plugin and popmaker produces this error in ConsoleOf course tried all the possible clear-caching ways
I reinstalled core wordpress filesForum: Plugins
In reply to: [Google Maps CP] Not showing in page.Yeah I believe that this happened. It was on home page with a post loop and it showed these results. When I changed the home page content and removed that loop, the map disappeared.
Forum: Plugins
In reply to: [Google Maps CP] Not showing in page.Ok thanks for the clarification.
I have been using the free plugin with cat=”-1″ , which worked, until today.Thank you for your answer
Forum: Plugins
In reply to: [Google Maps CP] Not showing in page.Same here.
The maps on each post are showing fine, but the map on the home page with the shortcode [codepeople-post-map cat=-1] is notAny clues?
Forum: Plugins
In reply to: [Gallery Factory Lite] Change mobile breakpoint for MetroThank you for your response!
I managed to get it working as you said, but the change in the JS must be done in the minified version.
Thank you!
Forum: Fixing WordPress
In reply to: Scheduled posts don’t work in WordPress 3.0Hi guys,
i have some weird and slightly different problem with scheduled posts.
I have, for example, 40 scheduled posts. Everything is happy, when suddenly all of my scheduled posts become published with future dates and they are visible in the frontend!
Have you ever experienced or found any reference about something like this?