Forum Replies Created
-
AuthorPosts
-
September 15, 2020 at 6:38 pm in reply to: Enfold menu items disappeared after update to 4.7.6 #1246100
Same thing happened to me. I upgraded to WordPress 5.5.1 then to ENFOLD 4.7.6.3 and all Enfold Menus disappeared.
I activated the WordPress THeme 2020, then reactivated Enfold 4.7.6.3. I looked at Enfold 4.7.6.3 but no menus. Then I did a REFRESH of my Browser and ALL Enfold Menus reappeared… Strange but this worked.I had the same problem, here is a solution (post #1052149 )
Cheers!
Hello Dude,
with theme_location != ‘avia’ the inactive language appears uniquely in the header, not in the footer nor my other CUSTOM Menus in the right sidebar.with theme_location == ‘avia2’ the inactive language appears in the header, the footer and in ALL my other CUSTOM Menus in the right sidebar. It has the same effect then before putting theme_location != ‘avia’
I found the way to code not avia and not avia3 and is solved the problem:
if ((is_object($args) && ($args->theme_location != ‘avia’ and $args->theme_location != ‘avia3’))) return $items;
$languages = icl_get_languages(‘skip_missing=0’);Thanks for your help
HeleneThanks Dude. It is working perfectly. But now, if I would like the inactive language to be shown in the Footer (avia3) as well as in the main menu (avia) can you please give me the correct code and syntax? Thanks! (link to website in Private content)
Merci !
June 13, 2018 at 9:06 pm in reply to: Main Menu in Footer – Mobile – Possible to Hide or Improve layout? #972468Thank you very much Jordan! It’s working perfectly!
HeleneHello Victoria,
Here is a link to my Development Site to a page where a light gray Next Arrow appears on the right hand side and a Previous Arrow on the left hand side. On Hover, they deploy to show the next/previous item of the portfolio. I wish to darken those light gray arrows.Thanks for your help!
HeleneJune 13, 2018 at 4:21 pm in reply to: Main Menu in Footer – Mobile – Possible to Hide or Improve layout? #972338May 28, 2018 at 11:59 pm in reply to: Slideshow control styling Possible to Frame (add bkg) behind arrows & circles ? #963466Many thanks Vinay! It’s working perfectly!
May 23, 2018 at 11:45 pm in reply to: Slideshow control styling Possible to Frame (add bkg) behind arrows & circles ? #961285May 22, 2018 at 4:23 pm in reply to: Slideshow control styling Possible to Frame (add bkg) behind arrows & circles ? #960401Hello Rikard.
Here is a link to the page in which I am using the Full Width Easy Slider with Minimal White as Control Styling and Framed Captions.Best regards,
HeleneMarch 26, 2018 at 10:54 pm in reply to: Hamburger Menu not Opening when using Voiceover Screen Reader (IPAD, IPHONE) #933224Hello Ismael,
After a few purge, then a stop/restart of web services on the Linux Server, the code is now working Great.
I have also tried it on Windows, it worked immediately.
Working great on Iphone and IPad.
Thank you very much for your excellent work and expertise.
Best regards,
HeleneMarch 21, 2018 at 6:55 pm in reply to: Hamburger Menu not Opening when using Voiceover Screen Reader (IPAD, IPHONE) #930766Hello, the code does not have any effect on the Hamburger Menu. It is not opening when using Voiceover Screen Reader on IPAD or Iphone.
March 19, 2018 at 6:09 pm in reply to: Different logos in Mobile and also different in English and Francais #929199Thanks a lot Vinay ! It’s working fine now !
March 15, 2018 at 1:11 am in reply to: Different logos in Mobile and also different in English and Francais #926960Hello Vinay,
I added the code above to my Quick CSS in Enfold (en)
then I also added it to my Quick CSS in Enfold (fr) replacing the url with the french logo url
I now have the mobile logos appearing everywhere : in Desktop AND in Mobile
My need is to use 4 different logos : 1 for Desktop in English, 1 for Desktop in French, 1 for Mobile in English, 1 for Mobile in French.
Can you please help me ?
Can you also tell me, if I should keep or not the code I added in functions.php
ThanksMarch 14, 2018 at 4:51 pm in reply to: Hamburger Menu not Opening when using Voiceover Screen Reader (IPAD, IPHONE) #926702Hello,
I have created my Production site and have updated to the latest Enfold Theme 4.2.6.
Still the same issue.March 6, 2018 at 6:16 pm in reply to: Hamburger Menu not Opening when using Voiceover Screen Reader (IPAD, IPHONE) #922452Hello,
Unfortunately, the above code made no difference.
Seems like the Hamburger Menu does not get any focus from VoiceOver.
Saw somewhere that it may be related to the use of <div> but have no idea how to correct this…
Sending you private info requested.
Thanks for your help.
Helene -
AuthorPosts