Osclass forums
Support forums => Themes => Repurpose => Topic started by: Mubashar 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 (http://www.desiguide.de)
OR can some one tell me how to show subcategories within the same box.
Thanks
-
Hi,
Javascript console error:
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 (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
-
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.
-
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
-
Thank you so much dear teseo, You are right. Each Category must contain a subcategory
-
Must be a requirement for the dual selector Categories/Subcategories... ???
Well, glad to be of help, regards.