Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
navjottomer committed Aug 22, 2020
1 parent 9d61ac9 commit bf4d2cb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion css/main-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ function bender_draw_categories_list()
$_name = osc_category_name();
$_total_items = osc_category_total_items();
if (osc_count_subcategories() > 0) { ?>
<span class="collapse resp-toogle"><i class="fa fa-caret-right fa-lg"></i></span>
<span class="collapse .resp-toggle"><i class="fa fa-caret-right fa-lg"></i></span>
<?php } ?>
<?php if ($_total_items > 0) { ?>
<a class="category <?php echo $_slug; ?>"
Expand Down
2 changes: 1 addition & 1 deletion item.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function sidebar(){
<?php if( !osc_item_is_expired () ) { ?>
<?php if( !( ( osc_logged_user_id() == osc_item_user_id() ) && osc_logged_user_id() != 0 ) ) { ?>
<?php if(osc_reg_user_can_contact() && osc_is_web_user_logged_in() || !osc_reg_user_can_contact() ) { ?>
<a href="#contact" class="ui-button ui-button-middle ui-button-main resp-toogle"><?php _e('Contact seller', 'bender'); ?></a>
<a href="#contact" class="ui-button ui-button-middle ui-button-main .resp-toggle"><?php _e('Contact seller', 'bender'); ?></a>
<?php } ?>
<?php } ?>
<?php } ?>
Expand Down
2 changes: 0 additions & 2 deletions sass/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ body.search .list-header .actions{
line-height: 2em;
}



.flashmessage-404{
background-color: #FCF8E3;
border: solid 1px #FBEED5;
Expand Down
2 changes: 1 addition & 1 deletion search.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function log( message ) {
printf(__('%1$d - %2$d of %3$d listings', 'bender'), $search_number['from'], $search_number['to'], $search_number['of']);
?></span>
<div class="actions">
<a href="#" data-bclass-toggle="display-filters" class="resp-toogle show-filters-btn"><?php _e('Show filters','bender'); ?></a>
<a href="#" data-bclass-toggle="display-filters" class="resp-toggle show-filters-btn"><?php _e('Show filters','bender'); ?></a>
<span class="doublebutton <?php echo $buttonClass; ?>">
<a href="<?php echo osc_esc_html(osc_update_search_url(array('sShowAs'=> 'list'))); ?>" class="list-button" data-class-toggle="listing-grid" data-destination="#listing-card-list"><span><?php _e('List','bender'); ?></span></a>
<a href="<?php echo osc_esc_html(osc_update_search_url(array('sShowAs'=> 'gallery'))); ?>" class="grid-button" data-class-toggle="listing-grid" data-destination="#listing-card-list"><span><?php _e('Grid','bender'); ?></span></a>
Expand Down
2 changes: 1 addition & 1 deletion user-sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
?>
<div class="actions">
<a href="#" data-bclass-toggle="display-filters" class="resp-toogle show-filters-btn"><?php _e('Display menu','bender'); ?></a>
<a href="#" data-bclass-toggle="display-filters" class="resp-toggle show-filters-btn"><?php _e('Display menu','bender'); ?></a>
</div>
<div id="sidebar">
<?php echo osc_private_user_menu( get_user_menu() ); ?>
Expand Down

0 comments on commit bf4d2cb

Please sign in to comment.