Jan
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Revisions for Podcast pagesHi @zahardoc,
please do count my vote for adding the revision-feature ??
No, adding revisions only once is perfectly fine. Meanwhile, the revision count appears in the backend on selected episode-pages, but not all.
I’m probably unfamiliar with the patters on which those are being presented after adding the filter:
- existing episode-pages don’t show revisions, unless revised and re-saved
- new episode pages don’t show revisions until saved for the first time
Is that correct?
Thanks,
Jan
Forum: Plugins
In reply to: [Chained Quiz] Multi category quizHi Bob (@prasunsen),
just wondering if you could share your thoughts regarding the above.
Any advice is much appreciated.
Best,
Jan
@Bokaz,
just wondering if you got a chance to review this and how you would go about resolving the issue?
Thanks,
Jan
@Bokaz,
with the help of the Theme developer we were able to take a step forward.
The issue was caused by the SVG-Icon that is attached to the button: “When you add a SVG Icon to a Button it will wrap the button label in a?
<span>
?tag.”We therefore added a CSS snippet to address this:
.gb-button span { pointer-events: none; }
When setting up a Klick-All-Elements trigger the related Tag does fire. In Debug-Mode we can also see that the css-class is being recorded (Variables / KlickClasses).
We then created a new trigger and tag to record a specific events for one button (Filter: KlickClass equal to css-class). This time the tag does not fire.
What else are we missing to make it work?
Thanks,
Jan
@Bokaz,
many thanks for getting back. Please note that we are already using the
button
markup – see video recording.What else can we check to make it work?
Thanks,
Jan
- This reply was modified 9 months, 2 weeks ago by Jan.
@matomoteam – just wondering if you had a chance to look into this topic in the meantime. Thanks in advance.
Forum: Plugins
In reply to: [Chained Quiz] Email adddress capture / during vs. after the quizWe would like to capture the e-mail address not before or during, but after the quiz was taken.
How would you go about adding an e-mail-address field on the results page?
Forum: Plugins
In reply to: [Chained Quiz] Email adddress capture / during vs. after the quizHi @prasunsen,
wishing you a very happy New Year.
Just wondering if you had a chance to look into this in the meantime.
Kindly let me know how you would realize this use case.
Thanks,
Jan
Forum: Plugins
In reply to: [Smart Slider 3] SyntaxError: Unexpected identifier ‘stylesheet’Hi @laszloszalvak,
thanks for getting back.
This is to confirm that we did receive your e-mail reply.
Best regards,
Jan
Forum: Plugins
In reply to: [Smart Slider 3] SyntaxError: Unexpected identifier ‘stylesheet’thanks for pointing us to a newer plugin version. When trying to install the update another error occurs.
Please note that we also tried updating the plugin via the bell at the top right of the SmartSlider dashboard. This also fails due to missing privileges. The plugin runs on a sub site of the WP multisite network. The “Check for Update” link, however, points to the domain of the main site. We then manually changed the domain in the address bar of the browser from main to sub site. As a result, we get redirected to the /network/update-core.php. On this page the newer version is not available.
Lastly we tested activating the plugin for the entire network and then updating the plugin. This fails due to missing license for the main site :-/
A clean re-install with the latest version is certainly an option for now. But how do we solve the issue for upcoming updates?
Please kindly advise.
Thanks,
Jan
Hey @emermatomo, the publication of versions is working again.
Sorry for the late response.
Best regards,
Jan
Hi @dizzyatinnocraft, thanks for looking into this and for providing this update. Much appreciated.
I replaced the js-file and the publication of versions seems to work now. Happy to run a few more tests and then let you know if anything else is missing.
Best,
Jan
Forum: Plugins
In reply to: [Chained Quiz] Result page / embed shortcodeHi Bob,
thanks for getting back. First I’d like to get the shortcode issue sorted on the general result page. Once this is solved I’ll look into the results calculator and its point-based results pages.
Meanwhile I ran some more tests and can confirm that a CF7 shortcode – for example – is working on the results page. Then I compare the CF7 shortcode to the custom shortcode that is not working:
// GP - Custom shortcode function ad_shortcode($atts, $content = null) { ob_start(); do_action('as-eignung-good'); return ob_get_clean(); } add_shortcode('as-eignung-good', 'ad_shortcode');
The custom shortcode gets embedded differently:
- Embed the shortcode at a particular position on a page
- Define on which page the content of the shortcode is being loaded (display rule)
#2 is probably causing the issue because at page load only the quiz is being loaded and when the user gets to the results page only #1 is working but #2 does not get the required trigger because the quiz-results page does come with a reload of the page.
I have seen other quiz plugins that define quizzes as custom post type which in turn would allow me to change the display rule accordingly (not targeting a page but rather the relevant quiz).
Any thought on this are much appreciated.
Thanks,
Jan
@matomoteam – is there any chance you can prioritize this issue? As opposed to anderstbl for us this issue seems to be a WP Multisite phenomena. On single site installations the Matomo Tag Manager works just fine.
Any advice is much appreciated.
Thanks,
Jan
I did some more testing and deactivated all plugins, activated the WP 2023 standard theme to rule out any incompatibility issues. The issues #1 and #2 still remain.
In interesting observation: the list/ table of tags, triggers and versions remain visible in the main section of the screen as long as the list has no entries. If the first trigger is set up, the list/ table suddenly disappears.
Hopefully you find this is helpful for troubleshooting.
Best regards,
Jan