Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #279511

    Hello, the add hyperlink box is different form the box in normal wordpress, When I enter URL and Title, it still shows only the URL on the page. How can it be done with the UI, or do I have to enter a anchor tag myself? I need this for a user who does not do any html coding.
    Thank you

    #279694

    Hi!

    By “add hyperlink box” you mean this? .

    Best regards,
    Josue

    #279700
    This reply has been marked as private.
    #279702

    Hi,

    Open js/avia.js and look for line:

    autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]'
    

    Replace it by this:

    autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]'
    

    Regards,
    Josue

    #279707
    This reply has been marked as private.
    #279718

    Hi Peter!

    The problem is that any .swf link will get lightboxed, one thing you can do to avoid this + avoid modifying the theme files is putting these links behind a shortener like bit.ly or uploading the .swf via the WordPress Media manager and linking the attachment URL (not the direct URL).

    Regards,
    Josue

    #281534
    This reply has been marked as private.
    #281715

    Hi Peter!

    1. Refer to this video: https://vimeo.com/channels/aviathemes/67221517

    2. I believe you don’t for testing purposes, however i’d recommend you to check this FAQ: http://themeforest.net/licenses/faq

    Best regards,
    Josue

    #281729
    This reply has been marked as private.
    #281750

    Hi Peter!

    You can check your license certificate on your Downloads page in Themeforest.

    Regards,
    Josue

    #281775
    This reply has been marked as private.
    #281776

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Hyperlink in Normal Page Editor’ is closed to new replies.