dwheeler
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] php error7.4
I also tried other versions.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] php errorin-One Event Calendar: Trying to access array offset on value of type null @ /home/repam/public_html/wp-content/plugins/all-in-one-event-calendar/lib/iCal/iCalcreator-2.
I’ve been a customer of theirs for years. They are outstanding and have good support.
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] Username and publish infoThis may or may not be helpful.
I have a site with 100k users.I created a link on the bottom of the edit user profile admin screen which will locate all of the activity for a user.
I put this in my functions.php.
`function activity_log_link($user){
$user_id = $user->ID;
$link = site_url() . “/wp-admin/admin.php?page=activity_log_page&usershow=$user_id”;
echo (“<h3>Activity Log</h3>”);
echo (“<a href=\”$link\”>View Activity Log</a>”);}
add_action(‘edit_user_profile’, ‘activity_log_link’, 10, 1);Forum: Plugins
In reply to: [Comments - wpDiscuz] Only paid member can do comment.I am also looking for this feature
Forum: Plugins
In reply to: [RSS Feed Widget] Images not workingI turned off all other plugins and even switched to the twenty sixteen theme to see if that was the problem.
There appears to be no data coming into the widget even if I switch it to text. I’ve tried every option.
I deleted the plugin and reinstalled it. I tried it on another wordpress site on the same server with the same results. Cleared the engitron cache on the server.
I setup a page were it is the only widget.
When I look at the HTML code there does not appear to be any data. All of the Javascript is there, but there are no <li…> tags underneath the <UL class=”rf_dock rfw_slider…>Here is a screen capture of the settings.
https://snipboard.io/y2i84C.jpgForum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Ajax error on Browser selectThanks for the quick update.
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Ajax error on Browser selectI’m using the latest version, I think it might be the theme. I’m using Newspaper v10
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Ajax error on Browser selectEverything else works ,just that one filter option doesn’t work.
It is still pulling in that category, even when I remove the date part.
add_filter(‘related_post_query_args’,’related_post_query_args_20200515′);
function related_post_query_args_20200515($args) {
$args[s] = array(
‘category__not_in’ => array(‘111′,’582’)
); // search term
return $args;
}Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Widget Not workingIt’s not resolved to me. Only to them.
They don’t have a clue how to fix it so they marked it as resolved and moved on. I gave them full access to my development site, which was unusable after they messed with it and I had to reinstall WordPress from square one to get it running again.
The product doesn’t’ work. I’m looking for something else. If you find something that works for you please let me know.
Forum: Plugins
In reply to: [RSS Feed Widget] Update Breaks feedI feel stupid. Thanks.
Forum: Plugins
In reply to: [Quick Featured Images] Suggested ImprovementAlso, make the search terms for Post title Case insensitive or add support for Wildcards,
Starts with, etc for the title.Forum: Plugins
In reply to: [ThemeEgg ToolKit] Demo ContentI was using your theme.
the files where it listed the demo content files were blank.I found the URLS in size the PHP code and uploaded them manually.
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] “no items found”Same here. Data is being stored, but no output