This topic has 1 reply, 2 voices, and was last updated 10 years, 11 months ago by Fem.
Viewing 2 posts - 1 through 2 (of 2 total)
Hello, when I create a link with target=_blank in a page and link a PDF file, it open in self page, can you help me?
An example of this is in this page
http://lacolifata.com.ar/quienes-somos-mision-staff/ (link informe anual 2013)
Thanks!
Kindly please relpace the following line in ajaxify.js file located in the js folder.
Find Code
// Ajaxify
$this.find('a:internal:not(.no-ajaxy,[href^="#"],[href*="wp-login"],[href*="wp-admin"],[data-rel^="prettyPhoto"])').live('click', function(event){
Replace Code
// Ajaxify
$this.find('a:internal:not(.no-ajaxy,[href^="#"],[href*="wp-login"],[href*="wp-admin"],[data-rel^="prettyPhoto"],[target="_blank"])').live('click', function(event){
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.