icakis
Forum Replies Created
-
Hi,
I have also issues after the update on many levels:
- the whole ebpg-grid-post lost a lot of CSS, fe. the classes ebpg-grid-post-holder & ebpg-entry-wrapper are not set to flex anymore, which breaks the whole grid.
- the eb-button-group__midldeInner lost its CSS (width: 0; etc.)
My whole webpage/sidebar is broken and that’s the second time that happens (I reported you another bug in April which you fixed)!
Greetings,
Hristo
Forum: Plugins
In reply to: [Modula Image Gallery] PHP Warning messages in PRO gallery pluginThanks for fixing it!
Forum: Plugins
In reply to: [Modula Image Gallery] PHP Warning messages in PRO gallery pluginyes, they don’t check if the value is set (causes problems on PHP 8+), so one possible solution is to go to this line and change it like this:
if (!empty($settings[‘enable_optimization’]) && ‘disabled’ == $settings[‘enable_optimization’] ) {
return $item_data;
}Hi @mahbubshovan,
great, thanks for the fix! I just tested the new version and it looks ok.
Cheers,
Hristo
Hi (@nayeem-ul-islam-nipun & @zebaafiashama,
I have the same issue and can reproduce the bug. You changed the structure of “ebpg-grid-post” but there is no corresponding CSS for it.
You moved the DIV with the class ebpg-entry-wrapper (the old position was before the header tag) to a higher position (before ebpg-entry-thumbnail). And then it breaks in the frontend.
Can you please have a look? I downgraded my plugin till you find a solution.
Thanks!
Hristo Ganchev