Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - PureMart (SKU# FLEX-00010)

TOPIC: issues and big

issues and big 11 years 4 months ago #1689

this them very good work but i think have many bug still.

anyway, still is good work.

i just purchase latest version pure mart developer edition.



Please See above image.

1. Search box not work, all browsers. On your demo site, not work in chrome either.

2. Cart alignment not work in all browser.

3. Does above have solution ?

4. Also how can be disable your search box and cart and return to standard VM solutio ?


Next.




See above image.

1. How can disable the drop down on hover for the add to cart button.

2. When disable pdf, email friend and print in Virtuemart, its appear on product page ? is this bug or i miss something.

3. I have to disable "quick look" because if add to cart while in quick look, then the home page will re load in the same frame which confuse customer, why frame not closing once quick look add to cart.


4. With the license i buy developer license, however, does it every time check your server externally for user id ? What happen if you server is down or not respond, does that mean, sites will appear and say not have license ?


Thankss you please assist with urgent issue and il try your solution immediately.
The topic has been locked.

issues and big 11 years 4 months ago #1691

the layout issues of search is fixed.

INcase anyone else have same issue. edit flexibleVM2Global.css

line 2006.

.FlexibleInputbox {
background: none repeat scroll 0 0 transparent;
border: medium none;
color: #FFFFFF;
height: 20px;
transition: all 0.7s ease 0s;
vertical-align: middle;
width: 100px;
}


CHANGE TO


.FlexibleInputbox {
background: none repeat scroll 0 0 transparent!important;
border: medium none!important;
color: #FFFFFF;
height: 20px;
transition: all 0.7s ease 0s;
vertical-align: middle;
width: 100px;
}



just adding !important

support, why this not add by default here ?


Please assist will all other stuff asap. thx u
The topic has been locked.

issues and big 11 years 4 months ago #1701

Hi,

Since you patch one of your problem by yourself, i thought you understand what might causes those problems you are having.

The CSS overrides that caused by your other CSS file that comes with your Joomla Template.

For example, the cart acts like that, because one of your Joomla Template's CSS file has:

overflow:hidden;

CSS rule for module position, so the shopping cart gets cut off because of this "overflow:hidden" CSS rule (it overflows the module, because it expands down which tends to go beyond the module sizing limits..)

If you provide me your website's URL to let me investigate it with using "firebug" i will be able to find solution to patch the remaining issues. They are really minor CSS issues and can be fixed very easily. Just you should know where and how to investigate the website.

You can even do this by yourself by using "firebug". To get more info about how to use and where to download it; refer to this page:

www.flexiblewebdesign.com/forum-virtuemart-2-template-puremart-support/342-using-firebug-for-customization-or-troubleshooting

About the license quation, NO your website not always connects to our website for purchase validation.
It connects only when we want it. And we do this once a month and it takes couple minutes only, we collect all the domain names that used our VM Template then shut down the connection.

Regards
Last Edit: 11 years 4 months ago by Support.
The topic has been locked.

issues and big 11 years 4 months ago #1720

ok thank you.

but didnt answer my other questions:

1. How can disable the drop down on hover for the add to cart button.

2. When disable pdf, email friend and print in Virtuemart, its appear on product page ? is this bug or i miss something.

3. I have to disable "quick look" because if add to cart while in quick look, then the home page will re load in the same frame which confuse customer, why frame not closing once quick look add to cart.

4. Also how can be disable your search box and cart and return to standard VM solutio ?


Please assist ASAP.


With the License: this is not good. So what happen if you server is down or not available when it check, that means client site will display no license available. Why for people which buy the dev version must have this check ?
The topic has been locked.

issues and big 11 years 4 months ago #1724

Read my previous message again:

"If you provide me your website's URL to let me investigate it with using "firebug" i will be able to find solution to patch the remaining issues."

Anyway, here is your patches:

1- You can't disable the "hover function" of dropdown shopping cart, it is what it is. IF you disable the "hover function" then visitor can't see the "checkout" button, you should delete the overflow:hidden; CSS rule that comes with your joomla template to let our Dropdown Shopping cart functions smoothly. Provide me your website URL and let me find that overflow:hidden; for you and then i will give you the instruction to remove it.

(Or if you want to remove our Dropdown shopping cart and go back to original Virtuemart shopping cart module, then find this folder in your server:

ROOT/templates/<yourjoomlatemplate>/html/mod_virtuemart_cart

and change it's name to this:

ROOT/templates/<yourjoomlatemplate>/html/mod_virtuemart_cart2

(then you will get the original VM shopping cart back)


2- Open this CSS file:
ROOT/templates/<yourjoomlatemplate>/html/com_virtuemart/assets/css/flexibleVM2Global.css
scroll to the bottom and add this CSS rule:
.FlexibleShareItemRight {
display:none;
}

3- From the "Flexible VM2 Template" plugin, disable the "Quick Look function" option.

Attachment PastedImage122012216AM.gif not found



4- find this folder in your server:
ROOT/templates/<yourjoomlatemplate>/html/mod_virtuemart_search

change this folder name to

ROOT/templates/<yourjoomlatemplate>/html/mod_virtuemart_search2

And you will get what you are looking for.

Regards.
Forum Support.
The topic has been locked.

issues and big 11 years 4 months ago #1731

thx u sir guy. great support response.

ok.

1. im not talk about drop down on shopping cart. i talk about drop down function of "ADD TO CART BUTTON". See image below. how can be disable this drop down function so just have not slide down ?



2. I know how to disable the quick look, its very simple. However thats not the problem.

Problme is, when in quick look on front end and click, Add to cart, then click continue shopping. The frame will reload with home page, not close like it should. This is bug i beliove. See below image



3. so can please confirm with dev license if for example, in 1 or 2 year time, you close the company flex web design, then templates will no longer working because cannot do server check for license ? i think this is not good many people. can you think about solution for this so people why buying dev license can be better ?


thanks you i look forward you reply
The topic has been locked.

issues and big 11 years 4 months ago #1745

1- Open this CSS file:
ROOt/templates/<yourjoomlatemplate>/html/com_virtuemart/assets/css/FlexibleVM2Global.css

find this CSS rule:
.FlexibleCSS3Button:hover{
    height:65px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}

Change it with this:
.FlexibleCSS3Button:hover{
    height:28px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}

Then the add to cart button won't expand to down.

2- Open this PHP file:
ROOt/components/com_virtuemart/controllers/cart.php

Find these lines below:
$this->json->msg = '<a class="continue" href="' . $continue_link . '" >' . JText::_('COM_VIRTUEMART_CONTINUE_SHOPPING') . '</a>';
$this->json->msg .= '<a class="showcart floatright" href="' . JRoute::_("index.php?option=com_virtuemart&view=cart") . '">' . JText::_('COM_VIRTUEMART_CART_SHOW_MODAL') . '</a>';

Change them with this:
$this->json->msg = '<a class="continue" target="_parent" href="' . $continue_link . '" >' . JText::_('COM_VIRTUEMART_CONTINUE_SHOPPING') . '</a>';
$this->json->msg .= '<a class="showcart floatright" target="_parent" href="' . JRoute::_("index.php?option=com_virtuemart&view=cart") . '">' . JText::_('COM_VIRTUEMART_CART_SHOW_MODAL') . '</a>';

Then once the "Continue shopping" or "Show cart" buttons are clicked, the new page will be open in the parent window (instead of quick look lighbox popup)

3- Developer license is valid for lifetime, means, you are eligible to use the downloaded template in any domain you want. No restriction will be applied to you. Beside you won't be affected from domain validation process. The "update" is also a plus with the developer license, because developer license owners are eligible to receive free updates from us. This free update is valid until Virtuemart release a completely new version (let's say VM3.0) (a new version; means; just like how it happens with VM1.1.xx ->VM2.0.xx. Our templates DON'T CONNECT OUR WEBSITE. They are loading 1x1 transparent image only in the website where they are being used, (this 1x1 transparent image works just like how visitor analytics services work -in an old way- nowadays they are using JavaScript) which lets us collect the domain name which ever loads this 1x1 transparent image. This is how we collect domains, so your website doesn't connect our website and check for license, THERE IS NO LICENSE CHECKING SYSTEM. If we find a domain that use our VM Template illegally, (because that image run through a PHP in our backend), we marked that domain name, and if our 1x1 image is loaded in that specific website that we marked as "pirate", then 1x1 becomes a huge image that cover the entire website that says: LICENSE VIOLATION, PURCHASE APPROPRIATE LICENSE. which means, our VM Template become not usable. And the illegal user is forced to uninstall our VM Template from his/her website. Lets say, your website is marked as "pirate" in our backend, and you can't use our VM Template in your domain name. If we close the flexiblewebdesign.com, it means, the 1x1 image can't pass through PHP procedure because flexiblewebdesign.com not working anymore, so can't be enlarged, and you will start using our VM Template just fine in your website. So what this means is; closing our website will be a benefit to the pirate usage, the legal users won't be affected at all. got it?

Regards.
Last Edit: 11 years 4 months ago by Support.
The topic has been locked.

issues and big 11 years 4 months ago #1749

yep i get it now and understand fine. thx u

your support very excellent.

final thing can you please chk for me. url = 50.28.60.118/~demo/stage/project1/buy-products-now/sub-cat-1/test-name-2-172012-12-19-13-01-04-detail

1. the drop down cart alignment issue and also image not showing im it.

2. image also not shows on checkout page.

thx again and this should be finel thigs
The topic has been locked.

issues and big 11 years 4 months ago #1759

Hi,

Open your VM Configuration and look at the screenshot:

Attachment PastedImage122212839PM.gif not found



Then the pictures will be shown in "both" dropdown shopping cart and the shopping cart page as well.

Regards.
Forum Support.
The topic has been locked.
Time to create page: 0.162 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo