photos attached home page working fine ect but every time i go to view a topic or reply to a topic it converts back to the old prosilver template. ?
Thanks for your donation
Of course, don't worry...
Code: Select all
<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->
{$SCRIPTS}
Hi, thanks fot the report, in yourpeopleinside wrote: ↑Tue Mar 07, 2017 7:45 pm Hi @nextgen,
I need remove the drop down menu and let it to be expanded because is very bad and is showed also in the footer.
I tried to remove in the footerand this give to me the results I want but with this edit I cannot anymore add smile and use bbcode so I must put back again and the bad menu is back again.Code: Select all
<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF --> {$SCRIPTS}
Can you help me?
How is now:
1.png
How should be:
2.png
https://forum.peopleinside.it/
Thank you!
overall_header.html
Code: Select all
ul id="nav-breadcrumbs" class="linklist" role="menubar">
Code: Select all
<ul id="nav-breadcrumbs" class="nav-breadcrumbs linklist navlinks" role="menubar">
Screenshot for the error?peopleinside wrote: ↑Tue Mar 07, 2017 8:40 pm Ok thank you but now need to try to find also how to fix this menu in the footer because is present also in the footer.
Thanks! Much better now.
overall_footer
Code: Select all
<li class="small-icon icon-home inventea-breadcrumbs" data-skip-responsive="true">
Code: Select all
<li class="small-icon icon-home" data-skip-responsive="true">
Code: Select all
/**
* Breadcrumbs
*/
ul.linklist li.inventea-breadcrumbs {
float: none;
}
.inventea-breadcrumbs .crumb {
display: inline-block;
float: none;
line-height: 18px;
font-weight: normal;
}
.inventea-breadcrumbs .crumb:before {
content: "\203a";
display: inline-block;
margin-left: 3px;
margin-right: 7px;
color: #b7c9d7;
font-size: 14px;
font-weight: normal;
}
.inventea-breadcrumbs .crumb:first-child:before {
content: none;
}
#nav-breadcrumbs {
margin-top: 22px;
margin-bottom: 20px;
}
.inventea-breadcrumbs-container {
margin-top: 22px;
margin-bottom: 18px;
}
.inventea-breadcrumbs-container .crumb:before {
color: #e7e4e4;
}
Revert your changes and follow my previous post...peopleinside wrote: ↑Tue Mar 07, 2017 9:03 pm Well, seems instead of edit what you told to me is better remove the code I find from common.css
results looks like much better BUT in mobile view will be correct only the main page. If you navigate to other topics there are again two menu issue in header and footer. Maybe I have to find that in the responsive code and delete also here.
I do not understand well what I AM removing now on Desktop works but not in mobile. I have to try to fix in mobile.