rom1our
Forum Replies Created
-
Hello,
I found and excluded
public/js/form-submission.js
public/libs/jquery.mask.min.js
public/js/fluentform-advanced.js
but the conditional fields still don’t open.What am I missing? Please see this test page
Hi David,
this works now ?? .But now I have again the problem with the WPSP overlay cards, even if I excluded the wpsp css files from WP Rocket. Screenshot
The problem appears randomly. One time it is there and one time it is not. Is there a way to solve it without excluding the WPSP css from WP Rocket, which does not seem to work reliably?
Hi Tom,
there is no change. ScreenshotI forgot to mention, this happens since I use WP Rocket. The same thing happened with the WPSP Overlay cards
Forum: Plugins
In reply to: [Gallery Plugin for WordPress - Envira Photo Gallery] Problem with lightboxThank you for your suggestion. This solved the problem. ??
Forum: Plugins
In reply to: [GenerateBlocks] Use with Advanced Ads (and popup maker)Perfect, thank you ??
Forum: Plugins
In reply to: [GenerateBlocks] Use with Advanced Ads (and popup maker)OK, now it works.
About my 1st question. I need to add the post ID’s 42332; 42333; 42334; for the post type advanced_ads
I tried
add_filter( 'generateblocks_do_content', function( $content ) { $post_id = 42332;42333;42334; // A post ID to check the content of. Can be dynamically set. if ( has_blocks( $post_id ) ) { $block_element = get_post( $post_id ); if ( ! $block_element || 'advanced_ads' !== $block_element->post_type ) { return $content; } if ( 'publish' !== $block_element->post_status || ! empty( $block_element->post_password ) ) { return $content; } $content .= $block_element->post_content; } return $content; } );
but this takes only the first ID. How can I do this?
Forum: Plugins
In reply to: [GenerateBlocks] Use with Advanced Ads (and popup maker)I’m made a test for the post type “popup”.
It works properly on the category pages like https://test.tourist-in-rom.com/en/rome-practical-tips/, but not on the posts like https://test.tourist-in-rom.com/en/top-restaurants-in-rome/
In both cases, the same popup is used.Hi Maria,
have you an update, please.Forum: Plugins
In reply to: [GenerateBlocks] Use with Advanced Ads (and popup maker)Hi Tom,
great.Two questions about the post_id. In the sample is
$post_id = 123; // A post ID to check the content of. Can be dynamically set.
1. Can I create a list like 123;124;125;…
2. Is it possible to include all posts of a post type (like ‘advanced_ads’).Thank you
Forum: Plugins
In reply to: [GenerateBlocks] Default padding of Generateblocks containerPerfect, thank you ??
Forum: Plugins
In reply to: [Polylang] String translations disappeared with php 8.0Perfect. I enabled
simplexml
and it works.
Thank you ??Forum: Plugins
In reply to: [WP YouTube Lyte] Thumbnails lazy loadHi Frank,
something deletes the /cache/lyteCache folder and I created it now again manually. Is there a way to solve the issue, protecting the folder or recreating it automatically?Thank you for the suggestion but the problem is on all posts/pages and not only with gallery.
Forum: Plugins
In reply to: [WP YouTube Lyte] Thumbnails lazy loadI have now created the lyteCache folder manually and it has loaded the thumbnails. Then I created an exclude rule for
lyteCache.php
in WP Fastest Cache and this solved the problem.
Thank you for your help ??Forum: Plugins
In reply to: [WP YouTube Lyte] Thumbnails lazy loadHi Frank,
looking into the Waterfall I found that the thumbnails are now loaded twice, once from from i.ytimg.com and once via the lyteCache.php.
In wp-content/cache/ the lyteCache folder disappeared.
Why does this happen?