Problem with bold in titles and header

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Jan 20, 2014 1:00 am
Reply with quote
Report this post
I don´t know what happen, but in back end I see the text in bold but in the front end (web) not.

The same problem run with titles and header in some modules NSP5 and 4.

And the last, in module NSP 5, I have broken the labels. For example: COM_MODULES_NSP_PORTAL_MODE_HIGHLIGHTS_FIELDSET_LABEL

I¨ve the J 3.2 installed, template updated and NSP 4 and 5 updated too

Thanks
User avatar
Senior Boarder

GK User
Mon Jan 20, 2014 1:24 am
Reply with quote
Report this post
About the problem below .... One Important detail..... The problem only run on chrone, in IE, all things works fine.

Do you know what is happening??


pbelly wrote:I don´t know what happen, but in back end I see the text in bold but in the front end (web) not.

The same problem run with titles and header in some modules NSP5 and 4.

And the last, in module NSP 5, I have broken the labels. For example: COM_MODULES_NSP_PORTAL_MODE_HIGHLIGHTS_FIELDSET_LABEL

I¨ve the J 3.2 installed, template updated and NSP 4 and 5 updated too

Thanks
User avatar
Senior Boarder

GK User
Wed Jan 22, 2014 12:56 pm
Reply with quote
Report this post
Any news about this problem??
User avatar
Senior Boarder

teitbite
Sat Jan 25, 2014 1:45 pm
Reply with quote
Report this post
Hi

Sounds like a validation issue. Please show me your site.
User avatar
Moderator

GK User
Sat Jan 25, 2014 5:07 pm
Reply with quote
Report this post
User avatar
Senior Boarder

teitbite
Wed Jan 29, 2014 10:53 am
Reply with quote
Report this post
Hi

Looks like there is couple of problems in HTML syntaxt. http://validator.w3.org/check?uri=http% ... ne&group=0

I think the closest to the problem can be:

Line 1252, Column 520: No space between attributes.

…p;linktarget=_blank&border_color="#CECCCCscrolling="no" frameborder="0" st…
User avatar
Moderator

GK User
Fri Feb 14, 2014 5:04 pm
Reply with quote
Report this post
Hi

I think I could solve the bold problem, but I still have invalid html.

That piece of code comes from the social gk5 module, the recommendations one, I get into the backend editor but I didn’t found how to solve it. I change the plugin code type (facebook settings tab) from iframe to html5 but I still have html validation problems because it brings the wrong url. This also happens with the g+ address.

I think is because there is a forgotten / after the https:
https:/www.facebook.com/ComunidadMJ
https:/plus.google.com/107729283876695900158?rel=author

I checked the facebook settings and the google+ settings and the addresses seems to be fine!

There is some way I can control that piece of code?

:geek:
User avatar
Senior Boarder

teitbite
Sun Feb 16, 2014 11:22 pm
Reply with quote
Report this post
Hi

What is the error exactly. Validator is recognising some of the HTML5 code as an error while it is not. Maybe it's such a case.
User avatar
Moderator

GK User
Tue Feb 18, 2014 4:48 am
Reply with quote
Report this post
Hi

I’m using this page http://validator.w3.org to validate this page http://www.managementjournal.net/ and give me the next errors



• Line 276, Column 138: Bad value https:/www.facebook.com/ComunidadMJ for attribute href on element a: A component that is required by the scheme is missing.
…="https:/www.facebook.com/ComunidadMJ">Facebook</a><a class="gkGplus" href="ht…
Syntax of IRI reference:
Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
• Line 276, Column 232: Bad value https:/plus.google.com/107729283876695900158?rel=author for attribute href on element a: A component that is required by the scheme is missing.
….com/107729283876695900158?rel=author">Google +</a><a href="http://www.linkedi…
Syntax of IRI reference:
Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
User avatar
Senior Boarder

teitbite
Wed Feb 19, 2014 9:38 pm
Reply with quote
Report this post
Hi

Most of the errors are telling about the same thing. There should be no spaces in names of images. Just try to keep them named with %20 instead of spaces. Rest errors I can see are as mentioned not the reall problem since HTML5 is in use.
User avatar
Moderator


cron