looking to buy either elegance or square please pm me

swacks
5 years, 8 months ago
Hi there i have a j1.5 running vm 1.19 , i have tried the elegance and have a working demo.
but i would like to try flat and discuss further about it running with daycounts virtuemart mobile theme on flat.
dryabov
5 years, 8 months ago
Elegance and Flat templates are based on the same underlying framework, so I guess Daycount's Virtuemart Mobile should work fine with Flat as well. But to be sure, I've sent an email to VM Mobile developers, let's wait for their response.
swacks
5 years, 8 months ago
sorry meant square - not flat
dryabov
5 years, 8 months ago
Doesn't matter, all of our templates (Basic, Elegance, Flat, Square, iOS9) use the same framework and differ in CSS styles only.
dryabov
5 years, 8 months ago
I've just found that VM Mobile requires Mobile Joomla 1.x, and Mobile Square template requires Mobile Joomla 2.x. Nevertheless, it's possible to run VM Mobile with Mobile Joomla 2.x using few minor patches for MJ (to fix an issue with legacy API emulation, most likely it will be included into the next MJ release) and VM Mobile (to support "mobile" mode in addition to old "iphone" and "xhtml" ones and to correctly detect Mobile_Elegance-compatible templates).

So, which Mobile Joomla version do you use?
swacks
5 years, 8 months ago
I was using old mobileelegance 1 then i installed the demo 2.34 over that.
it is working but doesnt add to cart properly and there are some template issues that look unprofessional. I think squared will look nice and ill have nice menus

if i buy it ,will you have the patch and be able to get me working nicely?

PS our main interests are
speed - we want 85 plus on pageinsights
SEO - mobile seo must work well and have no issues
shop must work and be presentable .
dryabov
5 years, 8 months ago
Sure, but I'd recommend to start with pre-installed Mobile_Basic template. To make VM Mobile run propertyl:

1. It is necessary to set jQuery version to 1.8.3 in Advanced section of template's settings (VM Mobile doesn't support 1.9 and higher).

2. Disable AJAX navigation in template's settings (for premium templates, not applicable to Mobile_Basic).

3. Edit administrator/components/com_mobilejoomla/classes/mobilejoomla.php files by replacing getDevice function with following code:
    /**
* @deprecated
* @return array
*/

public static function getConfig()
{
$mj = self::getInstance();
return $mj === null ? array() : (array)$mj->settings->getAll();
}
 
/**
* @deprecated
* @return array
*/

public static function getDevice()
{
$mj = self::getInstance();
return $mj === null ? array() : (array)$mj->device;
}


4. Edit plugins/system/vm_mobile.php by replacing line
		if (($markup=='iphone' || $markup=='xhtml') && !defined('_VM_IS_BACKEND')) {

with
		if (($markup=='iphone' || $markup=='xhtml' || $markup=='mobile') && !defined('_VM_IS_BACKEND')) {


5. Edit administrator/components/com_vm_mobile/classes/helper.php by replacing 'mobile_elegance' with name of actual mobile template ('mobile_basic' or 'mobile_square', etc.). Note that template name is mentioned 3 times in this file (twice in code and once in comment).
swacks
5 years, 8 months ago
I have swtiched to the badic tamplate and I made your changes except for 4 and 5 , as i see i am inf fact no longer running the daycounts template

its works at 74 of goodspeedinsights . and my drop drown categories cannot drop down (as it needs ajax) that does in fact work fine on mobile elegance
swacks
5 years, 8 months ago
i will pm you shortly with my website , so let me know way forward please
swacks
5 years, 8 months ago
HI there i have made the changes per your pm

on mobile basic -
-getting 83 on google speed with quite a high latency
-add to cart button not working from browse page
-add to cart button works on flypage but does not go into cart.
- have a module called cherry picker that uses ajax , works on elegance but not on basic

on mobile elegance -
products dont stay in cart.
1

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.