This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Web

  • ****
  • 183 posts
Post an ad
« on: June 10, 2020, 04:31:38 PM »
How to make all time display ’POST AN AD‘ ?

*

MB Themes

Re: Post an ad
« Reply #1 on: June 11, 2020, 07:42:45 AM »
@Web
In global.js remove this lines:
Code: [Select]
    if(scroll <= 500) {
      $('.mobile-post-wrap').fadeOut(300);
    } else {
      $('.mobile-post-wrap').fadeIn(300);
    }
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Thomas L

  • *
  • 3 posts
Re: Post an ad
« Reply #2 on: June 14, 2020, 06:45:07 PM »
do not remove,

update like this

 if(scroll <= 500) {
      $('.mobile-post-wrap').fadeIn(300);
    } else {
      $('.mobile-post-wrap').fadeIn(300);
    }

*

MB Themes

Re: Post an ad
« Reply #3 on: June 14, 2020, 06:54:14 PM »
That would be simply useless.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

SriramRajendran

  • ***
  • 29 posts
  • Sriram Rajendran
Re: Post an ad
« Reply #4 on: June 14, 2020, 07:04:39 PM »
@Web
In global.js remove this lines:
Code: [Select]
    if(scroll <= 500) {
      $('.mobile-post-wrap').fadeOut(300);
    } else {
      $('.mobile-post-wrap').fadeIn(300);
    }


This is not working

*

SriramRajendran

  • ***
  • 29 posts
  • Sriram Rajendran
Re: Post an ad
« Reply #5 on: June 14, 2020, 07:05:30 PM »
do not remove,

update like this

 if(scroll <= 500) {
      $('.mobile-post-wrap').fadeIn(300);
    } else {
      $('.mobile-post-wrap').fadeIn(300);
    }


This is working

*

Web

  • ****
  • 183 posts
Re: Post an ad
« Reply #6 on: June 15, 2020, 07:18:30 PM »
@mbthemes

Not working

Marked as best answer by Web on June 16, 2020, 02:25:07 PM
*

MB Themes

Re: Post an ad
« Reply #7 on: June 15, 2020, 07:46:44 PM »
It is needed to change display properties to block in responsive.css, hope you can manage that
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots