Title: tslarkin's Replies | WordPress.org

---

# tslarkin

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Firelight Lightbox] Outstanding](https://wordpress.org/support/topic/outstanding-621/)
 *  Thread Starter [tslarkin](https://wordpress.org/support/users/tslarkin/)
 * (@tslarkin)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/outstanding-621/#post-17887063)
 * You have my concerns just about right. I rarely need manually grouping by rel
   attribute; usually automatically grouping of all images works, but this seems
   to mean that rel based grouping is activated automatically.
 * My technique works through a shortcode that carries a list of the attachment 
   ids of the images. The shortcode triggers PHP code that constructs the HTML for
   the page based on metadata from Advanced Custom Fields. You are probably right
   that not many of your users are creating pages using the classic text editor 
   and relying on PHP to construct the HTML.
 * I’m not allowed to provide a link, but if you were to use your imagination on“
   soagithaca dot org slash jul-2024”, you might get a better idea of what I’m doing.
   I’ve been using FancyBox in this way for four years. Easy FancyBox allows me 
   outstanding, maybe even unique, control over the presentation of the images.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Feed Gallery] conflict with elementor image carousel](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/)
 *  [tslarkin](https://wordpress.org/support/users/tslarkin/)
 * (@tslarkin)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/page/2/#post-16772157)
 * Did that. I think. Don’t use FB Messenger, so I may have gotten something wrong.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Feed Gallery] conflict with elementor image carousel](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/)
 *  [tslarkin](https://wordpress.org/support/users/tslarkin/)
 * (@tslarkin)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/page/2/#post-16772079)
 * Sure. How to do this securely?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Feed Gallery] conflict with elementor image carousel](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/)
 *  [tslarkin](https://wordpress.org/support/users/tslarkin/)
 * (@tslarkin)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/page/2/#post-16771626)
 * Using Elementor 3.13.3, Elementor Pro 3.13.2, SFG 4.0.6.
 * The steps required to produce the problem are to have an Elementor Pro Image 
   Carousel on a page when the SFG plugin is active. In this case, the page’s swiper.
   min.css file is from SFG. If SFG is not active, then the swiper.min.css file 
   is from Elementor.
 * If you have a page with the Elementor Image Carousel included and SFG active,
   how many files named swiper.min.css are loaded? If only one, is it your file 
   or Elementor’s?
 * If you go to [https://soagithaca.org](https://soagithaca.org) and scroll to the
   section May 2023 Salon, you will see that the ‘<‘ and ‘>’ controls are misplaced.(
   I have activated the SFG plugin for your benefit and will leave it this way until
   1PM EST so you have a chance to look.) If you look at the HTML for that control
   you will see it is embedded in a div of class .elementor-swiper-button, which
   has a generic display type of block. It should be Flex from the Elementor CSS.
   If you look then at swiper.min.css in Sources, you will see your CSS file. If
   SFG is not active, then you will see Elementor’s version of that file.
 * If this doesn’t help, I can send you a temporary administrative login and you
   can see for yourself the effect of activating or deactivating your plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Feed Gallery] conflict with elementor image carousel](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/)
 *  [tslarkin](https://wordpress.org/support/users/tslarkin/)
 * (@tslarkin)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/#post-16771434)
 * I had hoped that the new release which states “Fix Instagram feed carousel layout”
   would fix the Elementor conflict. It didn’t.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Feed Gallery] conflict with elementor image carousel](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/)
 *  [tslarkin](https://wordpress.org/support/users/tslarkin/)
 * (@tslarkin)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/#post-16765120)
 * To continue from my previous comment, if I add the code below to the end of your
   swiper.min.css, the problem with the previous and next buttons goes away. The
   pagination swiper (dots) are still incorrectly placed. This is probably due to
   another Elementor class that has been removed by your css file.
 *     ```wp-block-code
       .elementor-swiper-button {
           position: absolute;
           display: inline-flex;
           z-index: 1;
           cursor: pointer;
           font-size: 25px;
           color: hsla(0, 0%, 93.3%, .9);
           top: 50%;
           transform:translateY(-50%)
       }
   
       .elementor-swiper-button-prev {
           left:10px
       }
   
       .elementor-swiper-button-next {
           right:10px
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Feed Gallery] conflict with elementor image carousel](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/)
 *  [tslarkin](https://wordpress.org/support/users/tslarkin/)
 * (@tslarkin)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/#post-16765072)
 * I think I figured out the problem.
 * Without SFG, the previous widget, ‘<‘, in the image carousel has the class .elementor-
   swiper-button and CSS
 *     ```wp-block-code
       .elementor-swiper-button {
           position: absolute;
           display: inline-flex;
           z-index: 1;
           cursor: pointer;
           font-size: 25px;
           color: hsla(0, 0%, 93.3%, .9);
           top: 50%;
           transform:translateY(-50%)
       }
       ```
   
 * With SFG, the class is not found, and no CSS is applied except the default
 * display: block;
 * This happens because both Elementor and SFG load a CSS file named “swiper.min.
   css”. Your CSS file replaces Elementor’s, so the desired class is not defined.
 * If you renamed your CSS file, I think the problem would go away.
    -  This reply was modified 2 years, 11 months ago by [tslarkin](https://wordpress.org/support/users/tslarkin/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Feed Gallery] conflict with elementor image carousel](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/)
 *  [tslarkin](https://wordpress.org/support/users/tslarkin/)
 * (@tslarkin)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/#post-16745650)
 * It happens whether Pro is enabled or not.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Feed Gallery] conflict with elementor image carousel](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/)
 *  [tslarkin](https://wordpress.org/support/users/tslarkin/)
 * (@tslarkin)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/#post-16745446)
 * I use the Elementor Hello theme. Also I didn’t make clear that I use Elementor
   Pro.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Feed Gallery] conflict with elementor image carousel](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/)
 *  [tslarkin](https://wordpress.org/support/users/tslarkin/)
 * (@tslarkin)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/conflict-with-elementor-image-carousel-2/#post-16744895)
 * I can [confirm this problem](http://soagithaca.org/wp-content/uploads/2023/05/Plugin-Problem.jpg)
   and that it is due to your plugin. Not only are the next/previous controls misplaced,
   but the space between the title and the dots is incorrect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FileBird - WordPress Media Library Folders & File Manager] edit thumbnail reverts to uncategorized](https://wordpress.org/support/topic/edit-thumbnail-reverts-to-uncategorized/)
 *  [tslarkin](https://wordpress.org/support/users/tslarkin/)
 * (@tslarkin)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/edit-thumbnail-reverts-to-uncategorized/#post-15147439)
 * Bruce, the new version fixed the problem for my site. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FileBird - WordPress Media Library Folders & File Manager] edit thumbnail reverts to uncategorized](https://wordpress.org/support/topic/edit-thumbnail-reverts-to-uncategorized/)
 *  [tslarkin](https://wordpress.org/support/users/tslarkin/)
 * (@tslarkin)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/edit-thumbnail-reverts-to-uncategorized/#post-15127490)
 * [https://drive.google.com/file/d/165wYpS8SHRluY9vjrc9xj6RFbA0bgwAS/view?usp=sharing](https://drive.google.com/file/d/165wYpS8SHRluY9vjrc9xj6RFbA0bgwAS/view?usp=sharing)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FileBird - WordPress Media Library Folders & File Manager] edit thumbnail reverts to uncategorized](https://wordpress.org/support/topic/edit-thumbnail-reverts-to-uncategorized/)
 *  [tslarkin](https://wordpress.org/support/users/tslarkin/)
 * (@tslarkin)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/edit-thumbnail-reverts-to-uncategorized/#post-15126292)
 * P.S.
 * Forgot to mention: The problem doesn’t happen if I disable ACF.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FileBird - WordPress Media Library Folders & File Manager] edit thumbnail reverts to uncategorized](https://wordpress.org/support/topic/edit-thumbnail-reverts-to-uncategorized/)
 *  [tslarkin](https://wordpress.org/support/users/tslarkin/)
 * (@tslarkin)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/edit-thumbnail-reverts-to-uncategorized/#post-15126281)
 * Bruce,
 * I’ve made a short screencast. How do I share it? There’s no obvious way to do
   that through this interface. Do I host it somewhere and send you the link?
 * Tim
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FileBird - WordPress Media Library Folders & File Manager] edit thumbnail reverts to uncategorized](https://wordpress.org/support/topic/edit-thumbnail-reverts-to-uncategorized/)
 *  [tslarkin](https://wordpress.org/support/users/tslarkin/)
 * (@tslarkin)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/edit-thumbnail-reverts-to-uncategorized/#post-15121701)
 * I have the same problem. A screenshot is hardly necessary. If I make any edit
   to a media item from the list or thumbnail library view, the FileBird category
   reverts to Uncategorized. This problem started after a recent update of FileBird.
   It always happens now with any image and any change.
 * One possible complicating factor: I have modified the standard media item window
   with Advanced Custom Fields.

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

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