felixprojekt
Forum Replies Created
-
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Paid integrationStill, consider providing a PayPal or “Buy Me a Coffee” link, where people can send a few Euros to fuel the development ??
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Paid integrationHello,
+1 from Czech Republic. Even in our country it will be mandatory to have consensus register from 1st January.Forum: Plugins
In reply to: [TinyPNG - JPEG, PNG & WebP image compression] TinyPNG uses too much CPU>Uploads are not processing automatically on the background
Even when I have “Compress new images in the background (Recommended)” selected. I haven’t found yet any pattern in that, however it does not bother me so much.The solution which you proposed works great and solves the problem, thank you so much! ??
I am running my sites on 1 core, 1 GB RAM, PHP 7.3 Apache virtual SSD hosting. I think the problem is that if I send too many parallel requests, the server just can’t take that.
Would be nice to let’s say detect 503 errors in responses (forgot to mention that, but TinyPNG itself falls to “Error” response in approx one in 7 compressions when running on 5 parallel compressions) and if yes, send fewer parallel requests. But this little hack of changing it in JS works fine for me now ??
Thanks
Forum: Reviews
In reply to: [Basic Log Viewer] Does what it saysPlugins for Upload Limit and HTML code are so simple that it is a surprise to me there aren’t dozens of them in plugins directory already. Looks awesome, thanks a lot for the work ??
5 months later, accordeons still not work in Edge.
Here is a quick and dirty fix (only for Edge).
JS
if(window.navigator.userAgent.indexOf("Edge") > -1) { jQuery(".ab-accordion-title").on('click', function() { var attr = jQuery(this).parent().attr('open'); if (typeof attr !== typeof undefined && attr !== false) { jQuery(this).parent().removeAttr("open"); } else { jQuery(this).parent().attr("open", true); } }); }
SCSS
.ab-block-accordion { details { .ab-accordion-text { padding: 0; height: 0; overflow: hidden; } &[open] { .ab-accordion-text { padding: 10px 15px; height: auto; } } } }
- This reply was modified 5 years, 10 months ago by felixprojekt.
- This reply was modified 5 years, 10 months ago by felixprojekt.
Forum: Plugins
In reply to: [Easy Image Gallery] List a first gallery imageI would modify you code as follows
<div class="list-fotos image-gallery thumbnails-4 linked"> <h2><?php the_title(); ?></h2> <span><?php the_time('d/m/Y') ?></span> <?php $images = easy_image_gallery_get_image_ids(); ?> <?php $image = wp_get_attachment_image_src ( $images[0], 'thumb-custom' ); ?> <img src="<?php echo $image[0]; ?>"> </div>
- This reply was modified 7 years, 11 months ago by felixprojekt.
Would love to, but I do not see any registration link on your webpage (using the free version)
I am using qTranslate X to make my site bilingual. When I am switched to my main language, images are cropping, and when switched to second language, the plugin won’t load cropped versions of images.
Yes, but as I said, images are cropping in main language, but bug is here, second language: https://preview.marketsoul.cz/sekvoia/sk/references/
Sorry for not being concrete. I “hacked” the issue on front-page cropping images myself. But for example please see
https://preview.marketsoul.cz/sekvoia/references/
https://preview.marketsoul.cz/sekvoia/sk/references/SOLVED!
Deleting (not only Disabling) Jetpack solved the problem, thanks ??
Here it is
https://preview.marketsoul.cz/sekvoia/
(sorry for incomplete texts here, the problem is seen on the References page)