Your Time:
Our Time:
← Back to discussions

Hyperlink

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 7 replies, 5 voices, and was last updated 12 years, 10 months ago by MothXz.

  • 2013-10-23 at 1:48 pm
    Support Expired
    #359
    fabianventura
    Participant
    • Topics: 1
    • Replies: 2
    • Total posts: 3
    • Post count: 4

    Hello, i want to remove the hyperlink inside the pages, it’s possible?
    I want the user stops your navigation there.

    2013-10-24 at 8:56 am
    Support Expired
    #371
    minastirs
    Participant
    • Topics: 4
    • Replies: 9
    • Total posts: 13
    • Post count: 18

    If you use the Shortcodes then use titlelink=”false”. This will deactivate the links.

    2013-10-24 at 8:33 pm
    #397
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Thanks Minastirs for the fastest reply 🙂
    Yes @fabianventura as minastirs said add the attribute with the value as false to deactivate the links.

    Regards
    Maqk

    2013-10-25 at 9:30 pm
    Support Expired
    #428
    fabianventura
    Participant
    • Topics: 1
    • Replies: 2
    • Total posts: 3
    • Post count: 4

    It’s not for the shortcodes, it’s for the menu template. When i choose a page to be a “menu”, it loads automatically all the menu types, and i prefer to use it instead the shortcodes. The problem is: The menu items, on the list inside the menu types, have a link that i need to disable, so the user can’t click it and go to a page where it only has a image.

    • This reply was modified 12 years, 10 months ago by fabianventura.
    2013-10-27 at 2:05 pm
    #449
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Open lineofeast/taxonomy-menutype.php file and find the code shown below and replace with the code given below that

    Find Code

    < h2 class="menu-title">" rel="bookmark" title="Permanent Link to ">

    Replace Code

    < h2 class="menu-title">
    • This reply was modified 12 years, 10 months ago by Fem.
    2013-10-30 at 11:32 pm
    Support Expired
    #516
    fabianventura
    Participant
    • Topics: 1
    • Replies: 2
    • Total posts: 3
    • Post count: 4

    Hi,

    The code i have on this page is:

    <h2 class="menu-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>

    When i replace with code you gave to me, it changes all the menu itens titles to ?php the title_….

    What can i do?

    2013-10-31 at 1:54 pm
    #519
    Wajid Khan
    Keymaster
    • Topics: 5
    • Replies: 1543
    • Total posts: 1548
    • Post count: 1876

    Please provide the taxonomy-menutype.php file.

    Regards,
    MAWK

    2013-11-05 at 6:27 am
    Support Expired
    #554
    MothXz
    Participant
    • Topics: 7
    • Replies: 11
    • Total posts: 18
    • Post count: 13

    I have the same code as fabianventura

You must be logged in to reply to this topic.