Leandro

Results 6 issues of Leandro

From time to time I'm getting this error. `PHP Fatal error: Call to undefined function get_header() in /home/xxxxxxx/public_html/wp-content/themes/touchfolio/index.php on line 14` Is it a bug or maybe something else could...

Hi, I just translated Touchfolio to Spanish and noticed these strings are missing: - http://i.imgur.com/V4r1c1H.png - http://i.imgur.com/J4ZZ7uX.png (alt text) - http://i.imgur.com/8vnO0H6.png - http://i.imgur.com/JNQZVej.png - http://i.imgur.com/yIrO9UZ.png The text in English is...

I translated all 130 strings in en_EN .po file but there are a few missing: https://github.com/dimsemenov/Touchfolio/issues/45 I plan to keep it updated as long as I use this theme. This...

I was having issues with the cookie path and noticed that when clicking on Accept the cookie would be saved in the current path. So for example if I was...

Hi, Is there a way to add the Moon brightness to the output HTML file?

I'm trying to autoplay and loop a sound file. This is my code: ``` loopify("audio/hello-audio-looped.wav",ready); function ready(err,loop){ if (err) { console.warn(err); } loop.play(); } ``` It works fine on Firefox...