squiffugirl
Forum Replies Created
-
Forum: Plugins
In reply to: [Awesome Flickr Gallery] Firefox – images exceeding the gallery witdhIE chcecked, same problem.
But if I choose the thumbnail width it will be fixed and not responsive anymore, am I right? The width of the image will not adapt to the page width anymore.
Forum: Plugins
In reply to: [Awesome Flickr Gallery] Firefox – images exceeding the gallery witdhSorry, permalink for the post changed:
http://www.opalwhale.com/blog/en/paragliding-1/Hi again
In fact your fix has fixed the trouble, the gallery is working as it should be.
It wasn’t working after the update because I had tried to repair the issue myself and I forgot to get rid of some css rules as soon as you issued the new version. I’ve just noticed 🙂
Thanks a lot Supsystic Team!
Hi
I have just tried the new version, but it is still not working correctly :/:/
Have a look:
http://picpaste.com/Screenshot_-_chrome_-_gallery-XVu3DfFJ.jpg
It’s a gallery where gallery width is 100% and the image width is 46%.
And just so you know, I discovered another bug.
If a picture is bigger that the container or the screen, it is not resized to adapt to the screen, but cropped – the gallery shows only a part of the picture. I should probably start another thread, shouldn’t I?Great! Thanks, I will be waiting for that! Because I can not go online without your gallery, as it is my favorite 🙂 And I could not find any better so I really hope you can get it fixed 🙂
Forum: Themes and Templates
In reply to: [Fifteen] Different width of footers / footer's IDYeah, that one worked! You’re awesome! Thanks a lot 🙂
Forum: Localhost Installs
In reply to: change upload limit to more than 2mbNevermind, solved myself. Modified the original php.ini files, but did not realised that I have to restart the server to see any changes applied.
Forum: Themes and Templates
In reply to: [Fifteen] Different width of footers / footer's IDThe first option worked! Thanks.
Had to add
float: rightto put it next to the right border.
But now there is a gap between the middle and the right footer. So I should make them little wider, like 35%.
Tried:.footer-column:first-child, .footer-column:second-child, { width: 35%; }But no effect.
The page is not online yet, so I can not provide a link :/Forum: Plugins
In reply to: [qTranslate X] not posible to change language frontendI also tried to modify the size of a flag, cause I would like to have them bigger:
.qtranxs_flag { height:18px; width:25px; display:block; }
Though the size of a flag does not change.
Solved this one. The flag image (fr.png) was too small, so it was not possible to make it bigger. I had to make a new fr.png image with the right size and put it in flags folder instead of the old one.
Forum: Plugins
In reply to: [qTranslate X] Adding language switcher at any point<?php echo qtranxf_generateLanguageSelectCode(‘image’); ?>
I would like to try the same, where exactly should I put this line?
Forum: Plugins
In reply to: [qTranslate X] not posible to change language frontendIf you’ve tried fifteen theme, you could probably see that the sidebar language widget inherits the list-style-type property from the sidebar.
Only there are triangles instead of bullets.
I do not seem to be able to override that.
I tried:
list-style-type: none !important;If it were not for these little triangles, I would be just fine with “image only”…
I also tried to modify the size of a flag, cause I would like to have them bigger:
.qtranxs_flag { height:18px; width:25px; display:block; }
Though the size of a flag does not change.
Forum: Plugins
In reply to: [qTranslate X] not posible to change language frontendSo I tried the default theme (twenty fifteen).
Conclusion:
The menu language switcher works just fine.
The sidebar widget works too, but shows text only, no images (with the option text and images chosen). So the same situation as in fifteen.Yes, fifteen is a free theme, so you can try it.
Forum: Plugins
In reply to: [qTranslate X] not posible to change language frontendMaybe this is a solution:
https://ww.wp.xz.cn/support/topic/adding-language-switcher-at-any-point?replies=10#post-6467299I would like to try it too. But where exactly should I put this function? I mean, in which file?
Forum: Plugins
In reply to: [qTranslate X] not posible to change language frontendSettings – Languages – Advanced – Head inline CSS – To reset to default, clear the text and Save Changes.
I did as you wrote. It got worse, cause now there are no flags visible (when image and text chosen).
Also I tried to activate the plugin with my fifteen-child theme. The page crushes. Do you know what should I put in the css/php to make it compatible?