Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
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!
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?
Now I’m using display:none. which code please give me that.
Hi I removed that code and put it on the same location on a child theme. but it seems like no change. !
Yeah! I just found a way and that worked!
okay.. which file and how I need to change?
also want to show instagram photos 5 items in a row on mobile too. now its only one per row.
<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 doalso is there any way to make instagram 5 items per row to 6 items or more?
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.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.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>
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? -
Posted in: We hit Power Elite.