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

TOPIC: register & checkout / checkout us guest popup

register & checkout / checkout us guest popup 10 years 7 months ago #6236

Hello,

I try find a solution for my problems with pop-up not working on register & checkout / checkout us guest buttons.

The pop-up doesn`t work, I have open a blank web with formular.

Flexible Demo site - view

buttons: register & checkout / checkout us guest

Should be open in pop-up.

Here is my example :
my site link

Please clic on this two buttons and see the problems.

please help,
Best regards.
The topic has been locked.

register & checkout / checkout us guest popup 10 years 7 months ago #6250

Hi,

It is because the missing plugin: Facebox
But you can include that line manually to that page.

Open this PHP file:
/templates/rt_oculus/html/com_virtuemart/user/login.php

And to the top, after
defined('_JEXEC') or die('Restricted access');

include these lines:
JHTML::stylesheet("facebox.css","components/com_virtuemart/assets/css/");
JHTML::script("facebox.js", "components/com_virtuemart/assets/js/");

This will load the FACEBOX plugins in that page and the problem will be gone.

Regards.
Support & Development
The topic has been locked.

register & checkout / checkout us guest popup 10 years 7 months ago #6258

hi,

i change that but not sure is it correct.
The modification doesn`t work.
// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die('Restricted access');
 
JHTML::stylesheet("facebox.css","components/com_virtuemart/assets/css/");
JHTML::script("facebox.js", "components/com_virtuemart/assets/js/");


[url=http://sklep.go2media.linuxpl.info/rejestracja/editLInk site 2addresscartBT.html?tmpl=component&flexible=register]LInk site 1[/url]

thank you for help
The topic has been locked.

register & checkout / checkout us guest popup 10 years 7 months ago #6264

Hi,

Sorry, my mistake. I forgot the last line, which is to load facebox plugin when "document.ready".

Use these lines:
JHTML::stylesheet("facebox.css","components/com_virtuemart/assets/css/");
JHTML::script("facebox.js", "components/com_virtuemart/assets/js/");
 
$document = JFactory::getDocument();
$document->addScriptDeclaration("
jQuery(document).ready(function() {
     jQuery('a[rel*=facebox]').facebox()
});
");
 
Last Edit: 10 years 7 months ago by Support.
The topic has been locked.

register & checkout / checkout us guest popup 10 years 7 months ago #6273

Hi,

This time is OK, thank you but I report a any other bug now.
In the FP - FlexibleTAB1, FlexibleTAB2, FlexibleTAB3, FlexibleTAB4.

FP LINK

The switch between tabs doesn`t ork - show all products.
Can you help.

Best
regards
The topic has been locked.

register & checkout / checkout us guest popup 10 years 7 months ago #6277

Also there is one problem more.
Switch view in the category list doesn`t switch. There are 3 prices on the view.

Link to cat. page

Switch doesn`t work, and show 3 prices.

Please help.
The topic has been locked.

register & checkout / checkout us guest popup 10 years 7 months ago #6278

Hi,

All problems are created when I install another module names : Improved AJAX Login and Register from the OFFLINE.

So this is a reason of confict.
The topic has been locked.

register & checkout / checkout us guest popup 10 years 7 months ago #6292

Any kind of jQuery conflict will break the harmony and destroys everything.
You should be aware of the module or plugin you are installing in your website.

Our VM Template never loads any jQuery library to your website, it uses the jQuery 1.6 which is loaded by the Virtuemart Compoent officially. Because 1 jQuery library is enough for everything. There is no need to load additional ones.

If any of your module/plugin loads 1 more jQuery library without changing the variable, then it creates jQuery conflict issue. The JS functions become "undefined" etc..

One way to handle this problem is go into that module's PHP file and find the PHP line to load that additional jQuery. Then comment out that line. OR use this plugin:
flexiblewebdesign.com/forum-virtuemart-2-template-puremart-support/523-the-easiest-way-to-solve-jquery-conflict-issues

Topic is closed for clearance

Regards.
Support & Development
Last Edit: 10 years 7 months ago by Support.
The topic has been locked.
Time to create page: 0.285 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