INTELLIGENT SHOE module

Support desk for Multipurpose Quark Theme
GK User
Wed Sep 23, 2015 9:08 am
hello, my site on the form "INTELLIGENT SHOE" does not display the icon "+" but only a black dot, how can I fix?
User avatar
Junior Boarder

GK User
Fri Sep 25, 2015 9:08 am
solution?
User avatar
Junior Boarder

teitbite
Sat Sep 26, 2015 11:43 am
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Mon Sep 28, 2015 7:02 pm
Hi

I compared Your site with our demo and looks like You are missing one line in code generated by module. I've asked programmers for help here, because this line should be generated by a script. Will get back to You as soon as they will answer me.
User avatar
Moderator

GK User
Wed Oct 14, 2015 10:15 pm
I have the same problem. I think this problem comes natively from the quickinstall sources so when you create a fresh installation of the template the problem it's there from the beginning.

I'm just waiting any update to this issue. I found this post: https://www.gavick.com/forums/quark/mod ... ault-46394

And when you paste the code it's almost similar to the demo (with some problems), but the code suggested there it's quite different than the one you provide natively in the quickinstall. It's seems better the one in the quickinstall and that other seems older or simply longer.

Anyway I'm just waiting some updates related to this issue.
Thanks for your great work.
User avatar
Junior Boarder

teitbite
Thu Oct 15, 2015 8:30 am
Hi

Sorry, still waiting for answer from programmers. They suspect it's a problem with SqueezeBox.initialize funciton from this plugin, but has not come up with a fix yet.
User avatar
Moderator

teitbite
Thu Oct 15, 2015 11:10 am
Hi

I just got an answer. Problem is with joomla editor. The code for this plus sign is being removed when You click save because it's using a structure without any content and editor finds it useless. So a fix to that is to disable using editor in user settings or reconfigure it so it will not remove empty elements.

Here is a HTM from our demo if You need to recreate it:

Code: Select all
<div class="big-photo">
<div class="big-photo-img">
<img src="images/demo/ecommerce/shoes_bg.jpg" alt="" />

<span class="big-photo-button gk-overlay-button" style="top: 20%; right: 30%" data-sr="scale up 30% over .75s and wait .5s">
<span class="big-photo-button-preloader"></span>
<span class="big-photo-button-popup">
<img src="images/demo/ecommerce/popup_img1.jpg" alt="">
<strong>Free Powerliners</strong>
<small>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </small>
</span>
</span>

<span class="big-photo-button gk-overlay-button" style="top: 70%; right: 10%" data-sr="scale up 30% over .75s and wait .8s">
<span class="big-photo-button-preloader"></span>
<span class="big-photo-button-popup">
<img src="images/demo/ecommerce/popup_img2.jpg" alt="">
<strong>Round Shoelaces</strong>
<small>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </small>
</span>
</span>

</div>
<div class="big-photo-desc">
<h2>Intelligent Shoe</h2>
<p>What really makes us stand out from the crowd is our commitment to our community. We develop powerful plugins that add a ton of features and control to your site, all open-source and free to use as you please.</p>
<p>Purchase a theme with us and you'll get to use it on as many websites as you like, with access to any updates we release and technical support whenever you need it; no artificial limits here. Go further with our All Theme package, which get you access to everything we've released and will ever release for a fraction of the cost. Enjoy creative freedom with GavickPro!</p>
<span>

<span class="big-photo-button" data-sr="scale up 30% over .75s and wait 1.1s">
<span class="big-photo-button-preloader"></span>
<span class="big-photo-button-popup">
<img src="images/demo/ecommerce/popup_img3.jpg" alt="">
<strong>Eco Cowhide</strong>
<small>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </small>
</span>
</span>
</span>
</div>
</div>
User avatar
Moderator

GK User
Fri Oct 16, 2015 8:57 pm
Hi teitbite,

Yes, that worked. Great!

Thanks.
User avatar
Junior Boarder

teitbite
Sun Oct 18, 2015 5:28 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron