A temporary fix:
Open logo-slider.php and go to line 536, which contains this code:
$num_img = $wp_logo_slider_settings['num_img'];
After this line add the following code:
$img_num1 = $num_img;
This will prevent the plug-in from only displaying one image on certain devices (which are set at the lines of code below line 539). Of course this modification will disappear when updating the plug-in, hence it’s a temporary fix.
Thread Starter
thijs
(@kaas)
I’m not sure why, but when I disables another plug-in, Tweeple, Breadcrumb NavXT seemed to work fine again. The strange thing is, I didn’t update Tweeple. Also, I don’t get why Breadcrumb was working fine when I deleted the Dutch language files.
Thread Starter
thijs
(@kaas)
I found the problem, when I delete the language files for my language, breadcrumb-navxt-nl_NL.mo and breadcrumb-navxt-nl_NL.po, everything works fine.