Jump to content

more option doesn't show in description


Recommended Posts

Hi. I'm currently having issues with my description of my category pages. Since the description is quite long it doesn't show all of it but I know that there is a hidden more option on the bottom left. This is a problem because no one can see it. I know it's there cause I can click it to expand the rest of the descriprion. How can I fix it so it shoes? My website is Miamipartysupply.com when you click on miami party rentals you will see the description on top and you will notice you can see the rest of the description. You can click right under that sentence on the bottom left corner but you can see the words more there. It use to be there now it's not. What can I do? I'm using prestashop 1.6

Link to comment
Share on other sites

Hi. I'm currently having issues with my description of my category pages. Since the description is quite long it doesn't show all of it but I know that there is a hidden more option on the bottom left. This is a problem because no one can see it. I know it's there cause I can click it to expand the rest of the descriprion. How can I fix it so it shoes? My website is Miamipartysupply.com when you click on miami party rentals you will see the description on top and you will notice you can see the rest of the description. You can click right under that sentence on the bottom left corner but you can see the words more there. It use to be there now it's not. What can I do? I'm using prestashop 1.6

 

i think that it's a case o template.

i browser several categories in your shop but i can't find category with hidden "more" button

can you share direct url, please?

Link to comment
Share on other sites

i think that it's a case o template.

i browser several categories in your shop but i can't find category with hidden "more" button

can you share direct url, please?

www.miamipartysupply.com/miami-party-rentals-12

You will see the description and at the bottom it will end like this...

 

Hosting Your...

 

At the very bottom of that last sentence in that same block there are the words "more" except you cannot see them because its in white lettering. If you double click right under the Hosting your... youll see that the words more get highlighted. I just need to find the page where thats at and make the lettering in black. Does anyone know where i can go and do this?  Also if possible can i just make that block display more of that paragraph?

Link to comment
Share on other sites

In themes/your_theme/css/global.css look for

.content_scene_cat a {
    color: white;
}

Change to a colour of your choice

 

BTW you have this code

<a href="http://www.miamipartysupply.com/miami-party-rentals-12" class="lnk_more" style="display: none;">More</a>

in <div id="category_description_full" , surely it should be in <div id="category_description_short" ????

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

In themes/your_theme/css/global.css look for

.content_scene_cat a {
    color: white;
}

Change to a colour of your choice

 

BTW you have this code

<a href="http://www.miamipartysupply.com/miami-party-rentals-12" class="lnk_more" style="display: none;">More</a>

in <div id="category_description_full" , surely it should be in <div id="category_description_short" ????

i couldnt find that quote on my global.css page. doesnt exist.

.content_scene_cat a {

color: white;

}

Link to comment
Share on other sites

i couldnt find that quote on my global.css page. doesnt exist.

.content_scene_cat a {

color: white;

}

Sorry that should be in Themes/your_theme/css/category.css

 

also where do i go to find: <a href="http://www.miamipartysupply.com/miami-party-rentals-12" class="lnk_more" style="display: none;">More</a>

 

You should find this in themes/your_theme/category.tpl

Link to comment
Share on other sites

×
×
  • Create New...