Matthew Ryan
Forum Replies Created
-
Thanks for the update @codersantosh
The latest version is working on my end properly.Hello @codersantosh,
$output .= "<div class='" . esc_attr( apply_filters( 'gutentor_post_module_t5_item_height', gutentor_concat_space( 'gptm-bg-image', 'gptm-item-height', $overlay ), $attributes ) ) . "' style='background-image:url(" . esc_url( is_array( $url ) && ! empty( $url ) ? $url[0] : '' ) . ")'>";However, after the page loads, Gutentor’s frontend JavaScript re-renders the block and removes the inline style.
When I tried adding a
data-imageattribute, thedata-imageappeared correctly in the element. But if I add anything other thanbackground-imageto that element, all inline CSS gets wiped.I’ve identified the issue — the only thing needed is to update your code. I just want this fixed soon so I can continue using your block.
I have been waiting for more than one month to get this issue resolved. I have already suggested the solution; it just needs to be implemented from your side. Please provide an update.
Hello @paddyam,
I’ve checked the code and confirmed it’s working fine. Thanks for sharing this solution—it resolves the issue effectively. Much appreciated!
Hi @darshanaw,
We’re still waiting for your response on this matter. It has been almost a month now, and we kindly request you to resolve this at the earliest so that we can proceed further on our end.
Thank you for your understanding, and we look forward to your update.
Hello @codersantosh,
I have already shared the public URL with you earlier, but your support response was so delayed that the link expired. I have almost resolved the issue on my end, and you can now check it from your side as well using the corresponding template.
Here is the path to the template file for your reference:
includes/block-templates/normal/class-normal-p1-templates.phpBest regards.
Hi @darshanaw,
Thanks for the update!
Just to confirm — all the recommended server limits on my hosting are already set to the maximum values, including:
upload_max_filesizepost_max_sizememory_limitmax_execution_timemax_input_time
As requested, I’ve uploaded the theme ZIP to Google Drive. Here is the download link:
🔗 https://drive.google.com/file/d/1AUFO9N3W_eAW-nZnDq_1hvoRMyUueDWM/view?usp=sharing
Please check and let me know if you need anything else from my side.Hello @codersantosh,
I have already shared the public URL with you earlier, but your support response was so delayed that the link expired. I have almost resolved the issue on my end, and you can now check it from your side as well using the corresponding template.
Here is the path to the template file for your reference:
includes/block-templates/normal/class-normal-p1-templates.phpBest regards.
$output .= "<div class='" . esc_attr( apply_filters( 'gutentor_post_module_t5_item_height', gutentor_concat_space( 'gptm-bg-image', 'gptm-item-height', $overlay ), $attributes ) ) . "' style='background-image:url(" . esc_url( is_array( $url ) && ! empty( $url ) ? $url[0] : '' ) . ")'>";However, after the page loads, Gutentor’s frontend JavaScript re-renders the block and removes the inline style.
When I tried adding a
data-imageattribute, thedata-imageappeared correctly in the element. But if I add anything other thanbackground-imageto that element, all inline CSS gets wiped.I’ve identified the issue — the only thing needed is to update your code. I just want this fixed soon so I can continue using your block.
Hello @nagpai,
I’ve attached the screenshot—you can check that as well. I’ve also deactivated all the other plugins, but the same issue persists.


Above is the reference
Hi Sarwar,
Thank you — I’ve updated it, and it’s working perfectly now.
Best regards,
MatthewForum: Plugins
In reply to: [E-cab Taxi Booking Manager for Woocommerce] 404 error single pageHello hamidxazad,
Thanks for your response.
Along with the configuration issue, we’ve also noticed some technical concerns in the plugin implementation:
In the plugin code, the following snippet is written:
setTimeout(function() {
initializeGooglePlacesAutocomplete();
}, 500);This executes every 0.5 seconds, and if Google Maps is not connected properly, it causes the site to slow down significantly.
On the template page, the dropdown elements are getting pushed down repeatedly because the plugin keeps resetting the
topposition. This makes it difficult to override using our custom JavaScript, and affects the usability of dropdowns (as shown in the attached screenshot).
Forum: Plugins
In reply to: [E-cab Taxi Booking Manager for Woocommerce] 404 error single pageI keep seeing the message:
Google Maps API not loaded yet, retrying in 500ms...This keeps repeating in the console and is slowing down the browser. Could you please advise how to resolve this issue?
Forum: Plugins
In reply to: [E-cab Taxi Booking Manager for Woocommerce] 404 error single pageThanks for the update. Please release the plugin update soon, as we are currently using the shortcode and have manually added the div as a temporary fix. An official update will be very helpful for us.
Forum: Plugins
In reply to: [E-cab Taxi Booking Manager for Woocommerce] 404 error single pageIn this shortcode, some of the
<div>tags aren’t getting closed, which causes the UI to get disturbed.[mptbm_booking map="no"]