chiappa
Forum Replies Created
-
Forum: Plugins
In reply to: [Modal Window - create popup modal window] Disable Modal for MobileGreat. Thanks for the fast reply!
Just “wrote my own” geolocation function — with almost no coding skills (three skills actually: copy, paste and reading stackoverflow.. =)
And it’s using MaxMind’s free geolite2 database that is being updated every month I believe — has been very adequately accurate for me, this guy provides the IP checking service for free which made it easy.
Should put up a post on that.
Forum: Plugins
In reply to: [Custom Content by Country (by Shield Security)] Not working?For me these work:
[CBC_COUNTRY /]
[CBC_IP /]
[CBC_CODE /]But these show nothing:
[CBC country=”us” show=”n”]You’re not in US[/CBC]
[CBC country=”us” show=”y”]You’re in US[/CBC]Thank you for the great plugin.
But also not a big fan of ip2nation.For example, Piwik uses GeoLite City from MaxMind.
It’s free, and for me reliable enough. Better choice IMHO.PS. What happens if country is not detected?
Would like to have it default to something.
- This reply was modified 7 years, 6 months ago by chiappa.
Forum: Plugins
In reply to: [WT GeoTargeting] Вопросы по работе модуля WT GeoTargeting в WordPressСпасибо за ответ.
Думаю, было бы лучше, если бы вы смогли использовать бесплатный файл базы данных GeoLite City от MaxMind (как, например, в Piwik Analytics).
Я подготовил краткое руководство на английском языке по вашему плагину. Его можно посмотреть <<здесь>>. Если хотите, можете разместить на него ссылку. Я дал некоторые рекомендации по продажам, но иностранцы могут испытывать трудности с Yandex.Money. WebMoney поддерживает банковские переводы в Европу, но это очень сложно.
Я также делал запрос о функции ?нескольких стран? <<здесь>>.
Forum: Themes and Templates
In reply to: [Purus] URL doesn’t fit in a single packetI have already disabled Google Fonts — but this request keeps on lurking.
Any advice? Thanks.
Forum: Reviews
In reply to: [Comment Email Reply] Very nice and simple !Yep, what’s great about this plugin is that each commenter receives the comment notification by default. But this can be annoying to some, and a link at the bottom of the email to opt-out would be needed. I’m guessing that because of the simplicity of the plugin such a feature would be quite a bit of code. Nevertheless will be looking for a solution to this.
Forum: Plugins
In reply to: [Simple Wp Sitemap] Bottom of XML sitemap “igor_ext_nofollow” stuffI am using the nofollow extension on Safari and that indeed was the issue. Should have tested other browsers. Thanks for your time. This is now solved ??
Forum: Plugins
In reply to: [Simple Wp Sitemap] Bottom of XML sitemap “igor_ext_nofollow” stuffI’d like to add that I tested the plugin with another install of WP (different theme, some plugins the same) and the issue persists.
Forum: Reviews
In reply to: [Simple Share Buttons Adder] WAS a great pluginexactly. even if i have the plugin to show only on ‘post’ pages, my home page is connecting to facebook connect and sharethis. what bshit.
Forum: Plugins
In reply to: [Amazon Link] Are Links Automatically "rel=nofollow"?Seems so.
Forum: Themes and Templates
In reply to: [Visual] Changing number of columnsHmm. I wanted to make it two columns instead of three.
So basically in style.css you have.
Three columns for normal window:
.masonry .hentry { width: 32%; }
Two columns for less than 790px wide window:
.masonry .hentry { width: 48%; }
One column for mobiles:
.masonry .hentry { width: 100%; margin: 0 0 20px; }
I wanted two columns for the normal window, so I changed it to 48% as well.
Then in: /wp-content/themes/visual/js/jquery.masonry.min.js
You have the code that sets three columns, or if they don’t fit two:
if ( containerWidth > 790 ) { return ( ( containerWidth - ( elem_width/25 ) ) / 3); } else { return ( ( containerWidth - ( elem_width/25 ) ) / 2); }
I just wanted two so:
if ( containerWidth > 790 ) { return ( ( containerWidth - ( elem_width/25 ) ) / 2); }
That should give an idea how it works.
Forum: Themes and Templates
In reply to: [Solon] Turning Off Scroll EffectSweet. Few days is fine, I am not in a hurry. Thank you Vlad.
Forum: Plugins
In reply to: [WooCommerce] Language modifications not working properlyPoedit did the trick. Thanks! Here is a little how to I wrote.
Forum: Plugins
In reply to: [Redirection] Please make it compatible with 3.5What’s not compatible?