Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.
    #392106

    Hi, i know you guys are very busy, but I’m still stuck on these problems. Really would appreciate some help.

    Thanks.

    #392110

    Hey!

    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,
    Yigit

    #392119

    Thanks 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?

    #392327

    Hi!

    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!
    Josue

    #392768

    Thanks 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

    #392813

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.