Post by cofran » Fri May 28, 2010 8:37 am

:P tk charley, we Have Faith That D10S (god of soccer) will give us the World Cup ;D

you can change background color in catalog/view/theme/cofran/stylesheet/styles.css find line 134 "class"-> .main and change #FFFFFF for the color you want ;)

User avatar
Active Member

Posts

Joined
Thu Oct 01, 2009 7:37 am
Location - Córdoba, Argentina

Post by charleytc » Sat May 29, 2010 4:47 pm

Gracias amigo, crusare los dedos a ver que pasa con Argentina, yo conoci a Diego una vez en persona.
I love the template but is giving me an error with paypal when checking out, any idea?

saludos
ch

Newbie

Posts

Joined
Wed Apr 14, 2010 1:49 am

Post by cofran » Sun May 30, 2010 1:42 am

paypal pro?
paypal express?
paypal only?...

which is the problem...

User avatar
Active Member

Posts

Joined
Thu Oct 01, 2009 7:37 am
Location - Córdoba, Argentina

Post by jefrey1983 » Sun May 30, 2010 1:58 am

charleytc wrote:Gracias amigo, crusare los dedos a ver que pasa con Argentina, yo conoci a Diego una vez en persona.
I love the template but is giving me an error with paypal when checking out, any idea?

saludos
ch
are you using internet explorer?

User avatar
Active Member

Posts

Joined
Sat Jan 30, 2010 6:58 pm

Post by charleytc » Sun May 30, 2010 10:34 pm

I am using Safari,

and the error is with regular paypal, I will expend some time today to see if I cant fix it.
http://www.thekiteplace.com

cheers
charley

Newbie

Posts

Joined
Wed Apr 14, 2010 1:49 am

Post by jefrey1983 » Mon May 31, 2010 10:20 am

charleytc wrote:I am using Safari,

and the error is with regular paypal, I will expend some time today to see if I cant fix it.
http://www.thekiteplace.com

cheers
charley
tested your paypal payment and it works fine with me using firefox
what kind of error?

User avatar
Active Member

Posts

Joined
Sat Jan 30, 2010 6:58 pm

Post by jefrey1983 » Fri Jun 04, 2010 2:30 am

any update sir cofran?

User avatar
Active Member

Posts

Joined
Sat Jan 30, 2010 6:58 pm

Post by cofran » Fri Jun 04, 2010 3:19 am

not now, I hope to upload something before the World Cup ;D

User avatar
Active Member

Posts

Joined
Thu Oct 01, 2009 7:37 am
Location - Córdoba, Argentina

Post by jefrey1983 » Fri Jun 04, 2010 6:40 am

then i will cheer for your team ;D

User avatar
Active Member

Posts

Joined
Sat Jan 30, 2010 6:58 pm

Post by charleytc » Mon Jun 07, 2010 12:56 pm

Sorry guys , but it seen there is no more error on the checkout.
cofran, I email you but I haven't received a reply yet, the world cup starts on friday and it will be difficult to get a hold of you ;D talk soon!

ch

Newbie

Posts

Joined
Wed Apr 14, 2010 1:49 am

Post by MattGSX » Tue Jun 08, 2010 7:50 am

Works WONDERFULLY for me. I did some retouches to lose the bright pink (sorry, but it clashed) and played around with the CSS, but with SmartOptimizer installed on my server, it runs lightning quick and looks HOT.

Thanks!

New member

Posts

Joined
Thu May 27, 2010 6:18 am
Location - Oshkosh, WI US

Post by bula556 » Tue Jun 08, 2010 10:13 pm

Hello i have installed your template but I need to use a bigger logo, 100 px hight 700 wight but it only shows a part of it, the same size of the old logo. I have tried to modify the styles.css file at the line 179 with this

Code: Select all

.logo { width:700px; height:100px; overflow:hidden; } 
but still no change. can you tell me what I need to change to make the logo work.

Newbie

Posts

Joined
Tue Jun 08, 2010 10:08 pm

Post by MattGSX » Tue Jun 08, 2010 11:30 pm

I had a similar problem. Try also modifying
.header .logo a { display:block; width:233px; height:85px; }

and then dump your cache.

New member

Posts

Joined
Thu May 27, 2010 6:18 am
Location - Oshkosh, WI US

Post by MattGSX » Tue Jun 08, 2010 11:34 pm

Redacted comment - validation issues I was experiencing were from my own lazyness.

If anyone uses this template AND Google Checkout plugin, I created new module files so your Google cart box looks like the other boxes. You can see this at http://www.remarkimaging.com, as well as the recolor work that I've been doing.

New member

Posts

Joined
Thu May 27, 2010 6:18 am
Location - Oshkosh, WI US

Post by bula556 » Wed Jun 09, 2010 1:19 am

it works but I can't make the logo wider the 400 px because the search and the language buttons go lower by the height of the logo. but on the web site I can see clear that the logo can be at least 600 px wide

Newbie

Posts

Joined
Tue Jun 08, 2010 10:08 pm

Post by MattGSX » Wed Jun 09, 2010 3:07 am

In that case, try removing from:
.header .navigation
.block-search

Unless you're actually using a multi-lingual, multi-currency store, I suggest just commenting out/removing the currency and language switcher. It frees up quite a bit of room in your header for your logo and other marketing pitch stuff.


Also, if anyone is having any visual issues with 3rd party payment gateways or similar dealing with the submit button:

On the "submit button" spans, switch <span> to <span><span><span> and </span> to </span></span></span>. Rather than make a different background button graphic, Cofran used variable width buttons with a fixed left and right and variable width centers. It took me a little while to figure that out, but thought I'd share it.

New member

Posts

Joined
Thu May 27, 2010 6:18 am
Location - Oshkosh, WI US

Post by bula556 » Wed Jun 09, 2010 4:49 pm

1. I don't use multi-currency but I use multi-lingual
here is the web site http://www.poseta-mea.ro you can see clearly that the logo has enough space.

2. also I would like to remove just the currency selector and to move the language selector above the Shopping cart.

thank you

Newbie

Posts

Joined
Tue Jun 08, 2010 10:08 pm

Post by MattGSX » Fri Jun 11, 2010 4:00 am

Bula,

If you want to move the language selector, then you will either need to create a module for it or see if anyone has one already completed. You would just upload the module, and then enable it in the backend. After you have done that, you can remove it from header.tpl.

You can remove the currency selector by finding in /common/header.tpl:

Code: Select all

<?php if ($currencies) { ?>
		                    <form action="<?php echo $action; ?>" method="post" enctype="multipart/form-data" id="currency_form">
                              <div class="switcher">
                                <?php foreach ($currencies as $currency) { ?>
                                <?php if ($currency['code'] == $currency_code) { ?>
                                <div class="selected"><a><?php echo $currency['title']; ?></a></div>
                                <?php } ?>
                                <?php } ?>
                                <div class="option">
                                  <?php foreach ($currencies as $currency) { ?>
                                  <a onclick="$('input[name=\'currency_code\']').attr('value', '<?php echo $currency['code']; ?>'); $('#currency_form').submit();"><?php echo $currency['title']; ?></a>
                                  <?php } ?>
                                </div>
                              </div>
                              <input type="hidden" name="currency_code" value="" />
                              <input type="hidden" name="redirect" value="<?php echo $redirect; ?>" />
                            </form>
                          <?php } ?>
and either commenting it out (putting a <!-- before the first line, and a --> after the last line) or by deleting it. I recommend commenting in case it doesn't work properly.

New member

Posts

Joined
Thu May 27, 2010 6:18 am
Location - Oshkosh, WI US

Post by MattGSX » Fri Jun 11, 2010 4:02 am

Cofran,

Any plans to make your template 1.4.8 compliant with placement of modules in the footer or page body? This was one of my next projects, but if you're already planning on it, I'll hold off. If you aren't, let me know, and I'll take a stab at it.

New member

Posts

Joined
Thu May 27, 2010 6:18 am
Location - Oshkosh, WI US

Post by ozmofa » Sun Jun 13, 2010 1:34 pm

not working with properly on 1.4.8. Chectout and cart.tpl is missing.

Newbie

Posts

Joined
Tue Sep 29, 2009 4:54 pm
Who is online

Users browsing this forum: No registered users and 34 guests