![]() |
Re: X-Cart Smart Template v4.4.x
Quote:
Yes, the current demo is based on X-Cart v4.4.5. No issues so far. |
Re: X-Cart Smart Template v4.4.x
How do you add new social links at bottom of site? I would like to add pinterest but it's not showing. I have already added the image to the image folder and added this to the footer:
Quote:
and this to the theme css Quote:
but the image is not showing up properly. It also looks like I need to increase the footer height. |
Re: X-Cart Smart Template v4.4.x
Quote:
I can't get this 404 error page to work. Is there any fix to this? Thank you. |
Re: X-Cart Smart Template v4.4.x
In the New Products and the Random Products Modules on the home page, I am getting inaccurate prices. I mean they are close, but not correct to any of the options or combinations of options. The slider works well.
Happened after upgrade from 4.4.2 to 4.4.5. Any ideas would be appreciated |
Re: X-Cart Smart Template v4.4.x
Phil,
I followed the instructions for the countdown mod on #72 but it is not working. I've added the countdown ticker to the cart for a leap year sale, modified the text and changed the dates in skin/smart_template/custom/js/countdown/countdown.js but it's still not working. Any guesses why? Also, any update to the affiliate section in the Smart Template? |
Re: Custom custom ;) 404 error page
Quote:
When the CleanURLs are enabled, the <xcart-dir>/dispatcher.php script handles the '404 Page not found' errors. In this case the error message page is returned by the "func_page_not_found" function which can be found in the <xcart-dir>/include/func/func.core.php script. In order to make it so that the custom pages of the 'Custom_404_Page' module will be shown, you must add the code below to the beginning of the "func_page_not_found" function in the <xcart-dir>/include/func/func.core.php script: Code: text if (is_readable($xcart_dir . '/your-404-error-filename.php')) { func_header_location('your-404-error-filename.php'); } That did the trick for me. |
Re: X-Cart Smart Template v4.4.x
Minor fix for Chrome not displaying product prices and buttons in products list...
skin/smart_template/custom/css/common.css Replace... Code:
ul.grid_view li .product_block .overflow { overflow: hidden; } /* New */ With... Code:
ul.grid_view li .product_block .overflow { overflow: hidden; clear: both; } /* New */ |
Re: X-Cart Smart Template v4.4.x
HI Phil,
I'm using Version 4.4.4and having issues with IE 8.0? http://www.lankadeals.com.au Any idea pls. |
Re: X-Cart Smart Template v4.4.x
How do I edit the "Random Products" and the "New Products" Blocks Layout on the Home Page? Change from 3 to 4 products and truncate the Title to 30 characters.
How do I edit "the "Grid View" Layout on the Category/Products Page? |
Re: Custom custom ;) 404 error page
Quote:
|
All times are GMT -8. The time now is 11:57 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.