Advertisement:

Author Topic: Subcategories are not showing up while posting the add  (Read 2136 times)

Mubashar

  • Newbie
  • *
  • Posts: 13
Subcategories are not showing up while posting the add
« on: May 23, 2014, 01:54:36 pm »
I tried nearly all the topics regarding this issue in this Forum, but could not brought it to work. I am using Osclass 3.3.2 with Repurpose theme. Every thing is just functioning fine. There are only two minor things to be done. For any help I will be very thanks full.
1. Subcategories are not showing up while posting the add
2. The page (item-post) is taking too long to load.
Here is a link to my site
http://www.desiguide.de
OR can some one tell me how to show subcategories within the same box.
Thanks
« Last Edit: May 23, 2014, 02:05:05 pm by Mubashar »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Subcategories are not showing up while posting the add
« Reply #1 on: May 23, 2014, 02:27:23 pm »
Hi,

Javascript console error:

Quote
ReferenceError: invalid assignment left-hand side
   
} ;repurpose_theme.categories.private-anzeigen = { } ;

   

http://www.webdeveloper.com/forum/showthread.php?175276-RESOLVED-Invalid-assignment-left-hand-side-error

You cannot use a dash on "private-anzeigen", in that context it's being interpreted as a substraction sign. Rename it as "private_anzeigen" wherever it's necessary.

Likely unrelated, but still an issue: you're loading a bunch of scripts twice on your homepage (see attachment).

Regards

Mubashar

  • Newbie
  • *
  • Posts: 13
Re: Subcategories are not showing up while posting the add
« Reply #2 on: May 23, 2014, 02:42:11 pm »
Thank you very much for your help. Private-Anzeigen is the output of Private Anzeigen. Does it means that I can not use any spaces in the Titles of Categories? I have renamed htaccess to check if "-" is coming from that file. Still Subcategories are not showing up.

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Subcategories are not showing up while posting the add
« Reply #3 on: May 23, 2014, 05:15:09 pm »
I don't think spaces in the name are the problem, try this: create at least one enabled subcategory for both Jobs and Private Anzeigen.

Regards

Mubashar

  • Newbie
  • *
  • Posts: 13
Re: Subcategories are not showing up while posting the add
« Reply #4 on: May 23, 2014, 08:30:24 pm »
Thank you so much dear teseo, You are right. Each Category must contain a subcategory

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Subcategories are not showing up while posting the add
« Reply #5 on: May 23, 2014, 08:36:25 pm »
Must be a requirement for the dual selector Categories/Subcategories... ???

Well, glad to be of help, regards.