+ Reply to Thread
Results 1 to 10 of 17

Thread: category error

Hybrid View

  1. #1
    Quote Originally Posted by Aleksandar Apostolovski View Post
    The only problem now is how to auto flush my users cache because this works perfectly when it's opened without cached version of the previous form :/
    With this code and the previous cache it doesn't auto select the category and it doesn't let the user to click the next button.
    Hi Aleksandar Apostolovski,

    I'm sorry, but I don't understand your current problem.
    Do you mean the browser cache to update CSS and JS in users computer?
    If yes, that you can update url of JS files by adding some GET parameters and browser update it automatically.

    For example
    Code:
    Only registered members can view the code.
    Thank you, Curtis.
    @Flynax Company

  2. #2
    Quote Originally Posted by Curtis View Post
    Hi Aleksandar Apostolovski,

    I'm sorry, but I don't understand your current problem.
    Do you mean the browser cache to update CSS and JS in users computer?
    If yes, that you can update url of JS files by adding some GET parameters and browser update it automatically.

    For example
    Code:
    Only registered members can view the code.
    Sorry but my knowledge is at low level. Can you tell me with more details where and how exactly should I edit that?
    Thanks again.
    Last edited by Aleksandar Apostolovski; August 2, 2019 at 08:50 AM.

  3. #3
    Quote Originally Posted by Aleksandar Apostolovski View Post
    Sorry but my knowledge is at low level. Can you tell me with more details where and how exactly should I edit that?
    Thanks again.
    So, I've checked it again and see that this solution cannot help you.
    You cannot update it immediately in users browsers, it will be done automatically by browser configuration.
    Thank you, Curtis.
    @Flynax Company

  4. #4
    Quote Originally Posted by Curtis View Post
    So, I've checked it again and see that this solution cannot help you.
    You cannot update it immediately in users browsers, it will be done automatically by browser configuration.
    Hi, after how many time? I wouldn't want my users to wait a month to get the new version of the add listing form.

  5. #5

    Exclamation

    Quote Originally Posted by Aleksandar Apostolovski View Post
    Hi, after how many time? I wouldn't want my users to wait a month to get the new version of the add listing form.
    Hello Aleksandar,Yes, it must be updated via 1 month by default, check attached screenshot.In any case you can add custom rule to .htaccess file to decrease this period, but it will affected the speed of loading your website for users. I'm not recommend make it to you.
    Attached Images Attached Images
    Last edited by Curtis; August 7, 2019 at 10:01 AM.
    Thank you, Curtis.
    @Flynax Company

  6. #6
    Quote Originally Posted by Curtis View Post
    Hello Aleksandar,Yes, it must be updated via 1 month by default, check attached screenshot.In any case you can add custom rule to .htaccess file to decrease this period, but it will affected the speed of loading your website for users. I'm not recommend make it to you.
    Can you PLEASE tell me which rule to add or edit in the .htaccess? I've already tried some options which I've found from google but I can't make them work. Even I tried to disable all the cache.
    I would like to decrease that period for some time until users get their cache updated and them I would return the old settings in the .htaccess.

  7. #7
    Quote Originally Posted by Aleksandar Apostolovski View Post
    Can you PLEASE tell me which rule to add or edit in the .htaccess? I've already tried some options which I've found from google but I can't make them work. Even I tried to disable all the cache.
    I would like to decrease that period for some time until users get their cache updated and them I would return the old settings in the .htaccess.
    Hi Aleksandar,

    You can try apply code from following thread: https://www.inmotionhosting.com/supp...ching-htaccess
    Thank you, Curtis.
    @Flynax Company

+ Reply to Thread