+ Reply to Thread
Results 1 to 9 of 9

Thread: Problem to display Seller Accounts

  1. #1
    Senior Member
    Join Date
    Nov 2012
    Posts
    126

    Question Problem to display Seller Accounts

    Hello,

    I have problem in my display Seller Accounts in Chrome and IE, but in Firefox is ok.

    The problem is, when I click on the both small icon that shows all name sellers in list or show 2 seller in one line in my-domian.com/dealer-accounts.html, then doesn't show name Seller Accounts, but if I click F5 to refresh the page, shows the Seller Accounts name, all the time I must refresh they page to display all info for Seller Accounts, maybe you doesn't understand me what I mean, please look at attaches.

    This problem happened from yesterday.

    accounts.jpg

    accounts2.jpg

  2. #2
    Hello Oslo,

    I have found bug and fixed on your site

    But other users may be have same problem and I will show code:

    Please go to ftp://templates>>your_template>>js>>lib.js


    find method: transformToList
    and code in:
    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    then find method: transformToTable

    and code:

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.

    save and close this file. Then refresh your page (ctrl+f5) and check again
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Viktor, I can't upload an avatar for my profile from front end if the user is a dealer. Logo is ok.

    //Morgan
    Free Advertising at Fyndklippet.se


  4. #4
    Senior Member
    Join Date
    Nov 2012
    Posts
    126
    Viktor, in my website still are same problem in Chrome and IE. all the time I must refresh page, in listing view also same problem.

    I don't think problem it is lib.js, because I downloaded lib.js from general demo flynax http://general.demoflynax.com/templa..._sky/js/lib.js and uploaded to my website, still are same problem, I don't understand why in demo flynax not problem, but in my website problem it is same lib.js as flynax using in their http://general.demoflynax.com.

    there is some thing incorrect.

    NB: Only in Chrome and IE have this problem.
    Last edited by Oslo; February 9, 2013 at 11:29 AM. Reason: Added more details.

  5. #5
    Hello Oslo,

    Did you update for mobile version of your site and changed jquery.ui.js file?
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #6
    Senior Member
    Join Date
    Nov 2012
    Posts
    126
    Yes, I have updated jquery.js and jquery.ui.js from this thread to update Mobile Version.

    But now display correct in Chrome in IE, did you have fixed

    Can you please tell me which file has been changed, because I wanna upload it on my PC, and keep it for future, I have uploaded to my PC the last your file lib.js

  7. #7
    Hello Oslo,

    I have changed only lib.js file.
    May be Chrome and IE was cached old js files but after some times loads new.
    Viktor,
    Flynax technical department,
    Best wishes.

  8. #8
    I'm using the escort script and have same problem in displaying agencies (dealers).
    If I push the button to switch to/from list- from/to table-view no contents in the boxes are shown.
    You can see the problem also in your demo of the escort script.

    Please help to fix.

    Thank you and regards.

    Juergen

  9. #9
    Found the problem.

    I "diffed" the template-file lib.js from "Sun Cocktail"-template with the original one.

    transformToList must contain:
    Code:
    Only registered members can view the code.
    transformToTable must be like this:
    Code:
    Only registered members can view the code.

+ Reply to Thread