Template issue

More
13 years 10 months ago #8805 by adamfridel
Template issue was created by adamfridel
Hello, I need help with the following

1. Attribute overlaps attribute title i.e select preference

www.minnovative.co.uk/index.php?page=sho...irtuemart&Itemid=149

2. Checkout is not working

Please Log in to join the conversation.

More
13 years 9 months ago #8816 by ivan.milic
Replied by ivan.milic on topic Re: Template issue
1. Add this (template_css.css bottom is ok place):

.inputboxattrib{
margin-left:50px;
}

2. Remove "www." from links you edited in virtuemart.cfg.php

Please Log in to join the conversation.

More
13 years 9 months ago #8843 by adamfridel
Replied by adamfridel on topic Re: Template issue
Hello,
Thank you very much for your top notch support with the template. Most of the issues have been resolved. However, there are still a few:

1. On the cart checkout page, if one clicks the refresh or the delete(X) button, it goes to a different flypage.

2. This is also the case with the registation submission page

3. I am trying to change the product title in category view font weight to normal

Thanks once again

Please Log in to join the conversation.

More
13 years 9 months ago #8846 by ivan.milic
Replied by ivan.milic on topic Re: Template issue
Hi,

1. you maybe changed some url in VM configuration in bad way
2. Registration module has parameter to select return page, check it's valu
3.
add this at the bottom of template_css.css

#vmMainPage a:link,#vmMainPage a:visited {
font-weight: normal;
text-decoration: none;
}

Maybe you will need to define font-family parameter in above css entity.

Please Log in to join the conversation.

More
13 years 9 months ago #8851 by adamfridel
Replied by adamfridel on topic Re: Template issue
Hello,
I was trying to figure out what had caused the following:

==================================================================================
1. On the cart checkout page, if one clicks the refresh or the delete(X) button, it goes to a different flypage.

2. This is also the case with the registation submission page
==================================================================================

I finally figured it out. I needed the website intro page to be completely black with an image and enter site text. I could not have done this with the fashion store template since i wouldnt be achieving the different look for the homepage, so i installed a second template and i assigned it to the intropage. For some reason, part of virtuemart is making use of the intro template as well. Could you please help me out on this?

Kind Regards

Please Log in to join the conversation.

More
13 years 9 months ago #8858 by ivan.milic
Replied by ivan.milic on topic Re: Template issue
Well maybe the problem is in fact that your default home page (when toy enter just your site url ) is using other template, so when you do POST BACK from vm post data gets handled from wrong place.

Can you just use jQuery for splash screan:
jqueryui.com/demos/dialog/#modal

to make cover not transparent and to change its background image (transparent surface covering page when dialog is actice ), :

.ui-widget-overlay {
background:url(...
opacity: 0.5;
filter: Alpha(Opacity=50);
}

Please Log in to join the conversation.

Time to create page: 0.091 seconds
Powered by Kunena Forum