kuckovic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RedirectHi @bennettskaya,
Have you tried a different browser aswell?
Another thing – do you have a plugin installed, that may have changed the login URL?
I know you can do this in All In One WP Security & Firewall (https://da.ww.wp.xz.cn/plugins/all-in-one-wp-security-and-firewall/).Just a thought.
/ Aris Kuckovic
Forum: Fixing WordPress
In reply to: Posts transferHi @klottner,
I see now.
Of course, you need to move only the posts – my bad.
Hmm, then my approach would be WP All Import (http://www.wpallimport.com/)I’ve used this plugin to import 75,000 products in WooCommerce – so I know it can manage a huge amount of data.
Forum: Fixing WordPress
In reply to: Posts transferHi @klottner,
There is an options-page where you can check the “Do not export Themes” etc.
You need to click “Advanced options” when you export a site πI hope this helps.
Best regards
Aris KuckovicForum: Fixing WordPress
In reply to: Posts transferHi @klottner,
Have you tried All-in-One WP Migration? (https://da.ww.wp.xz.cn/plugins/all-in-one-wp-migration/)
I’ve used it quite some times, and always works like a charm π
Good luck!
Best regards
Aris KuckovicForum: Fixing WordPress
In reply to: has_cap was called with an argument…Have you tried de-activating your plugins, to see if that removes the error-message?
If it does, which I think it will, it has something to do with one of your plugins.Try to narrow it down to which plugin exactly is causing this error – and then contact the developers.
I’ve seen this error before, and it has always been a plugin that was causing it π
Best regards
Aris KuckovicForum: Fixing WordPress
In reply to: Issue with php version of WPNo worries π
Forum: Fixing WordPress
In reply to: RedirectHi @rik0399,
I need to make sure, that I understood your question 100% π
When you try to login, your URL changes towp-login.php?redirect_to=http%3A%2F%2Fwww.MYSITE.uk%2Fwp-admin%2F&reauth=1and NO login-form is shown – Correct?And to be able to assist you better – here are some follow-up questions:
– What did you do prior to this error? (update, merge etc.)
– Do you get any errors in the console?
– What does your error-log say?I’m sure we’ll make it work π
Best regards
Aris KuckovicForum: Fixing WordPress
In reply to: Issue with php version of WPHi @mon33x,
NextGEN Gallery developers are aware of this, and if I understand them correctly, they’ve already prepared an update to address til issue.
Please see https://ww.wp.xz.cn/support/topic/php-versions-7-0-26-and-7-1-12-known-issue/
Best regards
Aris KuckovicForum: Developing with WordPress
In reply to: Add new input field in meta boxQuick question, something I learned recently from one of my help posts⦠does your error log say anything?
– Hi LB,
Sadly not.
But I’ve managed to make it work by following bcworkz’s advice.
So thanks a lot, bcworkz and LB – I just needed a good nights sleep πI changed:
$tr_meta['tr_items'] = esc_textarea($_POST['tr_items']);To:
$tr_meta = $_POST['tr_items'];Now it’s working as it should.
Thanks a lot, guys.Best regards
Aris KuckovicForum: Reviews
In reply to: [CleanUp WP] Saves me some timeHi Polodev!
Thank you for the review.
I will soon update the plugin, so that it deactivates itself after the tasks are completed. Please let me know if there is anything else you would like as a feature in the plugin.Best regards
Aris KuckovicForum: Plugins
In reply to: [Gutenberg] “Add content” buttonHi Tammie,
Thanks for your reply.
I’ve found another solution using ACF instead.Thanks for your time.
Best regards
Aris KuckovicForum: Plugins
In reply to: [Gutenberg] Add a HTML block?Hi Riad,
I’m glad you’re atleast looking into it π
It would open up so many possibilities πI will mark this as solved for now.
Best regards
AKForum: Plugins
In reply to: [Gutenberg] Add a HTML block?Hi Riad,
Thanks for your quick reply.
> We also have an examples repository with examples in both https://github.com/WordPress/gutenberg-examples
Yes, I know. I’ve been looking through these, and I made 8-10 custom blocks based on these examples. But it’s really simple ones, like 2 pictures and 2 titles – thats not a problem for me to make.
> Unfortunately, the βclassic textβ is not meant to be reusable.
Okay, makes sense of course. I might take a look into some React WYSIWYG editors for my blocks. A paragraph block simply won’t cut it. I need to make a block, where the user can edit the text – and add some lists aswell in between, when it’s needed. Furthermore, I need them to make links in the text aswell.
> Should we make the βClassic textβ editor reusable?
I get the idea of not wanting to reuse something thats “on the way out”. But maybe you should implement a toolbar with some more options, like adding lists and maybe adding some code (just a thought).
Furthermore:
Would it be possible, to take the attributes from the blocks, and implement them in the REST API? Would be SO USEFUL when you’re creating websites using AngularJS as frontend π Thats why I’m so specific in my needs π
Best regards
Aris KuckovicForum: Plugins
In reply to: [Gutenberg] Add a HTML block?Hi guys,
Thanks for your replies.
Tammie:
I would love to create a custom block, just like “Custom HTML” and “Classic Text”.
Right now, I’m writing all the blocks in ES5 – But most of the guides are for EXNext, and I can’t make that work πRiad:
As mentioned above, I need to create a custom block that can create<li>IN the text, like the “Classic text” editor – but I can’t make it work with ES5. Furthermore, I need a block like the “Custom code”. I’m creating some blocks that contain “Title”, “Teaser” and “Content” – and for the “content” part I need the “Classic Text”.Does it make any sense?
PS. I would love a guide on how to start with ESNext and block-writing.
Maybe I’m just too tired – but I can’t make it work…Best regards
AK- This reply was modified 8 years, 8 months ago by kuckovic.
Forum: Plugins
In reply to: [Gutenberg] Add “ng-href” on a-tags?Whoops!
Double post …- This reply was modified 8 years, 8 months ago by kuckovic.