
-
AuthorPosts
-
February 6, 2015 at 1:02 pm #391996
Hi, I’m having a problem finding where I edit the small writing that appears under the links at the side of the enfold photography theme.
for example on the my shop menu, underneath that it says buy some pics. I can’t for the life of me find where that text is to be able to edit it.Also while I’m here, is there a way for the the sub menus to drop down rather than go out to the side?
Hope that’s all as clear as mud.
As you might guess I am a complete novice at this.
Thanks
-
This topic was modified 10 years, 5 months ago by
Stewysmith.
February 6, 2015 at 4:15 pm #392106Hi, i know you guys are very busy, but I’m still stuck on these problems. Really would appreciate some help.
Thanks.
February 6, 2015 at 4:22 pm #392110Hey!
Please go to Appearance > Menus and click Screen Options and check “Description” and add your text in description field – http://i.imgur.com/mjg0bd5.png
Best regards,
YigitFebruary 6, 2015 at 4:36 pm #392119Thanks you so much, i knew it would be simple when I was shown.
How about the changing of how the menu’s work from the side. can they be made to drop down rather than open to the right?
February 6, 2015 at 11:05 pm #392327Hi!
Are you referring to the mobile menu? if so, try adding this code to Quick CSS to change the default right-to-left opening animation:
#mobile-advanced{ right: 0; top: -100%; border-color: #242424; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; transform-origin: 0% 0%; } .avia_transform3d #mobile-advanced{ -webkit-transform: scale3d(1); -moz-transform: scale3d(1); transform: scale3d(1); } .show_mobile_menu #mobile-advanced{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transform: translate(0, 100%); -moz-transform: translate(0, 100%); -ms-transform: translate(0, 100%); transform: translate(0, 100%); } .avia_transform3d .show_mobile_menu #mobile-advanced{ -webkit-transform: scale3d(1); -moz-transform: scale3d(1); transform: scale3d(1); -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
Cheers!
JosueFebruary 8, 2015 at 7:52 pm #392768Thanks for the reply. I only just realised it was here. Im not sure we are on the same wave length though. If i add a sub menu to the main menu’s they open across my screen, is there a way to get them to drop down as they would in a top menu?
Cheers stewy
February 9, 2015 at 1:51 am #392813Hi,
Can you post the link to your website please?
Regards,
Josue -
This topic was modified 10 years, 5 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.