Using CDN Icon Gone
- degkiko
 - 
            
				
                            Topic Author
                                 - Offline
 - Junior Member
 - 
            
         
        Less
        More
        
    
        
            
        
                8 years 8 months ago                #11029
        by degkiko
    
    
 	
	    
     
            
            
            
            
            
                                
    
                                                
    
        Using CDN Icon Gone was created by degkiko            
    
    Please Log in or Create an account to join the conversation.
- Dima
 - 
            
				
                                 - Offline
 - Platinum Member
 - 
            
         
            
        
                8 years 8 months ago                #11033
        by Dima
    
    
            
Don't forget support my developments: post review in JED , donate , help with translation
        
    
    
            
            
            
            
                                
    
                                                
    
        Replied by Dima on topic Using CDN Icon Gone            
    
        Hi Lili.
Check that all data refreshed and correct.
I have friends, who use CDN, and all works fine. But when you upload new version of extension or do the other action, you have to refresh data in your CDN, clear cache etc, and after that all will be fine.
            Check that all data refreshed and correct.
I have friends, who use CDN, and all works fine. But when you upload new version of extension or do the other action, you have to refresh data in your CDN, clear cache etc, and after that all will be fine.
Don't forget support my developments: post review in JED , donate , help with translation
        The following user(s) said Thank You: degkiko     
            Please Log in or Create an account to join the conversation.
- degkiko
 - 
            
				
                            Topic Author
                                 - Offline
 - Junior Member
 - 
            
         
            
        
                8 years 8 months ago                #11034
        by degkiko
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by degkiko on topic Using CDN Icon Gone            
    
        Hi Dima,
Thank you for your reply.
I was refresh and clear the cached of my site on CDN77, but still no show up.
Clear cached also from web, browser, but still same, the icon still no show up.
Maybe CDN77 has different than your friend use, I don't know.
Another option i was try to find others tutorial, to block the icon from CDN via htacces but till this time i coundn't find it.
Here the link that CDN see the icon : https:1117423714.rsc.cdn77.org/gm%23hotels-small.png
Thank you!
    Thank you for your reply.
I was refresh and clear the cached of my site on CDN77, but still no show up.
Clear cached also from web, browser, but still same, the icon still no show up.
Maybe CDN77 has different than your friend use, I don't know.
Another option i was try to find others tutorial, to block the icon from CDN via htacces but till this time i coundn't find it.
Here the link that CDN see the icon : https:1117423714.rsc.cdn77.org/gm%23hotels-small.png
Thank you!
Please Log in or Create an account to join the conversation.
- Dima
 - 
            
				
                                 - Offline
 - Platinum Member
 - 
            
         
            
        
                8 years 8 months ago                #11038
        by Dima
    
    
            
Don't forget support my developments: post review in JED , donate , help with translation
        
    
    
            
            
            
            
                                
    
                                                
    
        Replied by Dima on topic Using CDN Icon Gone            
    
        Hi.
Check your settings, and other parameters.
And for what reason your link doesn't looking into component part.
If you enter your link into browser 1117423714.rsc.cdn77.org/gm%23hotels-small.png
you'll get 404 error, it means for some reason you have wrong URL for your icons
            Check your settings, and other parameters.
And for what reason your link doesn't looking into component part.
If you enter your link into browser 1117423714.rsc.cdn77.org/gm%23hotels-small.png
you'll get 404 error, it means for some reason you have wrong URL for your icons
Don't forget support my developments: post review in JED , donate , help with translation
        The following user(s) said Thank You: degkiko     
            Please Log in or Create an account to join the conversation.
- degkiko
 - 
            
				
                            Topic Author
                                 - Offline
 - Junior Member
 - 
            
         
            
        
                8 years 7 months ago                #11043
        by degkiko
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by degkiko on topic Using CDN Icon Gone            
    
        Hi Dema,
Thank you for your reply and apologize for late respond.
Yes I got like the link "1117423714.rsc.cdn77.org/gm%23hotels-small.png"
The icon was put with others icon on Administrator folder (com_zhgooglemap > assets > icons) together with others icon, I was also try using others icon which is come with the component default but its also get same issue.
I was excluding the png file to ignore by cdn, this is solved the problem for the icon, but all my png file now will not touch the cdn.
Any others ways to make it work with cdn?...
Thank you!
    Thank you for your reply and apologize for late respond.
Yes I got like the link "1117423714.rsc.cdn77.org/gm%23hotels-small.png"
The icon was put with others icon on Administrator folder (com_zhgooglemap > assets > icons) together with others icon, I was also try using others icon which is come with the component default but its also get same issue.
I was excluding the png file to ignore by cdn, this is solved the problem for the icon, but all my png file now will not touch the cdn.
Any others ways to make it work with cdn?...
Thank you!
Please Log in or Create an account to join the conversation.
- Dima
 - 
            
				
                                 - Offline
 - Platinum Member
 - 
            
         
            
        
                8 years 7 months ago                #11044
        by Dima
    
    
            
Don't forget support my developments: post review in JED , donate , help with translation
        
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Dima on topic Using CDN Icon Gone            
    
        Hi
I think it is easy way to fix it - restore as it was. After that find out where it tries to find icons and put it there.
Without link to map I can't tell more.
If you open page source with your map, you can see like this
That lines if you don't set compatibility mode for resource files. If you set compatibility mode for resource files the lines will change (don't use administrator folder)
    
            I think it is easy way to fix it - restore as it was. After that find out where it tries to find icons and put it there.
Without link to map I can't tell more.
If you open page source with your map, you can see like this
Code:
var icoIcon='http://joomla.zhuk.cc/administrator/components/com_zhgooglemap/assets/icons/';
var icoUtils='http://joomla.zhuk.cc/administrator/components/com_zhgooglemap/assets/utils/';
var icoDir='administrator/components/com_zhgooglemap/assets/icons/';
That lines if you don't set compatibility mode for resource files. If you set compatibility mode for resource files the lines will change (don't use administrator folder)
Code:
var icoIcon='http://joomla.zhuk.cc/components/com_zhgooglemap/assets/icons/';
var icoUtils='http://joomla.zhuk.cc/components/com_zhgooglemap/assets/utils/';
var icoDir='components/com_zhgooglemap/assets/icons/';
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
        Time to create page: 0.202 seconds