erdalaltin
Forum Replies Created
-
Forum: Plugins
In reply to: [Public Post Preview] good plugin but!Hi,
?t didn’t work in order to display member’s post after login member.
I modified that plugin (https://github.com/deliciousbrains/wp-amazon-s3-and-cloudfront-tweaks).
modify: actived at line 95
It is fixed.
I modified that plugin (https://github.com/deliciousbrains/wp-amazon-s3-and-cloudfront-tweaks).
first modify: actived at line 103
second: movies.example.com to cdn.mydomain.com at line 750It is fixed.
Thank you.
I hope, You think to support that Domain Mapping plugin.
WordPress MU Domain Mapping: This plugin hasn’t been tested with the latest 3 major releases of WordPress
above fix is wrong.
I treid this plugin(https://github.com/deliciousbrains/wp-amazon-s3-and-cloudfront-tweaks) but not work as3cf_local_domains.
What is fix?
the problem continue, above fix is wrong.
How can I use the plugin with domain mapping(https://github.com/wpmudev/domain-mapping)?
did You try to change as3cf_local_domains to as3cf_local_domain
function as3cf_local_domain( $domains ) {
$domains[] = ‘wibble.example.com’;
$domains[] = ‘wobble.example.com’;return $domains;
}
add_filter( ‘as3cf_local_domains’, ‘as3cf_local_domain’, 10, 1 );I changed as3cf_local_domains to as3cf_local_domain and solved.
function as3cf_local_domain( $domains ) {
$domains[] = ‘wibble.example.com’;
$domains[] = ‘wobble.example.com’;return $domains;
}
add_filter( ‘as3cf_local_domains’, ‘as3cf_local_domain’, 10, 1 );- This reply was modified 4 years, 10 months ago by erdalaltin.
Forum: Plugins
In reply to: [Easy Watermark] Not working with custom post types?Yes, I have
Forum: Plugins
In reply to: [Easy Watermark] Not working with custom post types?H?
I tried its but the plugin is not work.
Forum: Plugins
In reply to: [Easy Watermark] Watermark not workingHi:
I not get any error in error_log but not work.
Hi Chris,
[invoice_edit_url] produce that link https://domain.com/wp-admin/&action=edit and the link is broken.
the right link: https://domain.com/wp-admin/post.php?post=17012&action=edit
Hi;
[invoice_edit_url] don’t work right (https://localhost/domain/wp-admin/&action=edit).
Forum: Plugins
In reply to: [Easy Watermark] admin image library list viewIt had the feature previous from 1.0.0 version.
Admin image library list view page has “easy watermark” column and “add watermark” in quick editor.
Example;
EASY WATERMARK COLUMN
Status: not watermarked
mark as watermarkedAdd Watermark
Example 2;
QUICK EDITOR
Edit | Delete | View | Add Watermark
Forum: Plugins
In reply to: [Easy Watermark] SrcsetFilter.php seems to be causing an errorreturn value is a array to \wp-content\plugins\easy-watermark\src\classes\Watermark\Watermark.php line 93
but
It call object value to \wp-content\plugins\easy-watermark\src\classes\Features\SrcsetFilter.php line 174 and had this error “PHP Notice: Trying to get property ‘image_sizes’ of non-object”.
is syntax right?
- This reply was modified 5 years, 2 months ago by erdalaltin.