Xonox
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Datepicker and placeholder not showing on IE and FFThanks buzztone. That’s what I needed.
Forum: Plugins
In reply to: [Simple Membership] Hide protected posts and categories from lists and menusThanks amijanina! I’ll check it!
Forum: Plugins
In reply to: [Simple Membership] Hide protected posts and categories from lists and menusThanks amijanina, this was a great help. I’m now able to show only the authorized posts.
However, is there any way to quickly check if a user has access to a certain category? I was trying to do the same in the menu area, but I don’t think it will be that easy. ??
Forum: Plugins
In reply to: [Simple Membership] Hide protected posts and categories from lists and menusHi amijanina,
I know a little of PHP. I already took a look at that file and one method that I found interesting was
can_i_read_post($id)
However I really don’t know where to start. If I could have some kind of way to check if a post or category is protected through its id, it would be of great help. Something like…
if(!can_i_read_post($post->ID)) { DO STUFF }
But obviously this doesn’t work. Is there any way to do something like that for posts and categories?
Thanks.
Forum: Plugins
In reply to: [Contact Form 7] Can′t single out a specific form through IDMr. Takayuki Miyoshi,
Your tip made it work! Thank you very much for the quick resolution and for a great plugin.
I just sent you a donation to keep you motivated! ??
Regards!
Hi cscottb,
I agree that it is a bit old school, as you call it. However, I don’t have any plans to change it anytime soon.
Changing the order of the buttons is not a thing that you do a lot. You set it up one time and will probably make a change after six months, if not later. So it really isn’t a priority.
I’m hoping to improve it on other features, however. Thank you for your feedback.
There’s a new version coming out, with some corrections, that will be published by a contributor. I hope that later next week a new version with the valid URL implementation will be out.
As for the icons, I’m making 2 tutorials that will help you and anyone who’s interested, to customize Tilt Social Share Widget with any icons without worrying about the plugin updates. These ones I hope to have by the end of the week. I’ll leave the link here, when they’re done.
Thank you for your insights for improvements.
Cheers!
Hi jen697,
Thanks for the warning on that. I’ll sure put it up for implementation on the next version.
As for icon size and custom icons: Only after version 1.00 I’ll be adding some eye candy. Among others, different icon sizes are planned.
However to use custom icons, you would have to edit the CSS and create an icon file to use it with.
Thanks for using Tilt Social Share.
Best regards,
Hi DanaC,
I checked out your website, and it’s not a plugin problem. If you take a look at the URL for each share button you use:
https://www.facebook.com/share.php?u=https://earthhomethailand.com&title=Earth+Home
https://plus.google.com/share?url=https://earthhomethailand.com
https://twitter.com/home?status=Earth+Home+https://Fearthhomethailand.com
As you can see, what is shared is always the homepage address and site title. However, the share services (Facebook, Google+, etc…) always try to take out some information about the link you’re sharing. In this case, they get your articles information.
For every sharing service, I try to share as much as I can, for some services there’s only space for URL and site title. There are other which will give you more control on what you share, and on those cases, the tagline is included.
Unfortunately there’s nothing we can do about it, it’s a service limitation. Even if you tried other share plugins, you would get the same result.
Thanks for using Tilt Social Share widget and for your rating. Hope it helps.
Hi,
It’s the first time that I hear about a problem like that. I would like to find out what’s causing it. Can you tell me which theme are you using?
Thanks.
Hi all,
You might have already noticed it, but the new version of Tilt Social Share Widget (0.96) solves your homepage problems.
Best regards!
Hi wadam,
I’m aware of that problem, another user already gave a feedback about it. It is, in fact, a bug.
I hope to have it sorted by the end of next week, for the release of the next version. So stay alert! ??
Thanks for using Tilt Social Share Widget and for your feedback.
Regards.
Forum: Hacks
In reply to: Conditional CSS LoadingOk…
Now with the code from pastebin:
https://pastebin.com/GkvFJLrZAny help would be appreciated.
Thanks.
Forum: Localhost Installs
In reply to: Multisite local copy not workingHmm… in that case, I’ll have to give it a try, too. ??
Cheers!
Forum: Localhost Installs
In reply to: Multisite local copy not workingHi coombesy,
I’m on a Windows system with XAMPP.
I eventually got it to work. Unfortunately, you can only access one of the sites at a time.
I’m not on my localhost machine right now. But as I remember, if you have multiple sites like:
local.site1.com
local.site2.com
local.site3.comyou can configure, on your wp-config.php:
define('DOMAIN_CURRENT_SITE', 'local.site1.com’);
and you’ll be able to work on that site in particular. For me this is fine, because it is a dev machine so there’s no trouble working on one site at a time.
I also have WordPress MU Domain Mapping plugin installed. You’ll have to set it to the right primary domain for each site. In this case: local.site1.com.
See if this works for you. If it doesn’t, I’ll take a closer look to my local settings tonight.