digitalchet
Forum Replies Created
-
I was working on my site and realised the Instagram widget wasn’t working, so I came to investigate. I guess this explains it.
It’s truly unfortunate and disappointing. You created a fantastic solution that did an amazing job. Thank you, sincerely.I hope some alternative solution presents itself soon.
I ftp’d in and renamed the plugins folder, reloaded the admin page and was able to log in. I then renamed the plugins folder back and reenabled the plugins one by one without issue. ˉ\_(ツ)_/ˉ
Still don’t know what caused it but it’s all working fine again.Ahh, thanks for the heads up. I’ll look into alternatives and keep an eye out here for future updates.
That’d be awesome. Thanks for the response!
Forum: Plugins
In reply to: [wp-Monalisa] SVG filesNot sure if the above still applies but I discovered the update had deleted the new folder with my smilies created in the wp-monalisa/icons folder.
Forum: Plugins
In reply to: [wp-Monalisa] SVG filesI just updated to the latest version which included the SVG updates and noticed that something you did broke the functionality. All I see now are a list of image paths.
After a little digging into wpml_admin.php, I noticed the extension values use different quotes:
if ($ext == "gif" || $ext == 'png' || $ext == 'svg') {
if ($ext == "gif" || $ext == "png" || $ext == 'svg') {
Could this have broken the functionality?
Forum: Plugins
In reply to: [wp-Monalisa] SVG filesOk, great… yeah. That actually seemed to do the trick (Although the line numbers differed on mine -568 & 608)
Additionally however, I also had to edit wp-monalisa-default.css to add a width to div.wpml_ico_icon to get them to show up in the correct dimensions in the front end. Without it, they were around 3px large. ˉ\_(ツ)_/ˉOtherwise, it does the job. Definitely would recommend adding to the release.
Forum: Plugins
In reply to: [wp-Monalisa] Emoji Support?@reedy is asking if wp-monalisa could incorporate emojis—the Unicode standard ideograms/smilies commonly found on mobile devices—by default.
Forum: Plugins
In reply to: [HungryFEED] Filter by TagsAhh of course! Hadn’t thought of that. :”}
Thanks a bunch.
Great, thanks for the reply.
After some experimentation I was finally able to get it to work correctly using the following syntax (for future reference):
<img src="[s2File download='[s2File download='image.png' inline='yes' /]" alt="Image" />
Seems simple enough now, but it took me some time to get there. ;P
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Thumbnails not appearing on PagesI’m getting the same problem on my site. Just updated to 2.7 and none of the preview or galleries show. The previews show the ALT text, but do link and display correctly to their respective images. The albums don’t seem to work at all.
What could have gone wrong?
It seems to be a recent common problem. Any help would be greatly appreciated.Thanks also in advance.