-
AuthorPosts
-
August 25, 2022 at 11:20 am #1362752
Hi Team,
I have create a page and using full screen slider for big screen and grid row for small screen.
I tried using the enfold feature for hiding the content on different screens but unfortunately it didn’t work.
I will appreciate if you could help me out with this.
I am sharing page link and login credentials in private section.
August 25, 2022 at 1:02 pm #1362783Hey Medecho,
Thanks for contacting us!
I fixed a CSS error in style.css file of your child theme and chose to hide your Grid Row on larger screens (which was not checked previously) however neither helped.
I see that you have header.php file on your child theme. Could you please copy a fresh header.php file from your parent theme, re-apply the modifications you have made on the file and update it on your child them and check if that helps? :)
Best regards,
YigitSeptember 1, 2022 at 12:09 pm #1363472Hi Yigit,
Thanks a lot, the suggestion worked, but I’m a beginner and cannot differentiate what differences are being made before and after copying the new header.php file.
Can you please let us know about the same?Also we have another issue- the burger menu is overlapping our logo, we want the burger menu in the extreme right and not in the centre, when viewed in the mobile view.
Please remove the social icons from the front display, and add them inside the burger menu.September 1, 2022 at 7:42 pm #1363532Hi,
Header.php recently changed its structure, and that’s likely the reason why it needed updating. This is not something that you should have to do after regular updates though, so it’s not anything you have to worry about. Although it can be good to keep it in mind in case something should not work as expected.
It looks like your header is still displaying old content though, so I’m not sure if you updated the file in question or not? If updating header.php doesn’t change anything, then please try to update the other theme files which you are overriding as well.
Best regards,
RikardSeptember 2, 2022 at 11:18 am #1363602Hi,
I’ve updated the parent theme and copied the header file from it. It fixed the column and grid hiding on different screens.
Ill appreciate if you could help me with below listed issues:
1. Burger menu is coming in centre on mobile screen due to social media icons next to it. We don’t wan to show these icons on header at mobile screens.
2. When we are applying transparent header- we have a cross as well as an icon similar to the burger menu, on the top right corner (on both mobile and
desktop screens), please help me to fix this as well.Kind Regards.
September 2, 2022 at 3:41 pm #1363672Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#advanced_menu_toggle, #advanced_menu_hide { display: none; }
@media only screen and (max-width: 767px) { #header_main ul.social_bookmarks { display: none; } .avia-menu.av_menu_icon_beside { padding-right: 0; margin-right: 0; } }
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.