Latest and Featured products modules..

Create unique look and build successful ecommerce website with eShop Joomla template.
GK User
Tue Jan 26, 2010 4:29 pm
Hi Gavick people,

I will keep it short and to the point, so here goes:

This is your demo site :

Image

And this is our site :

Image

The focus is the placement of the add to cart buttons and the price and the space between the name of the product and the actual image.

I'd like mine to look as yours, as yours looks better. :P

This is the website :

www.mcphatstudios.net

Thanks!
User avatar
Fresh Boarder

teitbite
Tue Jan 26, 2010 9:35 pm
Hi

It's because of the new version uncompatibility. The official upgrade will be available soon, but till than try the solution from this post http://www.gavick.com/forum/48-eshopcom ... html#40266
User avatar
Moderator

GK User
Tue Jan 26, 2010 10:01 pm
Ah yes, exactly the same 'problem'. I will wait for the official upgrade, as I am not too good at editing files and such.

Thanks for your quick reply.
User avatar
Fresh Boarder

teitbite
Tue Jan 26, 2010 11:30 pm
Hi

Please try the solution from the link. I cannot tell when this upgrade will come up.
User avatar
Moderator

GK User
Tue Jan 26, 2010 11:43 pm
teitbite wrote:
The official upgrade will be available soon


Soon is soon enough for me. B) Again, I am not good at editing files, I rather wait for the upgrade.
User avatar
Fresh Boarder

teitbite
Tue Jan 26, 2010 11:47 pm
Hi

As You wish :)
User avatar
Moderator

GK User
Tue Nov 02, 2010 3:59 am
Well,

Thought I'd check it. I believe 'soon' is about over, as it's been 9 months and 1 week ago.

Any updates on this? We still use this template, we still like it very much..
User avatar
Fresh Boarder

teitbite
Tue Nov 02, 2010 4:40 pm
Hi

Unfortunately moving to new T3 framework brings a lot more work to the upcoming templates than we expected and the plan to recode all older templates to T3 has been delayed. But as far as I know eShop is on the top of the list. But it's still hard to tell when it's gonna be ready.
User avatar
Moderator

GK User
Tue Nov 02, 2010 5:18 pm
Hi

Thanks for your answer, really appreciate it. The thing is, I don't want a new T3 framework (I'm not even sure I know what that is) ;), I only want the add to cart button and the location of the price to look like how it is advertised on your demo site. Cause it looks messy like this..

I'm sure there's no need for some sort of T3 framework to do this? If I am correct there was no such thing as T3 at the time a fix was suggested to be released 'soon', and that is the fix I am looking for...

Apologies if I come across as daft. ;)
User avatar
Fresh Boarder

teitbite
Wed Nov 03, 2010 8:31 am
Hi

Please send me ftp access to Your site and I'll change VM code so it'll be displayed fine.

But first try to add this class at the end of template_css.css file:

Code: Select all
.page970 .users .moduletable table tr td div {
height:auto !important;
}
User avatar
Moderator

GK User
Wed Nov 03, 2010 11:17 pm
That KINDA helped...

Look :

http://www.mcphatstudios.net/

The add to cart and price dropped down and are no longer across the DVD covers, but now the titles 'disappear'.

The most left and right (although you see a LITTLE of the title) don't show the titles, the 2 in the middle do, but half hidden behind the DVD covers.

And on this page :

http://www.mcphatstudios.net/captain-si ... -textures/

It is still the old, button and price over the covers..

Should I still send you FTP access, or do you want me to try something else? This, adding little things to css, is something I can still handle...;)
User avatar
Fresh Boarder

teitbite
Fri Nov 05, 2010 6:58 am
Hi

First try to change the code I gave You to this:

Code: Select all
.moduletable table tr td div {
height:auto !important;
margin-top:0px;
}


Watch the site if this didn't break the site somewhere else.
User avatar
Moderator

GK User
Sat Nov 06, 2010 6:18 am
Hi,

Okay, again, I see improvemend. The vertical one now also displays the price and add to cart button, BELOW the DVD cover, which is nice : http://www.mcphatstudios.net/captain-si ... -textures/ .

Also, the horizontal display still (or again) displays the pricing and add to cart button correctly : below the DVD cover. So this code seems to do the same for the horizontal displaying, but fixes the vertical displaying! NICE!

What still goes wrong though are the titles. Both on the vertical and horizontal display, they are (partially) hidden behind the DVD covers..

Here at the 2nd and 3rd product you can partially see the titles behind the cover (first one shows no title) :

http://www.mcphatstudios.net/captain-si ... -textures/

And on the front page, the most left one shows no titles, while the rest partially hides them :

http://www.mcphatstudios.net/

Thanks so far!
User avatar
Fresh Boarder

teitbite
Sun Nov 07, 2010 9:12 pm
Hi

Please add "!important" after the margin value. That should fix the problem with titles. So now the code should looks like this:

Code: Select all
.moduletable table tr td div {
height:auto !important;
margin-top:0 !important;
}
User avatar
Moderator

GK User
Sun Nov 07, 2010 10:02 pm
Ha! What can I say? You are truly skilful! It worked!

I would like to thank you for this great level of support! Really, I appreciate it a lot!

Thank you, thank you, thank you!
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.