Advertisement:

Author Topic: [Solved] Image upload option is not showing in add listing page.  (Read 1719 times)

ayaz

  • Newbie
  • *
  • Posts: 18
[Solved] Image upload option is not showing in add listing page.
« on: September 08, 2016, 05:34:42 pm »
Hi All,

I have a weird problem in my website that there is no option showing to upload image.
i have already enable the attach photo option in listing setting but nothing happened  :(

please anyone help me what to do. :( :(
« Last Edit: September 09, 2016, 02:57:06 pm by ayaz »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Image upload option is not showing in add listing page.
« Reply #1 on: September 08, 2016, 07:22:12 pm »
Hi,

What's your site?

Regards

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Image upload option is not showing in add listing page.
« Reply #2 on: September 08, 2016, 11:15:57 pm »
@ayaz
Make sure you have no javascript errors on your site.


SteveJohnson

  • Sr. Member
  • ****
  • Posts: 328
  • Golden tip - Clear your cache :|
Re: Image upload option is not showing in add listing page.
« Reply #3 on: September 09, 2016, 07:03:11 am »
A small check, if you use Cloudflare, disable the "Rocketloader". I've had a similar problem with it in the past.

ayaz

  • Newbie
  • *
  • Posts: 18
Re: Image upload option is not showing in add listing page.
« Reply #4 on: September 09, 2016, 08:45:27 am »
Hi,

What's your site?

Regards

Hi @teseo,

My site is http://FindOnUs.in

after check i found if i refresh the page more than 3 times than image upload option is displaying. Please guide me as i'm not so good in php programming.



ayaz

  • Newbie
  • *
  • Posts: 18
(Solved) Image upload option is not showing in add listing page.
« Reply #7 on: September 09, 2016, 02:39:47 pm »
After remove that async from scripts.php now the problem has been resolved.

Thanks @teseo for the hint  ;)

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Image upload option is not showing in add listing page.
« Reply #8 on: September 09, 2016, 02:55:16 pm »
I have added this async for Eliminate render blocking java script as you said in this below link:
http://forums.osclass.org/development/how-to-load-jquery-library-externally-eliminate-render-blocking-javascript/

:D

On December 2013 I added to my post there:

*** Better forget about this, problems with some jQuery plugins, I guess we'll have to live without the Google seal of approval. :D ***

(Now I've moved this warning to the beginning of the post so it's more clear).

The only way to achieve this would be to patiently modify all your theme scripts AND all your plugins to move to footer section any inline script requiring jQuery loaded. Even so, you'd need to do it again for each plugin you add to your setup. Bottom line, better forget about this. ;)

You're welcome, regards