Hello, after last update of plugin i have an issue, footer not in the bottom of page, if i scroll page – i see blank block after it, page has increase height.
Before this i used this custom css
body{
min-height: 100vh;
display: flex;
flex-direction: column;
}
.elementor-1597{
margin-top: auto;
}
But after the latest update of Elementor and HTmega – it does not work, how to fix the footer at the bottom so that the page does not increase in size and there is no white space?
]]>i am using style 4 accordion
i need bg color for collapsed single_accordion
after clicking the accordion title bg image will display with content
update me
]]>The instagram slider at the bottom of the page isn’t working – we’ve rolled back HT Mega, Elementor and all of the associated add-ons plugins we use to the versions that are on our staging site and the instagram feed still just loads into a grid rather than a carousel.
https://dcvstaging.wpengine.com/
The instagram feed works there – the only difference between the two sites is that we’ve been updating Elementor and HT Mega on the live site, which is where the error is. When we roll back, the issue persists.
I added parallax to the background image. But it’s not working on the page.
]]>Hi,
I had an error with Elementor’s sticky menu.
The problem was that when I was scrolling through the menu on my smartphone, it automatically blocked the X button to close the menu and I couldn’t expand the submenu. I looked for a solution on the support website but didn’t find it. I decided to test the solutions and it turns out that adding this simple js code:
The problem occurs with scrolling, so to eliminate the bug I blocked the ability to scroll when the menu is open, when you close it you can continue scrolling the page (body).
<script>
document.addEventListener('DOMContentLoaded', function() {
const mobileMenu = document.querySelector('.htmobile-menu-wrap');
// Funkcja do blokowania scrollowania
function blockScroll() {
document.body.style.overflow = 'hidden';
}
// Funkcja do odblokowywania scrollowania
function allowScroll() {
document.body.style.overflow = '';
}
// Obserwator zmian w klasach elementu
const observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.attributeName === 'class') {
const hasInsideClass = mobileMenu.classList.contains('inside');
if (hasInsideClass) {
blockScroll();
} else {
allowScroll();
}
}
});
});
// Konfiguracja obserwatora
observer.observe(mobileMenu, { attributes: true });
// Sprawdzenie na starcie, czy element ma klas? inside
if (mobileMenu.classList.contains('inside')) {
blockScroll();
}
});
</script>
]]>
It seems the default CSS loaded when having HTMega enabled is messing with the layout of tables. Reason is located in paragraph “Blog Post CSS”. The usage of generic names for classes result in padding for the first row of each table on your site to be changed.
.row-1 > [class*=”col”] {
padding-left: 1px;
padding-right: 1px; }
The specific path to the CSS: wp-content/plugins/ht-mega-for-elementor/assets/css/htmega-widgets.css?ver=2.4.3
]]>Hello! I love te Scroll Navigation widget of yours!
I need help with something – I want my header to have a menu where each button would jump the site the a specific slider.
So lets say the third slide is Tools, when i’ll click on Tools on the header’s menu, the Scroll Navigation would jump to the third slide.
I can create custom links in the Menu, tried naming the css class of each section and to jump to there using “#” but it messes up the widget, doesnt changes the slide (it jumps in the wrong position and the widget still thinks it’s on the first slide)
Could you help me please?
Thanks you in advance!
Hello,
For post pages on our site, we use a post carousel and want to exclude from the carousel the post that is currently open.
Currently in Post Option section we have possibility to Exclude Posts by Id:
https://prnt.sc/g1Eeys7_1hjq
How can I exclude Current Post e.g. like here? https://prnt.sc/wF1EdExoj1wV
This sample I got here: https://github.com/orgs/elementor/discussions/22937
Or maybe there is some other possibility exclude current post?
Thanks for reply!
Hi,
Right now Im experiencing bug on my website: https://prijdnaoboci.cz/
Website is built on Hello Theme + Elementor.
Description:
I placed 2 switchers on site (HT Mega Addons) and when I click on second switcher (id=”cenik-switcher”), my cursor scroll to top or bottom (depending on state of switcher – true or false).
The problem is appearing on my Iphone 12 (Chrome), however I found problem in another browsers / devices.
I tried:
– I have custom Javascript on first switcher, which I thought is causing problem, but when I deleted my code, nothing happened. Problem is still present.
– Main progress can be seen, when I delete whole first switcher. Second switcher then works just fine (this is not solution for me, I need both switcher).
– Yes, I have different classes and id’s.
Thanks for reply!
Tony
Hi, I can’t seem to change the number of columns for tablet (portrait) – only desktop, widescreen and mobile? Is there css that could do it?
Thanks
Hello,
For some reason although I can edit the gallery in Elementor it does no longer appear when I view my website online. In a cached version of the website you can see it used to appear just fine. I tried deactivating the plugin, switching off and on the element, cleared Cloudflare cache, web server cache, tried different browsers, nada!
Any ideas?
Thank you!
https://webcache.googleusercontent.com/search?q=cache:https://voula-estate.gr/
]]>Hello,
so i’m using tabs widget, and use elementor template for its content.
on the elementor template I’m using thumbnail gallery, the problem is the gallery only shows on the first tab. as you can see on screenshot below
i have to click on the arrow first to make the gallery appears
Thanks
]]>Hello,
I would like to supress all images created by HT Mega with these custom sizes : 585×295 px, 1170×536 px, 396×360 px.
Can you help me please ?
Thanks a lot, sincerely yours,
Pascal
]]>Hello,
I’m currently putting together a page with a bunch of logos listed in grids:
https://i9d.9ba.myftpupload.com/manufacturers/
I’m using HT Mega Add Ons Image Grid to do this. However, when you hover over an image it makes the images/logos expand and I don’t want them to do this. I just want the images to stay the same size but still be clickable to take you to another page.
I’m having a hard time finding anything in the Image Grid widget or the specific CSS coding that will stop this from happening.
I have the entrance animation settings set at “None” in the Advanced>Motion Effects>Entrance Animation section but it looks like the entrance animations effects are different than the hover effects.
Does anyone have any idea how I can make the images stay the same size on hover (but also still be clickable to take you to another page.)?
Thanks
]]>I wanted to check all the widgets that I enabled in the setting, but the page shows me blank. I tried a couple of times on different dates. It still won’t show anything. The problem only happens on the setting page. HT menu or Template library, other submenu pages are okay. Please see the screenshot below.
]]>I set the interface to be blank, and the template interface has content. I have replaced several browsers, and the same applies. What’s the matter?<font _mstmutation=”1″></font>
]]>Hi, I’m using your content switcher widget to display two revolution sliders, but the slider are not displaying properly. Can you help.
Regards
]]>In my debug log I have many instances of:
PHP Warning: Undefined array key “nonce” in /httpdocs/wp-content/plugins/ht-mega-for-elementor/includes/helper-function.php on line 416
Is there something I can do to fix this?
]]>Creating this ticket for acmusic.org. The plugin breaks the testimonials on this page when updating from version 1.9.1 to version 2.2.3
]]>I use multiple popover in my website but I click on one popover then second the first popover closed until I closed then manually
plzz help me for this
]]>Hello, is the plugin compatible with WPML?
Thanks,
Kurt
Unable to save settings in the Elements section of settings.
the SAVE button continues to rotate.
Php 7.3
mem 512M
Max ex 300
Any help is appreciated
]]>Hello. I am using this plugin for contact form 7. The checkbox is too big and I can’t change it in any way. I need help. Thanks.
Theme I use: Twenty twenty one
The style I use in the plugin: One (But the situation does not change in other styles.)
https://www.toptanyataklar.com/wp-content/uploads/2023/06/hata.png
]]>Hello!
I’d like to request help with a problem I’m having with my site’s main menu. When I’m logged in, the menu is displayed normally.
But when I access without being logged in, the menu has the titles misconfigured. Could you?kindly?check?
Hello,
and thanks for this great plugin. I am using the Modal Widget and like to create a video modal with a (vimeo) video in the content area like the one on your example page https://wphtmega.com/widget/elementor-modal-widget/ . How do I do that? I have tried to put in shortcode […] with vimeo link but that does not work.
Any help would be great!
Thanks.
]]>Hello,
I am using Elementor Post Slider Addon and there is a option for title length so if I like to get the full title there should be “-1” input which can show full length of the title but it’s not doing that right now.
Hope this will be a good suggestion if this is not intended.
]]>Goodmorning, I get the follwoing error:
DevTools failed to load source map: Could not load content for https://sitename/wp-content/plugins/ht-mega-for-elementor/assets/js/swiper-bundle.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
The error does not seem critical for my site. Thanks.
]]>How can I enable Lightbox in Thumbnail Slider Widget?
]]>How do i reduce space between main slider and thumbnail using the thumbnail slider widget?
thanks.
]]>