Forum Replies Created
-
AuthorPosts
-
December 16, 2020 at 5:59 pm in reply to: Page editing is not working since WordPress update #1267904
I’m jumping in on this thread as well. Trying to add new elements and I can’t move them within the layout — arrows show up, but can’t drag. Tried to add a button for a manual link — field to paste link doesn’t populate. I’m sure there is more, these are just immediately evident — running current version of Enfold. Deets in private.
OK, a lot more work and I think I’ve found solutions for everything, EXCEPT where the phone number inputs overflow to three lines. Any idea? Please and thank you!
GOOD GRAVY, thank you! A teeny, tiny little character…
Hmmm…I removed the ‘must use’ plugins through file manager and also upgraded the PHP on my hosting. Checked for Enfold updates manually. Deactivated and reactivated. The same issue persists.
Bump please.
Perfect. THANKS!
Bingo! Thanks as always!
Ha! I tried that by assigning the tds to bottom in the table code itself but it didn’t work. For some reason your style command did. Thanks so much.
I still don’t know what’s up with the custom.css file, but I don’t have time to sort it out now. Mark this as solved and if I can’t figure it out, I’ll submit a new ticket. Thanks so much!
That worked to get it floating, thanks! I wound up using all of this to display like the socket, and just applied to the desktop style.
#top #footer .widget_nav_menu li {
display: inline-block !important;
float: none !important;
clear: none !important;
}#top #footer .widget_nav_menu li a {
padding: 6px 10px;
border-right: 1px solid #bbbbbb;
font-size:11px;
}#top #footer .widget_nav_menu li:last-child a{
padding: 6px 0px 6px 10px !important;
border-right:none !important;
}#top .widget_nav_menu li {
padding:0 !important;
}#top .widget_nav_menu div {
margin-top:40px;
}All styles are sitting in Quick CSS right now.
Yes, same. That’s what I was attempting. I have the footer set to 2 widgets and was going to display a horizontal menu in the right column (widget). Ideally, it would look exactly like the socket menu — I’ve even tried duplicating those styles and it doesn’t work, though.
Hi! Thanks for the quick response.
I’ll double check the css file, but I really don’t think that’s the case. The ONLY place I’m making customizations is in that file. I removed them from Quick CSS into custom and everything I’d done vanished. Again, this is the second site I have had this issue with.
For the footer menu, I want exactly what’s displaying in the socket right now (I will remove it from the socket once resolved), but I’d like it in the grey footer area. I tried setting up a widget with a custom menu, but that’s a vertical display. Make sense?
One last note…
Works for now! If he has a problem with this, I’ll be back. Thanks!
Hi, Andy!
Theme is updated, browser cache is cleared. No plugins installed at all. Still displaying the exact same.
Is it possible to force the mobile (phone) navigation for tablets?
No. I need the style I first posted for desktop display. As I mentioned, I tried all different variations of styles and media assignments (including the above style set only to desktop and specific media styles for every screen size between phone and desktop). Nothing is changing anything on the table, no matter what I do. Even font size. I’m attaching two screenshots showing the displays (both horizontal and vertical). Sending admin access just in case as well.
(Also finding it odd that if I take all of my styles out of quick css and put them in the custom file, those styles will no longer work).
http://janeyj.com/graphics/iPadVert.png
http://janeyj.com/graphics/iPadHor.pngSame issue. Following.
That’s because I’m working through styling fixes. Thanks for all your help though!
Thanks, Yigit. We’re closer. I at least see an X now. But no menu.
Guys, I’m not looking for any customization help. I got that figured out. But I need SOME menu for mobile display. There is NOTHING. Please help.
This reply has been marked as private.OK, so that didn’t work. But I did find this gives me the look I want. My only problem now is that I have no mobile menu at all. Even removing the edits we made, no mobile menu. What do I do?
.html_header_top.html_header_sticky #main {
padding:0 0 15px !important;
}When I scroll, it drops down in size. But the default that it lands on is at least 3 times the height.
Default landing: http://janeyj.com/clients/top.png
I had no problems getting this result. If you go back and look, you’ll see the space where the logo was is still there.
I can do a display:none on #header_main which bumps up the nav to the top, but the blue bar doesn’t reduce in size. There’s a margin or padding somewhere that’s keeping it larger than 80px.
This reply has been marked as private.I need to know how, if possible, to remove the logo and have ONLY the navigation showing. Clearly a display:none on the logo, but that leaves the space….
Thanks! I went back into layout.css and applied to the rest of the screen sizes as well. I think we have a good solution here.
It does seem that it’s still left aligning though. I reduced the padding temporarily to 45px and it shifted left. On the mobile adjustments, it was left aligned as well. I added text-aligns center and also left and right margins to auto. Any way to get these to the center?
Thanks so much!
It didn’t change anything. Still showing left aligned and when it drops to mobile view, I still have bullets displaying. And the top-margin won’t adjust on mobile.
Thanks,Ismael. Is it possible to have this centered on the page instead of left alligned? I’m sure I’ve just been calling out the wrong element in my efforts…
Also, totally understand on the dropdown. That’s fine, I’ll just adjust the CSS to remove the float and border. Which I’ve been trying to do, but I’m quite confused. Only some of the styles I place in the mobile area are applying. I’ve tried adding a top margin, adding !important to the list style (none), centering, etc. Won’t work. I’ve only managed to get the float and border to go away…. Any suggestions?
-
AuthorPosts