Hi there! I am a real fan of the hypermarket pro theme! you did a great job developing and designing it.
Anyway, I do have some problems with it.
1.) I would like to add a full-screen image slider with a transparent header on top. The slider should only look like that on the home screen. It should look something like that: https://rosamosa.com.
I figured, that the easiest way to do that is to add a custom header and the code snippet to the page.php:
<?php
if(is_page(Home))
{
get_header('header_home');
}
else
{
get_header();
}
wp_head();
?>
But the problem is, that I cannot figure out, where you saved the original header layout. For a non-developer Its kind of confusing with all those links. And I'm not quite sure if it is sufficient if I just add the code snippet above and create a header_home.php in the main folder
Furthermore, I am using the hypermarket child theme, where I am not able to find a page.php file. Should I just add it to the original hypermarket theme and how do I manage that the changes in the code do not disappear with the next update. Because I also added an extra widget area, which got deleted with the last update.
2.) Some content I want to add should fill the whole page. But if I add content in a page with the fluid-page layout it does not fill it. It seems like there is still some margin on it. For many elements, this is just fine but some I would really like to change that. Is this somehow possible?
3.) Somehow I was not able to add the shopping cart page and the user page (both on the right of the header)
I tried to import all of the dummy data but is there any chance I forgot something or made a mistake?
4.) I use a custom menu plugin. Therefore I would like to hide the menu items from your header. Anyhow, I would still like to display the Shoppingcart & User Sections.
I really hope I do not ask for too much but it would be very helpful if you could explain the advanced style editing of your theme. I am certain, that there many users who ask themselves similar questions questions
I'm looking forward to hearing from you.
Kind regards,
Jona