Forum Replies Created
-
AuthorPosts
-
Perfect! Thanks for the help to solve this bug.
I suspect there’s some conflicts in the code below. When I debug using Chrome and run it step by step, the issue never happens. But when run in normal mode, then the issue happens. Probably there are some conflicts in the file where displaying the burger menu runs faster, thus it is displayed again, but in fact it should be hidden.
setTimeout(function() { htmlEL.addClass("av-burger-overlay-active-delayed"); }, 100);
Any updates for the burger menu bug?
Hi Victoria,
Please allow me to remind you that this is not an isolated case which happened to me only. If this is an isolated case to me only, then it makes sense for me to get my website to some testing server for you to investigate. However, your demo have the exact same issue. It’s the perfect example for you to investigate and fix it on the spot as well.
The video which I have recorded is from your demo, not from my localhost. I have recorded it again with the URL address. I hope this clarifies.
Hi Victoria,
Still the same issue. I believe there’s a bug in the code that calls the menu 2 times.
Hi Victoria,
Yes, I’m using the same demo. It’s in development stage in local machine. I encountered this issue in my local machine. Thus, I went to check the Enfold demo to verify whether it has the same issue as well and it’s a yes.
Are you able to replicate this issue?
Hi Victoria,
It happens to Chrome and Firefox. I did not test with more browsers. Kindly look at the screencast:
When I click Services, the menu hides (there’s a very quick white flash) and displayed menu immediately again, and hides again to display the page.
When I click Work, the menus hides and after a short while, the menu displays again.FYI, when I hover out of the menu item, I didn’t click anything. You can see that whenever I click, animation will show a blue circle.
Hi Victoria,
Thanks for the reply. I understand that this is an advanced and complex topic, which is not covered by your support. However, would you be able to give high level pointers on questions below?
1. Do I create individual pages as usual? Then enhance Enfold such that when click to different pages, it will execute the page transition animation?
2. Is this achievable via Enfold as child theme? I need to understand the flexibility of Enfold if I were to go for this enhancement, and is it possible to do version upgrade in the future or major changes have to be done and cause it to be not able to upgrade in the future?Thanks for your time.
Just want to follow up on this is it achievable? Which is a better solution for this? I’ll only have 1 parent site, and a few sub/child sites. Thanks.
Thanks for the reply Basilis. I’m not sure what you mean by the subs will be on the same idea. You may see the site link shown below on what I want to achieve. Basically, I want to convert it to be on WordPress. As you can see, the header logo, menu and design for each brand are different. Thus, I believe multisite could achieve that.
Works great! Thanks!
Sorry, my bad. Here’s the link.
Works perfectly. Excellent support as usual. Thanks for the help!
Thanks Yigit!
It works for the mega menu, how about the title links at the sidebar?
Hi Yigit,
Here you go.
Solved. Thanks Yigit!
August 23, 2015 at 11:27 am in reply to: Image in Post Disappeared When Hyperlink is Added 3 #491837Works perfectly! Thanks Josue!
Hi,
I’ve tried a fresh copy of Enfold and deactivated all plugins. The image is still disappearing. Just tell me where to remove Enfold’s auto format hyperlink. Enfold stupidly appends this code to all hyperlinks.
style="position: relative; overflow: hidden;"
Hi,
I’ve already said default WordPress, there’s no issue.
Just to update the solution works.
August 18, 2015 at 9:42 am in reply to: Image in Post Disappeared When Hyperlink is Added (Again) #489318Hi Andy,
Excellent! May I know what did you do to fix this? Because I need to fix it for all my other icons. Thanks.
August 18, 2015 at 6:46 am in reply to: Image in Post Disappeared When Hyperlink is Added (Again) #489281Hi,
I’m still waiting for a better solution. Thanks.
August 17, 2015 at 5:04 pm in reply to: Image in Post Disappeared When Hyperlink is Added (Again) #489019Hi Andy,
It is displaying now but when I hover it, it disappears again. Kindly provide a better solution. Thanks.
August 17, 2015 at 12:03 pm in reply to: Image in Post Disappeared When Hyperlink is Added (Again) #488813Hi,
I’ve tried with a fresh WordPress install without Enfold. And the image didn’t disappear. Thus, I’m sure now this is an Enfold issue.
August 17, 2015 at 11:48 am in reply to: Image in Post Disappeared When Hyperlink is Added (Again) #488799Hi Andy,
I’ve added your code to Quick CSS. However, it is not working. The image ‘Gallery’ disappears.
August 17, 2015 at 11:19 am in reply to: Image in Post Disappeared When Hyperlink is Added (Again) #488769You can compare Site 1 and Site 2. As you can see from Site 1, the position of all images are in place. For Site 2, when I use hyperlink to an image, it will disappear. All I did was add hyperlink, nothing else and the image disappears. This is caused by WordPress/Enfold’s auto formatting of link. I hope you can dive deeper into WordPress/Enfold’s auto formatting of link that caused this issue.
Thank you for your time.
August 17, 2015 at 11:04 am in reply to: Image in Post Disappeared When Hyperlink is Added (Again) #488758Hi Andy,
Nope, I need to use position: absolute. The code you change is not what I wanted. Although it can be shown, but it cannot stack on top of the ship image. Only position: absolute can stack images on top of another. Is Yigit around? Usually Yigit can provide me perfect solution.
August 17, 2015 at 10:39 am in reply to: Image in Post Disappeared When Hyperlink is Added (Again) #488743I found out either WordPress/Enfold auto format my hyperlink with code below, then my image will disappear:
style="position: relative; overflow: hidden;"
I use Firefox to remove it during runtime, and the image will appear.
August 17, 2015 at 9:59 am in reply to: Image in Post Disappeared When Hyperlink is Added (Again) #488722Hi Andy,
My CSS does not have code to hide the image. It is just positioning the image and set to smaller size. I can’t use that? It is possible with normal HTML, outside of WordPress. Please advise.
#showgallery { position: absolute !important; /*top: 80px; left: 480px;*/ top: 11%; left: 48%; width: 17%; display: block !important; }
August 17, 2015 at 8:39 am in reply to: Image in Post Disappeared When Hyperlink is Added (Again) #488676I’ve added hyperlink to Gallery, Vision and About Us. You won’t be able to see these 3, as it is missing now after I add hyperlink.
-
AuthorPosts