digitalPurist
Forum Replies Created
-
Hi Michael,
I tried to put your slider in a column-block, but that did not work very well.
In Gutenberg the handling is kind of buggy with sliding content out of the block. On the frontend the slider stops with an JS-error:
superblockslider.js… Uncaught TypeError: Cannot read properties of null (reading ‘classList’) at HTMLDivElement.L (superblockslider.js?ver=0f585ac5af704e36e4242dd9f1a4b54b:1:3984)Standing alone – not nested in a column – your slider works perfect.
Can you check, if there is a solution?
Thank youPatrick
status update: resolved.
thanks again.Hi Michael,
I’ve created a new slider on a new page and
with version 1.5.4 everything is OK now.Thank you for the quick fix! ??
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Bug in 5.11Jez we need elliott back!! Never had an issue when he was in charge of ACF development and Delicious Brains managed to break this at lightspeed.
totally agree!
Forum: Plugins
In reply to: [YOP Poll] Answers duplicating randomlySame problem here:
– pro version 6.1.9
– answers are duplicateddid you find a solution?
thanks for any hintis there a pro support forum?
or just the mail-form?great! the error message is gone.
many thanks! ??patrick
OK, I could fix it with a small hack:
We had to disable 2(!) plugins:
– YOAST
– an “Opening Hour”-pluginThe time-shift-problem only occurs when both are running.
In the “Opening Hour”-plugin I deactivated these lines:
date_default_timezone_set(“Europe/Berlin”);
$timestamp = time();Maybe $timestamp is used by different plugins and overwrites values?
Worked for us –> resolved
I set the timezone to “UTC+2” instead of “Berlin”.
The problem consist: 10:00 –> 12:00.
??Forum: Plugins
In reply to: [Contact Form 7] No email sent from Contact FormI’ve deactivated all plugins – 1 by 1.
I’ve created a new and very easy contact form.No change:
– message: OK
– no mail arrives in my in-boxWorked without any problem before update to 4.8
Creating a new recurring event works fine.
But there is no way to change i.e. the end-date of an existing recurring event.
Our Workaround: deleting the whole thing and create a new one with the new end-date.
??All plugins deactivated + default theme = same problem ??
[:fr]french content[:en]english content[:]
This is the mechanism of qTranslate x. These shortcodes separate the different languages. The plugin normally splits the content and you don’t see these shortcodes.
Deleting them manually will destroy the structure of your page.You have a lot of plugins working on your site.
qTranslate X works with many plugins but can’t work with every plugin.
Maybe you should deactivate “WooCommerce Grid – List toggle” and find something else?Forum: Plugins
In reply to: [Easing Slider] disable slider in seach-results or certain categories?Hi Matthew,
Since I am not quite happy with my solution yet, I will try to explain my problem in more detail:
I am using your slideshow within wordpress articles. In pseudo-code, such an article looks like:
My article Some text here and a first slideshow [easingsliderpro id="1"] Some more text and a second slideshow [easingsliderpro id="2"]
Now I would like to display the same article in two different ways within a web page. Normal viewing and within as search result.
If I am in a search, I would now like the slide shows not to be loaded and not to be displayed when displaying the article.
In my loop.php or content.php code I don’t have to use easingsliderpro(); to enable it. The slider is always active.
And yes I could use the_excerpt but that would disable my pictures too.
The CSS-workaround works but is there another option in your software that I could use in this situation?
Forum: Plugins
In reply to: [Easing Slider] disable slider in seach-results or certain categories?Hi Matthew, in the pro-version it’s not working because an argument is needed. i.e.
<?php if ( is_search() ) { if ( function_exists('easingsliderpro') ) { easingsliderpro(1); } } ?>
this is enabling a certain slider (no. 1).
what argument would disable all slider within that loop?
can I “unload” the function???sorry for bothering …
Forum: Plugins
In reply to: [Easing Slider] disable slider in seach-results or certain categories?Hi Matthew,
yes, hiding the slideshow via css is just a workaround.
I don’t know how to prevent your slideshow from loading.
the_content() shows the whole article – including your slideshow.
Is there a PHP-code or a parameter for the_content() that prevent the loading of a particular plugin? I don’t know and don’t think so …