alanintertec
Forum Replies Created
-
Hi Mina,
I’ve added a checkbox for each image slot. When checked, it reveals the corresponding image upload field and date field.
Thank you for your help and the suggestion.
Hi, please review the export code here:
I’m unable to share the staging site link, as it’s a development site for another client. However, it’s a different website from the one experiencing the issue, the only common factor is that both are using version 1.52.2 and the same form.
Thanks.
Hi Mina,
I’ve exported the form to a staging site for testing, and the issue persists there as well.
Could you please let me know how I can share the staging site link and the export code with you privately?
Thanks.
Update: I have now confirmed this issue on a second website also running version 1.52.2, which shows the same error. Rolling back to 1.51.1 on both sites resolved the problem, confirming this is a regression introduced in 1.52.2.
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] Versions 3.3.x Broken – Galleries Not DisplayingIt works after disabling lazy loading. Thank you for your help!
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] Versions 3.3.x Broken – Galleries Not DisplayingThank you for your suggestion. I tried this approach, but it only applies to a single gallery. Since there are many galleries on the website, this isn’t ideal. I also attempted to apply it as a global setting, but it didn’t work, only that specific gallery received the setting.
Dear Anghel,
Any updates on this issue?
Thanks.
Dear Anghel,
I created a development site and followed your instructions, enabled the Twenty Twenty theme, and activated only TranslatePress – Multilingual (all other plugins were deactivated), the problem exists, so the problem is caused by TranslatePress – Multilingual.
Please advise. Thanks.
I saw someone had the same problem and there was a solution:
——————————————————————————–
https://ww.wp.xz.cn/support/topic/translatepress-appends-1-to-every-url/
There is my solution :
In the file wp-content/plugins/translatepress-multilingual/includes/advanced-settings/do-not-translate-certain-paths.php, comment or delete the lines 319 and 320 :if( !isset( $TRP_LANGUAGE ) || $settings['default-language'] == $TRP_LANGUAGE )return;(Keep in mind that if there is a plugin update, you must redo this operation if the issue is not fixed by the developers)
——————————————————————————–These lines on 328 & 329 are in the latest version, and it works for me.
However, if there are any updates on the plugin, I have to redo this.
So, can you fix this bug in your upcoming updates?Thank you.
FYI, I found a similar issue and a fix in the support threads and I modified the scripts as follow to suit my case:
.wp-block-getwid-content-slider__wrapper .wp-block-getwid-content-slider-slide:not(:first-child) {
display: none;
}
.wp-block-getwid-content-slider__wrapper.slick-initialized .wp-block-getwid-content-slider-slide {
display: block;
}And this is fixed the issue.
Thank you for your support.
Forum: Plugins
In reply to: [Blocksy Companion] Blocksy “Account” in header element is not workingHello Eduard,
Yes you are right, after I updated the theme and it is working now.
Normally, the site is still working well without the theme updates.
Anyway, thank you for your prompt help! 🙂
Forum: Plugins
In reply to: [Blocksy Companion] Blocksy “Account” in header element is not workingYes, it always activated. It was still working in a few days ago but suddenly displayed the error and the Account element button is not available in Customise now.