Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
657
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
657
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
658
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
658
raymondneto
Warning: Attempt to read property "supported_until" on string in
/home/skattf/public_html/wp-content/themes/helpdesk/core/libraries/vendors/bbpress/init.php on line
109
Hi,
I am having 2 problems with the vertical tabs on this page:
http://srrn.raymondneto.com/about-raymond/
1. on tab ‘about raymond’ there is supposed to be 2 columns of bullets, but the last column, for some reason the last 2 bullets appear in the 1st column.
[one_half]
<h4>Qualifications:</h4>
<ul>
<li>Level 1 ASCA strength and conditioning Coach.</li>
<li>Level 1 Tony Boutagy internship.</li>
<li>certificates in Paul Chek scientific core,back and stretching.</li>
<li>Level 1 Internship Ben Pakulski/ muscle camp</li>
</ul>
[/one_half]
<h4>[one_half_last]</h4>
<h4>Achievements:</h4>
<ul>
<li>2nd/3rd Under 21s and mens novice ANB South Coast Titles.</li>
<li>3rd Australian defence force Titles INBA.</li>
<li>6th Sydney Championships INBA.</li>
<li>1st/1st Mens intermediate/height class 2 INBA Brisbane classics.</li>
<li>1st Western Sydney Championships IFBB.</li>
<li>3rd Australian/ New South Wales Championship IFBB.</li>
</ul>
[/one_half_last]
problem 2:
on tabs 2-5 the content appears below the tabs instead of next to them like the first one.
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
657
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
657
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
658
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
658
skat
Warning: Attempt to read property "supported_until" on string in
/home/skattf/public_html/wp-content/themes/helpdesk/core/libraries/vendors/bbpress/init.php on line
109
Hi there,
Make sure that the shortcodes are not wrapped in any html tags. For example this is not correct:
<h4>[one_half_last]</h4>
You must remove the h4 tags and let it be just:
[one_half_last]
Check your content again and let me know how’s going.
Cheers!
Chris
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
657
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
657
Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
658
Warning: range(): Argument #2 ($end) must be a single byte, subsequent bytes are ignored in
/home/skattf/public_html/wp-content/plugins/buddypress-first-letter-avatar/buddypress-first-letter-avatar.php on line
658
raymondneto
Warning: Attempt to read property "supported_until" on string in
/home/skattf/public_html/wp-content/themes/helpdesk/core/libraries/vendors/bbpress/init.php on line
109
Perfect that worked, thank you Chris.