Bugs in Quarks

Support desk for Multipurpose Quark Theme
GK User
Thu Mar 12, 2015 6:25 pm
In templateDetails.xml under Image Settings a field name: featured_image_fullhd but in helper.layout.php a different name is being used: featured_image_height_full_hd

Also get() is using different defaults values as what is declared in templateDetails.xml.

Another bug I found is an error when using Joomla Content and using the new feature Override. No content is being shown and an error with undefined DS and JFile class. I guess you guys developed this template only with K2. The override is a cool feature but kind of buggy for me.

Another one, is with Override again with LESS. In the main.less, the import has @parent + override less. To be clear here, you guys are thinking that web admin will create their own css on the less override? My first thought is to copy all the original less and modify it in the override but I have not thought of create my own entry.
User avatar
Junior Boarder

GK User
Fri Mar 13, 2015 9:44 am
Hello,

Thank you for your feedback - I will analyze all these issues and I will try to solve it in the upcoming v.1.1.1
User avatar
Administrator

GK User
Fri Mar 13, 2015 10:32 pm
Hi dziudek,

There's more :( the template override for registration on line 28 JHtml::_('behavior.noframes'); seems to conflict on a dropdown menu. If it's enabled the width of the dropdown is calculated to 0 but if I disable it the dropdown looks fine. What is it for?

I already mentioned this in my previous post, the DS definition in all of the files in the template override is causing a Php error:

Notice: Use of undefined constant DS - assumed 'DS' in...

Since template overrides are not part of the template, the definition of DS in the template index.php is no longer pulled defined in my understanding.

Thanks!
User avatar
Junior Boarder

GK User
Wed Mar 18, 2015 10:24 am
I've tested your case and I'm unable to reproduce your issue with the DS notices - I've even able to output the DS constant using:

Code: Select all
 echo DS;
in the overrided file.

Regarding the registration view - where do you have a mentioned 28th line in the registration view? Because I cannot find it in the template files.
User avatar
Administrator

GK User
Wed Mar 18, 2015 7:56 pm
Hi dziudek,

I've tested this in 3 separate servers - GoDaddy and our own datacenter, one is localhost XAMPP and I am getting the same error with DS. Is there any special server settings that you guys are using?

I installed Quark v1.0.2 by the way.

As for the registration override, you are right, it's not in the code :) since I have Quark in 3 separate install I have to look which one I've seen it.
User avatar
Junior Boarder

GK User
Thu Mar 19, 2015 9:21 am
I've found a reason of your issue - the problem appears only on Joomla! 3.4 - it seems that something was changed in the component views evaluation.

I've attached a fixed version of the template html/ directory - it should solve your issues.

It will be included in v.1.1.1 planned for the next week.
User avatar
Administrator


cron