Jump to content

Deformed shopping cart and rounded borders for the top horizontal menu


Recommended Posts

Hi guys 

 

I need some help with a few things...

 

Im trying to find out what went rong with my shopping cart which is deformed...and my payments logos are not in place.(look at the screen shots)

 

I also wanted to know how can i get rounded edges on the top horizontal menu!

 

And I'm also trying to move the Google translate module in this bar right here (see the screen shot)

 

 

Thanks a lot

post-799727-0-45396300-1403096327_thumb.png

post-799727-0-24443100-1403096399_thumb.png

post-799727-0-43186600-1403096950_thumb.png

Link to comment
Share on other sites

at the moment i don't see there shopping cart (screenshots you attached)

 

to round edges in your top menu use code like:

.sf-menu{

-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;

}

Link to comment
Share on other sites

Hi Vekia 

 

I downloaded the module i found on google i think is made by Top1!

It doesn't work to hook it "this module cannot be transplanted"

 

I will have to do it from the code i guess...but i'm not great at programming!

 

Here's a link to my website www.viteshop.com if you want to take a look!

 

Thanks

Link to comment
Share on other sites

you have to alter module .php file

it's necessary to add function to support new hook.

 

it's necessary to add something like

public function hookdisplayNav($params){
$this->hookTop($params);
}

(hookTop or hookdisplayTop)

Link to comment
Share on other sites

×
×
  • Create New...