Since yesterday 22nd Nov 2024 I am getting this error on my website.
“Notice: Function _load_textdomain_just_in_time was called?incorrectly. Translation loading for the?happy-elementor-addons
?domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the?init
?action or later. Please see?Debugging in WordPress?for more information. (This message was added in version 6.7.0.) in /chroot/home/acb7ce54/79f1a760b1.nxcli.io/html/wp-includes/functions.php on line 6114″
Which seems that this plugin is being called on
add_action('plugins_loaded', function(){}
Can you help me to resolve this issue?
]]>floating effect stops working on version 3.12.5 and version 3.12.6 only works on old version 3.12.4
]]>With HappyAddons activated, many elements are not displayed when I am logged into WordPress. When I am in Elementor edit mode I see everything correctly. Everything is also displayed when I am logged out. As soon as I deactivate HappyAddons everything is correct. The console shows this error:
Uncaught TypeError: elementorModules.frontend is undefined
https://domain/wp-content/plugins/happy-elementor-addons/assets/js/extension-floating-effects.min.js?ver=3.12.6:1
jQuery 2
dispatch https://doamin/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.25.4:2
init https://domain/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.25.4:2
5654 https://domain/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.25.4:2
jQuery 2
Same issue on a 2nd site. Several support requests via the website were unfortunately not answered.
Is there a solution here?
Thanks!
]]>Hello i am receiving this error:
Warning: Trying to access array offset on value of type bool in /wp-content/plugins/elementor/includes/base/widget-base.phpon line223
Warning: Undefined array key -1 in wp-content/plugins/elementor/includes/base/controls-stack.phpon line695
Ive downgrated to 3.12.2 and the error still persists, my elementor version is : 3.25.3
Elementor version:
]]>Hi.
I’ve been using this widget and I love it.
Now, I’m trying to do the following: I have a contact page with 3 forms. Each form has a different objective and it’s saved in a section to be called by the buttons I have created in the switcher.
In several parts of the website, I have buttons linked to this contact page.
But I would like to have the buttons linked to one of the forms in the switcher.
For example, button 1 would link to content 1 in the switcher. Button 2, to content 2 and button 3, to content 3.
Is this possible?
Thanks.
]]>I am unable to open url links in a new tab via the content text area using html. I’ve used the following html:
<a target="_blank" rel="noopener noreferrer">Fearless Heart</a>
I contacted a member of your team via the live chat and they replied with the following:
I’m afraid, Happy Tooltip extension is not allowing this behavior, it might be due to limitations in how the extension renders the HTML or security restrictions imposed upon it.
Is there any further clarity or a suggested fix you could offer?
I’ve tried the following JS script in the footer:
//<![CDATA[
jQuery(document).ready(function($) {
$('a').each(function() {
var a = new RegExp('/' + window.location.host + '/');
if(!a.test(this.href)) {
$(this).click(function(event) {
event.preventDefault();
event.stopPropagation();
window.open(this.href, '_blank');
});
}
});
});
//]]>
And also the following php snippet in the footer:
add_filter( 'the_content', function ( $content ) {
// This snippet requires the DOMDocument class to be available.
if ( ! class_exists( 'DOMDocument' ) ) {
return $content;
}
if ( !is_single() || !in_the_loop() || !is_main_query() ) {
return $content;
}
$dom = new DOMDocument();
$load_content = mb_convert_encoding( $content, 'HTML-ENTITIES', 'UTF-8' );
if ( empty( $load_content ) ) {
return $content;
}
@$dom->loadHTML( $load_content );
$links = $dom->getElementsByTagName( 'a' );
foreach ( $links as $link ) {
if ( strpos( $link->getAttribute( 'href' ), home_url() ) !== false ) {
continue;
}
$old_link = $link->C14N();
$link->setAttribute( 'target', '_blank' );
$link->setAttribute( 'rel', 'noopener noreferrer' );
$content = str_replace( $old_link, $link->C14N(), $content );
}
return $content;
} );
However neither work for the hover tooltip text. Please could you let me knwo your thoughts and whether you can suggest a fix or a workaround?
Thank you kindly for your consideration ??
]]>Hello,
I have a question about the Gravity Forms widget. In the Elementor Pro editing mode, when placing a widget on a page, a form appears as completely styleless – “naked” html is displayed (1). At the same time, the design styles are applied correctly when viewing the page (2). This behavior makes it extremely difficult to edit form styles using the widget. How do I make styles appear in edit mode? Thank you.
(1) Form layout while editing in Elementor Pro https://c2n.me/4lAQ4nH.jpg
(2) Form layout on the page (preview mode) https://c2n.me/4lAQ4KW.jpg
(3) Form preview in the Gravity Forms editing panel https://c2n.me/4lAQ5cE.jpg
The magnifying is not working on mobile view. When adding a new 360 image all the files in the media library is selected at first and needs to deselect all. And I am using the latest version of elementor and HEA
]]>Hello,
I am using Happy Addons for Single Post and Post Archive template and created these pages. Everything was working fine.
Now I want to do some small changes and open them with elementor but it ends up in a endless loading – no error message or something -> https://imgur.com/a/A2xw498
All other pages open fine in the Elementor builder.
Any idea what is going wrong here and how to fix it?
]]>Hi,
I’d like to use the Archive Post widget, but I can’t seem to ‘use’ the proposed conditions, even though I seem to have tested everything.
For example, I’d like certain pages to be displayed between specific dates (e.g. 31/06/2023 and 31/06/2024).
Whatever conditions I use, at best I get the following message: It seems we can’t find what you’re looking for or else it’s a blank page.
I think I’ve missed something… a clue perhaps?
The documentation doesn’t mention these functions
Thanks in advance
Best Regards
]]>Hello. I needed tooltip on a website I’m using and I saw Happy Addons have it for free, so I went with it. I set up the plugin, made the tooltips on two buttons in my header. I have it active on hover. But the tooltip is now shown on every page even without hovering over the buttons.
I removed the arrows in the settings, then the tooltip text didn’t show up by itself, but it stopped the whole tooltip from working altogether.
I’ve used the plugin before, but every time I use Happy Addons, it seems to always have a conflict with Elementor (quite ironic since it’s made for Elementor).
]]>Happy Elementor Addons 3.12.0
In wp-admin article management
i get this error
PHP 8.0 platform
Warning: Undefined array key “post_type” in /web/htdocs/www.mysite.it/home/wp-content/plugins/happy-elementor-addons/classes/theme-builder.php on line 154
]]>I have been trying to reach Happy Addon to request they cancel our payment details. We lodged a ticket but we note no automated email was sent to confirm a ticket exists, what the ticket number is nor have we had a response to the ticket if its on the system at all. Please contact us as we have requested to notify us our request has been actioned. Thank you.
]]>Is there a way to make the image carousel with mouse over bigger? and can one have height definition somewhere so that the images can be all same height? Regards
]]>As the title, can i have a pagination on a gallery widget?
]]>Hi, when clicking on a picture the Lightbox option opens for a second and then I’m redirected to the home page due to the final # in the URL. If I go back to the previews page I am able to see the Lightbox just fine until I click on the next image.
Any help?
]]>View post on imgur.com
]]>
Hi,
I use your “Post Navigation” widgets and I would like to ask if it is possible to add CSS code that would filter only posts by selected category in the navigation?
Mario
]]>I have a pro license from Happy Addons and I have been trying to contact someone at Happy Addons Support / Leevio Support for weeks now and still got 0 answers. I have already filled the support ticket 8 times in the past month, have tried to talk in the site chat, have even sent emails. But NOTHING.
My problem is that there is not an option to cancel the automatic subscription renew of the Happy Addons Pro in the site. So I got charged another year without my consent. I am appaled and mad at this scam.
I want my refund and to have my account excluded completely from this bullshit scam business.
]]>Trying to make a link back to last page in the Elementor General Image Carousel with “javascript:window.history.back();” as the custom url in the Link Field, and it always goes to the Home Page no matter which page I click into the page with the Image Carousel from.
]]>Hello,
Small problem with css.
I create tables one below the other on a page. And happy Addons is the only one that works very well. The others generate too many requests and it takes too long to open and sometimes it bugs. I just have a css problem. On a desktop computer, everything works perfectly when certain “boxes” have a black background and white writing but on a laptop from the second table onwards the box with the black background is white with a black frame and of course the writing no longer appears. This “means” that it’s the “general” css that “wins”. A clue, perhaps!
Thanks in advance for your help
Hello.
This string use the esc_html() function and are not translated:
Also this string (without text domain):
Thanks.
]]>Hello, just noticed that when i insert the data tables widget of Happy Addons it creates a lot of blank spaces on top and on the bottom of the table.
Any solutions to avoid this? When i have 2-3-4 tables there are 10 cm between each table
Best regards
Lucas
There are issues with Remove Unused CSS with Happy Addon.
This can be seen when using Listing Group and Off Canvas Menu.
Missing Icons and Off Canvas not working on Mobile.
Resolved using async however this isn’t the preferred method.
]]>micromodal from https://unpkg.com/micromodal/dist/micromodal.min.js?ver=3.10.5 is not accessible.
also for alpinejs
I cant configure widget and features in admin page and all page website take 50sec to load.
possible to use https://cdn.jsdelivr.net/ ?
]]>Hi!
I’m using the Image Accordion widget and every item in the accordion has the same height by default — I’m trying to manually set the height of every individual item inside the accordion with CSS but I’ve had no luck so far.
Is there a way to achieve that?
]]>Hello,
Every time I try to insert your templates or blocks into a page, an error message appears – see screenshot.
The error started appearing today, my clients have not reported it before. I have also tested and can confirm that even on a “clean” WordPress installation (Elementor+HappyAddons only), the error appears and your templates cannot be inserted on the page. I also tested on the paid version of Happy Addons – same thing, error when trying to insert a template or block.
I would appreciate any reply and help.
Thanks!
PHP 7.4.33
WordPress 6.3.3
Happy Addons for Elementor 3.10.4
Widgets not showing and Editor broken with 3.19.3. I cannot see the Elementor widgets list in editor and cannot rearrange or edit any elements. When I disable Happy Addons everything works fine. Please fix this.
]]>Not able to see post tabs into elementor widgets.
Elementor version: Version 3.3.1?
Hello,
I have created an archive page for the elementor. However, I am trying to show only posts with specific tags on that page, like for example: if I have tag of “TECH” and “Home”.. Why does it not show only “TECH” tagged posts on /tag/TECH. but it shows all the posts.
Any way to fix this?
]]>