MagicStick
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Post Duplicator] Copy Media files?I can’t replicate your issue harm. Can you let me know what type of server you are on? Your version of php? If you are sure the correct jpg/png processing Libriaries are installed on your host? Does the same issue happen with both png’s and jpgs?
- This reply was modified 8 years, 8 months ago by MagicStick.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Adjusting title size, etc.You dont do this within the plugin. You can wrap the title using wordpress’ ‘dynamic_sidebar_params’ filter For example:
function prefix_filter_widget_title_tag( $params ) { $params[0]['before_title'] = '<h3 class="widget-title widgettitle">' ; $params[0]['after_title'] = '</h3>' ; return $params; } add_filter( 'dynamic_sidebar_params' , 'prefix_filter_widget_title_tag' );Thanks for the info. I’ll look into this
Forum: Plugins
In reply to: [Multisite Post Duplicator] Bug duplicating posts with subcategoriesSorry, ok, I’ll have a look tonight and see if I can muster up something for you. 🙂 appreciate your patience!
Mario.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Bug duplicating posts with subcategoriesRoger that mate. I’ll sort.
As I said there is no code snippet to archive this as it’s impossible to achieve without locking down various controls on the core sub category management.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Bug saving duplicated post in draftBe sure that if you go into the plugins setting that the ‘Retain Published date from source’ isnt checked. This will always publish the duplication.
Only other thing I can think here mate is come third party code that is overridding the core functionality. I know I have written some code like that for a previous support thread maybe it was cut and pasted into your functions?
- This reply was modified 8 years, 8 months ago by MagicStick.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Bug duplicating posts with subcategoriesThe plugin currently doesn’t support sub categories because its impossible for the plugin to see the sub categories relationship between sites and there are to many variables at play to control adequately. Hard to explain but its a complex problem that I’ve solved in the pages using the ‘batch duplication’.
Legend mate. Thanks for the quick response.
Thanks Matt.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Image copying errorsHey man. Thanks so much for the info. I’ll investigate and get a fix out for you.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Copied posts not following the URL setupHey mate. MDP doesn’t manage the permalink structure you can change it to the slug by going into SETTING > PERMALINK in you WordPress installation.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Feature Request: Links to Original PostA few people have requested this now. Think its time I add this to a future release! 🙂
Thanks.
Its working for me on my tests? Can you provide further details on how to replicate?
Anyone else having the same issue?
I’ll look further into this Ian. Thanks. No timescales unfortunately.
Forum: Plugins
In reply to: [Multisite Post Duplicator] Errors when duplicatingthanks for the info mate. I’ll cover these warnings in the next release.
- This reply was modified 8 years, 9 months ago by MagicStick.