Hello there, I am currently working on a website, and I made the frontpage with a image slideshow like so many else.
Anywho, as you can see there are these little hardly transparent boxes in the right middle side of the images, is there any way I can remove those little boxes?
– http://cimplit.eu
In functions.php in the function pinboard_call_scripts() where you hav the callback to the function flexslider, add these parameters:
controlNav: false,
directionNav: false,
Also, you may want to remove the content of the function pinboard_404 to avoid the “Content not found” message from appearing on the front page.