taylermagnuson Posted April 23, 2015 Posted April 23, 2015 On my website http://www.medicalproductsunlimited.com/the "free shipping on all pvc orders" doesnt change when I replace the picture in the images/banners/free-shipping-all-pvc-products.png folder. Is there somewhere else I am supposed to do this?
Hotclutch Posted April 23, 2015 Posted April 23, 2015 Banner Notes: Use an image or HTML text for the banner - not both. HTML Text has priority over an image Try deleting any HTML text if you have any specified.
taylermagnuson Posted April 23, 2015 Author Posted April 23, 2015 Banner Notes: Use an image or HTML text for the banner - not both. HTML Text has priority over an image Try deleting any HTML text if you have any specified. Where do I edit that? And where would the image be located? I dont see text when I look at the page html, just an image
taylermagnuson Posted April 29, 2015 Author Posted April 29, 2015 Can you take a look at the site? There isnt anything in my banner manager when I look...
♥kymation Posted April 29, 2015 Posted April 29, 2015 Did you clear your browser cache? Use <ctrl>F5 or <shift>F5 to clear and reload. The extra slashes in your image URL are due to errors in your includes/configure.php. Those can cause images to fail to load in some browsers. You also appear to have a broken URL rewriter running that is mangling the product URLs. Regards Jim See my profile for a list of my addons and ways to get support.
taylermagnuson Posted May 1, 2015 Author Posted May 1, 2015 Did you clear your browser cache? Use <ctrl>F5 or <shift>F5 to clear and reload. The extra slashes in your image URL are due to errors in your includes/configure.php. Those can cause images to fail to load in some browsers. You also appear to have a broken URL rewriter running that is mangling the product URLs. Regards Jim Ya I cleared the cache I dont understand why its not changing. It has to do with the double slash I think cause in my FTP the new image is there. What errors in includes/configure.php? <?php define('HTTP_SERVER', 'http://www.redacted.com'); define('HTTPS_SERVER', 'https://www.redacted.com'); define('ENABLE_SSL', true); define('HTTP_COOKIE_DOMAIN', 'www.redacted.com'); define('HTTPS_COOKIE_DOMAIN', 'www.redacted.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/redacted/public_html/redacted/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); // mysql stuff removed ?>
♥kymation Posted May 1, 2015 Posted May 1, 2015 Now you have to go change your database password, since you just told the world how to break into your database. Don't post your passwords anywhere. Ever. Regards Jim See my profile for a list of my addons and ways to get support.
Hotclutch Posted May 1, 2015 Posted May 1, 2015 What happens when you try to delete the banner image (backup first), if it's not changing you must have the locations not right somehow?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.