Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #747245

    I have checked your feature request section and only one feature with 20 vote has ever been completed. It looks so frustrating that I won’t even request it even though it may be an easy fix.

    I would like to show my Logo in the center of the navigation and the other menu items on the left and right. That’s what basically all other popular wordpress theme offer, but Enfold doesn’t. I have attached a link in the private content section which shows what I am trying to achieve. What file do I need to take a look at in order to customize it by myself?

    #749031

    Hey KVSchneppenheim,
    You can add following code to Quick CSS in Enfold theme options under General Styling tab

    ul#avia-menu { position: relative; top: -50px; }
    #header_main_alternate { z-index: 4; }

    and then add a menu item in the middle and set its opacity to 0 with following code

    li#menu-item-117 .avia-menu-text, li#menu-item-117 .avia-menu-fx { opacity: 0; }

    This would be a way to achieve what you are looking for and you could use it as a starting point. You can also try adding margin to right or left of menu items to increase the gap. You can request customization here, as this kind of customization as it is beyond the scope of support we can provide here.

    Best regards,
    Mike

    #749116

    Mike,
    what I was looking for was a new option besides these: http://i.imgur.com/kPXkHwX.png . Basically: Logo centered, Menu left and right just like this: . I am convinced it would cost kriesi 30 minutes to implement this and it’s worth the time as this is how modern menus look like!

    Obviously I could implement something less beatiful by myself with custom CSS rules, but I would like to avoid that.

    I would appreciate it a lot if you could at least suggest it to Kriesi or to one of his developers who are in charge for Enfold.

    #751396

    Hi,

    feel free to make a feature request about that to Kriesi: https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Andy

    #751826

    @Andy the feature request section seems to be a graveyard for user’s suggestions. Only one feature has ever been implemented (PHP 7 support) and I am sure you implemented it because it was necessary anyways. It’s sad that you don’t care much about user ideas.

    #752294

    Hi,

    that’s not true. Kriesi implemented many of the featured requests. The ones which are already implemented are not listed anymore obviously.

    Best regards,
    Andy

    #753997

    @Andy that doesn’t make sense to me, watch this screenshot: http://i.imgur.com/PS9AnD1.png . Why is an one year old suggestion the only one which is listed as completed?

    Furthermore the feedback system implies that most voted features get the most attention, but my suggestion is a pretty easy to implement feature which will help some users but I highly doubt that I would be able get enough upvote so that it gets attention. It’s most likely just some lines of CSS (even though Mike’s CSS suggestion didn’t work at all). I am still convinced this feature is worth the small effort (approx 15minutes)..

    #755185

    Hi,

    if it’s done within 15 minutes, then it’s probably not worth the effort, as Kriesi has lots of other things to do and you can do it easily by yourself. However, feel free to make a feature request if you want.

    Best regards,
    Andy

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