This topic contains 33 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
<em>@imatilda 497667 wrote:</em><blockquote>I will PM you details now. Thanks</blockquote>
I had backend account of your site. But I need FTP account to access source code from your hosting, please pm me FTP account.
<em>@imatilda 497667 wrote:</em><blockquote>I will PM you details now. Thanks</blockquote>
We fixed the problem directly on your site and you can see that solution on templates/uber/js/script.js file with source code
//Remove domain
$('.nav-tabs a').each( function(){
var t = $(this);
var url = t.attr('href');
if ( url ) {
url = url.split(' ');
if ( url.length >= 2 ){
t.attr('href', url.splice( 1, 1 ) );
}
}
});
Now, the links are working fine
http://matilda.net.au/matjoomla/index.php/macbook-pro
http://matilda.net.au/matjoomla/index.php/macbook-12-inch
<em>@imatilda 497667 wrote:</em><blockquote>I will PM you details now. Thanks</blockquote>
We fixed the problem directly on your site and you can see that solution on templates/uber/js/script.js file with source code
//Remove domain
$('.nav-tabs a').each( function(){
var t = $(this);
var url = t.attr('href');
if ( url ) {
url = url.split(' ');
if ( url.length >= 2 ){
t.attr('href', url.splice( 1, 1 ) );
}
}
});
Now, the links are working fine
http://matilda.net.au/matjoomla/index.php/macbook-pro
http://matilda.net.au/matjoomla/index.php/macbook-12-inch
This topic contains 33 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum