Jump to content

Help wanted.


Recommended Posts

I'm running on the last ver of Prestashop.

I purchased a theme, paid.

Even if they say that support is guaranteed, it's missing.

I have now a problem with their theme and maybe someone around here could help me.

On the product page, on the Accessories Tab it's a disaster.

Take a look here please and let me know if someone could help me.

 

Tanks in advance.

Link to comment
Share on other sites

in your theme and then folder css you see there global.css

i just checked ,

i see the tabs are also not aligned well

 

make an copy from your global.css

 

then

 

on line 1068 -

you see

display : block

delete this one

 

then on line 554

you see :

 

.products_block li {

float: left;

 

change this in :

.products_block li {

 

float: left;

width: 160px;

padding: 2px;

 

but before you do make an copy from your global.css !!!

Link to comment
Share on other sites

hi

sorry forgot to refresh lol

 

 

i see :-)

 

now go to global.css

look for line 547

 

you see there on line 547 :

 

 

.block li a {

display: block;

color: #333;

 

change this in :

 

 

display: block;

height: 60px;

color: #333;

 

this will straight the buttons in one line :-)

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

ow ok

where you want this one ?

owww

i see lol

i miss two buttons

 

well ok another try haha

 

go to global.css

 

look for line 371

 

there you see :

a couple lines

one of them is :

 

position: absolute !important;

 

delete this one

if i'm right the buttons are under the view buttons

 

when you want to center them straight under the view buttons then

change in line 371

 

left: 0;

into

left: 14px;

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

I had to upload the original file again because some changes we did made a few modifications in places we don't want too.

I would like to finish the tests in 1-2 days.

where did it change ?

cause then have to look for another block

but somewhere strange cause it is the block for that matter

 

checked the demo but couldn't find

an simular thing in the demo to see if it is in the theme

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

You can send them a message from the forum http://www.prestasho...prestacodercom/

just sent them a message. Hope they react somehow.

 

where did it change ?

cause then have to look for another block

but somewhere strange cause it is the block for that matter

 

checked the demo but couldn't find

an simular thing in the demo to see if it is in the theme

There were some changes in the products list
Link to comment
Share on other sites

hmmzzz ,,

well then we have to look furder

but we will wait till prestacoder let you know something

 

to bad you changed to quick back otherwise i had take a look to it ,,

 

anyway i jump into my bed here ,,

will see your reply ok

 

bye for now coen

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...