Hello, i have conflict to TheFox theme and WP Project Manager, if WP Project manager is activate, clearfix class property is modified. WP Manager Project edit value "display" property to "block" The consequence of this add two header if little windows or use mobile device.
I thinks this is a possibility but if update the fox theme and if you update media-queries width.css. The modification probability delete Do you have permanent possibility ?
update after 2hours ;)
So i'm switch to child_theme, add copie media-queries_wide.css and edit fonctions.php file (in child_theme directectory) add line
Hello,
i have conflict to TheFox theme and WP Project Manager, if WP Project manager is activate, clearfix class property is modified.
WP Manager Project edit value "display" property to "block" The consequence of this add two header if little windows or use mobile device.
how to fix the problem ?
cordially Alexandre RichetHello Alexandre, thanks for purchasing Thefox!
Try to go edit the media-queries_wide.css line and add
!important
to the css, that should fix the problem.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello TheFox Support
I thinks this is a possibility but if update the fox theme and if you update media-queries width.css. The modification probability delete
Do you have permanent possibility ?
update after 2hours ;)
So i'm switch to child_theme, add copie media-queries_wide.css and edit fonctions.php file (in child_theme directectory) add line
This is correct ?
Hello Alexandre,
Yes you can do this or just add the custom css needed no need to copy all the file.
There is only 1 line of code you need to update :
@media only screen and (max-width: 767px) {
#top_bar,header,.header_bottom_nav { display:none!important; }
}
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme