Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dia Mahmoud 25 posts 95 karma points
    Aug 28, 2018 @ 14:04
    Dia Mahmoud
    0

    how to make the head menu to a button

    Hello i am wondering if i can make the "QUALITY text" to a button, like the main section buttons.
    I mean when you klicking at the text QUALITY it shoud take you to the mean section QUALITY.

    website is: http://accofluor.freecloud.dk/quality/certificates-and-documents/

    can please anyone help with this issue enter image description here

  • Frederik Raabye 72 posts 276 karma points MVP 2x c-trib
    Aug 28, 2018 @ 14:14
    Frederik Raabye
    0

    It is difficult to say without source code but you would probably have to edit the razor template for the specific document type.

  • Dia Mahmoud 25 posts 95 karma points
    Aug 28, 2018 @ 14:38
    Dia Mahmoud
    0

    Hi Frederik thanks for the answar, i am not sure about which one of them shoud i upload .

    can you please help:enter image description here

  • Frederik Raabye 72 posts 276 karma points MVP 2x c-trib
    Aug 28, 2018 @ 14:42
    Frederik Raabye
    0

    I would have a look in the "Text Page". It will probably have something similar to <h5 class="page-title">QUALITY</h5> where you can make your change.

  • Dia Mahmoud 25 posts 95 karma points
    Aug 29, 2018 @ 12:17
    Dia Mahmoud
    0

    Hi again Her is my text page enter image description here

  • Frederik Raabye 72 posts 276 karma points MVP 2x c-trib
    Aug 29, 2018 @ 12:21
    Frederik Raabye
    0

    Hi Dia. I am afraid can't review your entire codebase. However, you will probably find the code you are looking for in a partial view named something with leftcolumn by the looks of it.

  • Dia Mahmoud 25 posts 95 karma points
    Aug 29, 2018 @ 12:25
    Dia Mahmoud
    0

    Ok, i will look after the "leftcolumn " but another thing. how do i make it to link that it will work like the main section?

  • Dia Mahmoud 25 posts 95 karma points
    Aug 29, 2018 @ 12:38
    Dia Mahmoud
    0

    I have found some thing her :enter image description here

  • Frederik Raabye 72 posts 276 karma points MVP 2x c-trib
    Aug 29, 2018 @ 12:46
    Frederik Raabye
    1

    Looks like you hit jackpot. Have a look at the h5 at the top which is filled with post title. You can do something like <h5><a href="Link to parent page" title="Parent page description">@Umbraco.Field("postTitle")</a>. For further styling etc you would have to refer to an HTML tutorial or similar. Have a great afternoon.

  • Dia Mahmoud 25 posts 95 karma points
    Aug 30, 2018 @ 12:59
    Dia Mahmoud
    0

    Thanks for your help. but it did not work.

Please Sign in or register to post replies

Write your reply to:

Draft