Forum Replies Created
-
AuthorPosts
-
Thank you
MauroThank you Rikard,
the problem was this bit of codeHow can I disable now correctly Enfold’s media element script?
Thank you
MauroThis reply has been marked as private.June 26, 2024 at 4:32 pm in reply to: Double H1 tag in product categories pages and tag pages #1459622Thank you Mike
June 14, 2024 at 5:00 pm in reply to: Double H1 tag in product categories pages and tag pages #1450571Ok, i understand, thank you
Please note that, also in this page, there are two closing </header> tags and no opening <header>
Best regards,
MauroJune 13, 2024 at 6:22 pm in reply to: Double H1 tag in product categories pages and tag pages #1449594Hello Ismael,
for us, is OK to have the H1 as up as possible in the code, that means leaving Header Title and Breadcrumbs enabled. The problem for us is that we want to have a granular control and display a custom handwritten title. For this reason we have disabled, with display:none; the second H1, and we handwrite a H2 text
In any case, if someone, for whatever reason, chooses like us to leave Header Title and Breadcrumbs enabled, it is a mistake to output two H1 tags in the code. The second one should be H2
Best regards,
MauroJune 11, 2024 at 2:48 pm in reply to: Double H1 tag in product categories pages and tag pages #1448900Hello Ismael,
thank you. It works.
Having two H1 is a mistake. Will be fixed in a future update?
Best regards,
Mauroyes please
Thank you Mike, as always very professional
As it is very annoying working with css in the mega menu because as you click out and go to inspect in the developers tool the menu close, I like to share what I found here:
https://stackoverflow.com/questions/64456886/emulate-a-focused-page-option-not-available-in-chrome-developer-tools/64456947#64456947
So if you click on “Emulate a focused page” you can keep the mega menu opened while working in the developers tool
MauroAnd also in the small top bar the div with social icons, ul.noLightbox.social_bookmarks.icon_count_5, disappear below 990px
I don’t know if it is related with the changes made
Thank you
MauroThank you Mike,
mega menu looks correct, but there are other related issues with the logo, that in some widths is not anymore correctly aligned to the extreme left, and the top bar and the mini cart that in some widths is not anymore correctly aligned to the extreme right and in one extreme case disappears.Please see screenshots
Thank you
MauroThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.You can close thank you
Sorry, it was due to a copy and paste from Google Docs
Thank you
IsmaelThank you
MauroFebruary 13, 2023 at 12:12 pm in reply to: Store Wide Notice displayed only in Woocommerce pages #1397733Thank you
Please note that since the last 3/4 tickets I have opened, I am not receiving an email informing me that you have answered to the ticket like before, even if the checkbox “Notify me of follow-up replies via email” had been flagged
I have to go manually to check if an answer is present.
(Email address hidden if logged out) is added to the address book and no email in the spam folder
Best regards,
MauroJanuary 5, 2023 at 6:45 pm in reply to: Follow up of the ticket "Move author and date at the beginning of the article" #1377726Thank you Mike, now it works correctly without errors
December 23, 2022 at 3:40 pm in reply to: Open on click a submenu and close the one previously opened #1377233999 make the difference
Once again, thank you very much Guenni007December 21, 2022 at 5:15 pm in reply to: Open on click a submenu and close the one previously opened #1377023Hello,
I have made the same sub-structure (please see https://imgur.com/a/jbtUjMi)
and also was missing the option: Menu Icon Submenu items > Display submenu items on clickbut still it is not working as expected: if I click on SHOP, then OUR FRAGRANCES, and then I go to SAMPLES & KITS I should see all SHOP close, but it remains open
Thank you
MauroNovember 29, 2022 at 6:14 pm in reply to: Open on click a submenu and close the one previously opened #1374349Hello,
the code suggested by @guenni007 works like a charm in one site, but it does not do anything in another
######################
function only_one_submenu_open_on_burger(){
?>
<script>
window.addEventListener(“DOMContentLoaded”, function () {
(function($) {
$(‘body’).on( ‘click touch’, ‘.av-active-burger-items > a’, function () {
$(this).parent(‘li’).siblings().removeClass(‘av-show-submenu’);
$(this).parent(‘li’).siblings().find(‘ul’).slideUp( “fast”);
});
$(‘body’).on( ‘click touch’, ‘.av-active-burger-items .av-width-submenu > a’, function () {
$(this).closest(‘.sub-menu’).siblings().find(‘li’).removeClass(‘av-show-submenu’);
$(this).closest(‘.sub-menu’).siblings().find(‘ul’).slideUp( “fast”);
});
})(jQuery);
});
</script>
<?php
}
add_action(‘wp_footer’, ‘only_one_submenu_open_on_burger’);
###################Please see in private content
Thank you
MauroAnother issue is that in non-product category pages, like the homepage for example, the code given above
<script>
var banner = document.querySelector(‘#av_product_description’);
var titlebar = document.querySelector(‘.title_container’);
titlebar.appendChild(banner);
</script>cause error
(index):890 Uncaught TypeError: Failed to execute ‘appendChild’ on ‘Node’: parameter 1 is not of type ‘Node’.
at (index):890:18The problem is that I would like to have both: a short title and subtitle over the image AND a longer text between the banner and the products, not one or the other as it is now because Enfold has “kidnapped” the default WooCommerce description textarea and image upload
Maybe something can be achieved through some of these hooks, or the corresponding Enfold hooks?October 20, 2022 at 5:28 pm in reply to: Open on click a submenu and close the one previously opened #1369633@guenni007 Yes I certainly remember, the footer looks great!
October 20, 2022 at 4:34 pm in reply to: Open on click a submenu and close the one previously opened #1369629Fantastic! A complex request solved in 20 minutes!
Thank you Guenni007Ok thank you Nikko,
but this adjustment is just a detail, the big problem is that the long description should go in the white area below the banner
Over the banner, there should be just one title and one short subtitle, more than that is ugly.
But the standard place in WooCommerce to write the long description of the product category has been “stolen” by Enfold, so now either you have a banner or you have a long description, and that is not correct
That text is very important to explain what is that product category and also to bring product category pages to rank high in Google
Please see screenshot
Thank you MauroOk like this, with both codes, it is working, but …
you have used the existing WooCommerce textarea, meant to add a long description before the products. Now it is not possible anymore to add a single line of text before the products to explain whatever is necessary to explain
Over the banner you can add just one or maximum two short sentences
Long descriptions are very important to bring archive pages to a high ranking
Also, you have used the WooCommerce “Thumbnail” upload to choose or upload the banner
Again, the problem is that a banner is a panoramic picture that might look ugly in a square thumbnail, when that subcategory is presented in the father category page
The correct way should be- Leave, as they should be, the default WooCommerce fields as they are, they are necessary like this
- Add back-office facilities to add banners and their titles and descriptions in the edit category page
Adding a banner is an easy and straightforward thing to do in many themes, and I was expecting this missing functionality since long ago to be added in Enfold too, but as it is now it is not useful for me
Please see screenshot to understand what I mean
Thank you anyway
MauroOctober 14, 2022 at 5:18 pm in reply to: Mini cart – Display Floating on the side, but only once product #1368897Ok thank you Nikko
These rules will be added in a future release?
Just to know, so that I can remove them in the futureThank you
MauroThank you Nikko,
I added the code, but nothing has changedThis approach can also be bad for Cumulative Layout Shift
Google states:
—————————
The most common causes of a poor CLS are:-
Images without dimensions
Ads, embeds, and iframes without dimensions
Dynamically injected content—————————
Mauro -
AuthorPosts