Forum Replies Created

Viewing 15 replies - 31 through 45 (of 111 total)
  • Thread Starter rabox66

    (@rabox66)

    Hi Peter,
    Thank you for your answer. If I understood you right, it is necessary to activate in the area Wordfence > All Options > Advanced Firewall Options all rules (e.g. SQL injection, Malicious file upload…) in order to have basic protection against the upload of malicious files.
    Thanks
    Raphael

    Thread Starter rabox66

    (@rabox66)

    Hi,
    thanks for the answer. Could you please tell me, which certificate you are talking about? that is good to know before asking my host.

    Thanks!
    Raphael

    Thread Starter rabox66

    (@rabox66)

    Hi,
    there are new questions. ?? Maybe you can help me. That would be great.

    1) I guess that there are different levels of reading or working in the CRM? e. g. I have a coworker that should have access to all documents of a certain client. Therefore I would like to grant him permission to have access to the area of that client. Maybe some coworkers will need a read-only permission, others will need a read&write permission. I guess that this is possible, but need a professional opinion before starting.

    2) I will also need a tool for project management. Do you recommend any tool that works well with Jetpack CRM? Self-hosted would be nice, but if it is a cloud-based tool such as Trello, it is also OK. But what is most important: The coordination between both. Without automated coordination both tools will not be efficient enough.

    Thanks for your help!
    Raphael

    • This reply was modified 3 years, 5 months ago by rabox66.
    Thread Starter rabox66

    (@rabox66)

    Thank you for the answer. That sounds very good. The most urgent problem for me seems to be the possibility of editing the invoice template. The existing template is – sorry for being rude – absolutely not enough.

    It looks like this template is the most important point for me to resolve. So hopefully it will be included in the next update. ??

    All the best
    Raphael

    Forum: Fixing WordPress
    In reply to: PHP-Notice
    Thread Starter rabox66

    (@rabox66)

    Do you mean my code is not executed due to a plugin conflict?

    Thread Starter rabox66

    (@rabox66)

    OK, it was quite easy to do in jQuery. If somebody else has the same problem: Just add this jQuery:

    if ($(‘ul.products’).contents().length == 0)
    {
    alert(“NO ANIMALS AVAILABLE. PLEASE SEARCH AGAIN”);
    }

    Thread Starter rabox66

    (@rabox66)

    Hi Nick,
    thanks for the answer. And no, we do not talk about variations.

    About your comment: Yes, that is exactly the problem I try to explain:
    Let’s look at these two links:

    1) https://www.godparent.de/patentiere/
    Here you will see all the animals available, now there are only ten.

    2) https://www.godparent.de/patentiere/?filter_kind-of-animal_3=dog&min_price=743&max_price=750
    That is a combination of filters that show a result that does not exist. (Therefore no animals are shown.) Nevertheless, you can run into it, after playing with the filter for a short time. That is why I suppose many visitors will end up like this.
    In order to help these visitors with the right information, there should be a warning like: “NOTHIG AVAILABLE, TRY ANOTHER SEARCH”.

    Either that can be done out of the box. As it might be a common problem, I suppose it is possible. If so, please tell me how to achieve that.

    If not, I will have to write some code, but I do not know where to start. Maybe with some jQuery that checks, if there are producs shown, and if not, the code does a redirect to a page that gives the information “NOTHIG AVAILABLE, TRY ANOTHER SEARCH”.

    Hope I could explain what I want. ??
    Thanks
    Raphael

    • This reply was modified 3 years, 7 months ago by rabox66.
    Thread Starter rabox66

    (@rabox66)

    Thank you!
    I was busy with another project in the meanwhile and have not answered jet. Sorry. I checked the links you proposed, but I could not fix the problem. but I have another description of the bug, which is easier: ??

    Just follow the link: https://www.godparent.de/patentiere/?filter_kind-of-animal_3=dog&min_price=743&max_price=750

    You will see a combination of product and price that does not exist. (I guess that happens quite regularly, whenever useres search.) In that case (I imagine) The filter should say: “SORRY, NOT AVAILABLE”. But it does not do it. Instead of the information, it shows an amount that makes no sense.

    If you cannot fix it, I will ask the support as suggested.

    I hope that explains it better now. ??
    Thank you!
    Raphael

    • This reply was modified 3 years, 7 months ago by rabox66.
    Thread Starter rabox66

    (@rabox66)

    I could resolve it myself. Maybe somebody has a similar problem, therefore my solution. Given that the domain is example.com it would be like:

    1) The URL for the genre “action” would be like that: https://example.com/review-genre/action That was that was I read in the code, but it did not work. ??

    2) My problem was, that I did not flush the permalinks. So I changed the permalink-structure from “postname” to the normal permalink and then I changed id again to the pretty permalink with “postname” as a part of the URL. After doing so, it worked.

    Thread Starter rabox66

    (@rabox66)

    UPDATE OF MY QUESTION,
    I would rather like to display the

    <nav class="tribe-events-calendar-month-nav tribe-events-c-nav">
    </nav>

    in my template. Is there any way how to do that?

    Thread Starter rabox66

    (@rabox66)

    Hi andreas,
    yes, that what you suggest is exactly what I did. ?? But nevertheless, the calendar is in german. If I have a look at the source code of that specific page, it is written: <html lang="en"> But the days and months are in german.

    I could write some jQuery to substitute the German words. But that is not what I call good coding. I would really prefer to have the English version displayed instead of creating a strange workaround.

    You can test it yourself: Please go to https://www.schott-acting-studio.de/schott-events/ Plese tell me, if you see any mistakes in the source code. I cant see any.

    Thanks
    Raphael

    Thread Starter rabox66

    (@rabox66)

    [UPDATE]
    OK, I found it myself. I just have to create a template and then I can choose that template in the settings. But unfortunately, this does not resolve my basic problem which is the language.

    I have a website with the main language German and the second language English. For switching between translations, I use the polylang-plugin which is not supported by the event calendar. https://www.ads-software.com/support/topic/events-calendar-polylang/ Therefore I decided to display the calendar only in English.

    Since the lang attribute is german in the source code, I decided to have the calendar displayed on its own template and change the lang attribute in this template to English. I did as described, but nevertheless, the calendar is displayed in German.

    This is the sourccode:

    <!DOCTYPE html>
    <html lang="en">

    The output in the browser is still in German. So what can I do?
    Thanks
    Raphael

    • This reply was modified 3 years, 12 months ago by rabox66.
    Thread Starter rabox66

    (@rabox66)

    Please just tell me where the calendar fetches the names of days and months from, so I can change that using “Loco Translate”. Is it from the plugin itself, is it from the theme or are they from the WordPress core?

    Thanks
    Raphael

    Thread Starter rabox66

    (@rabox66)

    Thanks for the answer. As the whole site is based on Polylang, we cannot switch easily to WPML. But that is not a big problem, We can display the calendar only in English. That’s also OK.

    So only one question remains: Now the website is basically in German, but has an English translation based on Polylang. And: I do use Loco translate for translating plugins.

    Please tell me, where the calendar gets the language information for days (Monday, Tuesday…) and months from. Once I know the exact place, I can use loco-translate to change the output. I already targeted the files of the plugin by loco-translate, but that did not create any change in the output.

    Thanks
    Raphael

    • This reply was modified 4 years ago by rabox66.
    Thread Starter rabox66

    (@rabox66)

    Hi Michael,
    thanks a lot. The problem was the wrong parameter “category”. This is a bit strange, cause it worked, but it did not work properly. If I replace “category” with “cat”, it works perfectly.

    But what interests me now is, why I did not receive an error message, if I use a parameter that does not exist. ??

    cat (int) – use category id.
    category_name (string) – use category slug.
    category__and (array) – use category id.
    category__in (array) – use category id.
    category__not_in (array) – use category id.

Viewing 15 replies - 31 through 45 (of 111 total)