Important security update, please update to Osclass 3.7.4
At Osclass we have changed our Privacy Policy and Terms of Use in order to adapt them to the new General Data Protection Regulation (GDPR). We want you to know what user data we store, what we need them for, and who we share them with in each specific case. Furthermore, we are making it even easier for you to exercise your right to manage your own data.
Our goal is that you enjoy the best possible experience with our website. As the GDPR comes into force, legislation requires us that you grant us permission—both to us and our partners—to store cookies in your browser. Remember you can find more information about what we do with your data by clicking here.
I accept Osclass SL’s Terms of Use and Cookies Policy and grant them permission to manage my data.
Quote from: haryour on February 25, 2014, 04:49:25 am@cartagena68Thanks man! You are a genius.Got the question for you. The Sort By is inactive i.e. unclickable. How do I go about this?First thank you, second i'm not a genius.About your question, i don't understand what you mean. Is your site online?
@cartagena68Thanks man! You are a genius.Got the question for you. The Sort By is inactive i.e. unclickable. How do I go about this?
Hi,i had the same problem, is working if you have subcategories, but if you have only categories is not working.What i did is a little change in file function.php in your theme folderfind the line (around 198)<h1><a class="category <?php echo osc_category_slug() ; ?>" href="<?php echo osc_search_category_url() ; ?>"><?php echo osc_category_name() ; ?></a> <span>(<?php echo osc_category_total_items() ; ?>)</span></h1>and replace withCode: [Select]<h1><a onclick="javascript:location.href='<?php echo osc_search_category_url() ; ?>'" class="category <?php echo osc_category_slug() ; ?>" href="<?php echo osc_search_category_url() ; ?>"><?php echo osc_category_name() ; ?></a> <span>(<?php echo osc_category_total_items() ; ?>)</span></h1>and line 203<a class="category <?php echo osc_category_slug() ; ?>" href="<?php echo osc_search_category_url() ; ?>"><?php echo osc_category_name() ; ?></a> withCode: [Select]<a onclick="javascript:location.href='<?php echo osc_search_category_url() ; ?>'" class="category <?php echo osc_category_slug() ; ?>" href="<?php echo osc_search_category_url() ; ?>"><?php echo osc_category_name() ; ?></a> i'm not sure if you need to change the second line to, try only the first and then you see if is working
<h1><a onclick="javascript:location.href='<?php echo osc_search_category_url() ; ?>'" class="category <?php echo osc_category_slug() ; ?>" href="<?php echo osc_search_category_url() ; ?>"><?php echo osc_category_name() ; ?></a> <span>(<?php echo osc_category_total_items() ; ?>)</span></h1>
<a onclick="javascript:location.href='<?php echo osc_search_category_url() ; ?>'" class="category <?php echo osc_category_slug() ; ?>" href="<?php echo osc_search_category_url() ; ?>"><?php echo osc_category_name() ; ?></a>
bender.langs = <?php echo json_encode($js_lang); ?>
bender.langs = <?php echo json_encode($js_lang); ?>;