Forum Replies Created

Viewing 15 replies - 181 through 195 (of 221 total)
  • Forum: Fixing WordPress
    In reply to: Redirect

    Hi @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 transfer

    Hi @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 transfer

    Hi @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 Kuckovic

    Forum: Fixing WordPress
    In reply to: Posts transfer

    Hi @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 Kuckovic

    Hi @josiah-s-carberry,

    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 Kuckovic

    No worries πŸ™‚

    Forum: Fixing WordPress
    In reply to: Redirect

    Hi @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=1 and 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 Kuckovic

    Hi @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 Kuckovic

    Thread Starter kuckovic

    (@kuckovic)

    Quick 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 Kuckovic

    Plugin Author kuckovic

    (@kuckovic)

    @polodev

    Hi 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 Kuckovic

    Thread Starter kuckovic

    (@kuckovic)

    Hi Tammie,

    Thanks for your reply.
    I’ve found another solution using ACF instead.

    Thanks for your time.

    Best regards
    Aris Kuckovic

    Thread Starter kuckovic

    (@kuckovic)

    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
    AK

    Thread Starter kuckovic

    (@kuckovic)

    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 Kuckovic

    Thread Starter kuckovic

    (@kuckovic)

    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.
    Thread Starter kuckovic

    (@kuckovic)

    Whoops!
    Double post …

    • This reply was modified 8 years, 8 months ago by kuckovic.
Viewing 15 replies - 181 through 195 (of 221 total)