New Landing How can we help? Themeforest Theme Support Neighborhood Sidebar menu on top on mobile devices

Viewing 15 posts - 1 through 15 (of 15 total)
  • #255054
    goodtimesmag
    Member
    Post count: 191

    Hi swiftideas team,

    I have seen that several people asked for the sidebar to be placed on top (before the products) on mobile devices. From a customer point of view it really makes no sense that the product filters are placed under the products.

    I think how you did it in the atelier theme is perfect. It is really sad that the neighborhood theme is not mobile optimized regarding the shop look and feel.

    Do you have a workaround or a quick solution to bring the sidebar on top on mobile devices?

    This my website: http://goodtimesdeals.de/produkt-kategorie/action-cams-zubehoer/

    #255436
    goodtimesmag
    Member
    Post count: 191

    Hi guys, do you have a solution for my issue?

    #255501
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit archive-product.php file at /neighborhood/woocommerce.
    Find this code and cut it :-

    <?php if ($sidebar_config == "left-sidebar") { ?>
    
    		<aside class="sidebar left-sidebar span3">
    			<?php dynamic_sidebar($left_sidebar); ?>
    		</aside>
    
    		<?php } else if ($sidebar_config == "right-sidebar") { ?>
    
    		<aside class="sidebar right-sidebar span3">
    			<?php dynamic_sidebar($right_sidebar); ?>
    		</aside>
    
    		<?php } else if ($sidebar_config == "both-sidebars") { ?>
    
    		<aside class="sidebar right-sidebar span3">
    			<?php dynamic_sidebar($right_sidebar); ?>
    		</aside>
    
    		<?php } ?>

    Paste after this code:-
    <div class="inner-page-wrap <?php echo $page_wrap_class; ?> clearfix">
    Thanks
    Mohammad

    #255527
    goodtimesmag
    Member
    Post count: 191

    Thanks Mohammad!

    1) But is there no way to create a similar filter structure like in the atelier? So that you have a “+ Filters” button (see image 1). If not, how complex is it to build this? In my opinion it would have an enormous effect on the usability of the shop.

    2) I have seen that the dropdown filters don’t use the full width of sidebar (most of the time they are smaller) and on my iPad they are wider than the sidebar itself (see image 2)? Do you have a code to solve this, so that the dropdown filter has always the same width like the sidebar?

    3) At the moment all dropdown filter elements look differently on mobile than on desktop. On desktop they are completely grey, which is fine, but on mobile they have a colour gradient and a white arrow (see image 3). What css can I use to make them look like on the desktop?

    4) Where can I change the wording inside the woocommerce layer navigation? The actual wording “Beliebige Brand” sounds strange.

    Many thanks for your help in advance!

    Attachments:
    You must be logged in to view attached files.
    #255990
    goodtimesmag
    Member
    Post count: 191

    Hi Mohammad, did you have find the solutions for my mentioned issues?

    #255999
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Its not possible in this theme.

    2- Please use this custom css code:-
    @media screen and (max-width: 767px) {
    .sidebar select{width:100px !important;}
    }

    3- This is the screen effect.

    4- You can change it at Admin -> Appearance -> Widgets -> Layered navigation Widget -> Change the title of it.

    #256002
    goodtimesmag
    Member
    Post count: 191

    Hi Mohammad,

    1) Is it complicate to integrate it manually?

    2) The code doesn’t help (see screenshots). The dropdowns are either narrower than the siedebar or wider.

    3) But there should be a code to change the color, because now the user can not even see that there is a dropdown arrow.

    4) I don’t want to change the widget title. I would like to change the wording inside the dropdown box. At the moment it says i.e. “Beliebige Brand”, but that is weird german. I think it is a php pre-setting.

    #256024
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Yes, its very complicated.

    2- Please remove the last code and try to use this code:-

    .sidebar select{
    width:100% !important
    }

    3- Please use this custom css code:-

    @media screen and (max-width: 767px) {
    .sidebar select:after{
    content: '\f107';
    font-family: FontAwesome !important;
    float: right;
    padding-top: 11px;
    }
    }

    4- Use real time find and replace plugin https://wordpress.org/plugins/real-time-find-and-replace/.

    Thanks
    Mohammad

    #256032
    goodtimesmag
    Member
    Post count: 191

    1) Ok, thanks for the info. Is it planed to integrate in the theme? It would help many users in my opinion.

    2) Now it works.

    3) I don’t see any changes when using the code. Is there no way to make the dropdowns look the same on mobile like on desktop?

    4) Thanks for the plugin. Now it works.

    #256035
    goodtimesmag
    Member
    Post count: 191

    Is is also possible to display all dropdown boxes without any border radius?

    #256037
    goodtimesmag
    Member
    Post count: 191

    I would like that the dropdowns look like the grey button in the price filter. So what can I do to bring them to the same design?

    #256043
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    My colleague will assist you now.
    Thanks
    Mohammad

    #256049
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Sorry this thread is a little confusing, please explain your issue. If you have additional questions it’s better that you open a new thread for them to prevent confusion

    – Kyle

    #256060
    goodtimesmag
    Member
    Post count: 191
    #256070
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its ok.
    Thanks
    Mohammad

Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in to reply to this topic.