COSenna
Forum Replies Created
-
Forum: Plugins
In reply to: [Gallery by FooGallery] Make Caption Always VisibleThanks for the reply ecclescake! You got me on the right track so far. I think because my Caption effect is set to “Fade In” that that tidbit of CSS doesn’t help much.
I did, however, launch the site: LeeChristianLaw
I fixed the “fade in” effect “overlaying the menu” problem by taking the z-index down to 0. Really not sure what other effects or problems that may cause the gallery but it seems to do fine without it thus far.
I am still having trouble finding the right css to change it so that the caption always remains visible. This section seems to hold all the CSS for the caption that I should be looking at:
/* Caption Styles */ .foogallery-default.hover-effect-caption a { position: relative; } .foogallery-default.hover-effect-caption a:before, .foogallery-default.hover-effect-caption a:before:hover { background: none !important; } .foogallery-default .foogallery-caption { display: block; background-color: rgba(0,0,0,0.8); position: absolute; z-index: 0; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; transition: all 300ms ease-out; width: 100%; overflow: hidden; } .foogallery-default.hover-effect-caption .foogallery-caption-title, .foogallery-default.hover-effect-caption .foogallery-caption-desc { color: #fff; font-size: 0.8em; padding: 0.25em; } .foogallery-default.hover-effect-caption .foogallery-caption-title { font-size: 1em; }Any more suggestions on how I make the caption always visible?
Thanks again!
From the log…
MYSQL VERSION: This Server: 5.6.30 — Build Server: 5.7.11
TIMEOUT: 5000
MAXPACK: 268435456The versions were close enough that I thought it shouldn’t make a difference. I will contact godaddy and have them update the MySQL on their end just to be sure.
EDIT…
Strangely enough, godaddy support said:
“Currently all shared hosting accounts on cpanel has a default seting of MySQL 5.5.35. There is currently no option to upgrade the version at this time.”
- This reply was modified 9 years, 7 months ago by COSenna.
Forum: Fixing WordPress
In reply to: Old page showing upThat’s the problem, I can’t find the redirect. Obviously I’m not very good at this. I can’t even find the page file inside the directory… Very strange.