jfk65
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Rotation] Issues with the rotationHello,
after some time of proper behaviour, today the plugin published five posts from a chosen category instead of one. According to my settings, it should be publishing posts one by one every day.Forum: Plugins
In reply to: [Questions] Getting email addresses from participantsI could not be any clearer…
We found that people rarely want to leave their opinion (or vote in our surveys). So we want to encourage them by giving them a chance to write down their proposition to our music chart confirmed by either email address or a link to their FB profile.
We then could choose one of the participants and award him with a gift, a CD or any stuff. If people know they could get something in reward, they are more prone to fill the survey. Let’s think of it in terms of a bait.
What kind of fields could we use to do it? I can’t see them. I think it should be some option to make it obligatory. Otherwise people could skip it or they would write their email adresses without voting.
Regards.
Forum: Plugins
In reply to: [Questions] "You have already participated in the poll"I would love to see the following option in this plugin:
in order to leave a vote a participant has to fill some text in the field and leave an email, a phone number or a link to facebook profile.
We use it for our music countdown and would like to encourage the partipants to vote more often by giving them some souvenirs or gifts. That’s why we would need additional field where they would leave a note ( or the title of their favourite song) and some contact info.
Forum: Plugins
In reply to: [Post Rotation] Idea for to-do list“Fixed rotation option” is okay, this is actually what I needed – just one post every day. As for hits to our site, there’s always someone who checks the site, besides we use a twitterfeed site that checks our feed and send the posts to Twitter and Facebook.
Forum: Plugins
In reply to: [Post Rotation] Idea for to-do listDoes the plugin (administration panel) correctly anticipates what is going to be altered?
– it showed correctly the next post to be displayed. however I would not know know that some thirty minutes later it would rotate the next two posts.Do you agree with what is displayed there?
– yes, now it’s 12:49 and the plugin shows “In 0 days, 11 hours, 48 ‘ and 37 ” this post will be ready for being altered:
(post ID: 18619) – Muzyczne kalendarium – 22 grudnia” (which is right)Does the plugin complete the announced changes?
– yes but as I once wrote the change takes place late at night after midnight so I cannot tell the way of the completion.In my opinion the order of rotation was disrupted by adding an article which was dated back to 31 August 2015, though the next oldest post was the one from 20th December. Since I am not going to write anything more in this category, I guess it now should work properly.
Forum: Plugins
In reply to: [Post Rotation] Idea for to-do listIt worked ok for two days. The plugin correctly published two latest articles but on the third day it published three latest articles one by one so on Dec 20th I ended up with the article for Dec 22nd.
It may have something to do with the fact that yesterday I wrote a missing article for August 31st and published it back to Aug 31st 2014. Since I am not going to write anything more in this category, this may be the only error I got. But if I am ever going to correct anything in these artucles, there can be some issues with a proper presentation.
Forum: Plugins
In reply to: [Post Rotation] Idea for to-do list“it never takes the original post time you want to be rotated into consideration. It only mind if that post is the oldest one that matches into a selected category.”
How does it find which is the oldest – not by the time it was posted? Anyways, it’s 13:22 now. The plugin says:
In 0 days, 11 hours, 14 ‘ and 19 ” this post will be ready for being altered:
(post ID: 18316) – Muzyczne kalendarium – 17 grudniaSo tomorrow at 00:36 next post should be published. I will check if the posts aren’t doubled.
Thank you for your interest in developing the plugin.
Regards.Forum: Plugins
In reply to: [Post Rotation] Idea for to-do listTo switch the new feature on, I waited till midnight. I manually set the latest post to appear on the site, then checked the fixed rotation. I believed this meant that the next articles would be published in the fixed 24-hour rotation (since there is only one article in this category a day) no matter how many articles from other categories would published in the meantime. But the next day I saw that the plugin published two next articles one by one though they differed in dates.
Forum: Plugins
In reply to: [Post Rotation] Idea for to-do listHello,
something is not working here… I tried this new version and twice my posts were published twice a day though they had different dates.
For instance, the post from Dec 16th 2014 at 00:00 was published exactly a year later that day (Dec 16th 2015 at 00:00) but 36 minutes later the next one from Dec 17th 2014 at 00:36 was published. This happened before so it must be some bug.
I have enable rotation and fixed rotation checked. Interval is set to 24 hours.
I will check the plugin’s behaviour for the next few days. The next posts waiting in the queue were published exactly at 00:00 one year ago day by day that is 17the, 18th, 19th and 20th December 2014. You can check yourself if it is working at http://www.vanessa.fm. They are on the home page, the module is called “Muzyczne kalendarium”. The article’s name should correspond with the date.
Forum: Plugins
In reply to: [WP Super Cache] How To Get Rid/Delete WP Super Cachehost is probably your domain
you know your login and pass
use passive mode for transferForum: Plugins
In reply to: [WP Super Cache] How To Get Rid/Delete WP Super CacheYou should have a program which is an FTP client (for instance Total Commander). You need to have the login and the password to your site to access the files through FTP (ask your administrator). After you have connected to your site thru FTP, find plugins folder. In that folder you will see all folders of your wordpress plugins. Among them you will find wp-super-cache folder. Change its name to wp-super-cache_x for example then refresh your site.
Forum: Plugins
In reply to: [WP Super Cache] How to completely uninstall itIt’s written on the plugin’s page:
If all else fails and your site is broken:
1. Remove the WP_CACHE define from wp-config.php. It looks like define( ‘WP_CACHE’, true ); wp-config.php is in your root directory. Use some Notepad++ to remove the lines. Always back up first!
2. Remove the rules that the plugin wrote to the .htaccess file. This file is also in your root directory. Backup this one too before making any changes
3. Delete the wp-super-cache folder in the plugins folder.
4. Optionally delete advanced-cache.php, wp-cache-config.php and the cache folder in wp-content/.
You can also try to erase everything in .htaccess file and paste this code instead (but there can be some other plugins’ lines in there so be careful).
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Plugins
In reply to: [WP Super Cache] is my htaccess normal?Thank you. It worked.
Strangely enough, the code you gave me is exactly the same as the one I got after I had deleted the super cache lines myself. But this time I deleted everything and just pasted yours. I must have omitted something.Forum: Plugins
In reply to: [WP Super Cache] is my htaccess normal?After getting rid of the plugin (which caused white screen of death) I wanted to erase the super cache lines in the .htaccess file but it showed internal error. How to erase them/what to erase so the site would not break down?
Forum: Plugins
In reply to: [WP Super Cache] How to completely uninstall itYou should be ok. There are some leftovers of wp super cache in .htaccess and wp-config files but you can live with this.