Code

Discussion on Mega Addons For WPBakery Page Builder

Discussion on Mega Addons For WPBakery Page Builder

Cart 1,991 sales

topdigitaltrends supports this item

Supported

73 comments found.

After updating a site to PHP 8.1, the plugin returned a fatal error:
Undefined constant "esc_url" in /public_html/wp-content/plugins/mega-addons-for-visual-composer/render/tm_carousel_son.php:72

To correct the issue, I replaced lines 72-74 with the following:
    <a href="<?php echo esc_url($btn_url['url']); ?>" target="<?php echo esc_attr($btn_url['target']); ?>" title="<?php echo esc_html($btn_url['title']); ?>" class="ultimate_carousel_btn" style="padding: <?php echo esc_attr($btn_height)/2 ?>px <?php echo esc_attr($btn_width)/2 ?>px;font-size: <?php echo esc_attr($btn_size); ?>px; border-radius: <?php echo esc_attr($btn_border); ?>px; color: <?php echo esc_attr($btn_clr); ?>; background-color: <?php echo esc_attr($btn_bg); ?>;text-decoration: none;">
        <?php echo esc_html($btn_text); ?>
    </a>

Key Changes Made:
esc_attr(esc_url)($btn_url['url']) → esc_url($btn_url['url'])
Removed the incorrect nested function syntax esc_url() already sanitizes URLs properly

esc_attr($btn_url)['target'] → esc_attr($btn_url['target'])
Fixed the array access to happen before the function call

esc_attr(esc_html)($btn_url['title']) → esc_html($btn_url['title'])
Removed the incorrect nested function syntax esc_html() is appropriate for titles

esc_attr($btn_text) → esc_html($btn_text)
Changed to esc_html() since this is visible text content, not an attribute

Hi Are there any updates regarding the resolution of the vulnerability?

security warning from security plugins. thats not good

When will the next update be?

On your website page it states

New Updates Yes, we are very actively working on this project. We bring new design so you don’t need any other plugin.

I have never received any update since purchased 1 year ago, this has not been fixed either! https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/mega-addons-for-visual-composer/mega-addons-for-wpbakery-page-builder-427-authenticated-subscriber-settings-update

Some of My pages are conflict with the ‘Mega Addons For WPBakery Page Builder Pro’ Plugins. I tested with older version of PHP like 7.2 and then issue not encounter( seems everything normal) but when i used the Lates or upper PHP version then some of my Pages basically where this addons are used not working showing Critical error.

How can i solve this issue?

Product is missing most of the elements like post grid, etc. I have emailed for support and have not received a reply back. Please refund.

Discussion on Mega Addons For WPBakery Page Builder i bye but u dont have gird post , post masonry grid , for author, music, gallery , radio, /// you have only Post Carousel I can add song grid, artists , podcast … but you dont have pagination .. i mean add “all” if i add not working .. can u upgrade for next .. or do u have pluging above i listed i like use for my webaite here: https://www.kapital3.net/djs/

i try use but not working .. any time visitor need us F5 Refreshing page to show corectly .

this mf never answer and he ignore for request refund

Ich habe das Plugin MEGA Addon gekauft. Ich habe versucht, auf der Wordpress-Plattform zu installieren, aber es funktioniert nicht, während der Installation ist ein Fehler aufgetreten.

Mega Addons For WPBakery Page Builder

Hi, Can you please explain what the error is showing?

Hello,

When updating the Impreza Wordpress theme from Version: 7.9 to the latest version, the “Advanced Carousel” function in the Mega Addons pack stops working correctly. Instead of displaying the carousel, it just displays the items one after the other.

With old theme, Carousel is working correctly: https://ibb.co/PtXNwmD Error after theme update: https://ibb.co/zSqjMhd

I deactivated all external plugins but the error persists. How to solve this issue? Please look into this error.

Best regards

I paid for support. Waited for 10 days. 10 days and no reply at all.

Does not work with latest version update of your own theme!!

This product is abandoned and outdated. Shameful from Envato to waste clients time and money by providing abandoned software and non-existing services.

UPDATE: I am happy to report that the error has been fixed by the developer now. The software now works perfectly. Thank you for your support!

Thanks Viotto!

this is abandoned and has vulnerabilities. Don’t buy.

@envato you need to act on this app. Is it abandon or what? Hosting companies are flagging it as being vulnerable and asking us to remove it immediately and the author is not responding on any website, not on WP.org or here.

Hi, is this extension abandoned? it has had no updates in 2 years?

Hi. In the free version Filterable Js library is removed due to non GPL license. We are working on a new solution.

How about Pro version. Does it work properly?

yes It works.

So it looks like they ignored the security vulnerabilities completely? Has the author fixed them or no?

Hello

I would like to see if there is any security problem. Could you clarify a notice that came from wordfence?

copy report link https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36798

I hope help and comments please.

Thank you

There’s a vulnerability notice out on this plugin: https://nvd.nist.gov/vuln/detail/CVE-2022-36798. Anything being done to remedy?

Any news on this issue? Still being flagged as vulnerable by WordFence.

Hi, does the advanced carousel allow you to put rows and other modules, text blocks etc, inside the slides? The standard ‘Pagable Container’ on WP Bakery is rubbish, so I am looking for something with the same functionality. Does your plugin have this? Thanks

Quick note on a competing addon plugin here at CodeCanyon – Ultimate Addons for WPBakery Page Builder … their carousel element is ridiculous … it constantly doesn’t work such as creating a huge blank space equal to the height of all carousel items. Meaning, if you have a carousel to show 1 item at a time, it sometimes doesn’t show that item … just a blank space, and then it creates a huge blank space height-wise equal to the height of all carousel items that should have been rotating. * That said, I want to buy your addon plugin, but need to know if I can use any / all elements as carousel items such as RAW HTML, widget, text block, etc, etc?? * ** Edit: I previewed your carousel, and pasted in rendered WPBakery code through inspecting your elements … pasted the following, and it worked perfectly fine, but again … does the interface of your carousel element allow any of WPBakery’s elements??? <div class="wpb_text_column wpb_content_element><div class=" wpb_wrapper=""><h2>Test</h2><p>Lorem ipsum</p></div>

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey