Forum Replies Created

Viewing 15 posts - 1 through 15 (of 44 total)
  • in reply to: Icons errors on Firefox and IE #108110
    Shanty
    Member
    Post count: 48

    Humm .. problem remains on all my different computers.

    As you can see my attachement.
    Once i add product to wishlist (with the “star”) and refresh the page, no product is added (even if it’s said product already in the wishlist). Then also the Fonts are not loading anymore.

    I see on your attachement that you use the .eu url

    Can you try to access the product page (and the wishlist request) thru this url: http://www.lescouleursdunoir.com ? I made a redirection of the .com to the .eu // and it work on Firefox & Chrome but not on IE.

    I ask my host about the activation of the CORS request on the server (if it might be a part of the problem)

    Thank You and best regards

    Attachments:
    You must be logged in to view attached files.
    in reply to: Wishlist not working anymore #108108
    Shanty
    Member
    Post count: 48

    Humm .. problem remains on all my different computers.

    As you can see my attachement.
    Once i add product to wishlist (with the “star”) and refresh the page, no product is added (even if it’s said product already in the wishlist). Then also the Fonts are not loading anymore.

    I see on your attachement that you use the .eu url

    Can you try to access the product page (and the wishlist request) thru this url: http://www.lescouleursdunoir.com ? I made a redirection of the .com to the .eu // and it work on Firefox & Chrome but not on IE.

    I ask my host about the activation of the CORS request on the server (if it might be a part of the problem)

    Thank You and best regards

    Attachments:
    You must be logged in to view attached files.
    in reply to: Wishlist not working anymore #108087
    Shanty
    Member
    Post count: 48

    Hello!

    This is weird … even when you go on the wishlist are you able to see the product?

    I’m gonna check on different computers with IE, and come back to you!

    Actually for me, product is said to be added to wishlist (when i refresh nothing is on the wishlist) and if i’m cliking on the wishlist; it says that the wishlist is empty

    Very strange no?

    in reply to: Wishlist not working anymore #108059
    Shanty
    Member
    Post count: 48

    Thanks you for your Help!!

    Problem is solved 75% !!!

    Now the wishlist works perfectly on firefox and chrome.

    Still remain that’s it doesn’t work with IE

    Any ideas?

    Many thanks again for all the support you give.

    in reply to: Icons errors on Firefox and IE #108058
    Shanty
    Member
    Post count: 48

    Yes i tried .. no effects

    Still get the problem (only with IE)

    Everything works perfectly on Firefox and Chrome …

    I have also another issue with my wishlist – ONLY ON IE …. might it be something linked to this thread?

    Thank You for the light you’ll bring

    in reply to: Icons errors on Firefox and IE #107441
    Shanty
    Member
    Post count: 48

    Hello Mohammad!

    I think your last actions have bad effect on IE, fonts are not loading anymore correctly after few navigation.

    Can you replace it? or tell me what to add to file?

    Thank You

    in reply to: Icons errors on Firefox and IE #107135
    Shanty
    Member
    Post count: 48

    Hey!

    I add many errors in my console about the fonts, so i put your code into the .htaccess and it helps a lot! No more errors are coming, only the problem of the wishlist is standing!

    I set this : Header set Access-Control-Allow-Origin “*” and try to set it also on the .com but it didnt affect it …

    Can you have a look on it please? It had to deal with this thread http://support.swiftideas.net/forums/topic/wishlist-not-working-anymore/#post-105011 and Error SEC7119 // XMLHttpRequest for http://lescouleursdunoir.eu/wp-admin/admin-ajax.php need CORS specifications.

    Thank You again

    in reply to: Wishlist not working anymore #107099
    Shanty
    Member
    Post count: 48

    Ok!

    I just make the .com transfered on our main host (.eu)

    Can you have a look on the set up with console browser to see if my actions are correct?

    Many thanks for your help!

    The wishlist should work now, cause their is no more conflict … but it’s not working

    Best regards

    in reply to: Wishlist not working anymore #105970
    Shanty
    Member
    Post count: 48

    Hello,

    I know it’s out of the use of the theme, but we never know, sometimes it may sounds more easy and simple for you than for me.

    I write to my host to ask details about it and will come back to this thread to help people than will have the same issue.

    What tool do you use to check the statuts of thoses errors???

    And for the wishlist setting i already tried everything.

    Thanks again!

    in reply to: Wishlist not working anymore #105900
    Shanty
    Member
    Post count: 48

    Hei!

    Working all afternoon on the topic of .htaccess files, but anything is right…

    Can you advice me about it?

    Actually, my website is located on the .eu (with all the plugin, Wishlist plugin too), i named all page just like it’s the .com and made a redirection from the .com to .eu pages.

    Everything looks to work very good, just the wishing list remains blocked.

    Here what i tried to add to the .htaccess file:

    <IfModule mod_headers.c>
    SetEnvIf Origin “http(s)?://(www\.)?(lescouleursdunoir.eu|lescouleursdunoir.com)$” AccessControlAllowOrigin=$0$1
    Header add Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin
    Header set Access-Control-Allow-Credentials true
    </IfModule>

    Thanks for the light you’ll bring!

    in reply to: Wishlist not working anymore #105832
    Shanty
    Member
    Post count: 48

    Hello!

    Indeed, it’s look to be the problem!

    I know that their is two differents domains.

    Do you think i need to work on the DNS between each other to fix the thread?

    If not, if i have to work on the .htaccess file, do you have more informations about it? Documentation on this topic is hard to find on google.

    Thanks again, and best wishes

    in reply to: Icons errors on Firefox and IE #105761
    Shanty
    Member
    Post count: 48

    Ok great thank you very much !!!

    Thread RESOLVED !!

    Waiting for news for the other topic.

    Best Regards

    in reply to: Icons errors on Firefox and IE #105741
    Shanty
    Member
    Post count: 48

    Hello Mohammad !!

    Thanks you, Icons are back !!! Great Solution!

    Do i still need to update my .htaccess file with your previous code???

    <FilesMatch “\.(ttf|otf|eot|woff)$”>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>

    # Do not process images or CSS files further
    RewriteRule \.(css|jpe?g|gif|png|js|ico|mp3|ogg|eot|svg|ttf|woff)$ – [L]

    AddType application/octet-stream .woff

    As you may see, i have issue with “Access-Control-Allow-Origin” for the Wishlist that dont working for now … may it have good effect? (see this thread: http://support.swiftideas.net/forums/topic/wishlist-not-working-anymore/#post-105011)

    Thanks for the light you bring around this topic!!!

    Best regards

    in reply to: Wishlist not working anymore #105702
    Shanty
    Member
    Post count: 48

    Hello and thank you for your answer!

    I try to figure out how to solve this problem …

    As you can see, this problem have many unwanted effects, like the use of the fonts.

    You can see in this other Thread of me: http://support.swiftideas.net/forums/topic/icons-errors-on-firefox-and-ie/#post-105694

    It’s also about this “Access-Control-Allow-Origin”

    Can you give me more details about the way to solve it please?

    I didnt make any change on my set up

    Thank you in advance!

    Best regards

    in reply to: Icons errors on Firefox and IE #105694
    Shanty
    Member
    Post count: 48

    Hello!

    As mentionned in the Link’s solution, i tried to use method number 2, adding this to my css custom field:

    @font-face {
    font-family:”fontAwesome”;
    src:url(data:font/opentype;base64,[paste-64-code-here]);
    font-style:normal;
    font-weight:normal;
    stretch:normal;
    }

    But it’s not working …..

    I dont understand method number 1:

    On your server you will need to add:
    Access-Control-Allow-Origin

    To the header of the font files, so for example if you are using Apache you can add this to the .htaccess:

    <FilesMatch “\.(ttf|otf|eot|woff)$”>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>

    Can you help me on this point? I just dont know how to create the file …

    Do i just need to add informations to my .htacces file? or do i need to do something more?

    I’m a bit lost with this and it’s getting important now …

    It seems to have effect also on the problem of the wishlist that dont works at all. See also: http://support.swiftideas.net/forums/topic/wishlist-not-working-anymore/#post-105011

    Thank you for your Help!

    Best regards

Viewing 15 posts - 1 through 15 (of 44 total)