Hi mb theme,
if someone do inspect element, people would see the structure of osclass folder. among them are as follow:
oc-icludes/osclass/assets/js/jquery3
tried to use rewrite rules using .htaccess file, so that the folder would looks like as below:
oc-icludes/assets/js/jquery3, where osclas path wont be visible when someone do inspect element.
yes, the codes works, the folder path will show only ,oc-icludes/assets/js/jquery3, but the problem is, categories, region and cities are missing, not being shown when clicked on its button selection (homepage and search page)
if available, do anyone herr knows whts the best solution to make the folder paths will looks as
oc-icludes/assets/js/jquery3 without breaking any functionality. just wanna hide the words osclass from its original folder paths (to hide so that the word osclass will be hidden when somone do inspect element :
oc-icludes/osclass/assets/js
to
oc-icludes/assets/js
Thank you
thank you