1:
OJS 3.02 PhP 5.5
I’ve made my own child theme using bootstrap 3 based on flatly. It is called IJICTA
Like many here I’m trying to resize my logo and to sort out the menu placement.
What I would like to do now is to get the menu to align to the bottom of the logo, not the top of the logo. As the logo gets larger the menu keeps moving up. To see what is happening look at ijicta.org
And yes the logo likes quite poor, but it is serving its purpose for this testing. I appreciate the bootstrap 3 themes, now trying to work out a few of the alignment issues. Any hints more than welcome:
modifications include
/plugins/themes/bootstrap3/bootstrap-themes/ijicta/ijicta.less
&-brand {
transform: translateX(-50%);
left: 50%;
position: absolute;
}
/plugins/themes/bootstrap3/styles/bootstrap.less
.navbar-brand-logo img {
max-height: 200%;
width: auto;
}
/plugins/themes/bootstrap3/BootstrapthreeThemePlugin.inc.php
added to init()
$this->modifyStyle(‘default’, array(‘addLessVariables’ => ‘@navbar-height:200px;’));
and 2 :
We keep getting emails with similar subjects “Usage statistics file loader task - 58fd257f09463 - Error” twice daily since the installation of OJS 3.0.2. Its really beginning to spam our inbox. Is there a way to turn the emails off? Please help!