*

gnolino

  • **
  • 16 posts
No footer showed on gum theme
« on: May 05, 2020, 07:32:42 PM »
Hi
I have a problem with gum theme.
Osclass pay works fine but when the customer browses his account and click on "Promotions", footer disappear.
Onother problem is that he can't delete his account clicking on the apposite link, becouse it does'nt run.
So in every other plugin pages
May be someone has resolved same problem?
I use osclass 3.8
Thank for your attention
gnolino

*

MB Themes

Re: No footer showed on gum theme
« Reply #1 on: May 05, 2020, 07:48:17 PM »
@gnolino
Footer usually disappears if there is PHP error.
Enable error reporting in your PHP and look for issue, I would bet you are getting error from one of payment options.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

gnolino

  • **
  • 16 posts
Re: No footer showed on gum theme
« Reply #2 on: May 06, 2020, 09:54:27 AM »
Hi,
thanks for your reply.
I checked and error it's enable on php.ini
I checked debug.log and nothing appear.
I made a test and a generate an error on index.php and I found it on debug.log
It seems calling lightbox.js in the end of the page.
It's possible to read code included into this file.
  Lightbox.prototype.build = function() {
    var self = this;
    $('<div id="lightboxOverlay" class="lightboxOverlay"></div><div id="lightbox" class="lightbox"><div class="lb-outerContainer"><div class="lb-container"><img class="lb-image" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" /><div class="lb-nav"><a class="lb-prev" href="" ></a><a class="lb-next" href="" ></a></div><div class="lb-loader"><a class="lb-cancel"></a></div></div></div><div class="lb-dataContainer"><div class="lb-data"><div class="lb-details"><span class="lb-caption"></span><span class="lb-number"></span></div><div class="lb-closeContainer"><a class="lb-close"></a></div></div></div></div>').appendTo($('body'));
I saw pagseguro use this .js file.
I 'm thinking about it becouse the script that delete account is on the haeder anyway but when "promotions" is open it does'nt work.
You esclude a .js conflit?

« Last Edit: May 06, 2020, 05:54:59 PM by gnolino »

*

MB Themes

Re: No footer showed on gum theme
« Reply #3 on: May 07, 2020, 06:54:18 AM »
@gnolino
It will be php error, try with bender theme
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

gnolino

  • **
  • 16 posts
Re: No footer showed on gum theme
« Reply #4 on: May 07, 2020, 04:02:25 PM »
Hi,
if I use bender theme is Ok.
I 'll try your tips
Thanks