New Landing How can we help? Atelier Turn off descriptions in menu

Viewing 15 posts - 1 through 15 (of 22 total)
  • Posted in: Atelier
  • #182094
    Patipada
    Member
    Post count: 116

    Hi, my main menu shows a short description right under an category title.
    Is it possible to turn this of?
    f.e.: http://test.patipada.nl

    #182245
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    nav.std-menu li.menu-item .menu-item-desc {
      display: none;
    }

    – Kyle

    #182379
    Patipada
    Member
    Post count: 116

    Thanks. That works.
    But in this way the code is still loaded in the page source. I think this is not good for Google rankings.

    Is there an other solution? Can I delete it from the code in some way?

    #182381
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Sure, go to: atelier/swift-framework/sf-megamenu/ and open each of the files, search for:

    <span class="menu-item-desc">

    and remove the line of code

    – Kyle

    #182384
    Patipada
    Member
    Post count: 116

    Will do that. Thanks!

    #182385
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #217337
    Patipada
    Member
    Post count: 116

    One more question about this older topic.
    After updating my Atelier theme, the Google rankings dropped like crazy.
    Ofcourse after each update, my changes done to the menu files ore gone.
    So I have to do this after every update.

    Is there a way this is not necessary? Is there anything I can do with the Child theme or something?

    #217509
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’m afraid not sorry, will discuss with the developer to see if we can remove the description all together

    – Kyle

    #217510
    Patipada
    Member
    Post count: 116

    Ok, that will be great!

    #217513
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #220528
    stacia
    Member
    Post count: 14

    Hi I removed that code and put it on the same location on a child theme. but it seems like no change. !

    #220535
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    What code have you added to your child theme, the CSS? Of have you duplicated the mega menu? You will only need to copy over the mega menu function into your child theme functions.php – you do need to copy the file/structure.

    – David.

    #220536
    stacia
    Member
    Post count: 14

    Now I’m using display:none. which code please give me that.

    #220540
    David Martin – Support
    Moderator
    Post count: 20834

    I am sorry, I do not understand your request?

    Please also add a WP login and your site.

    Thanks,
    David.

    #220561
    stacia
    Member
    Post count: 14

    I mean now I’m using display none on the code. so Now its not showing.

    but I need to know “You will only need to copy over the mega menu function into your child theme functions.php – you do need to copy the file/structure.” > which code should I put on functions.php file?

Viewing 15 posts - 1 through 15 (of 22 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register