I guess this happens because of picture size not compatible or something?
when i delete them and upload again its fine
Can you post URL? Or inspect with firefox firebug
here is the url.
http://www.topducan.eu/index.php?rt=product/product&product_id=806
now i have many products with problem like this. they worked before but now the cant load when product page opened?
Hello,
you have installed the Croatian and English language?
Go to: System -> Localization -> Language -> Crotian
In the end, you have the option below:
Load missing language data
Source Language: Select "English"
Text translation methods: "Copy Source Language Text"
Click on "Load"
Show you how much data is loaded
Then click "Save"
Best regards Chico
this wont help. I just have to delete and upload pictures again and then its ok
I ever had the same problem and all unsolved until I enable Sub-Total and Total in Extensions > Order Totals
Just look at this link:
http://forum.abantecart.com/index.php/topic,2126.0.html
cant open the link?
just click once again
on Reply #9
i dotn know what this have to do with picture load problem?
btw. you solved ajax errors? my subtotals are enabled but i still have problems with ajax when i open my website with www.
thanks
how about with no www.
does the problem still persist ?
what is more funny is the fact that when i have my domain set without www. in system/settings STORE URL , then i have ajax error for opening a website with WWW
IF i set STORE URL with WWW, then i have Ajax error when opening without WWW.
try my link:
http://www.topducan.eu/index.php?rt=product/product&product_id=926
Hello, have you checked these things to see if you might have some conflicts going on?
1. if you have SSL, does it work for both www and non-www?
2. Do you have your htaccess. set correctly?
3. are you using CloudFlare? if so, and you have SSL you need to upgrade CloudFlare to handle SSL, the free one won't work
SSL i register only for domain without WWW.
here is my picture of htaccess.
try this as a solution to your www non-www , choose the solution that works with your SSL.
http://www.inmotionhosting.com/support/website/htaccess/force-www-htaccess (http://www.inmotionhosting.com/support/website/htaccess/force-www-htaccess)
Let us know the results .
Lee
thanks friend.
i enter this one below and its working now. its forcing non-www to open always
#Force non-www:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.example\.com [NC]
RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]