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.
well, what exactly did you do? because mine looks great!?
Quote from: bwakad247 on May 16, 2013, 02:30:35 amwell, what exactly did you do? because mine looks great!?I got all mad about so I decided to stay with the list view but I tweaked it to look a bit better... Add shadows and tooltips, I think I like better now. Check it out: http://web.mallpatagonia.cl/Thanks anyway!
<ul class="listing-card-list" id="listing-card-list">
<ul class="listing-grid" id="listing-card-list">
Quote from: bwakad247 on May 12, 2013, 02:33:36 amNow for who clicks the button to go to table mode you will notice in the url it will lead you to the search page. If you would like it to stay on the main page, you should change the url. Look after this part: Code: [Select]<span class="doublebutton etc. of the main.php page, and change the parts that says (there are 2):Code: [Select]<?php echo osc_update_search_urlto:Code: [Select]<?php echo osc_base_url. /*with index.php in browser adres bar*/or:Code: [Select]<?php echo osc_base_url($with_index = false) /* without index.php in browser adres bar */doesnt seems to work good... I mean, when you enter the page the grid looks all messy.
Now for who clicks the button to go to table mode you will notice in the url it will lead you to the search page. If you would like it to stay on the main page, you should change the url. Look after this part: Code: [Select]<span class="doublebutton etc. of the main.php page, and change the parts that says (there are 2):Code: [Select]<?php echo osc_update_search_urlto:Code: [Select]<?php echo osc_base_url. /*with index.php in browser adres bar*/or:Code: [Select]<?php echo osc_base_url($with_index = false) /* without index.php in browser adres bar */
<span class="doublebutton
<?php echo osc_update_search_url
<?php echo osc_base_url
<?php echo osc_base_url($with_index = false)
<a href="<?php echo osc_update_search_url(array('sShowAs'=> 'gallery')); ?>
<a href="<?php echo osc_base_url($with_index = false); ?>
<a href="<?php echo osc_base_url($with_index = false)(array('sShowAs'=> 'gallery')); ?>
stiffe, I think we replace Code: [Select]<a href="<?php echo osc_update_search_url(array('sShowAs'=> 'gallery')); ?> withCode: [Select]<a href="<?php echo osc_base_url($with_index = false); ?> NOT withCode: [Select]<a href="<?php echo osc_base_url($with_index = false)(array('sShowAs'=> 'gallery')); ?>