muzli
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hemingway] unstick sticky menu while mobile nav is openedWell unfortunately this won’t solve my problem fully. In this case the sticky menu will be disabled at all if the user views it with mobile. However I would like to disable it only if the mobile menu is in opened position.
Answer to your question:
It is connected with the sticky menu. In default the up-to-the-top class isn’t displayed and then I used the.is-sticky .up-to-the-top
selector to set the display value to block. Hope it helps you out! ??Also waiting for better solution for my original question.
Thanks!Hey guys!
I’ve solved the problem. I write it down if anybody else need help as well.
So, in functions.php you have to comment out lines from 416 to 484. That’s it. If you done this, custumization api will be disabled.<!--Customizer CSS--> <style type="text/css"> <?php self::generate_css('.blog-title a:hover', 'color', 'accent_color'); ?> <?php self::generate_css('.blog-menu a:hover', 'color', 'accent_color'); ?> ...and so on 'till the end of the same starting lines.
Good luck!
Forum: Themes and Templates
In reply to: [Hemingway] Sticky NavigationHi Tr0nlives,
I did the same thing that you wrote down here and it works correctly in desktop but not in mobile browser (Android Firefox). It won’t be sticky in mobile and can’t open the nav. I also checked your site in my mobile browser and it works.
I’m asking if you did anything else that you wrote down here.Thank you for your reply!
Benceps: site is https://muzli.hostoi.com/
Forum: Themes and Templates
In reply to: [Expound] popdown menuOkay, I solved the problem with a simple JS onclick.
Forum: Themes and Templates
In reply to: [Expound] popdown menuI found the style of the pop-down menu, but it wasn’t enough. I guess there’s a need of some php as well for popping the menu out just when the user clicks to it. (Or some JS maybe?)
Forum: Themes and Templates
In reply to: [Reddle] center menu barit’s working, thank you very much!
i tried to set the margin of this element like this, but without the “display: table;
” it didn’t work.
thanks again!Forum: Themes and Templates
In reply to: [Reddle] center menu barof course: https://muzli.comoj.com
Forum: Themes and Templates
In reply to: [Expound] menu arrowThank you, now I see it.
Eventually, I solved my problem in another way, but thanks.Forum: Themes and Templates
In reply to: [Expound] menu arrowThat’s cool, thanks.
And how did you make it appear under the menu line?
Thanks again!Forum: Themes and Templates
In reply to: [Reddle] Center Menu BarHello,
I still need some help te made the menu centered.Forum: Themes and Templates
In reply to: [Reddle] main widthI solved the problem by myself.
Forum: Themes and Templates
In reply to: [Expound] menu header to other themeFirstly thank you for your reply. I’m familiar with CSS and have a little PHP knowledge as well. Also I have to admit I don’t know PHP too much. What I already have tried is: changing my Reddle theme’s header.php to Expound’s header.php in a child theme and also copied all of the CSS rules to my child theme’s CSS what the header.php of Expound theme needed. But unfortunately it didn’t work. Am I on the right way of changing my theme’s header to yours or in a really bad way? ??
Thank you again for your help.