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
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
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
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
Hi Peter!
You can check your license certificate on your Downloads page in Themeforest.
Regards,
Josue
You are welcome, always glad to help :)
Regards,
Josue