Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • in reply to: Turn off descriptions in menu #220570
    stacia
    Member
    Post count: 14

    Yes I need it . as hiding is not the good way I think. also on mobile menu. when I click on submenu its expand but not again close! also I don’t see any button to close the mobile menu!!! why! its important!

    in reply to: Turn off descriptions in menu #220561
    stacia
    Member
    Post count: 14

    I mean now I’m using display none on the code. so Now its not showing.

    but I need to know “You will only need to copy over the mega menu function into your child theme functions.php – you do need to copy the file/structure.” > which code should I put on functions.php file?

    in reply to: Turn off descriptions in menu #220536
    stacia
    Member
    Post count: 14

    Now I’m using display:none. which code please give me that.

    in reply to: Turn off descriptions in menu #220528
    stacia
    Member
    Post count: 14

    Hi I removed that code and put it on the same location on a child theme. but it seems like no change. !

    in reply to: instagram mobile issue #220512
    stacia
    Member
    Post count: 14

    Yeah! I just found a way and that worked!

    in reply to: change the product width on mobile screen. #220483
    stacia
    Member
    Post count: 14

    okay.. which file and how I need to change?

    in reply to: change the product width on mobile screen. #220480
    stacia
    Member
    Post count: 14

    also want to show instagram photos 5 items in a row on mobile too. now its only one per row.

    in reply to: change the product width on mobile screen. #220457
    stacia
    Member
    Post count: 14

    <div class=”spb_content_element col-sm-3 col-xs-6 spb_text_column”>
    I want to add extra class like this.. col-xs-6. its easy to do

    in reply to: change the product width on mobile screen. #220232
    stacia
    Member
    Post count: 14

    also is there any way to make instagram 5 items per row to 6 items or more?

    in reply to: child-theme problem #216539
    stacia
    Member
    Post count: 14

    No! It doesn’t works as this <?php echo $tb_left_output; ?> only allow one option like if I want to show account then it shows account only I can’t show up account,cart, search( there is no search option available right now for topbar but I need this ) . but I want to show this way.! seems like you need to add option like header area to input multiple option on both sides.

    in reply to: child-theme problem #216311
    stacia
    Member
    Post count: 14

    Okay Make it clear for you. I want to show my top bar like this. Please help me how can i do it.

    Attachments:
    You must be logged in to view attached files.
    in reply to: child-theme problem #216302
    stacia
    Member
    Post count: 14

    Okay did it and work half.!! I just put this code
    <div class="col-sm-4 tb-right"><?php echo $header_right_output; ?></div>
    but it doesn’t seems to be working. on the browser its empty like this.
    <div class="col-sm-4 tb-right"></div>

    in reply to: child-theme problem #216257
    stacia
    Member
    Post count: 14

    I want to change this
    `<div class=”container fw-header”>
    <?php } else { ?>
    <div class=”container”>
    <?php } ?>
    <div class=”col-sm-4 tb-left”><?php echo $tb_left_output; ?></div>
    <div class=”col-sm-4 tb-left”>FREE STANDARD SHIPPING ON ORDERS OVER $300</div>
    <div class=”col-sm-4 tb-right”><?php echo $header_right_output; ?></div>
    </div>
    </div>`
    how to do this?

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