Revolution Slider is not showing all slides and BOLD Text

Hi,

I have two issues that I would really appreciate help with. They are both on the same site.

One: The Revolution Slider is not showing all of the slides I have created. It is stuck on displaying/rotating just 4 of them. They work fine but the fifth (and I will be adding more) don’t show. I am a bit confused as I have used it for years an never had this problem.

Two: From about halfway down the page, from the section “WTF is inbound marketing?” all body text is bold. When I am editing the page in Pro everything is regular text. But as soon as you view the page (I have tried in 4 browsers) the text in these areas is bold. Can’t figure it out…flummoxed!

Summary

My site: http://hokahey.agency/hh-admin

Do you need a login? If so admin or just view?

Any help would be greatly appreciated.
Thom

Hey,

Please, provide to us your WP credentials in a secure note, please.

Here you go:

Hi Thom,

The credentials is incorrect when I tried to login. Please double check.

Look for the content of custom headline WTF is inbound marketing?. You have added bold tag <b>. Make sure that you have added closing bold tag too </b>. I assume the closing bold tag is missing that is why this issue happen. Since it is missing it will turn all text after this open bold tag bold until the closing bold tag is found which in this case is missing. It is important that when adding html tags, there’s proper closing tags because issues like this will happen. On other tags, your structure will be out of order.

Hope this helps.

Hi Lely,

Thanks for the help.

I have had a look but in Pro and on the editor there are no bold tags added to the headline. It just uses the H2 / H3 tags from the settings. So Pro must be putting something in there.

Please see updated login below.

Thanks,
Thom

Hi there,

It’s not, if you added a content and it’s not properly closed, then the browser will try to fix it and that faulty element can be duplicated. Example like this

<span><b>faulty line</span><span>test</span><span>test 2</span><span>test 3</span>

can become like this when rendered

<span><b>faulty line</b></span><span><b>test</b></span><span><b>test 2</b></span><span><b>test 3</b></span>

I can’t verify how you added it as I can’t log into your site, please provide the correct login credentials. I see this happens multiple times in a different thread, and it’s due to fault element added to the content.

Thanks!

Hi,
Thanks for getting back to me. A bit strange as the login details provided in the last message work, I have just tested them.

Hmmm… So it may be an element that is doing this? I will have a look.

Thanks,
Thom

Hi Thom,

I did check each of the text element on your Cornerstone and yes, it is correct no open bold tag.

Since the issue happens just before WTF is inbound marketing? headline, and everything is correct on Cornerstone, I checked the content of the revolutions slider instead. I found what was causing the issue on slider # 4 Codeshark.

<b>"</b>Working with HokaHey! has been an absolute pleasure. I am always blown away<br> with the creativity, precision and how their work matches the image I am trying to<br>project exactly. The entire engagement (from brief to final product) is always <br>professional, courteous and personal, making me feel like I am their only client</b>"<b>

See this part at the end </b>"<b>, it should be <b>"</b>. The closing tag comes first. The end tag then is an open bold tag.

Hope this helps.

Thank you so much! Can’t believe it was so simple and such a silly error :grinning:
Have a great day!
Thom

Glad to see we managed to help!