It seems there is something wrong on target = “_blank” on a link. Kindly check on this? Try setting it does NOTHING.
]]>I’m using this theme and lightbox isn’t working for the gallery. It seems like there must be a java conflict, but I’m not skilled enough to tease it out. Anyone else have this issue?
]]>Hi, the preloader animation javascript is conflicting with a plugin. Could you tell me how to remove it via child theme functions.php please?
It’s deactivating hyperlinks on Responsive Pricing Table buttons.
This is the code that’s doing it.
<script>
jQuery(function($){
$(window).on('load', function(){
setTimeout(function(){
$('#preloader').fadeOut(1000); }, 10000)
$('#preloader').fadeOut(1000);
$('#mainframe').animate({opacity:1});
});
$(window).on('unload', function(){
$('#preloader').fadeIn(100);
});
$('body').on('click','a', function(e){
e.preventDefault();
if($(this).attr('target')==undefined &&
this.href.indexOf('#')==-1) {
$('#preloader').fadeIn(100);
location.href = this.href;
}
});
$('#preloader').on('click', function(){
alert(1);
$('#preloader').fadeOut(1000);
});
setTimeout(function(){ $('#preloader').fadeOut(1000);
}, 15000)
});
</script>
Thanks
]]>I’ve been experimenting with different themes and plug-ins for an impending site overhaul (static to WP). On the test pages I’ve done with this theme, there’s a search in the upper right of the top bar (where the social media icons are located). Strangely, that search bar doesn’t exist on your live demo.
There’s a second search bar immediately below the header. Obviously I don’t need two search bars, but worse – it’s grey which clashes with my intended color scheme.
Any insights for me?
]]>So I have done a clean install of the theme. And played with the file in question to make it work. But it still isn’t. The full error is:
“Warning: Wrong parameter count for parse_ini_file() in **************/wp-content/themes/the-next/admin/OptionFields.class.php on line 131” (I have starred out my server info)
So I check out the block of code around line 131 and have this:
public static function GetFonts(){
$ini_directory= get_template_directory().'/theme-data/';
$font_array = parse_ini_file("$ini_directory/fonts.php", true, INI_SCANNER_RAW);
return $font_array;
}
Any ideas on how to fix this?
]]>