Hello Oleg and eCom thank you. I see it now on the left. the image is very faint on my monitor.
|
goia007 hasn't added any friends yet.
Posted by goia007
on 27 November 2017 - 12:36 PM
Hello Oleg and eCom thank you. I see it now on the left. the image is very faint on my monitor.
Posted by goia007
on 27 November 2017 - 12:30 PM
Thank you Oleg I will try that.
Posted by goia007
on 19 November 2013 - 05:47 PM
Posted by goia007
on 22 October 2013 - 03:51 PM
Posted by goia007
on 03 July 2013 - 12:35 PM
Have you set the "Rebuild Cache Automatically" toggle to ON in Design/Template Editor?
As far as I know that forces the combined CSS to be rebuilt everytime you make a change to your CSS files. I'm using the my_changes hooks with V4.0.1 following the instructions in this thread and it's working perfectly.
Got to say I'm loving V4 so far. V3 was a clunky mess with all the overlapping images for buttons etc. This is so much cleaner and easier to modify.
Posted by goia007
on 02 July 2013 - 06:09 PM
Please, make sure your 'styles.post.tpl' and css files are located in correct directories.
The 'styles.post.tpl' should be located in the directory:design/themes/[theme_path]/templates/addons/my_changes/hooks/index/
CSS files, to be included from the hook, should be in the directory:design/themes/[theme_path]/css/addons/my_changes/
Also note please, that in CS-Cart 4.0.1 all included css files are combined to one file. It is named like 'standalone.[HASH].css'.
So you will not see the separate including of 'my_changes/styles.css' file. But you should check the 'standalone.[HASH].css' file for the new styles. Also you may have to clear your store cache and your browser cache to see changes in the css.
Posted by goia007
on 30 June 2013 - 03:25 PM
Please, make sure your 'styles.post.tpl' and css files are located in correct directories.
The 'styles.post.tpl' should be located in the directory:design/themes/[theme_path]/templates/addons/my_changes/hooks/index/
CSS files, to be included from the hook, should be in the directory:design/themes/[theme_path]/css/addons/my_changes/
Also note please, that in CS-Cart 4.0.1 all included css files are combined to one file. It is named like 'standalone.[HASH].css'.
So you will not see the separate including of 'my_changes/styles.css' file. But you should check the 'standalone.[HASH].css' file for the new styles. Also you may have to clear your store cache and your browser cache to see changes in the css.