Jump to content

[SOLVED]Front Office bad panginated if i use Bold style


Recommended Posts

Hi,

i recently changed my template, now i got that if i use bold style in description prestashop use " <strong>..</strong> "

and the man who sold me the template told me to use " <b>..</b> "

The point is that i red that " <b>..</b> " is an old option but i have to change all my descriptions.

Is there a way to do it for all pages, maybe in global.css ?

 

I'm gonna enclose a pictures to make you understand.

and here there is an url to see the bad paginated " https://www.affaridanoi.com/559-climatizzatore-toshiba "

 

Thanks a lot

post-826832-0-04136800-1488531204_thumb.jpg

Edited by affaridanoi (see edit history)
Link to comment
Share on other sites

Hi,

i recently changed my template, now i got that if i use bold style in description prestashop use " <strong>..</strong> "

and the man who sold me the template told me to use " <b>..</b> "

The point is that i red that " <b>..</b> " is an old option but i have to change all my descriptions.

Is there a way to do it for all pages, maybe in global.css ?

 

I'm gonna enclose a pictures to make you understand.

and here there is an url to see the bad paginated " https://www.affaridanoi.com/559-climatizzatore-toshiba "

 

Thanks a lot

 

Surely thay you can fix it from CSS, without editing descriptions.

  • Like 1
Link to comment
Share on other sites

Thanks joseantgv,

is it asking a lot to show me how? i'm not a webdesigner, i red somethigs, but i tried with firebug to use what i red, but nothing, no result

 

Please post a page with the problem, your previous category page doesn't seem to be wrong.

Link to comment
Share on other sites

Please post a page with the problem, your previous category page doesn't seem to be wrong.

Sure joseantgv,

the previous category " https://www.affaridanoi.com/559-climatizzatore-toshiba " has sense problem,

i'm gonna try in spanish to make you understand

 

I written in back office " los acondicionadores de Toshiba están realizando acondicionadores "

in FRONT office become " los Toshiba de estan realizado acondicionadores ............"

 

the problem is the sense of it, written in numbers if i use " 123456789 " if i use bold is " 812453967 "

 

It seems that my template messed up if he found "strong /strong " if i use " b /b " is ok

Edited by affaridanoi (see edit history)
Link to comment
Share on other sites

Sure joseantgv,

the previous category " https://www.affaridanoi.com/559-climatizzatore-toshiba " has sense problem,

i'm gonna try in spanish to make you understand

 

I written in back office " los acondicionadores de Toshiba están realizando acondicionadores "

in FRONT office become " los Toshiba de estan realizado acondicionadores ............"

 

the problem is the sense of it, written in numbers if i use " 123456789 " if i use bold is " 812453967 "

 

It seems that my template messed up if he found "strong /strong " if i use " b /b " is ok

 

Understood. Disable CCC please.

Link to comment
Share on other sites

 

And to improve it, add:

clear: both;

In line 11766 from:

/themes/PRS01/css/global.css

Hi,

i tried to find the lines, but are different from yours, in the first case you told me line 137

but i think you mean the line 143 as you can see below, am i right?

If yes could you say to me where to find your line 11766 or how to see it with firebug or other ?

 

/* line 59, ../sass/category.scss */

 

#subcategories ul li {

 

  float: left;

 

  margin: 5px 8px;

 

  text-align: center;

 

  width: 18%;

Link to comment
Share on other sites

Hi,

i tried to find the lines, but are different from yours, in the first case you told me line 137

but i think you mean the line 143 as you can see below, am i right?

If yes could you say to me where to find your line 11766 or how to see it with firebug or other ?

 

/* line 59, ../sass/category.scss */

 

#subcategories ul li {

 

  float: left;

 

  margin: 5px 8px;

 

  text-align: center;

 

  width: 18%;

 

Search for:

.cat_desc .rte strong {
  color: #333333;
  float: left;
  font-weight: 500;
  margin: 0 0 8px;
  text-transform: uppercase;
  width: 100%;
}

And remove

float: left;

And search for:

.rte ol {
  list-style-type: decimal;
  padding-left: 15px;
}

And add:

clear: both;
  • Like 1
Link to comment
Share on other sites

 

Search for:

.cat_desc .rte strong {
  color: #333333;
  float: left;
  font-weight: 500;
  margin: 0 0 8px;
  text-transform: uppercase;
  width: 100%;
}

And remove

float: left;

And search for:

.rte ol {
  list-style-type: decimal;
  padding-left: 15px;
}

And add:

clear: both;

 

THANKS A LOT joseantgv,

i used firefox to find lines and i think is better than firebug,

And i did as you said and all is great now!!!

thanks a lot i don't know why the template developers was so slow... almost 1 week, and u did in 5 mins,

thanks again!!!

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...