Title: liger's Replies | WordPress.org

---

# liger

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Remove Query Strings From Static Resources Like CSS & JS Files] Why is the Plugin not updated](https://wordpress.org/support/topic/why-is-the-plugin-not-updated/)
 *  [liger](https://wordpress.org/support/users/liger/)
 * (@liger)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/why-is-the-plugin-not-updated/#post-8188687)
 * +1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] Label Problem with qtranslateX and mailchimp plug-in](https://wordpress.org/support/topic/label-problem-with-qtranslatex-and-mailchimp-plug-in/)
 *  [liger](https://wordpress.org/support/users/liger/)
 * (@liger)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/label-problem-with-qtranslatex-and-mailchimp-plug-in/#post-7340765)
 * [@pablo](https://wordpress.org/support/users/pablo/) it doesn’t work when the
   form is inside a widget. Does it?
 * Edit : After implementing John’s custom configuration, your code did the trick.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MC4WP: Mailchimp for WordPress] mailchimp forms over qtranslate](https://wordpress.org/support/topic/mailchimp-forms-over-qtranslate/)
 *  [liger](https://wordpress.org/support/users/liger/)
 * (@liger)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/mailchimp-forms-over-qtranslate/#post-6591962)
 * I think I am receiving error on console because of hiding required element which
   eventually can not be filled in because of invisibility..
 * An invalid form control with name=’EMAIL’ is not focusable.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MC4WP: Mailchimp for WordPress] mailchimp forms over qtranslate](https://wordpress.org/support/topic/mailchimp-forms-over-qtranslate/)
 *  [liger](https://wordpress.org/support/users/liger/)
 * (@liger)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/mailchimp-forms-over-qtranslate/#post-6591961)
 * any solution?
 * I had a workaround like below, by using css lang selector, I was setting display:
   none according to the current selected language.
 *     ```
       <input class="mc4wp-desc-tr" type="submit" value="Üye Ol" />
       <input class="mc4wp-desc-en" type="submit" value="Subscribe" />
   
       mc4wp-desc-tr:lang(en) {
       display: none;
       }
       ```
   
 * But when I apply this to the email input as well, it stops working and now receiving
   error on console.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] Retina Support](https://wordpress.org/support/topic/retina-support-7/)
 *  Thread Starter [liger](https://wordpress.org/support/users/liger/)
 * (@liger)
 * [10 years ago](https://wordpress.org/support/topic/retina-support-7/#post-7636570)
 * Hi Craig!
 * Thank you for your reply, I bought the plugin today and so far I am happy with
   it.
 * I will have a look at retina situation but in the end as you said, if instagram
   api does not allow the highest res file, nothing to do about it, besides keeping
   the images half in the front end..
 * Currently everything seems promising, cheers for that!
 * I have one thing that I need advice about;
 * I am using carousel with 6 column layout and mobile layout is not disabled. When
   I view it on my iphone I see 1 column layout, which is fine. But on my ipad, 
   when in portrait, I see 6 column layout. Is there any way I can manage this? 
   Let’s say 4 column on ipad and 6 column on desktop..
 * I have seen a youtube video on the documentation page or in the web site, showing
   the features of the plugin and there was a demonstration of responsive layout
   in the video. I saw portraid ipad resolution was transforming to 4 column or 
   something… But that was for the grid layout. So is it may be effective for the
   carousel layout as well? 🙂
 * Apart from these, just a quick note: when ‘show navigation arrows’ enabled and
   resize the browser, the alignment of the arrows displaces and looks misplaced
   as I resize to different resolutions.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow] Safari asks for log in](https://wordpress.org/support/topic/safari-asks-for-log-in/)
 *  Thread Starter [liger](https://wordpress.org/support/users/liger/)
 * (@liger)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/safari-asks-for-log-in/#post-5254678)
 * This section was removed from apache2.conf
 * <DirectoryMatch ^.*/wp-admin/>
    AuthType Basic AuthName “Please login to your
   droplet via SSH for login details.” AuthUserFile /etc/apache2/.htpasswd Require
   valid-user </DirectoryMatch>
 * after removing it apache should be restarted to take affect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow] Safari asks for log in](https://wordpress.org/support/topic/safari-asks-for-log-in/)
 *  Thread Starter [liger](https://wordpress.org/support/users/liger/)
 * (@liger)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/safari-asks-for-log-in/#post-5254654)
 * Sorted out!
 * My server (DigitalOcean) had different apache settings for security reasons I
   guess.
 * Needed to edit DirectoryMatch in /etc/apache2/apache2.conf
 * Why safari or why this specific plugin, I have no idea.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow] Safari asks for log in](https://wordpress.org/support/topic/safari-asks-for-log-in/)
 *  Thread Starter [liger](https://wordpress.org/support/users/liger/)
 * (@liger)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/safari-asks-for-log-in/#post-5254646)
 * do you think which settings it could be?
 * Who is the developer of this plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow] Safari asks for log in](https://wordpress.org/support/topic/safari-asks-for-log-in/)
 *  Thread Starter [liger](https://wordpress.org/support/users/liger/)
 * (@liger)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/safari-asks-for-log-in/#post-5254597)
 * Actually it started with activating the plugin. If I deactivate it, doesn’t ask
   it anymore.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow] Safari asks for log in](https://wordpress.org/support/topic/safari-asks-for-log-in/)
 *  Thread Starter [liger](https://wordpress.org/support/users/liger/)
 * (@liger)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/safari-asks-for-log-in/#post-5254592)
 * Deactivated every plugin except Slideshow and still doing it.
 * this is my server : [http://188.226.187.150](http://188.226.187.150)
 * I am using Safari for Mac and I tried it with another Mac Safari too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow] Safari asks for log in](https://wordpress.org/support/topic/safari-asks-for-log-in/)
 *  Thread Starter [liger](https://wordpress.org/support/users/liger/)
 * (@liger)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/safari-asks-for-log-in/#post-5254590)
 * let me try that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow] Safari asks for log in](https://wordpress.org/support/topic/safari-asks-for-log-in/)
 *  Thread Starter [liger](https://wordpress.org/support/users/liger/)
 * (@liger)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/safari-asks-for-log-in/#post-5254585)
 * Hello,
 * Yes I have added /works as the url link. I tried removing it but nothing changed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] DISABLE Cache](https://wordpress.org/support/topic/disable-cache-1/)
 *  [liger](https://wordpress.org/support/users/liger/)
 * (@liger)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/disable-cache-1/#post-4394397)
 * Hello there,
 * I have same kind of issues. Whatever change I do in the NGGallery codes doesn’t
   update on the frontend. Even I clear and disable the browser cache it takes pain
   in the ass to have it refreshed..
 * I figured out clear image cache in the miscellaneous tag works but I need to 
   push that button every time I do changes in the code..
 * How can I fix it? Really annoying.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate] [Plugin: qTranslate] Quicktags vs Extra Fields – Custom Fields](https://wordpress.org/support/topic/plugin-qtranslate-quicktags-vs-extra-fields-custom-fields/)
 *  Thread Starter [liger](https://wordpress.org/support/users/liger/)
 * (@liger)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-qtranslate-quicktags-vs-extra-fields-custom-fields/#post-2178765)
 * Also when try with the other quicktag option;
 * <!–:tr–>Deneme<!–:–><!–:en–>Test<!–:–>
 * prints out
 * DenemeTest

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