jermilbfc
Forum Replies Created
-
Good call, let’s check tomorrow! Note that with regards real time traffic, you may wish to check your site while not logged in. The default configuration of Site Kit is to not include logged in traffic.
I know, i’m using another browser/allowing cookies. The situation is really weird, or i’m missing something about what did Google with GA4 migration.
We’ll see tomorrow. Right now, i have always 0 visitors in realtime monitoring in UA (and i checked multiples times before opening this issue).
But i have visitor in RT in GA4…
the dashboard you’re referring to is the Site Kit widget on the main WordPress dashboard as opposed to the Site Kit dashboard tab itself. Is this correct?
YES.
Here is the site kit dashboard : https://ibb.co/9GTgKHq
Here is what i’ve got when i click the link to analyticis : https://ibb.co/283HGwX
As you can see, from middle of March, the views slowly reach 0.
I answered the forms.
More infos i’m discovering :- UA analytics dashboard return 0 views !!
- For the same proprety : i have view on GA4 dashboard
I dont know what a hell is going on with google analytics between UA and GA4, it’s was supposed to be easy and automatic since i configured GA 4.
Hello Priya,
i understood the issue, the problem is that your plugin is showing up 2 times the fields “event category” on event edition of the back office :
The first fields is a check box, where multiples categories can be picked
The second is a radiobox, with only one option pickable.The second field with radio box works, but the checkbox doesnt.
I mark it as resolved but it’s definitively not normal.
Hi,
Thank you for the answer, i’ve bought the pro version.
Best,
JHa and also, the map is not showing at all on single event page, while i checked the box to display it.
In fact, All new events submitted are expired……… while it’s planned for july
I have the last version, i have tons of problems, so +1 to author, and yesterday update doesnt resolve everything.
Non complete list of issue :
– if you dont set and end date, the vent register automatically and end date with the date of the day, with make all new events “expired” by default after submission.
– On “some” event,s and organizer is always picked. The single event page display doesnt show the organizer !
– Lot of sentences aren’t translated : in event filters “Choose a category” “select date range” “choose a type” for example. On organizer page : “past events, current event, next events” arent translated too, absent from .po files for french
– i have the google maps addons, broken since the update, i have 0 event showing up on the maps … i can’t document it right now, i will try to reinstall and configure the addon again.+ i’m also on php 8, i have a lot of warning showing on single event page, randomly.
@jeppner i’ve found a “workaround”, it’ not clear why it’s not documented nor a settings to define.
In dashboard, just go to “Organizer” then modify an organizer. In the box “Datat of the organizer, in the bottom left corner, you have “published by” => just change here the ID of the user, so it will link a user account to an organizer, wich will be available to pick itself while creating an event.
It’s a terrible user experience because it’s not automatic… the user have to manually pick himself in a list as oraganizer…
I hope this will help you 🙂
I dont close the post because it remains an issue for me, it shoudl be documented, and made automatic.
+1 @recosc je suis dans le même cas, même problématique/question.
Forum: Plugins
In reply to: [Crelly Slider] Something went wrong messageHello,
Same Versions than QWhat, same issue.
“Quelque chose s’est mal passé” appears, but in fact the slider is saved and work on frontoffice normally..
No troubles on the french message, since my wp settings are set to french.
like @cck23 , i can just say goodbye exactmetrics !
Forum: Plugins
In reply to: [Basic Google Maps Placemarks] KML supportOk i succeed by editing the “function.js” file… But excuse my dust, i think it’s not the good way at all…
// Create the map try { $.bgmp.map = new google.maps.Map( $.bgmp.canvas, mapOptions ); var ctaLayer = new google.maps.KmlLayer({ url: 'https://developers.google.com/maps/documentation/javascript/examples/kml/westcampus.kml', map: $.bgmp.map }); } catch ( e ) { $( $.bgmp.canvas ).html( $.bgmp.name + " error: couln't build map." ); if ( window.console ) { console.log( $.bgmp.prefix + 'buildMap: ' + e ); } return; }I’d like an advice on how to inject properly :
var ctaLayer = new google.maps.KmlLayer({ url: 'https://developers.google.com/maps/documentation/javascript/examples/kml/westcampus.kml', map: $.bgmp.map });…Without breaking the updates..