diespeedy
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Request: External link in new windowMhm, okay got the option and it`s already true. But I am quite not sure how to adapt the #_EXTERNALURL to get it open a new tab or window. ??
Forum: Plugins
In reply to: [Events Made Easy] Request: External link in new windowHi Franky,
thanks for your fast reposonds. I can disable it in the settings? Didn`t find it. Could you explain where to disable it and what I have to do to use my own _EXTERNALURL.BR,
DieSpeedyForum: Plugins
In reply to: [Events Made Easy] firefox issueFixed! ??
Hi Franky,
please don`t ask why, but it seems there was an issue with new version of Google Maps Plugin. After deacitvating it, refresh cache, everything worked fine. I also can acitvate it again, and still everything is working.
Can`t explain, what′s the reason for it, but it works. ??
BR,
DieSpeedyForum: Plugins
In reply to: [Events Made Easy] firefox issueI regret, not yet. But it
s okay to me to mark this thread as solved. I need some more time to investigate in this issue. If I′ll find a solution, I
ll share it here if you don`t mind?BR,
DieSpeedyForum: Plugins
In reply to: [Events Made Easy] firefox issueHi Franky,
I tried out several things, but I am not able to fix it. ??
But Im quite sure it
s not an issue with your plugin. It′s because I have a second installation and this works fine with firefox, too.So, I regret, I have to figure it out alone. ??
But thanks for the hint, I′ll check that out, too.BR,
DieSpeedyForum: Plugins
In reply to: [Events Made Easy] firefox issueHi Franky,
can`t find any Javascripts in the console.
But found the following:
curl ‘https://public-api.wordpress.com/rest/v1.1/notifications/?http_envelope=1&fields=id%2Ctype%2Cunread%2Cbody%2Csubject%2Ctimestamp%2Cmeta%2Cnote_hash&number=10’ -H ‘Accept: application/json, text/javascript, */*; q=0.01’ -H ‘Accept-Encoding: gzip, deflate, br’ -H ‘Accept-Language: de,en-US;q=0.7,en;q=0.3’ -H ‘Host: public-api.wordpress.com’ -H ‘Referer: https://public-api.wordpress.com/wp-admin/rest-proxy/’ -H ‘User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0’ -H ‘X-Requested-With: XMLHttpRequest’
Respose:
{“code”:403,”headers”:[{“name”:”Content-Type”,”value”:”application\/json”}],”body”:{“error”:”authorization_required”
,”message”:”An active access token must be used to retrieve notifications.”}}Could that cause the error?
BR,
DieSpeedyHi Teodor,
I already opened a support ticket but I didn`t recieve an answer within the expected timeframe. ?? Now I switch to your answer by mail. Thank you.
BR,
DieSpeedyForum: Plugins
In reply to: [Events Made Easy] EME and Google Conversion TrackingOkay, I tried something different. The code seems correct implemented now (without any if div exists) just to check, if it`s working in general.
Now I guess, I
m having a different issue regarding no http response (as already described above). That
s why I am trying to fix that issue first with the help of Google Ads Forums.So, I guesst, that`s no longer an issue of EME. ??
Thank you for your support right now.
Forum: Plugins
In reply to: [Events Made Easy] EME and Google Conversion TrackingMhm, I
m sure I understood what to do, but it doesn
t work… ??I tried the following. Add to the success message the new element “divConfirmation”.
<div id=’eme-rsvp-message’><div class=’eme-rsvp-message eme-rsvp-message-success’><div id=”divConfirmation”>Dies ist ein Testtext</div>Ihre Buchung wurde erfolgreich übermittelt.</div></div>
Add to the footer the script as followed:
<script type=”text/javascript”>
$( “#divConfirmation” ).show();
</script>But it seems like it will not be executed.
I would expect ot have the text above visible in the Footer, too. Even with alert(“Hello World”); it doesn`t work…Am I still doing something wrong?
Forum: Plugins
In reply to: [Events Made Easy] EME and Google Conversion TrackingMhm, I regret I am not fimilar enough using jquery.
Tried to add the following into the footer of the event page:
if ( $( “#eme-rsvp-message” ).length ) {
$( “#eme-rsvp-message” ).show(); // This part would later be replaced by Google Script
}But it didn`t work… only the code is displayed.
Are you willing to support me with this, too?Forum: Plugins
In reply to: [Events Made Easy] EME and Google Conversion TrackingMhm, I`m not sure if I got, what you are asking for.
The setting I try to change you finde below “page=eme-options&tab=rsvp”. The point I would translate to “Message after sucessful booking”.
There I insert: Thank you for booking
+ the Google Code for trackingRegarding EME header/footer settings I′m lost. Because the script must be only(!) on the successful page not on every eventpage.
Does this answer your question?
Forum: Plugins
In reply to: [Events Made Easy] EME and Google Conversion TrackingMhm, I tried it several times with the downloaded files under different circumstances (including testpage visisble for all). But something still went wrong.
Google Addon tells me:
Missing HTTP Response
Missing HTTP Response denotes that, while the AdWords Conversion Tracking code was detected in the page source, the script itself did not execute. Each time the Conversion Tracking script executes, we expect an HTTP Response carrying the Conversion Tracking request to Google’s servers carrying conversion_id, conversion_label, conversion_value and page URL.
This means that the Conversion Tracking code is not implemented properly on the page and no conversions will be tracked.
Recommended Action: Reinstall the Conversion Tracking snippet by removing the current iteration, copy a new version from the AdWords interface, and insert that version into the site.I can send you some files/screenshots to a dropbox if you want.
It still seems, that after I save the event the “vars” became deleted from the success message area. I guess, that
s the reason, why it still doesn
t work. Or what do you think?Forum: Plugins
In reply to: [Events Made Easy] EME and Google Conversion TrackingMhm… it still doesn`t work. ??
Because trac is slow, I′ll use additionally a chrome plugin to verify the correctness of the code implementation. But it doesn`t regognize it.
Forum: Plugins
In reply to: [Events Made Easy] EME and Google Conversion TrackingHi Franky,
I see, but I regret the fix doesn`t work properbly at all.
Any idea why?
I replaced both files with the new once you given.
BR,
DieSpeedyGreat! Thanks for the hint, works for me, too. ??