Title: Sergey Panasenko's Replies | WordPress.org

---

# Sergey Panasenko

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sponsors Carousel] Resize Carousel Boarder](https://wordpress.org/support/topic/resize-carousel-boarder/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/resize-carousel-boarder/#post-12131348)
 * Hi, [@darren1985](https://wordpress.org/support/users/darren1985/),
 * Thank you!
 * For crop image please use plugins like
    [https://wordpress.org/plugins/easy-image-sizes/](https://wordpress.org/plugins/easy-image-sizes/)
   [https://wordpress.org/plugins/simple-image-sizes/](https://wordpress.org/plugins/simple-image-sizes/)
 * install, set size and crop settings and upload again
 * or crop manually use best image editor: [https://www.gimp.org/](https://www.gimp.org/)
 * Best regards, Sergey
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sponsors Carousel] User role](https://wordpress.org/support/topic/user-role-37/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/user-role-37/#post-11409532)
 * Hello, [@fedpastore](https://wordpress.org/support/users/fedpastore/)
 * Please tell us how you see it, one setting for all carousels, for each separately,
   the author for the carousel, etc.
 * Thank
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sponsors Carousel] Centre content](https://wordpress.org/support/topic/centre-content/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/centre-content/#post-11268766)
 *     ```
       .site-footer .footer-widget-region {
           margin: 0 auto;
           float: none;
           min-width: 600px;
       }
       @media only screen and (max-width: 600px) {
       .site-footer .footer-widget-region {
           min-width: none;
       }
       }
       ```
   
    -  This reply was modified 7 years, 2 months ago by [Sergey Panasenko](https://wordpress.org/support/users/nitay/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sponsors Carousel] Centre content](https://wordpress.org/support/topic/centre-content/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/centre-content/#post-11228045)
 * I see problem resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sponsors Carousel] Centre content](https://wordpress.org/support/topic/centre-content/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/centre-content/#post-11226750)
 * You can disable carousel width on plugin control page and add CSS
 *     ```
       .site-footer .footer-widget-region {
           margin: 0 auto;
           float: none;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sponsors Carousel] Centre content](https://wordpress.org/support/topic/centre-content/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/centre-content/#post-11226449)
 * Hello, [@lambey](https://wordpress.org/support/users/lambey/).
 * best way – download any graphics editor, like gimp [https://www.gimp.org/](https://www.gimp.org/)
   
   create new image, insert logo here and export image. If all logos will be one
   height carousel will be beautiful.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sponsors Carousel] Carousel Does Not Continuously](https://wordpress.org/support/topic/carousel-does-not-continuously/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/carousel-does-not-continuously/#post-11206085)
 * Hi, [@rosetcg](https://wordpress.org/support/users/rosetcg/)
 * I look HTML code of your site and I see `<p>` and `</p>` tags inserted inside
   script.
    Other plugin or theme change content of site and broke scripts
 * view-source:[http://teamten4kids.org/](http://teamten4kids.org/)
 *     ```
       <style>
       				#sponsors_carousel_wrapper-1 .sponsors_carousel-control {
       					top:50%;
       					margin-top:-12px;
       				}</p>
       <p>				#sponsors_carousel-1 img {</p>
       <p>				}</p>
       <p>			#sponsors_carousel_wrapper-1 {
       				width: 200px;
       			}</p>
       <p>			$( '.jcarousel' ).jcarouselAutoscroll( {
       				interval: 1000
       			} );</p>
       </style>
       ```
   
 * You can disable plugins one by one and test carousel to found how prevent this
   problem
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sponsors Carousel] unexpectd empty in version .01](https://wordpress.org/support/topic/unexpectd-empty-in-version-01/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/unexpectd-empty-in-version-01/#post-11192104)
 * Fixed on 4.02, thank you so much!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Sponsors Carousel] Easy to use does what it says on the tin … except](https://wordpress.org/support/topic/easy-to-use-does-what-it-says-on-the-tin-except/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/easy-to-use-does-what-it-says-on-the-tin-except/#post-11189851)
 * Oh, I don’t know, I do not use Micro$oft products.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Sponsors Carousel] Easy to use does what it says on the tin … except](https://wordpress.org/support/topic/easy-to-use-does-what-it-says-on-the-tin-except/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/easy-to-use-does-what-it-says-on-the-tin-except/#post-11187222)
 * Hello,
 * > it is just a shame about the image distortion.
 * I added WP image size chooser and allow width=0 and height=0 for set image sizes
   by this parameter. [This plugin](https://wordpress.org/plugins/easy-image-sizes/)
   allow set any size and crop.
 * > Cannot select (to copy / replace) the text of a link in the image list.
 * Can not repeat, please more info.
 * > [sponsors_carousel height=200px] allows the height to be over ridden
 * It hard for implement, because CSS with image size linked to carousel ID.
    I 
   add carousel copy button to add new carousel with same parameters and images.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sponsors Carousel] Crop, scale images](https://wordpress.org/support/topic/crop-scale-images/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/crop-scale-images/#post-11187186)
 * Hello, [@rcroes](https://wordpress.org/support/users/rcroes/)!
 * I added WP image size chooser to carousel settings.
    Now you can add new image
   size on you theme, or use special plugins like [this](https://wordpress.org/plugins/easy-image-sizes/)
   or [this](https://wordpress.org/plugins/simple-image-sizes/) to set image size
   and crop.
 * Please upgrade to 4.01 version.
 * Thank for you interest.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Sponsors Carousel] Easy to use does what it says on the tin … except](https://wordpress.org/support/topic/easy-to-use-does-what-it-says-on-the-tin-except/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/easy-to-use-does-what-it-says-on-the-tin-except/#post-11181097)
 * Hello, townman
 * > The Carousel width is fixed and therefore not suitable (responsive) to different
   view ports.
 * Set width of carousel to 0 then carousel will be responsive with width 100% of
   parent element.
 * > HOWEVER unless all of the images are the same size, this plugin will alter 
   the aspect ratio of the image because it seeks to set BOTH height and width rather
   than just one dimension and then keeping the other at the same aspect ratio as
   the original image.
 * I plan to make option in settings to fix this problem, so see in future versions.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Sponsors Carousel] nice!](https://wordpress.org/support/topic/nice-2820/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/nice-2820/#post-11181023)
 * Thanks for the kind words
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sponsors Carousel] Conflict](https://wordpress.org/support/topic/conflict-79/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/conflict-79/#post-11056875)
 * Hi,seemuggi
 * Remove on file
    /wp-content/themes/eco-press/css/style.css
 * lines 164 – 182
 *     ```
       ul li:before {
         content: '\eb22';
         font-family: 'fontello';
         font-style: normal;
         font-weight: normal;
         speak: none;
         display: inline-block;
         text-decoration: inherit;
         width: 1em;
         padding: 0;
         margin: 0;
         text-align: center;
         font-variant: normal;
         text-transform: none;
         line-height: 1em;
         position: absolute;
         top: 18px;
         left: -18px;
       }
       ```
   
 * and lines 189 – 192
 *     ```
       ul li,
       ol li {
         padding: 10px 0 0;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sponsors Carousel] Plugin does not save custom links](https://wordpress.org/support/topic/plugin-does-not-save-custom-links/)
 *  Plugin Author [Sergey Panasenko](https://wordpress.org/support/users/nitay/)
 * (@nitay)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/plugin-does-not-save-custom-links/#post-10546664)
 * Fixed, please update to >3.06 version.
 * Thanks for a lot,
    Sergey
    -  This reply was modified 7 years, 9 months ago by [Sergey Panasenko](https://wordpress.org/support/users/nitay/).

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

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