This topic has 2 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Olga Barlow
Hey there…i have summarized all of the small issues i have in the hope you could help me 🙂
1. ) I have problems while using a child theme. It breaks totally my site, especially the header.
Do u have any idea why this happens
2. )I have still problems with the padding between the main navigation menu and the secondary dropdown menu. Either, there is too much space between them or the secondary dropdown menu overlaps the whole main navigation menu
For this i use this code
.menu-wrapper .menu > li:hover .nav-sublist-dropdown { top: 0 !important; }
How could i edit this code snippet to work well?
3. ) I have some appearance problems where shop functions are above the dropdown menu ( see on image )…. how could i solve that problem…..maybe with z-index or something else??
4. ) The header itsself is to high/wide in its size….how can i reduce the space between the elements ( see the yellow lines on the next image )
5. ) I would like to edit the header search bar. Now it shows every single category and its subcats.
There i would like to have the possibility that customer could choose search on Shop, search on Blog or search on Shop & Blog. If that is not possible they could choose between all the top level categories
For that i have found a code snippet…. https://prnt.sc/deeh9l
But i dont know how to rewrite that snippet…for this it is also important that the child theme works again 🙂
6. ) Is it possible so delete this search bar on Blog page / article pages ??
7. ) I would like to edit the position of the woocommerce single product page pagination buttons.
Now i have the problem that these buttons are behind the main navigation menu
I have tried to edit the position or the z-index , but both is not working
for example i use this …
.button.btn-previous {
position: relative;
top: -15px;
z-index: 9999;
}
or this
.posts-nav-btn.button {
z-index: 9999px;
}
or i test with line-height: 30px;
and so on…..but it is not working right for the button only.
A lot of information..sorry for that…….
thank u very much and have a nice week 🙂
Hello,
1. ) If you switch theme then you need to re-add widgets into correct areas from Appearance > Widgets because they are messed up after switching.
2. ) I don’t understand why you need that code? It looks fine without it http://prntscr.com/fpnv0y No?
If you want to fix fixed header then I have added the following code
.fixed-header .nav-sublist-dropdown {top: 65px !important;}
3. ) I don’t see this issue, provide link to page where I’ll be able to check this and fix z-index.
4. ) http://prntscr.com/fpnxmc
5. ) etheme_search_form function you can find in xstore/framework/template-elements.php. and also woosearch.php. In newest version of XStore you can choose what search results to show there http://prntscr.com/fpo00j
If you need help with additional customization you can contact WPKraken team because additional development is out the scope of our support.
6. ) Yes, you can hide it using custom CSS
.blog .template-container .header-wrapper .header-search, .single-post .template-container .header-wrapper .header-search, .archive.category .template-container .header-wrapper .header-search {display: none;}
7. ) Add
.global-post-template-large .posts-nav-btn, .global-post-template-large2 .posts-nav-btn {
top: 60%;
}
Regards
Tagged: appearance, child theme, customization, woocommerce, wordpress themes
You must be logged in to reply to this topic.Log in/Sign up