Forum Replies Created
-
AuthorPosts
-
Hi john,
I have slightly tweaked your code again:
function remove_title_attr(){ ?> <script> jQuery(window).on('load', function(){ jQuery('#wrap_all img.avia_image, #wrap_all .avia-gallery-thumb img, #wrap_all .avia-gallery-thumb a, #wrap_all .av-masonry .av-masonry-image-container, #wrap_all .av-masonry .av-masonry-entry, #wrap_all .av-masonry .av-masonry-entry img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'remove_title_attr');please review your site. :)
Best regards,
NikkoHi cryptotradingbg-com,
Thanks for giving us admin access.
I noticed that your site is still using Enfold 4.8.6 (latest is 4.8.8.1), also WordPress as well as plugins are not updated, can you backup your site first then update WP, Enfold and plugins and see if this helps.Best regards,
NikkoHi Alex,
Yes, Guenni007 is correct in saying that it only changes the paragraph (default text) but not including h1-h6.
As for custom CSS not working, I have checked the link you gave and I don’t see any custom CSS being fetched or overridden, is it cached? if not can you post the custom CSS code that’s not working?
@Guenni007 thanks for clarifying :)Best regards,
NikkoHi smarta-brett,
Yes, I believe that’s the reason.
The other reason I also find is that images are placed inside Text Block, I have moved it in an image element on the homepage.
The way Text Block/Classic Editor works is that when you put an image it will be wrapped inside a paragraph which has a top and bottom margin which shows the white gaps you see.
Please review your site and see if it helps.Best regards,
NikkoHi John,
Thanks for posting the code as well as giving us admin access.
I have slightly modified the code to this one:function remove_title_attr(){ ?> <script> jQuery(window).load(function(){ jQuery('#wrap_all img.avia_image, #wrap_all .avia-gallery-thumb img, #wrap_all .avia-gallery-thumb a, #wrap_all .av-masonry .av-masonry-image-container, #wrap_all .av-masonry .av-masonry-entry').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'remove_title_attr');Please review your site.
Best regards,
NikkoHi smarta-brett,
Can you try to disable CSS file merging and compression and Javascript file merging and compression?
Let us know if this helps.Best regards,
NikkoHi,
There seems to be a lot of empty H2 tags that are inserted on your site.
I tried to check the backend however I can’t get past the popup: https://imgur.com/5ROP2z4
I tried the frontend pw = yoga you mentioned but it’s not working as well as trying the admin credentials for it (please post the user/pw for popup in private content).Best regards,
NikkoHi Alex,
I have tested the settings however I am not getting the same result as you have.
The Font Size option in General Styling > Typography > Advaced Options, is working as intended and changing the Font Size for example in Text Block overrides it which is working correctly.
Is there a specific element you’re using that this is not working?Best regards,
NikkoHi daves1997,
The whitespace on the top seems to be showing because of the comma (,) on the upper left.
I’m not sure why there’s an extra character over there but if you can provide us with a staging site then we’ll try to find out what’s causing that extra character to show up.Best regards,
NikkoJanuary 18, 2022 at 5:10 am in reply to: Sidebar not showing up on WooCommerce category page #1335949Hi aledef,
We’re glad to hear that :)
Just let us know if you need further assistance.Best regards,
NikkoHi cryptotradingbg-com,
Thanks for giving us information, I have tested it out on my end with Blog Posts using the Grid layout, the sorting seems to work properly on my end.
Can you provide us with a staging site? so we can test it? probably some plugins might be interfering with the sorting behavior.Best regards,
NikkoHi grassifrancesca,
The reason for that happening on the homepage is because of this code in Quick CSS:
#section-container-width .container { width: 100% !important; min-width: 100%; margin: 0 !important; padding: 0 !important; }once that is removed, the first column’s left padding of 10% should be removed and you should see it lining up with the logo properly.
Best regards,
NikkoHi KP,
Thanks for posting those codes.
If we can reproduce this issue especially on our demos then I believe we’ll have fixes on this on the next version however it doesn’t seem to happen in most cases.
I think caching should be disabled temporarily for now so changes will take effect immediately (unless there’s a built-in caching in the server).
Here are some topics that are related to it:
– https://www.bram.us/2016/05/02/prevent-overscroll-bounce-in-ios-mobilesafari-pure-css/
– https://stackoverflow.com/questions/20461485/ios-disable-bounce-scroll-but-allow-normal-scrolling
I tested it with two mobile devices and the issue seems to be fixed on my end even after testing multiple times, unlike before I could consistently get the scroll block.Best regards,
NikkoHi Klaus-Peter,
I have checked your site and tested it several times, I don’t seem to have the scrolling issue like before even with the child theme used.
Does the issue still persist on your end?Best regards,
NikkoJanuary 13, 2022 at 5:18 am in reply to: Links are not showing withing blog post on home page view #1335359Hi hostworks,
The pastebin link isn’t showing up, this warning is showed instead:
Error, this is a private paste or is pending moderation. If this paste belongs to you, please login to Pastebin to view it.
Please check.Best regards,
NikkoHi aestheticare,
Thanks for giving us admin access.
The issue I found is that the style isn’t being fetched because of WP Optimize (which I have now purged the cache and deactivated the plugin).
Then replaced your code with this one:@media only screen and (max-width: 1023px) { .responsive #top #wrap_all #custom-breakpoint .flex_column_table { display: block; } .responsive #top #wrap_all #custom-breakpoint .flex_column.col { display: block; margin: 0; width: 100%; } }Let us know if it helps.
Best regards,
NikkoHi Klaus-Peter,
I can’t seem to find the specific cause of the issue since there are no js errors showing up however the issue seems to get fixed when the WP Speed of Light and WP Speed of Light Addon plugin is deactivated and the theme is switched to the parent theme (I have left the site in this state so you can test it). If these 2 plugins are disabled and the child theme is enabled the issue still shows. I tried to comment out the code in functions.php in the child theme including the custom styles in style.css however the result is still the same, I believe there are some configurations may be in the child theme or plugin options that are causing the issue.
Best regards,
NikkoHi Peter,
It seems iOS devices apply the hover effect on the first tap and the link only functions on the second tap.
Can you try to add this code:@media only screen and (max-width:568px) { #top .thumbnail_container .avia-product-hover { opacity: 1; } }The code only applies to mobile phones.
Best regards,
NikkoJanuary 7, 2022 at 8:58 am in reply to: How to make the site's friend link horizontal display. #1334656Hi huxiaoping,
Thanks for providing us with the link to your site however I don’t see any links displayed vertically, can you give us a screenshot of how it looks on your end?
Best regards,
NikkoHi G4Design,
The reason the footer is broken is that the header.php and/or footer.php in your child theme needs to be updated, you can check this thread for further details: https://kriesi.at/support/topic/missing-footer-after-updating-to-enfold-4-8-6-3-please-read-this-first/
Hope it helps.Best regards,
NikkoHi G4Design,
The reason the footer is broken is that the header.php and/or footer.php in your child theme needs to be updated, you can check this thread for further details: https://kriesi.at/support/topic/missing-footer-after-updating-to-enfold-4-8-6-3-please-read-this-first/
Hope it helps.Best regards,
NikkoHi edwindepianist,
Try to use this online image editor that’s almost similar to photoshop: https://www.photopea.com/
Best regards,
NikkoHi rixi,
When it comes to background video that autoplays, it is required for it to be muted since most browsers especially big ones like Chrome will not allow videos to autoplay if it’s not muted.
Here’s an article: https://developer.chrome.com/blog/autoplay/Best regards,
NikkoHi dondela,
The two logos at the bottom now shows up in the same size as other logos on my phone (screenshot link in private content).
As for the error, I suggest not adding empty logos instead we can help with CSS if any adjustments are needed.Best regards,
NikkoHi rixi,
Is it supposed to be showing in the first Color Section?
Can you try using .mp4 instead?Best regards,
NikkoHi EricSmeets,
You’re welcome and we’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Elisabeth,
Please try to update it using this plugin: https://www.envato.com/lp/market-plugin/
Also make sure to have a backup first before updating.Best regards,
NikkoHi EricSmeets,
I believe the code you are looking for is this:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }For further information please check: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Best regards,
NikkoHi envis,
Please see response in private content.
Best regards,
NikkoHi sitesme,
Thanks for giving us the link to your site.
I have checked it using Windows 11 with Chrome, Edge and Firefox and it seems to be showing properly unlike the one in the screenshot provided, can you try to clear the your browser cache? or try using Chrome in incognito mode?Best regards,
Nikko -
AuthorPosts
