Title: COSenna's Replies | WordPress.org

---

# COSenna

  [  ](https://wordpress.org/support/users/cosenna/)

 *   [Profile](https://wordpress.org/support/users/cosenna/)
 *   [Topics Started](https://wordpress.org/support/users/cosenna/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cosenna/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cosenna/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cosenna/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cosenna/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cosenna/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gallery by FooGallery] Make Caption Always Visible](https://wordpress.org/support/topic/make-caption-always-visible/)
 *  Thread Starter [COSenna](https://wordpress.org/support/users/cosenna/)
 * (@cosenna)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/make-caption-always-visible/#post-8623532)
 * Thanks 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](http://www.leechristianlaw.com)
 * 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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] Deploy Errors](https://wordpress.org/support/topic/deploy-errors/)
 *  Thread Starter [COSenna](https://wordpress.org/support/users/cosenna/)
 * (@cosenna)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/deploy-errors/#post-8259784)
 * From the log…
 * MYSQL VERSION: This Server: 5.6.30 — Build Server: 5.7.11
    TIMEOUT: 5000 MAXPACK:
   268435456
 * The 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](https://wordpress.org/support/users/cosenna/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Old page showing up](https://wordpress.org/support/topic/old-page-showing-up/)
 *  Thread Starter [COSenna](https://wordpress.org/support/users/cosenna/)
 * (@cosenna)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/old-page-showing-up/#post-6561956)
 * That’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.

Viewing 3 replies - 1 through 3 (of 3 total)