Mohsen Rabieai
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Deprecated: WPCF7_TagGenerator::add():@takayukister a guideline to use the new tag generator API is highly appreciated. Things that seem to have changed in this version and I can’t yet figure out what is the best way to fix them. The documentation is not available at all. Please advise.
Or perhaps you should add an option, to keep the legacy version of tag generator available forever. It ensures that addon plugins will work fine for a long time.
Same issue. Please provide examples on migrating to the new tag generator. Currently, I have deprecation message and I know that it is related to
wpcf7_add_tag_generator
, but when I change it to:$tag_generator = WPCF7_TagGenerator::get_instance();
$tag_generator->add()Nothing works and it puts my plugin out of the lifecycle. (I add the right parameters)
Best
I forgot to mention:
<button>
should be changed to<a>
Also, it would be great if you can add a body class wrapper to the product pages that has the elex price edits or add to cart button removed.
I did that by directly adding the following code to
elex_cm_redirect_addtocart_product_page
function.<script type="text/javascript">
(function() {
document.addEventListener('DOMContentLoaded', function() {
var prodDiv = document.getElementById('elex_prod_div');
if (prodDiv) {
var body = document.body;
var customClass = 'elex-custom-class';
// Check if the body already has the custom class
if (!body.classList.contains(customClass)) {
body.classList.add(customClass);
}
}
});
})();
</script>or maybe add a filter so we can modify the link by a hook.
Forum: Plugins
In reply to: [Newsletters] Problem with translationsHi there,
Have you ever used the qTranslate plugin? That’s the only plugin that translates everything like what you shared. If you have ever used qTranslet, you need to keep using it. Otherwise, if you are not using qTranslate anymore, you need to provide the translation words again.
Bests
Forum: Plugins
In reply to: [Menu Icons by ThemeIsle] Menus will show distorted after the recent updateIt happens to the menus that are wrapped inside an Elementor widget. As an example, the Jupiter X theme has a Menu Navigation widget that has its own menu walker and it was working with your plugin very well before the recent update. However, after the recent update, it is not working anymore.
Forum: Reviews
In reply to: [ArvanCloud Object Storage] Consider your privacyIt is not fair to give this rating. In no way does it reflect how the plugin performs. This is an unapproved personal opinion. Because you dislike the author of the plugin, you can’t review it!
Hi Japlode,
I believe if you update everything to the latest version, that should resolve your issue. Kindly let me know if everything is updated and you still receiving this problem.
Bests