this is my website
http://galerigis.com
I am using opencart v 1.4.9.1
I have take a look the img file..it look likes this

need assistant
thanks before
The first time I visited your site, the image looks weird indeed, it perhaps a result of corrupted upload. I have visisted your site using Opera, FF, and Chrome just now. Your site is fine on those 3 browsers. Maybe you should try clearing your cache file after re-uploading the header image.konservasi wrote:Hai, I have install the mod
this is my website
http://galerigis.com
I am using opencart v 1.4.9.1
I have take a look the img file..it look likes this
need assistant
thanks before
thanks for your help..right now, I can see the panel..it looks great, but my problem now is the information module looks is diffterent than before I have install this moddvio wrote:The first time I visited your site, the image looks weird indeed, it perhaps a result of corrupted upload. I have visisted your site using Opera, FF, and Chrome just now. Your site is fine on those 3 browsers. Maybe you should try clearing your cache file after re-uploading the header image.konservasi wrote:Hai, I have install the mod
this is my website
http://galerigis.com
I am using opencart v 1.4.9.1
I have take a look the img file..it look likes this
need assistant
thanks before
Thx,
dvio
wandotshop wrote:Dear dvio...
i love ur module.. but i see some diffrent on the default page with after modi with your module...
could u see under categories or information..there are diffrent between before modify and after modify...could u make it as same as before...if u see that...before is default icon side the sub2 item...but for new is like a dot icon... can u get the default? TQ
I have updated the mod. The bug was there because I didn't notice that there's a div id already assigned on the modules middle div. Please download updated mod in first post. or you can do it manually:wandotshop wrote:Dear dvio...
i love ur module.. but i see some diffrent on the default page with after modi with your module...
could u see under categories or information..there are diffrent between before modify and after modify...could u make it as same as before...if u see that...before is default icon side the sub2 item...but for new is like a dot icon... can u get the default? TQ
Code: Select all
$(".box .middle").each(function() {
$(this).attr("id", moduleid);
moduleid++;
$(this).toggle($.cookie('show-' + this.id) != 'collapsed');
$(this).parent().toggleClass("hide",$.cookie('show-' + this.id) == 'collapsed');
});
Code: Select all
$(".box .middle").each(function() {
$(this).parent().attr("id", moduleid);
$(this).toggle($.cookie('show-' + moduleid) != 'collapsed');
$(this).parent().toggleClass("hide",$.cookie('show-' + moduleid) == 'collapsed');
moduleid++;
});
Code: Select all
<script type="text/javascript" src="catalog/view/javascript/jquery/toggle_module.js"></script>
Code: Select all
<script type="text/javascript" src="catalog/view/javascript/jquery/toggle_module.js"></script>
Do the same fix as above post, or as in the PMkonservasi wrote: thanks for your help..right now, I can see the panel..it looks great, but my problem now is the information module looks is diffterent than before I have install this mod
I'm really sorry, another thing I missedwandotshop wrote:Dear Dvio..
i just defined new problem related to your module... plz help... really love ur module so much..
the problem occur when i got to product..then add to cart...got weird...the image ghost go wrong way...and the shopping cart no update as per default... i enable your module..then everything going fine... could u plz check it...i really2 need your module so much
Code: Select all
$(this).parent().attr("id", moduleid);
Code: Select all
$(this).next(".box .bottom").attr("id", moduleid);
Code: Select all
$.cookie('show-' + $(this).parent().attr("id"), $(this).is(":hidden") ? 'collapsed' : 'expanded');
Code: Select all
$.cookie('show-' + $(this).next(".box .bottom").attr("id"), $(this).is(":hidden") ? 'collapsed' : 'expanded');
karlpers wrote:someone might already have asked you this question, but Im trying anyway.
If I want to change it so that the modules are hidden as default, where do I change it?
Code: Select all
var moduleid = 0;
$(".box .middle").each(function() {
$(this).next(".box .bottom").attr("id", moduleid);
$(this).toggle($.cookie('show-' + moduleid) != 'collapsed');
$(this).parent().toggleClass("hide",$.cookie('show-' + moduleid) == 'collapsed');
moduleid++;
});
Code: Select all
$(".box .middle").hide(); $(".box").toggleClass("hide",true);
var moduleid = 0;
$(".box .middle").each(function() {
$(this).next(".box .bottom").attr("id", moduleid);
$(this).toggle($.cookie('show-' + moduleid) == 'expanded');
$(this).parent().toggleClass("hide",$.cookie('show-' + moduleid) == 'expanded');
moduleid++;
});
I'm sorry for this late reply.Devil231 wrote:Hi,
I want to know how can i make this extension work just for one module.
Instead make all modules collapsible i want to make just one to collapse.
Thank you!
dvio wrote:I'm sorry for this late reply.Devil231 wrote:Hi,
I want to know how can i make this extension work just for one module.
Instead make all modules collapsible i want to make just one to collapse.
Thank you!
you can edit the js to scan and work for only one id and add an id in the specific module div. I can't help you more right now since I'm on a trip, I'll try to come back to you tomorrow.
dvio
Devil231 wrote:Hi,
I want to know how can i make this extension work just for one module.
Instead make all modules collapsible i want to make just one to collapse.
Thank you!
It is possible to make this module to work just for one module, and it's just an easy fix if I have the time and have openchart installed in my local pc which is currently not. I'll be back with the modification some times next week.theone wrote:Hi, thanks very much for this nice module, i have same question like this user, please clarify if possible.
kind regards
Devil231 wrote:Hi,
I want to know how can i make this extension work just for one module.
Instead make all modules collapsible i want to make just one to collapse.
Thank you!
Users browsing this forum: No registered users and 4 guests