Hi @kirtivashisht
Do you have a live URL I could view your site at and debug?
Thanks,
Angus
Yes,
https://staging.sharearefund.com
Please check it on urgent base.
Thanks
Hi @kirtivashisht
It works fine for me – same on Chrome and Firefox. Could you give me some more information about your environment? E.g. Are you on Windows or Mac? What version of Firefox are you using?
Thanks,
Angus
Am using window 10 with Firefox version 72.0.2
sometime it appear correct but sometime it doesn’t show the form with MD effect
Can you please check by refreshing 2 times?
https://www.awesomescreenshot.com/image/4500768/68a70c49ead25474289d16b0c7b4da67
Thanks
Kirti
Hi @kirtivashisht
That side menu must get created by JavaScript – is that right? It looks like sometimes it gets created after the material design script runs.
If you know JavaScript, you just need to call window.cf7mdInit() when you know the menu has been created.
If you don’t know JavaScript, you can try just adding this script to your page (some themes have the option to add JavaScript, otherwise you can find a plugin to add scripts.
<script>
jQuery(document).ready(function() {
setTimeout(function() {
window.cf7mdInit()
}, 1000)
});
</script>
Let me know how you go.
Thanks,
Angus
Can you come on slack? I just added you on my slack account.
I made my menu by using SuperFly menu plugin, and issues is still here.
Thanks
Kirti