Disappearing arrows

oops I’m not sure what happening now

http://79.170.40.244/healthmeanswealth.co.uk/

also there were clearfix so I changed the class not sure if it is right

#slider-inner:after {
clear: both;
content: " ";
display: block;
font-size: 0;
height: 0;
visibility: hidden;
}
#slider-inner:after {
clear: both;
content: " ";
display: block;
font-size: 0;
height: 0;
visibility: hidden;
}

what was it you were mentioning you wanted for your emblem btw? Perhaps I could try and do one

Oh dear. Me neither.

I’m afraid your basic problem is that you have lots of plugins included on that page, multiple CSS files, lots of inline code and your whole template is very convoluted. This makes debugging a nightmare.

Please don’t misunderstand me, this is a characteristic of Content Management Systems in general, as opposed to a criticism of your coding style.

What we need to do is to make a very basic template and work from there.

Is it possible you can do this?
If so, please try and remove all unnecessary content, as well as superfluous plugins.
Maybe also removing some of the code from your header and footer includes.

Once we have that, we can get the scroller working, then start adding back pieces of your page until we find out what is breaking things.

what was it you were mentioning you wanted for your emblem btw? Perhaps I could try and do one

A trident. Maybe something along these lines: http://www.123rf.com/photo_6739228_golden-trident-of-poseidon-isolated-on-white-background.html

I’m determined to work through this and get it working. Back soon