Title: jmek's Replies | WordPress.org

---

# jmek

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 56 total)

1 [2](https://wordpress.org/support/users/jmek/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jmek/replies/page/3/?output_format=md) [4](https://wordpress.org/support/users/jmek/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/jmek/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel] Display more than 2 columns in a Polaroid gallery?](https://wordpress.org/support/topic/display-more-than-2-columns-in-a-polaroid-gallery/)
 *  Thread Starter [jmek](https://wordpress.org/support/users/jmek/)
 * (@jmek)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/display-more-than-2-columns-in-a-polaroid-gallery/#post-9258901)
 * That’s great news. I’ll be looking forward to using the new version.
 * In the meantime, I made my setup work with a bit of css:
 *     ```
       /** give polaroid gallery full width, centered **/
       ul.foogallery-container.foogallery-polaroid.foogallery-lightbox-foobox-free.fbx-instance {
       	width:100%;
       	margin-left:auto;
       	margin-right:auto;
       }
   
       /** adjust sizing for mobile 320x480 portrait **/
       @media screen and (max-width: 480px) {
       	ul.foogallery-polaroid li a {
       		min-width: 200px!important;
       		margin-left:auto;
       		margin-right:auto;
       	}
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Possible to remove text-shadow on hover?](https://wordpress.org/support/topic/possible-to-remove-text-shadow-on-hover/)
 *  Thread Starter [jmek](https://wordpress.org/support/users/jmek/)
 * (@jmek)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/possible-to-remove-text-shadow-on-hover/#post-8509141)
 * Turns out to be residual styling from my theme. Thanks for the response.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] TinyMCE Advanced lost custom formats on upgrade to 4.0,2](https://wordpress.org/support/topic/tinymce-advanced-lost-custom-formats-on-upgrade-to-402/)
 *  Thread Starter [jmek](https://wordpress.org/support/users/jmek/)
 * (@jmek)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/tinymce-advanced-lost-custom-formats-on-upgrade-to-402/#post-5236505)
 * It was the “wrong” editor-style.css. My site uses a child theme but TinyMCE is
   drawing its Formats from the parent theme. Just duplicated child theme editor-
   style.css and copied it into the parent theme.
 * Now I just have to remember to do that on the next theme update!
 * Thanks for your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] TinyMCE Advanced lost custom formats on upgrade to 4.0,2](https://wordpress.org/support/topic/tinymce-advanced-lost-custom-formats-on-upgrade-to-402/)
 *  Thread Starter [jmek](https://wordpress.org/support/users/jmek/)
 * (@jmek)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/tinymce-advanced-lost-custom-formats-on-upgrade-to-402/#post-5236492)
 * That’s what I had done that worked in the previous version. Can you tell me if
   I left any steps out?
    1. Edited the editor-style.css in my theme’s directory by adding the classes I 
       want to show up in the visual editor (for example, buttonGold).
    2. In TinyMCE Advanced, dragged the Formats dropdown to my toolbar. In the Advanced
       Options section, enabled the option to “Load the CSS classes used in editor-
       style.css and replace the Formats button and sub-menu.”
 * In both Pages and Posts, the TinyMCE Advanced toolbar of the Visual editor has
   a Formats dropdown, but the only items on its list are the standard ones (for
   example, alignleft, wp-caption). Those are in my editor-style.
 * Any ideas?
 * URL: [http://acchs.edu/](http://acchs.edu/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] TinyMCE Advanced lost custom formats on upgrade to 4.0,2](https://wordpress.org/support/topic/tinymce-advanced-lost-custom-formats-on-upgrade-to-402/)
 *  Thread Starter [jmek](https://wordpress.org/support/users/jmek/)
 * (@jmek)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/tinymce-advanced-lost-custom-formats-on-upgrade-to-402/#post-5236416)
 * Thanks for the info. Unfortunately, that takes it right out of my ballpark. Sorry
   to hear it has gotten so much more complex.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Editor Tools] TinyMCE Advanced lost custom formats on upgrade to 4.0,2](https://wordpress.org/support/topic/tinymce-advanced-lost-custom-formats-on-upgrade-to-402/)
 *  Thread Starter [jmek](https://wordpress.org/support/users/jmek/)
 * (@jmek)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/tinymce-advanced-lost-custom-formats-on-upgrade-to-402/#post-5236388)
 * Can you suggest where I might learn about how to use the Formats button in TinyMCE
   4.0? I’m not a theme developer; I’m just trying to make a few custom CSS classes
   available in the Visual editor for my content authors who are unfamiliar with
   HTML.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Really Simple CAPTCHA] Break with Gravity Forms and W3TC](https://wordpress.org/support/topic/break-with-gravity-forms-and-w3tc/)
 *  [jmek](https://wordpress.org/support/users/jmek/)
 * (@jmek)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/break-with-gravity-forms-and-w3tc/#post-5091203)
 * Very clever approach. Thanks for sharing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Really Simple CAPTCHA] Break with Gravity Forms and W3TC](https://wordpress.org/support/topic/break-with-gravity-forms-and-w3tc/)
 *  [jmek](https://wordpress.org/support/users/jmek/)
 * (@jmek)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/break-with-gravity-forms-and-w3tc/#post-5091199)
 * I don’t have a solution, but I am having the same problem and I suspect it’s 
   more a problem with BackupBuddy. First it hung on the W3TC cache files and I 
   excluded them (not ideal, but a troubleshooting step). With cache files excluded,
   BuB hung on two Captcha forms which didn’t even exist in the FTP’s file structure.
   Going to try another backup solution; you might as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Tiled Galleries only displays square grid format](https://wordpress.org/support/topic/jetpack-tiled-galleries-only-displays-square-grid-format/)
 *  Thread Starter [jmek](https://wordpress.org/support/users/jmek/)
 * (@jmek)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/jetpack-tiled-galleries-only-displays-square-grid-format/#post-5015922)
 * .
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Tiled Galleries only displays square grid format](https://wordpress.org/support/topic/jetpack-tiled-galleries-only-displays-square-grid-format/)
 *  Thread Starter [jmek](https://wordpress.org/support/users/jmek/)
 * (@jmek)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/jetpack-tiled-galleries-only-displays-square-grid-format/#post-5015921)
 * I’m marking this as closed because I’ve switched to another gallery (one that
   enables individual links easily)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Tiled Galleries only displays square grid format](https://wordpress.org/support/topic/jetpack-tiled-galleries-only-displays-square-grid-format/)
 *  Thread Starter [jmek](https://wordpress.org/support/users/jmek/)
 * (@jmek)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/jetpack-tiled-galleries-only-displays-square-grid-format/#post-5015915)
 * Deactivated, deleted, re-installed, re-activated, and reconnected Jetpack. Folders
   from wp-content/plugins on down are 755. The Jetpack php files are 644. Still
   no joy.
 * I realized something that may make this entire project a bust: Is it true that
   the images can only link to their full-page display? I’ve set Custom URLs for
   the attachment pages on the first two images before adding them to the gallery.
   Now clicking on an image takes you to the full-screen display, but without an
   image (just a gray background). I need each image to link to a different URL.
   If that’s not possible with Jetpack, I’ll have to look for another solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Tiled Galleries only displays square grid format](https://wordpress.org/support/topic/jetpack-tiled-galleries-only-displays-square-grid-format/)
 *  Thread Starter [jmek](https://wordpress.org/support/users/jmek/)
 * (@jmek)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/jetpack-tiled-galleries-only-displays-square-grid-format/#post-5015877)
 * After stripping out a few more things, the CSS at line 265ff is gone from the
   source code. But the tiled gallery is still stuck in squares.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Tiled Galleries only displays square grid format](https://wordpress.org/support/topic/jetpack-tiled-galleries-only-displays-square-grid-format/)
 *  Thread Starter [jmek](https://wordpress.org/support/users/jmek/)
 * (@jmek)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/jetpack-tiled-galleries-only-displays-square-grid-format/#post-5015875)
 * I would have thought that css was being added by JetPack’s Tiled Galleries. I
   had tried two other gallery plugins (Flip Image Pro and Post Tiles), but both
   are disabled and I’ve even changed their directory names via ftp. Could they 
   still be injecting their code?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Tiled Galleries only displays square grid format](https://wordpress.org/support/topic/jetpack-tiled-galleries-only-displays-square-grid-format/)
 *  Thread Starter [jmek](https://wordpress.org/support/users/jmek/)
 * (@jmek)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/jetpack-tiled-galleries-only-displays-square-grid-format/#post-5015871)
 * The correct shortcode is being used:
 * [gallery type="circle" ids="581,1907,1844,1281,65"]
 * And thank you for your patience…and your help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Tiled Galleries only displays square grid format](https://wordpress.org/support/topic/jetpack-tiled-galleries-only-displays-square-grid-format/)
 *  Thread Starter [jmek](https://wordpress.org/support/users/jmek/)
 * (@jmek)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/jetpack-tiled-galleries-only-displays-square-grid-format/#post-5015869)
 * I have tried the usual troubleshooting steps of disabling all plugins (except
   JetPack) and using the Twenty Thirteen Theme. No joy.
 * Cheers,
    jeannine

Viewing 15 replies - 1 through 15 (of 56 total)

1 [2](https://wordpress.org/support/users/jmek/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jmek/replies/page/3/?output_format=md) [4](https://wordpress.org/support/users/jmek/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/jmek/replies/page/2/?output_format=md)