pekos
Forum Replies Created
-
Forum: Plugins
In reply to: [YUZO] sometimes layout is messed upok…
something was conflicting with your libraries. I managed to fix it.
But I had to (not async or defer) load jQuery in the header. Now i need to find a way to load jQuery before anything else without having to insert in header (thus load one more instance of jQuery)
Please consider it fixed.
Thanx for your help.
Kind regardsForum: Plugins
In reply to: [YUZO] sometimes layout is messed upalso
is there a way to make all boxes to have the same height when the title spans one line in one box and two or three lines on another box on the same row without needing to limit the title number of letters/words ?
Forum: Plugins
In reply to: [YUZO] sometimes layout is messed upsilly me i did not tell you to empty cache or did you do it? because i am not getting that error anymore (but still messy layout)…
Even though i am still developing the site, i am using w3tc to cache pages so you may have seen an already cached page, therefore you need to empty the browser cache. sorry about that…Forum: Plugins
In reply to: [YUZO] sometimes layout is messed upHi again
even though your statement stands correct, I managed to load jquery in the header. The specific error you found is not coming up any more, but layout still is sometimes messed up.
Check this screenshot.https://imgur.com/QT7VXtg
RegardsForum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Please add language supportHi
this is what I did and it seems to work for now, but when the plugin gets an update, this tiny mod is going to get lost unless this is fixed by the author once and for good.
Edit wp-recaptcha-integration.php and go to line 407.
Where it says
<script src=”https://www.google.com/recaptcha/api.js?onload=recaptchaLoadCallback&render=explicit” async defer></script>…..add the &hl=XX (where XX is your language code) after the &render=explicit so it becomes
<script src=”https://www.google.com/recaptcha/api.js?onload=recaptchaLoadCallback&render=explicit&hl=XX” async defer></script>…. (remember to change XX with your language code)
Forum: Plugins
In reply to: [Envoke Supersized] black bordersHi Chris
spot on, i found the rules overriding your styles for images. I commented them out and this seems to do the trick. However now I see that on a 4:3 monitor the width is squeezed, so the images look a bit compressed. But on the original issue i can confirm that black lines are not seen anymore.
Regards
Forum: Plugins
In reply to: [Envoke Supersized] black bordersHi Chris
my site is blog.faiakas.gr. Transitions are set at 1 minute, however you can refresh the page to see another background image. I guess the problem can be seen if you refresh 4-5 times.