isocky
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Subscription email has another email addressWhere is it in Mailchimp? I’ve looked everywhere!
Forum: Networking WordPress
In reply to: Moving posts to main blogYes, I was. I gave up and entered them manually, as I realized I could add the comments myself and edit the author and date.
Forum: Networking WordPress
In reply to: Cross posting in a multisiteThe server is only running PHP v5.3.2 and the plugin is for PHP v5,4+ only. Any others suggestions?
Forum: Networking WordPress
In reply to: Cross posting in a multisiteThank you. What should I be looking out for?
Forum: Networking WordPress
In reply to: Need to stop pulling sub-site content into main siteThanks. I had just found the plugin, WordPress MU Sitewide Tags Pages, and that was what was doing it.
Forum: Plugins
In reply to: [WordPress Popular Posts] Old data not displaying, but is in database cache.wp_popularpostsdata only has the data from today, which was the same as wp_popularpostssummary until I ran the query. It sounds like a good idea to do the same sort of query to wp_popularpostsdata as I did with wp_popularpostssummary, but I’m not experienced so I want to procede with caution.
Forum: Plugins
In reply to: [WordPress Popular Posts] Old data not displaying, but is in database cache.I only added the query code below, as I already had the wp_popularpostssummary table. That updated the wp_popularpostssummary table which shows as updated in the WordPress Popular Posts stats under “settings” (Oddly under “Stats”, views for the last 24 hours, 7 and 30 days look about right, but All-time shows only today’s stats).
WP_PopularPostsData still only has 5 views from today and only 3 show on the sidebar (I have it set to 30 days/10 views max). Should I run the same query for WP_PopularPostsData as I did for wp_popularpostssummary below?
`INSERT INTO wp_popularpostssummary (postid, pageviews, view_date, last_viewed)
SELECT id, pageviews, day_no_time, day
FROM wp_popularpostsdatacache
GROUP BY day_no_time, id
ORDER BY day_no_time DESC;RENAME TABLE wp_popularpostsdatacache TO wp_popularpostsdatacache_backup;
I have that version, but on my site the fade slideshow is jerky in IE and the image flashes once before fading into the next slide. The free version worked perfectly, before they added the resposiveness.
I was able to get it to work with 1.5.1, but when I updated from the free version to the new release of the paid version, it did not work as well.
For anyone else having this issue, you have to scroll down to “FYI other versions” to get 1.5 or 1.6 the default download is 1.2, the broken one.
It still doesn’t work for me a a number of other people. Someone discovered a version called 1.51 and it solved the issue for a lot of people. Can you please make it available.?
Forum: Plugins
In reply to: [WOW Slider] [Plugin: WOW Slider] WowSlider plugin does NOT work!!!No, it does not. I see you got the version 1.51 plugin. It was almost in my grasp, but a moderated closed the thread because we were sharing email.
If you have it and it worked out for you, can you please contact me via the email address on this website? It’s not a link so you would have to type it out. Thanks in advance for saving my day.
https://metamorphic-pdx.com/background/Nick. Can you please send me the plugin as well? [ Email redacted ]
Forum: Plugins
In reply to: [Plugin: Comprehensive Google Map Plugin]I’m having the same issue. Let me know if you figure it out.
Forum: Fixing WordPress
In reply to: Getting a @*&#^$% movie to run properly! :(