ViRPo
Forum Replies Created
-
Forum: Plugins
In reply to: [AddToAny Share Buttons] facebook share count blankI am glad my test post helped you
Looking forward to your update
Forum: Plugins
In reply to: [AddToAny Share Buttons] facebook share count blankwell facebook count is OK for me now too
but it shows blank for new posts even when browsing using extension-free web browseryou can check it out in this post: https://blog.sli.do/just-testing/
(I created it and set publish date to 2012)
when I check some older posts without shares, the facebook count shows ‘0’, it never shows blank spacedo you have any ideas, what could be causing this? should it be showing ‘0’?
- This reply was modified 9 years, 8 months ago by ViRPo.
Forum: Plugins
In reply to: [Firelight Lightbox] PDF cannot closeSolution was to use jQuery 1.11.3 instead of 2.1.1
(1.12.0 did not work eiither)I found jQuery compatibility issues in another thread
Forum: Plugins
In reply to: [Contact Form 7] Send email to email from email textarea valueResolved
Forum: Plugins
In reply to: [Contact Form 7] Send email to email from email textarea valueYou answered me with your link, sorry for my impatience 😉
Forum: Plugins
In reply to: [Contact Form 7] Send email to email from email textarea valueI just found out that my webhosting provider will only send mails which are from emails with email accounts created trough their control panel when using PHP send() function
Is there a way to send it in other way?Forum: Plugins
In reply to: [Polylang] Switch plugin's language when changing languageI found a way to quickly try it and it works!
I am so happy right now 😀10/10 would recommend this plugin so far (not only because of this experience)
Forum: Plugins
In reply to: [Polylang] Media gallery bug on translated pageOh, my bad, totally worked for me, thanks 🙂
Forum: Plugins
In reply to: [Better WP ShowHide Elements] Multiple instances on one pageI found this plugin too bulky to bother with
What this code does in 100 lines with bugs can be done in 15, unfortunately I cannot find original source of my solution
If you are interested, I can copy it from my webpage, however I am not advanced in javascript enough to hax it for your needs
Try to google some solution, you will have to look for longer, but I am sure you will find it somewhere (stackoverflow most likely) 😉Forum: Plugins
In reply to: [Better WP ShowHide Elements] Multiple instances on one pageMkay, if you want to fix this you have to replace
for (var i = 0; i < settings.length; i++){ settings[i] = settings[i].trim(); }with this:
for (var j = 0; j < settings.length; j++){ settings[j] = settings[j].trim(); }This dude is using same variable in nested loop #DoYouEvenCode #GoPlayTetris
Just kidding 😀
But this is the fix 😉Forum: Plugins
In reply to: [Better WP ShowHide Elements] Multiple instances on one pageHow can someone release code with this bug?
Can I haz a fix plz?Forum: Themes and Templates
In reply to: [Maskitto Light] Add slides?Sorry for bothering you
It seems 1st import didnt quite work, when i re-tried it it added (i believe) all features necesseary
Thanks for good work this on theme 🙂
Forum: Themes and Templates
In reply to: [Maskitto Light] Add slides?Well thats the problem
I can see Types tab, Contact tab and Maskitto Light Options only
Should it work with 4.1?
Forum: Themes and Templates
In reply to: [Hueman] Translating Child ThemeThis helped:
https://ww.wp.xz.cn/support/topic/dutch-translation-hueman-208?replies=13Downloaded localization file from here:
https://github.com/AlxMedia/hueman-languagesInstalled PoEdit:
http://www.poedit.net/download.phpOpened .po file with PoEdit, saved it so it created .mo file and then I uploaded both files to parent and child-theme
Not sure, if I had to copy it to both or not…Forum: Fixing WordPress
In reply to: Translating Child ThemeOk, thank you and sorry for trouble 😉