liger
Forum Replies Created
-
+1
Forum: Plugins
In reply to: [qTranslate X] Label Problem with qtranslateX and mailchimp plug-in@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
In reply to: [MC4WP: Mailchimp for WordPress] mailchimp forms over qtranslateI 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
In reply to: [MC4WP: Mailchimp for WordPress] mailchimp forms over qtranslateany 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
In reply to: [Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] Retina SupportHi 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
In reply to: [Slideshow] Safari asks for log inThis 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
In reply to: [Slideshow] Safari asks for log inSorted 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
In reply to: [Slideshow] Safari asks for log indo you think which settings it could be?
Who is the developer of this plugin?
Forum: Plugins
In reply to: [Slideshow] Safari asks for log inActually it started with activating the plugin. If I deactivate it, doesn’t ask it anymore.
Forum: Plugins
In reply to: [Slideshow] Safari asks for log inDeactivated every plugin except Slideshow and still doing it.
this is my server : https://188.226.187.150
I am using Safari for Mac and I tried it with another Mac Safari too.
Forum: Plugins
In reply to: [Slideshow] Safari asks for log inlet me try that.
Forum: Plugins
In reply to: [Slideshow] Safari asks for log inHello,
Yes I have added /works as the url link. I tried removing it but nothing changed.
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] DISABLE CacheHello 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
In reply to: [qTranslate] [Plugin: qTranslate] Quicktags vs Extra Fields – Custom FieldsAlso when try with the other quicktag option;
<!–:tr–>Deneme<!–:–><!–:en–>Test<!–:–>
prints out
DenemeTest