Forum replies created
Please pm me the site wp-admin details.
You will need to make modifications to single.php file. Are you comfortable with editing php files? If not, you can just pm me the ftp or wp-admin login details.
As for donations will let you know after discussing with Roman.
Sorry for the troubles. I wasn’t able to work in last few week due to some unavoidable issues. We are currently working on fixing the issues with the theme but many times it is the combination of theme+plugin which creates the problem.
For eg. on dchistory.org site, the slider issue is due to a css class defined in in espress_default.css which is getting included by the event espresso plugin. A temporary solution to fix that issue would be adding the following custom css but need to test it further to make sure it doesn’t break anything else.
.left
{
float:none;
}
Ok, have fixed the plugin issue. Also fixed the site title and “portfoilo” menu text.
Sorry for the late responses. Checking it now.
What is your site url?
Please send some screenshots of the problems so that it is clear.
It is a tricky issue. I don’t think it will be easy to fix it. Let me do some research on it.
In the header.php on line 226 change
echo '<nav id="nav" class="nav-holder link-effect">';
to
echo '<nav id="nav" class="nav-holder">';
Add following to custom css.
ul.nav-menu li a:hover {font-weight:bold;}
What is your site url?