conualfy
Forum Replies Created
-
Forum: Reviews
In reply to: [ITRO Popup Plugin] It just worksSuper dooper, congrats!
There is another thing, maybe a bug? I still get the popup, even if I closed it once and this surely can get anoying. From my point of view, closing it means “don’t show it until the cookie expires”. You can test it on https://goo.gl/arVWN
What I mean is if there is any spam checker for robots that might fill the email field with spammy/bad-for-reputation data.
Forum: Everything else WordPress
In reply to: Restoring titles to inserted images in WordPress 3.5Thanks @les Bessant, it works.
But I think the solution might be a bit different: as we have the title for the
<a>
tag, but not for the image, maybe the TITLE for<a>
should be changed. the current form gets us 2 titles: one for<a>
(=page/post title) and one for<img>
(=image title).Forum: Hacks
In reply to: WP 3.5 – set title for image when inserting media@verify – at least for me it does not to anything..
Just as a question: what kind of spam filter does the free version have? Because without any anti-spam, it would not be a functional platform..
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Wysija and Elastic EmailYou cannot set up the reply-to of the confirmation email, it will automatically be set to your admin username and email address. You can only do it for the newsletters, but I would not share my email username&email at all ??
Forum: Plugins
In reply to: [Displet Pop] Embeded youtube video showing through popup in IEYou should check the embed code and work there. It is a Flash problem with your browser, not one with the overlay.
A correct embed looks like this (see “?wmode=transparent”):
<iframe width=”640″ height=”360″ src=”https://www.youtube.com/embed/4tVwBmFQ62g?wmode=transparent” frameborder=”0″ allowfullscreen></iframe>
I have no idea if it works in IE, if not, get a better browser or suggest your visitors this.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Wysija and Elastic EmailI would like to change the Reply-To field as it is automatically filled with the Admin email of my wordpress installation. I would not like to share my personal email to all the subscribers.
This is how a confirmation email looks like (from, to = ok; reply-to = admin personal email, Not OK!):
from: Newsletter DL (auto) [from-email-ok]
reply-to: florin-admin [admin-email-NOTok]
to: jijibau [to-email-ok]How can I do this manually (cannot see this in settings)?
Thanks,
FI found a workaround: before inserting the gallery, change the dropbox to Attachment and back to Media file. It will insert the
link="file"
in the shortcode.The bug is that it does not initialize the variable the script uses for this.
BTW, do you also get a very slow reaction when inserting images? In my installation, it works very show to insert media files (I can count a few seconds between the moment I press Insert file and the code appears in my editor).
Forum: Plugins
In reply to: [Flare] Version 1.1.8a does not count Facebook likes in no. of FlaresMine started to work, I guess there still was some cached file somewhere.
@kiersten_ can you also please check to see it is not some coincidence? Thanks!
The only problem I see now is that on my theme (https://goo.gl/zkE3u) the top and bottom of post flare shows the like/+1/tweet count+action div behind some other content, but it could be because of the theme, didn’t check with some other theme.
Forum: Plugins
In reply to: [Flare] Version 1.1.8a does not count Facebook likes in no. of FlaresI could see there is a very simple way to get the number of likes, by extracting it from an url like this one:
https://graph.facebook.com/PAGE_OR_APP_ID
, wherePAGE_OR_APP_ID
is the encoded url of the site page:The response looks like this and
shares
gets the likes count:{ "id": "https://drumliber.ro/10-plus-1-locuri-unde-sa-mergi-in-iarna-2012-2013/", "shares": 34 }
Forum: Plugins
In reply to: [Flare] Version 1.1.8a does not count Facebook likes in no. of FlaresSorry, I cannot see it working. Use this page for debugging>
goo.gl/zkE3uForum: Plugins
In reply to: [Flare] Version 1.1.8a does not count Facebook likes in no. of Flares@bakbek I do not see Flare running on your site.
Forum: Plugins
In reply to: [Flare] Version 1.1.8a does not count Facebook likes in no. of FlaresI just upgraded and deleted cache (both for local browser and wp-super-cache). The bug is still here. I tried both Firefox and Chrome (Ubuntu Linux).
You can test it on this address: https://goo.gl/zkE3u
Forum: Plugins
In reply to: [Geo Tag] Cannot get Latitude and Longitude after updateFound the solution, the meta keys were renamed to
geo_longitude
andgeo_latitude
. Please update the documentation on WordPress site.