eoinlennon
Forum Replies Created
-
I found that a plugin called LightStart Maintenance mode causes this issue.
Once disabled it works as expected.
Hi @premagraphic
I found the answer deeper into the Support forum a bit.
Just add this to your function.php file:// Log page views by non-admin users add_action('wp_footer', function() { // Do not log admins if (current_user_can('edit_users')) { return; } // Log only page views if (is_page()) { apply_filters('simple_history_log_info', 'A user viewed the page "{page_title}"', [ 'page_title' => get_the_title() ]); } });
- This reply was modified 5 years, 3 months ago by eoinlennon.
Yes, It would be really good to have a shortcode that you could add to a page and then see it being tracked as an event in the reports.
I have a recipe website and I really would like to see what users looked at what recipes.
Just use revisions it takes 2 minutes to put the page back the way it was, there is no explanation.
Hi Tung,
Thanks for letting me know that I can use Revisions, But I want to know why does this happen in the first instance. What causes this to happen?
I am very worried about even re building the pages again now, incase this happens again, I think this needs to be identified and explained how and why this happens.
Forum: Plugins
In reply to: [Edge Suite] Unable to parse stage name from main edge fileSo after I get this error Download the latest plugin BETA from.
https://codeload.github.com/ti2m/edge-suite-wp/zip/ea5This has allowed me to bypass this error,
But unfortunately this is only a temp measure.
I cannot wait for the next release.
Forum: Fixing WordPress
In reply to: "Add media" button not workingI also tried 3 different browsers and 2 different machines.
Same results
Forum: Fixing WordPress
In reply to: "Add media" button not workingOk, Well i have done comparison tests on my sites.
Upload 4 generic jpeg’s at 666kb each
It is still trying to upload them from 10minutes ago, its only done 3 and just seems so slow.
I repeated this experiment across 5 different WP sites all running 3.8 and on 2 different hosting servers in 2 different countries. Same Result, it uploads them but its obvious its slower. The login is slower too,
Google it there’s pages of people saying they are experiencing problems.
Forum: Fixing WordPress
In reply to: "Add media" button not workingWould you say it got slower
Forum: Fixing WordPress
In reply to: Can't add media to post/page after upgrade to 3.8I can upload images but it takes forever on more than 5 different sites hosted on different servers in different countries, the only similarity is they are running 3.8.
Plugins off
Default theme
Re-install of WPAre you having problems with the media upload in 3.8 after updating
Forum: Fixing WordPress
In reply to: "Add media" button not workingOther people would say there is a problem with the media upload in version 3.8 of the wordpress Add New Media Function.
Forum: Plugins
In reply to: [Sociable] Validation FailureWhats the story with this plugin and Validation, from my findings there are about 4 – 5 other plugins offering the same functionality but this one does it best but none of them validate.
All you can find on the google searches are old ways to make this validate and some people saying they have taken it over and a load of cack, FIX THE VALIDA-TOR OR TELL US HOW?
Forum: Plugins
In reply to: [TheThe Image Slider] Role based edit permissions?yea that works for me too, I downloaded a plugin called members and then it opens up roles like role manager.
I made all editors have edit_theme_options and then The editor accounts all started to have thethe Slideshow options.
thanks
Forum: Plugins
In reply to: [TheThe Image Slider] Role based edit permissions?This is marked as resolved , perhaps you could enlighten us?