Markus

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 67 total)
  • Author
    Posts
  • in reply to: SKT Newspaper Pro – PHP 7.4x -> 8.x Crash #199895
    MarkusMarkus
    Participant
    • Topics: 24
    • Replies: 67
    • Total: 91
    Member since: February 7, 2017

    Hello,

    So, now I’m again offical your costumer with fully support. Can you now answer my older questions?

    Newspaper 1.0 crashes by uising PHP to 8.x (with Nginx). The site works acutally with PHP 7.4x
    In my tests all plugins are deactivated.
    Will a newer Version of Newspaper Pro 1.X solve the problem?

    Regards
    Markus

    in reply to: SKT Newspaper Pro – PHP 7.4x -> 8.x Crash #194181
    MarkusMarkus
    Participant
    • Topics: 24
    • Replies: 67
    • Total: 91
    Member since: February 7, 2017

    OK,

    maybe my questions was to unlear:

    -> when I buy the package for 69 USD: will the new version of newspaper pro solve my problem?

    The money isn’t the problem – it’s equal 18 or 69 Bucks. But: will this solve my problem? Or do I spend the money for a old newspaper 1.0 – because you have no new versioN?

    Regards
    Markus

    in reply to: SKT Newspaper Pro – PHP 7.4x -> 8.x Crash #194062
    MarkusMarkus
    Participant
    • Topics: 24
    • Replies: 67
    • Total: 91
    Member since: February 7, 2017

    Hi,

    you are kidding?

    -> Customer should buy themes and suopport for 1 year and later on you give me the answer – no the new theme version will not support PHP 8.x???

    I’m now 10 years your customer and spent over 1k dollar in your shop – is this realy your answer to my question?

    Regards
    Markus

    in reply to: SKT Newspaper Pro – Version Jan / 2022 #190214
    MarkusMarkus
    Participant
    • Topics: 24
    • Replies: 67
    • Total: 91
    Member since: February 7, 2017

    Hello,

    thanks for your offer – I leave in the last years 1k dollar by SKTthemes and I know your paypal adress.

    But: Why should I take new support for a product question? If you have a “new” version of Newspaper pro with realy new features – maybe I will buy it. But before – I need the information abput the change log!

    Regards
    Markus

    in reply to: SKT Newspaper Pro – Search Engine #178589
    MarkusMarkus
    Participant
    • Topics: 24
    • Replies: 67
    • Total: 91
    Member since: February 7, 2017

    Hello,

    I’m a bit confused, because you have written the original code. Or not? So, usualy you must know, where to edit the code.
    I use your themes and your service more than 5 years. I spent more than 1k US-Dollar for business with you. I’m a litle bit disapointed on the answer “it works not together”.

    Anyway, I found a plugin for the job “Ajax Search Lite”. It overwrites the results from the internal search engine and gives me results sortet by date. But: it is one more – usualy – not needed plugin.

    Regards
    Markus

    in reply to: SKT Newspaper Pro – Search Engine #178360
    MarkusMarkus
    Participant
    • Topics: 24
    • Replies: 67
    • Total: 91
    Member since: February 7, 2017

    Hi,

    do you maybe have an answer for me?

    Regards
    Markus

    in reply to: SKT Newspaper Pro – Search Engine #178162
    MarkusMarkus
    Participant
    • Topics: 24
    • Replies: 67
    • Total: 91
    Member since: February 7, 2017

    Hello,

    I’ve seen you put the same PHP code to my function.php them the last time.

    BUT: with this code the option “edit picture” will NOT work

    After insering the code – do you test the point “edit picture” ?

    This are the last original lines php code

    </script>
    <?php }
    add_action(‘wp_head’,’custom_slide_function’); ?>
    //End of original function.php code – picture edit works – sort by date works not – is the “]” after <?php correct? there is no open “{” first !?//

    <?php
    add_filter(‘posts_orderby’,’my_sort_custom’,10,2);
    function my_sort_custom( $orderby, $query ){
    global $wpdb;

    if(!is_admin() && is_search())
    $orderby = $wpdb->prefix.”posts.post_type ASC, {$wpdb->prefix}posts.post_date DESC”;

    return $orderby;
    }
    // This is the new code from you for sorting by date – with this code the “edit picture” will NOT work //

    At the moment I use the old code, because I must work on the site!

    EDIT: I test the complete code from your original function.php in a code checker.
    Result: line 802 have errors:
    <?php function custom_slide_function(){ ?>

    Is this a old bug inside the code?

    Regards
    Markus

    in reply to: SKT Newspaper Pro – Search Engine #178119
    MarkusMarkus
    Participant
    • Topics: 24
    • Replies: 67
    • Total: 91
    Member since: February 7, 2017

    Hi,

    do you tryed it a 2.nd time?

    Regards
    Markus

    in reply to: SKT Newspaper Pro – Search Engine #178063
    MarkusMarkus
    Participant
    • Topics: 24
    • Replies: 67
    • Total: 91
    Member since: February 7, 2017

    Hello,

    sorry, I exchanged the functions.php, but I didn’t set the correct file rights / owner. Now it works.

    Regards
    Markus

    in reply to: SKT Newspaper Pro – Search Engine #177955
    MarkusMarkus
    Participant
    • Topics: 24
    • Replies: 67
    • Total: 91
    Member since: February 7, 2017

    Hi Dave,

    CURRENT: I use the old functions.php WITHOUT the new code – from you – for site search sorted by date

    WHEN: I use the modificated functions.php WITH the new code (you put some PHP at the end of the file) the editor shows no picture.

    Q: What can we do for: I want to use your new code for search results sorted by date AND I can edit my pictures inside.

    Regards
    Markus

    in reply to: SKT Newspaper Pro – Search Engine #177868
    MarkusMarkus
    Participant
    • Topics: 24
    • Replies: 67
    • Total: 91
    Member since: February 7, 2017

    Hi,

    ok, the picture shows a post and the used picture.

    When I use the new, from your hand edit functions.php, the picture is not shown:

    https://ibb.co/KVnFG75

    1: you see the picture from the post
    2. the picture is not shown for editing
    3. the button “crop”is not highlighted

    When I use the old function.php the editor works and the picture is loaded.

    Edit: at the moment I use the old, working function.php!
    Regards
    Markus

    in reply to: SKT Newspaper Pro – Search Engine #177655
    MarkusMarkus
    Participant
    • Topics: 24
    • Replies: 67
    • Total: 91
    Member since: February 7, 2017

    Hi,

    The new code works fine for date-sorting. BUT: with the new code in the function.php the function “Image / Edit Image” shows no picture and the button “Crop” is not highlighted. Sounds strange, but:
    I have a staging site /copy of my site. I used there the old and the new funktion.php – same result. Any idea?

    site: https://b2b-cyber-security.de/
    You have already access data

    Info: I jumped back to the old function.php, because I made some article with pictures.

    Regards
    Markus

    in reply to: SKT Newspaper Pro – Search Engine #177426
    MarkusMarkus
    Participant
    • Topics: 24
    • Replies: 67
    • Total: 91
    Member since: February 7, 2017

    Hi,

    it works fine – thank you.

    Q: will a theme update kill the changed code?

    Regards
    Markus

    in reply to: SKT Newspaper Pro – Search Engine #177387
    MarkusMarkus
    Participant
    • Topics: 24
    • Replies: 67
    • Total: 91
    Member since: February 7, 2017

    Hi,

    I think a screenshot is not helpfull – I cant show you the completet results.

    Ex: https://b2b-cyber-security.de/

    1. Search for “Kaspersky”
    2. Result: all news with Kaspersky are sortet by “relevance” – the news “date” is not considered – so the newest post is on position 11. Older posts are placed before newer posts, because they are more relevant.

    My wish:
    The results for the serach-string “Kaspersky” shows all news sortet by date: so the last news is on first position in the result – oldest post on last position.

    More clear?

    Regards
    Markus

    in reply to: SKT Newspaper Pro #175371
    MarkusMarkus
    Participant
    • Topics: 24
    • Replies: 67
    • Total: 91
    Member since: February 7, 2017

    Sorry, I found 1 more mail from you in my spam …I will answer you there

Viewing 15 posts - 16 through 30 (of 67 total)