Forum Replies Created
-
AuthorPosts
-
MySQL Server has gone away is the error code we are seeing
The issue we are seeing is the database is becoming unavailable.
Hey!
I added some info. in the Private Section so you can see exactly what’s going on in my Quick CSS right now.
I didn’t paste it the new code in yet so you can see if anything would conflict if I add the new code to Quick CSS.
Thank you so much!
For the Burger Menu (to show up sooner), should I copy-paste the code you provided earlier in this thread and put it into Quick CSS?
Just want to make sure I’m keeping Quick CSS clean and not duplicating things.@media only screen and (max-width: 1370px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}Hey!
Thank you for looking into this for me! I added more information in the Private Section because there might be some conflicting CSS?
- This reply was modified 4 years, 1 month ago by Courtney.
September 18, 2020 at 8:55 pm in reply to: Avia Builder Not Working (Advanced Layout Editor) #1246934Honestly, it was a complete disaster to deal with.
I spent hours on the phone with my hosting provider trying to restore everything. Written content was lost, the design changed, the editor wasn’t working…..The only solution was restoring a complete backup of my website then paying a WordPress developer to fix all the issues that occurred after the WordPress update. Hoping to never have to go through that again.
#1 lesson= no matter what, make sure you ALWAYS have backups running of your website otherwise, you risk losing everything.
September 13, 2020 at 8:30 pm in reply to: Avia Builder Not Working (Advanced Layout Editor) #1245546I was able to resolve this issue.
Thank you for the speedy reply.
June 27, 2020 at 5:40 am in reply to: Need help please – changed permalinks and pages are not working #1226030I was able to roll back the changes and recover. Thanks. Please disregard this.
Perfect! Thank you!
Hi! :)
Right now the Main Menu on Desktop & the Burger Menu on Mobile is Sticky (which is great). I love how it’s already set up.
I would also like the Main Menu and the SubMenu to both be sticky on this page (please see Private Section)
Thanks for your speedy reply :) !
I tried this code in Quick CSS and for some reason, the alignment of the Full Width Sticky Menu still doesn’t line up with the body content on Desktop & Mobile.
I deleted cache, etc. still no luck.
June 21, 2020 at 6:04 pm in reply to: Fonts on an HTTPS site are attempted to be loaded over HTTP #1224420This reply has been marked as private.June 21, 2020 at 5:45 pm in reply to: Fonts on an HTTPS site are attempted to be loaded over HTTP #1224419This reply has been marked as private.It’s perfect!
You are AMAZING! Thank you !
February 11, 2020 at 7:01 pm in reply to: How can i make a specific component to appear on all pages #1183648Hello and sorry for a late reply. This element needs to appear on every page n a 50+ page site, above the footer.
I have been browsing around for solutions and a suggestion was made to implement the existing component in the “Reusable Block” and then add this reusable block on every page. This would allow the site admin to edit this component only once. The problem is that the Enfold theme does not appear to have a Reusable Block functionality.Thanks
You are correct :) it was a caching issue.
Thank you so much for helping me !
Have a great day!
Hi there,
I tried the code above in CSS, it seems to have worked on all the pages except the homepage.
Can you take a peek?Thanks in advance :)
You are Amazing!
Thank you so much !
This reply has been marked as private.Yay! It worked :)
Can we do the same thing on one more page (see private section)
I’m still waiting to hear back from them @Kakadante
Hi Rikard,
I tried everything on the list and also called the hosting provider. They said everything on the server side looks good.
The form goes to the customer but is not going to the email addresses that we set in this section of the form:
“Enter one or more Email addresses (separated by comma) where mails should be delivered to.”I entered the emails that i’d like the form to be sent to but the form is not sending out to those email addresses.
Note: The form on the Contact Page is working fine.
- This reply was modified 5 years, 5 months ago by Courtney.
IGNORE PREVIOUS POST * ISSUE RESOLVED
January 12, 2019 at 6:27 pm in reply to: Border of Breadcrumb is cutting into text on mobile #1053182Yay! It worked!
Thank you for your speedy reply!
The catch is I don’t have the “Home” option in the menu other than our logo…wondering where I can find the option to change the word “Home” if the only “home” link is the logo?
One last Q:
I’d like to change the word “Home” to something else. Where can I change that word in the Enfold theme?
Yes, you are correct :)
Thanks a million, I refreshed cache on mobile and you are right, the border is now gone. Thank you :)Thanks, I tried this code in CSS:
.title_container {
background-color: transparent!important;
border: none!important;
}@media only screen and (max-width:767px) {
.title_container .breadcrumb {
border-style: none !important;
}
}The breadcrumbs are transparent but the border is still showing up on mobile…hmmmm… does the CSS code above look correct?
UPDATE: I added this code to CSS
.title_container {
background-color: transparent!important;
border: none!important;
}It made the breadcrumb background transparent which is great but on mobile the border of the breadcrumb is cutting into the actual words of the breadcrumb.
How do I make sure the border doesn’t cut into the words of the breadcrumb on mobile? Thank you in advance!
I’d like the background color of the breadcrumbs to be transparent so the breadcrumbs look as subtle as possible.
-
AuthorPosts