didr
Forum Replies Created
-
Helo Kyle, it seems to be that the languages file is not in the folder languages, German will not be supported.
Forum: Plugins
In reply to: [New Post Notification] Change sender email addressI found the solution. Here is it:
Put into the functions.php of your theme
add_filter( ‘wp_mail_from’, ‘custom_wp_mail_from’ );
function custom_wp_mail_from( $original_email_address ) {
//Make sure the email is from the same domain
//as your website to avoid being marked as spam.
return ‘your email address’;
}
add_filter( ‘wp_mail_from_name’, ‘custom_wp_mail_from_name’ );
function custom_wp_mail_from_name( $original_email_from ) {
return ‘your name’;
}
Alternatively, build up a plugin with this content.Forum: Plugins
In reply to: [Youtube Channel Gallery] Update to Youtube Data API v3?Now, there is a new and working version 2.01 but with an additional disturbing string inside of the widget:
string(133) “https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&playlistId=&maxResults=3&key=AIzaSyA0IBAaDqJxfQiqeYg_i2kVKW5P9….I would say is a residue of the tesphase. I will look for patching it.
Forum: Plugins
In reply to: [Collapsing Categories] Exclude category not workingI found this solution https://www.ads-software.com/support/topic/some-categories-will-not-exclude?replies=2
It is helpful if you want to use this plugin with exclude feature.Forum: Plugins
In reply to: [Collapsing Categories] Exclude category not workingThis page works sometimes but not in any case. I think the logic is wrong at this place.
Forum: Plugins
In reply to: [New Post Notification] Delayed notification after status changeAfter some month I forgot this custom field and slight changes of a lot of old posts fired the notification as new ones. I suggest following additional test for mail notification in the line 62:
… AND ( $_POST[‘original_post_status’] != ‘publish’ )
If now some author wants to send notification mail after changing post he/she can set it to draft and then again to publish.Forum: Plugins
In reply to: [PixGridder] Pixgridder doesn't show excerptsYes, this problem vanished. I dont know why
Forum: Reviews
In reply to: [Backup, Restore and Migrate your sites with XCloner] Does not workI had had some difficulties too but this was my lack in understanding and not this of your great documentation. The One-Star valuation has to be assigned ot trackoholic.
Forum: Plugins
In reply to: [List category posts] Read More Link in TemplateIt’s my issue too, please help! It tried several hacks, without success.
Forum: Reviews
In reply to: [ClearCode Shortcode Library] Works goodIn your documentation https://www.ads-software.com/plugins/cngann-shortcodes/ you wrote e.g.
Shortcode: [more]Parameters
title: the text to display when content is hidden
Default: Learn More… / Spoilers…such that I assume I have to write e.g. [more title:More Infos]
but the following is necessary:
[more title=”More Infos”]
This seems to be the case for every shortcode with parametersForum: Plugins
In reply to: [New Post Notification] Delayed notification after status changeThank you, this is a very nice and important feature.
A wish for the future: it would be very comfotable to have a quick edition or mass edition for setting notififaction.Forum: Plugins
In reply to: [New Post Notification] Delayed notification after status changeThank you for your explanation. But I cannot see how to do it besides I apply sql and phpmyadmin.
Forum: Plugins
In reply to: [User Role Editor] New User Default RoleA similar problem: I wanted to set the default role to author. This works if I create a new user by myself as administrator but if the user himself tries to register he get the standard role subscriber. So the registered user can not publish until I set him to author.
Is it the first load or refreshing? Then this time is not interesting. Is it a menu click after loading and you stopped this time with your own clock then it is dramatic but I wouldn’t dont believ in you. If your are show the results of yslow i.e. then I say; these values are wrong. Similar result I have too with yslow but they don’t agree with my time feeling and with my clock.
didrForum: Everything else WordPress
In reply to: Is this email-adress from www.ads-software.comThank you for your advices