markuszeeh
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] reindexing by cronjobHei Mikko!
Thanks for your response. I use Relevanssi Premium almost a view years. Do you have dokumentation about
wp relevanssi index
?Thanks!
MarkusForum: Plugins
In reply to: [ImageMapper] add map without shortcodeHi!
Yes, it works. I use this code
<?php echo get_imgmap_frontend_image('86', '79467984'); ?>
Just use your id′s.
Forum: Plugins
In reply to: [Download Shortcode] Does this work with Multisite?Hi!
Thanks for your anwer! Do you know when you maybe finish the next version?
Have a nice weekend!
MarkusForum: Plugins
In reply to: [Front End Upload] [Plugin: Front End Upload] multisite upload-pthGreat news! Thanks!
Forum: Plugins
In reply to: [List Yo' Files Pro] [Plugin: List Yo' Files Pro] public uploadHi WandererLLC!
Thanks for your answer – will try it out! Thanks a lot! M
Forum: Plugins
In reply to: [Yoast Duplicate Post] [Plugin: Duplicate Post] Duplicate AttachmentsHi lopo!
Thanks for the update, your time and work. Looks like it works fine! Thanks! M ??
Forum: Plugins
In reply to: [Front End Upload] [Plugin: Front End Upload] multisite upload-pthYour welcome!
Just another question: did you add the multisite-code into the pro-version? And has the pro-version a lang-file?
Thanks!
MarkusAny html like <p> is striped? If yes, the feed isn′t usable. I found the setting on line 25 inside rss.php and now it works for me. But what is the reason to strip the html inside the rss?
thanks ??
Yes, i mean the
<br/>
tag – this is ignored inside the feed.Forum: Plugins
In reply to: [Front End Upload] [Plugin: Front End Upload] multisite upload-pthI found the solution:
change line 36 and 37 inside front-end-upload.php to:
define( 'FEU_DESTINATION_DIR', ABSPATH . '/wp-content/blogs.dir/' . $blog_id .'/files/iti_feu_uploads/' ); define( 'FEU_DESTINATION_URL', get_bloginfo( 'url' ) . '/wp-content/blogs.dir/' . $blog_id .'/files/iti_feu_uploads/' );
Forum: Plugins
In reply to: [Yoast Duplicate Post] [Plugin: Duplicate Post] Duplicate Attachmentshi lopo!
thanks a lot. There was a post 2 years ago: https://www.ads-software.com/support/topic/plugin-duplicate-post-duplicate-attachments
It doesnt work but maybe it helps.
Thanks again!Forum: Plugins
In reply to: [Yoast Duplicate Post] [Plugin: Duplicate Post] Duplicate AttachmentsHi lopo!
I hav a post with 3 attachments (images). If i duplicate this post, the post_thumb is duplicated too, but not the other attachments. I need to upload the 3 images again (i have a custom loop to show attachements by post_id) to attache this images to the post and have this 3 images inside the post_gallery.
Thanks for your help!
MarkusForum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] category.phpWell, i′m back and found it was a problem with the
https://www.ads-software.com/extend/plugins/category-templates/
plugin. So, all works fine with your plugin.
I′m sorry for this thread!
Markus
Forum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] category.phpI just found the problem: It works with a category.php, but not with a category-slug.php It looks like a bug?