Forum Replies Created
-
AuthorPosts
-
May 6, 2022 at 2:59 pm in reply to: Copyright symbol line height – Javascript functions solution? #1350809This reply has been marked as private.May 6, 2022 at 12:24 pm in reply to: Copyright symbol line height – Javascript functions solution? #1350789
Thank you so much, that worked PERFECTLY!
October 13, 2021 at 4:30 pm in reply to: // added to burger menu item text if includes image tag #1324781Thanks for looking, I was going to mention the CD DATA you took a pic of next, on google this appears to be to do with cloudflare interfering with the HTML parsing, does this make sense to you:
https://community.cloudflare.com/t/mirage-implementation/102005
Unfortunately I’m unable to supply a live link, please close ticket as I have changed the approach.
Many thanks!
Amazing, thank you!
Site is now working great!
Have an awesome day
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Mike
Thank you for this, it is extremely helpful and is working! Superstar!
There is one tweak, where there i more than one cat ticked in the admin it picks the first cat rather than the primary cat, is there a way to show the primary cat title if it is ticked?
Hi
Still after a little help if anyone has the time to take a look at this please?
Many thanks
Jon
Yes, all resolved, thank you for your help
That is excellent, thank you
I noticed a cache plugin was interfering with sending the mail from the forms, perhaps this was interfering with the keys also.
This reply has been marked as private.This reply has been marked as private.Excellent, that did the job, resolved.
Thank you and have a great day!
Hi, I have found the solution:
.av-tt-pos-above.av-tt-align-centered, .av-tt-pos-below.av-tt-align-centered { display: none !important; }
Issue resolved using this script and turning off animation:
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ var int = window.setInterval(function(){ console.log('tick'); $(window).trigger('resize'); $(window).trigger('av-content-el-height-changed'); }, 1000); $(window).on('load', function() { clearInterval(int); }); })(jQuery); </script> <?php }
September 20, 2019 at 9:33 am in reply to: Custom fonts showing as italic on some font weights #1140151Access below
Excellent, thank you it was the Performance > File Compression settings!
Thanks so much, have an awesome day
Hi Ismael
Thank you for the suggestion and for taking a look, this is the file I’ve been changing the values in and nothing seems to make a difference.
I’ve tried adding the animate value and unfortunately it doesn’t make a difference to the delay:
// bind events for dropdown menu dropdownItems.find('li').addBack().each(function() { var currentItem = $(this), sublist = currentItem.find('ul:first'), showList = false; if(sublist.length) { sublist.css({display:'block', opacity:0, visibility:'hidden'}); var currentLink = currentItem.find('>a'); currentLink.bind('mouseenter', function() { sublist.stop().css({visibility:'visible'}).animate({opacity:1}); }); currentItem.bind('mouseleave', function() { sublist.stop().animate({opacity:0},100, function() { sublist.css({visibility:'hidden'}); }); }); } });
Hi Jordan
Yes, same issue, unfortunately I have not been able to remove the delay when rolling off a sub menu
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Thank you, the second script worked perfectly!
Have an awesome day
Hi
I have updated the theme to 4.5 and the issue is still there on firefox browser.
- This reply was modified 6 years, 2 months ago by zerodotnine.
Thank you so much for taking a look into this
July 13, 2017 at 1:45 pm in reply to: Woocommerce admin product list – white screen of death #820519Hi, I have disabled plugins and the issue still persists…
I have deactivated all plugins, updated the theme to the lastest version and switched over from the child theme to the master theme and also switched to Twenty Sixteen. The issue was only solved with a switch to the Twenty Sixteen theme with the products admin list loading again so it could possibly be a problem with my Enfold theme.
July 10, 2017 at 7:06 pm in reply to: Woocommerce admin product list – white screen of death #818942Hi
I have upgraded to the latest versions of WordPress and Woocommerce and still receive this error.
As mentioned before, when changing the theme the error stops happening, when switching back to Enfold I receive the error
Hi
Login checked and now working -
AuthorPosts