elidewa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] menu dropdown on hover doesn’t work on a mobile phoneHello Madalin,
I just try the mobile menu with the latest version of Neve theme and it is still not working. I used this code to fix the problem:
ul#nv-primary-navigation.menu {
background: #FFFFFF;
position: relative;
z-index: 9999;
padding:1px 10px 1px 10px}
Forum: Themes and Templates
In reply to: [Neve] Mobile menu dropdown displays behind everything elseYou’re welcome and thank you too, for the code!
Liz.
Forum: Themes and Templates
In reply to: [Neve] Mobile menu dropdown displays behind everything elseHi,
I managed to make the menu dropdown work by specifying the position for the element (position: relative;) I was missing that part of the code!
ul#nv-primary-navigation.menu {
background: #FFFFFF;
position: relative;
z-index: 9999;
padding:1px 10px 1px 10px}
Hope is useful!
Forum: Themes and Templates
In reply to: [Neve] PayPal buttons doesn’t work with NeveHi,
I just figured it out. I was using Site Origin Layout to insert the HTML code, that was the problem.
Now I inserted the code using a normal content block and now donation buttons display again 🙂
Forum: Themes and Templates
In reply to: [Neve] I can not insert images in post and pagesHi Elena,
Thank you for your help! Yes, I had the Orbit Fox plugin installed, you were right, that was the problem! 🙂
Thank you again!
Elidewa
Forum: Themes and Templates
In reply to: [Neve] I can not insert images in post and pagesHello,
I’m having the exact same problem… It’s been a while now with this situation. I can’t insert new images in post or pages, the library doesn’t display, and I can’t add featured images either 🙁
When I try, it looks just like Elena said: https://imgur.com/qIQFwwV
Thanks…
- This reply was modified 7 years, 4 months ago by elidewa.
Forum: Themes and Templates
In reply to: [Neve] menu dropdown on hover doesn’t work on a mobile phoneHello Rodica,
I’m having a similar issue with Neve:
Mobile menu dropdown appears BEHIND of everything else… I think that is why it’s not working for my site (hope it’s just that!)… And the menu dropdown background is not white, is transparent and I don’t know how to change it white for all mobile phones with additional CSS.
Hope you can help me.
Forum: Themes and Templates
In reply to: [Neve] img class=aligncenter does not work with NeveHi Rodica,
I appreciate your response. With your instructions I managed to make it work. I write the code here in case someone needs it:
<p style=”text-align: center;”>image</p>
Regards,
Elidewa