Title: antkh's Replies | WordPress.org

---

# antkh

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slide Anything - Responsive Content / HTML Slider and Carousel] Adaptive sliding carousel](https://wordpress.org/support/topic/adaptive-sliding-carousel/)
 *  Thread Starter [antkh](https://wordpress.org/support/users/antkh/)
 * (@antkh)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/adaptive-sliding-carousel/#post-9247956)
 * Thanks for the update!
    Well I can not see any description text with link like“#
   example_slider_slide01” for my slides. I have v2.0.8 and below “Link Target” 
   dropdown menu I have buttons Delete, Duplicate, Move.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slide Anything - Responsive Content / HTML Slider and Carousel] Slider size](https://wordpress.org/support/topic/slider-size-21/)
 *  [antkh](https://wordpress.org/support/users/antkh/)
 * (@antkh)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/slider-size-21/#post-9219364)
 * You can tune slider height with this CSS (worked in my case):
 *     ```
       #slider_1068  {
           height: 60px !important;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slide Anything - Responsive Content / HTML Slider and Carousel] customizing Slider buttons](https://wordpress.org/support/topic/customizing-slider-buttons/)
 *  [antkh](https://wordpress.org/support/users/antkh/)
 * (@antkh)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/customizing-slider-buttons/#post-9219352)
 * As for additional styling you can completely change arrow icons with FontAwesome
   library.
    E.g. my CSS:
 *     ```
       #slider_1068 .owl-nav .owl-prev {
           background: none !important;
       }
       #slider_1068 .owl-nav .owl-next {
           background: none !important;
       }
       #slider_1068 .owl-nav .owl-prev:after {
           color: #747474 !important;
           content: "\f053";
           font-family: FontAwesome;
           font-size: 16px;
           font-style: normal;
           font-weight: normal;
           text-decoration: inherit;
       }
       #slider_1068 .owl-nav .owl-prev:hover:after {
           color: #ccc5bf !important;
       }
       slider_1068 .owl-nav .owl-next:after {
           color: #747474 !important;
           content: "\f054";
           font-family: FontAwesome;
           font-size: 16px;
           font-style: normal;
           font-weight: normal;
           text-decoration: inherit;
       }
       #slider_1068 .owl-nav .owl-next:hover:after {
           color: #ccc5bf !important;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slide Anything - Responsive Content / HTML Slider and Carousel] Last update – infinite looping on mobile](https://wordpress.org/support/topic/last-update-infinite-looping-on-mobile/)
 *  Thread Starter [antkh](https://wordpress.org/support/users/antkh/)
 * (@antkh)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/last-update-infinite-looping-on-mobile/#post-9219334)
 * Thanks for all updates! v2.0.5 – all of my problems are resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slide Anything - Responsive Content / HTML Slider and Carousel] Last update – infinite looping on mobile](https://wordpress.org/support/topic/last-update-infinite-looping-on-mobile/)
 *  Thread Starter [antkh](https://wordpress.org/support/users/antkh/)
 * (@antkh)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/last-update-infinite-looping-on-mobile/#post-9200530)
 * Thanks for quick responce! I’ll try to check the latest version in a few days
   and give a feedback!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slide Anything - Responsive Content / HTML Slider and Carousel] Last update – Problem Found](https://wordpress.org/support/topic/last-update-problem-found/)
 *  [antkh](https://wordpress.org/support/users/antkh/)
 * (@antkh)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/last-update-problem-found/#post-9195951)
 * I confirm the problem on a new slider (not from prev 1.x version). Checking and
   uncheking those boxed did nothing.
    Managed to show up arrow with this CSS:
 *     ```
       #slider_1068 .owl-nav .owl-prev:after {
           content: "\f053";
           font-family: FontAwesome;
           font-size: 16px;
           font-style: normal;
           font-weight: normal;
           text-decoration: inherit;
       }
       ```
   
 * But there are problems with arrows position (too low). Struggling with CSS this
   way too.
 * **UDP: Showed up right arrow and both of them appear in the left bottom of the
   slider one above another (left above right arrow). Seems to be a JS or CSS placement
   bug or something.**
 * P.S. By the way thank you for v2.0, infinite scroll is what I’ve been wayting
   for very lon time!! You really got very few contestants as all mega menus and
   mega sliders (slow and overpowered with crap) don’t offer such simple feature
   for text/html:)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] This plugin goes rogue, overloads your server, FILL disk space and, your inbox](https://wordpress.org/support/topic/this-plugin-goes-rogue-overloads-your-server-fill-disk-space-and-your-inbox/)
 *  [antkh](https://wordpress.org/support/users/antkh/)
 * (@antkh)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/this-plugin-goes-rogue-overloads-your-server-fill-disk-space-and-your-inbox/#post-9193572)
 * Same to me. Hosting overloaded with continuous backups even if I turned local
   backups off! Can’t get into my admin panel due to memory and IO-processes 100%.
   Uninstalled this mess. Searching for alternative.

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