-
AuthorPosts
-
August 14, 2014 at 4:12 pm #304434
Hey Kriesi team,
website: http://www.bardactest.dreamhosters.com
Sorry to bug you so much recently! While this has not been an issue in the past, I am now unable to move/drag menu items around. I have tried deactivating all plugins and have also tried in different browsers…no luck! Rather than being able to drag anything, holding the curosr simply highlights all the text. Any suggestions?
Also, how would I adjust the placement of the secondary menu when viewing the page on an iPad? If you look at the page on an iPad now, the contact information is all the way to the left, and the submenu is pushed all the way to the right, however they are on two different lines and it does not look good. Would it possible to center these two menus when viewing on an iPad?
Thanks again for all the help!
– JulianAugust 14, 2014 at 4:24 pm #304447Hey PaintedMidget!
– Please try switching to one of the default themes and check if you can drag menu items or not.
– Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) and (min-width: 769px) { .phone-info span { margin-left: 0; padding-left: 0; } .sub_menu li { padding: 0 2px; }}
Best regards,
YigitAugust 14, 2014 at 4:41 pm #304462Hey Yigit,
I know this is a novice question but…will switching themes mess up any settings/styling changes I’ve made in Enfold? Will they still be intact when I switch back?
Thanks!
August 14, 2014 at 4:46 pm #304465August 14, 2014 at 4:47 pm #304466Also, unfortunately the fix you provided did not work on the iPad view :/ I also have these settings in custom css, would this effect anything?:
/* Mobile menu toggle */ @media only screen and (max-width: 990px) { .main_menu, #header_main_alternate{ display: none; } .container #advanced_menu_toggle, #advanced_menu_hide{ display: block; } #mobile-advanced{ display: block; } } /* Header Meta adjustments */ @media only screen and (min-width: 480px) and (max-width: 990px) { #header_meta .container{ width: 95%; margin: 0px 20px;} } @media only screen and (max-width: 480px) { #header_meta .container { width: 100% !important; }
August 14, 2014 at 4:50 pm #304470Hey!
There is a closing curly bracket missing in your last code. Please change it to following one
@media only screen and (max-width: 480px) { #header_meta .container { width: 100% !important; }}
and then check once again if the code i posted works
Cheers!
YigitAugust 14, 2014 at 4:58 pm #304472Yigit,
There was an extra closing bracket there, just on the next line and I failed to copy it over to you. Unfortunately, that did not fix the menu issues.
On the bright side, switching back to Twenty Fourteen allowed me to rearrange the menus, so that issue has been fixed! :D
Thanks!
August 14, 2014 at 5:04 pm #304476Hey!
– Code is working fine on my end – http://i.imgur.com/ReOHdhz.png
please flush browser cache and refresh your page a few times.– Great! But you should be able to arrange menu items when Enfold is activated as well. Please try re-updating the theme via FTP – http://vimeo.com/67209750
Cheers!
YigitAugust 14, 2014 at 5:16 pm #304486Yigit, I will try updating via FTP shortly to see if that fixes anything.
Unfortunately, after deleting browser cache and refreshing the iPad numerous times, I still get the weird submenu issue, however only when held in portrait view. See below:
iPad Landscape View: http://i.imgur.com/fUKzOF3.png
vs.
iPad Portrait View: http://i.imgur.com/SW7dea3.pngEdit: I should note that I do not care if the text is on 1 or 2 rows, I would just prefer – if they are on two rows – that they are centered rather than right align (top) and left align (bottom).
Thanks for all the help!
- This reply was modified 10 years, 3 months ago by FloppySocks.
August 14, 2014 at 5:22 pm #304491Hey!
Please change the code to the folllowing one
@media only screen and (max-width: 990px) and (min-width: 481px) { .phone-info span { margin-left: 0; padding-left: 0; } .sub_menu li { padding: 0 1px; }}
Best regards,
YigitMay 7, 2015 at 3:24 pm #440988Possible solution:
https://kriesi.at/support/topic/drag-and-drop-menu-items-issue-jquery/May 7, 2015 at 3:27 pm #440995 -
AuthorPosts
- The topic ‘Cannot move/drag menu items? Also, question about iPad/tablet view’ is closed to new replies.