Trainman1405
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Unable to get my site statsIt’s working for me now.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Unable to get my site statsYup, happening on all of my sites too. It’s on WordPress’ end I think. I was just about to post myself! ??
Good to know there’s a fix on the way. What’s weird is only 1 of my 6 sites running Jetpack 1.8 have the issue.
Forum: Themes and Templates
In reply to: Panorama navbar button CSS & Web MailYou’re just going to need to look through all the CSS (mainly around “tabs” in it) Then just try and try again. It can take time to figure out which CSS identifier is the correct one to modify.
Forum: Themes and Templates
In reply to: Panorama navbar button CSS & Web MailLook for .horizmenu in the CSS. The full block of code is this:
.horizmenu{
width: 100%;
line-height:16px;
background: #ccc;
float:left;
font-size:95%;
}Change #ccc for the colour.
Same for hover, but this code you would change.
.horizmenu ul li a:hover{
background: #999;
color: white;
}Forum: Themes and Templates
In reply to: Panorama navbar button CSS & Web MailEdit your theme and go to style.css.
Look for this line:
.horizmenu ul li.current_page_item a, .horizmenu ul li.current_page_item ul li a{
color:black;
background: #a9a9a9;
}Change the a9a9a9 to another colour hex code.
As for the second one, that is up to your host. You could always hook up Google Apps email.
Same here!
Forum: Plugins
In reply to: [Plugin: Jetpack] Can't comment on Carousel images – errorJust an update:
Recently moved from HostGator to a VPS and somehow that made the error go away for me. No idea what actually changed so that it worked, though.
Forum: Plugins
In reply to: [Plugin: Jetpack] Can't comment on Carousel images – errorI haven’t found anything helpful yet. ??
Forum: Themes and Templates
In reply to: Custom theme messes up plugins?Nevermind.