valentinas
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] BugYou need to include jQuery for this to work (another bug that i should fix).. add
<?php wp_enqueue_script( 'jquery' ); ?>
beforewp_head()
Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] Bugazubair, this is not error, this is notice. Nothing is broken and plugin works as it should do, its just some php debugging information. you should turns those off for live websites. however thanks for pointing that out, i will fix this in next version.
Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] BugGood point, Motoristi. I’m super busy right now, but I hope i will find some time this week to update the plugin, so if you interested to test – follow this topic. I will let you know when the new version is out.
Forum: Plugins
In reply to: [WP-Ad-Manager] [Plugin: WP-Ad-Manager] NetworkCool, glad to hear that. Don’t forget to update WP, latest version is 3.0.4, contains security updates.
Hi, this part of plugin is not working yet. need to change the user level in menu function. Will implement that for next version. if you need this urgently – let me know, i can give you modified version.
Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] BugMotoristi, i appreciate your feedback.
In the future versions i will keep this in mind and try to do some fallbacks for cases when user does not share the email adress.
But i also want to say that you are wrong here (we both wrong actually: me for not having fallback and you for not knowing about Facebook): if you don’t want to share your email adress you can choose to use anonymous adress, Facebook gives you the ability to use something like [email protected] instead of your real email for cases like this.Also, im pretty sure the plugin shouldn’t break your whole site. If you are keen to give second chance for this plugin i could help you to set it up on your website and troubleshoot anything that prevents you from using it. It wold also help me to improve the plugin.
let me know here, or contact me via email: v.bakaitis at gmail
Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] Am i missing something?ah, i see the button in your sidebar. is it not working? ??
Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] Am i missing something?Have you placed shortcode/widget anywhere?
Forum: Plugins
In reply to: [WP-Ad-Manager] [Plugin: WP-Ad-Manager] Consistent Ad placementWell, when you think about it, if you only show second ad only when user reloads page, and third ad when user reloads page second time then first ad would be shown for 100% visitors, second ad would show up for 20% (or whatever is the number of people who reloads page) and the third ad would show up only for 5% (or so..) visitors.
You can achieve similar effect by simply giving certain weights for ads.
And you could have a different position for one ad that shows up every time.So you could have three prices:
1. Main sponsor – ad shows up for all users (different position for each ad)
2. Premium rotating (rotating ad with higher weight that regular)
3. Regular rotating (rotating ad with regular weight)Forum: Plugins
In reply to: [WP-Ad-Manager] [Plugin: WP-Ad-Manager] Consistent Ad placementAh, then you don’t need to change anything at all. Leave it as is, the plugin should do it’s job. You should be able to see the count of impressions in the wp-ad-manager->content page.
Will you trust me, or should i give you an example how this stuff works? it involves probability theory ??
Forum: Plugins
In reply to: [WP-Ad-Manager] [Plugin: WP-Ad-Manager] Consistent Ad placementAlright, so if you want only one ad to show up at a time you don’t need to change anything. You are making wrong assumption, that ads are rotated in certain order, when actually they are showing up randomly. That means that each ad has the same chance to show up in any page.
If you want all 3 ads to be shown at once, then you need to create additional positions. When creating positions please don’t use spaces, dashes or underscores, choose name like “ad1” or “adposition1”, etc. I will try to fix this bug during the weekend, it seems, that quite a lot of people are having trouble with it.
Let me know if that helps.
Forum: Plugins
In reply to: [WP-Ad-Manager] [Plugin: WP-Ad-Manager] Consistent Ad placementAh, now i see what you mean.
Do you have all those ads in one position?Forum: Plugins
In reply to: [WP-Ad-Manager] [Plugin: WP-Ad-Manager] Widget positions not displaying adsI think it’s a bug that we have.. Try naming the widgets without spaces, underscores or dashes. “widget1” “testingwidget” and similar names should work.
I will fix that soon. Easy one, but didn’t had time to tackle it…
Forum: Plugins
In reply to: [WP-Ad-Manager] [Plugin: WP-Ad-Manager] Consistent Ad placementSorry, I don’t understand what are you trying to do.
Do you want to have one Ad in two positions?And just to avoid confusion: rotation means that different ads will be loaded when you refresh (or when other person visits) the page. They will not rotate when page is loaded (like carousel).
Forum: Requests and Feedback
In reply to: What Should 2011 Hold for WordPress?– An option to include scripts/styles inline, instead of linking to them
– Minify html, css, js (remove double spaces, line breaks, etc.)