Overwrite yjsg template file
Hi,
I noticed that there is a new version of YJSG Template. My question is: is there a way not to overwrite css framework files (such as template-blue.css etc.) when updating? I updated without doing backup of these file and they has been overwited (and my changes have been lost). Waiting for your answer Are you sure your are posting in product assigned forum?: Yes What is your CMS version?: Joomla 3.x MySQL Version: 5.x PHP version: 5.x Link to installation: local Have you edited any files? If yes tell us which ones.: Yes Is this personal or client website?: Personal |
YJSG is a framework plugin not the template, and it is not overriding the template css file,
template-blue.css is compressed template css , if you change the template CSS files and update plugin there will be no changes if however you update or reinstall template than any changes will be gone . this is exact reason why you should always use custom.css file for all customizations https://www.yjsimplegrid.com/documen...-css-file.html |
Hi Neo,
and thank for your answer. Surely I haven't been so evident in my previous post, so I'll try to explain with an example: before updating YJSG Framework I had: template-blue.css:7582 .inside-container .yjsg-row, .yjsg_grid .yjsg-row { /* margin-left: -15px; */ /* margin-right: -15px; */ } after updating YJSG Framework, template-blue.css:7582 has become again .inside-container .yjsg-row, .yjsg_grid .yjsg-row { margin-left: -15px; margin-right: -15px; } For all my customizations I've always filled Custom code field in YJSG Framework but if I insert .inside-container .yjsg-row, .yjsg_grid .yjsg-row { /* margin-left: -15px; */ /* margin-right: -15px; */ } in there, this customization does not work. I hope I've been more evident. Waiting for your answer |
this is not modification it is comment out which means it wont do anything
Code:
/* margin-left: -15px; */Code:
margin-left: auto;use top level ID or class in front http://prntscr.com/jgxusl #stylefont .inside-container or .bootstrapoff .inside-container |
try any of these in custom.css
Code:
.inside-container .yjsg-row, .yjsg_grid .yjsg-row {Code:
.inside-container .yjsg-row, .yjsg_grid .yjsg-row {Code:
#stylefont .inside-container .yjsg-row, .yjsg_grid .yjsg-row { |
Hi Neo,
before you answered me, I'had already found the same solution you wrote me but I had not the time to tell you. Many thanks, as usual! |
The key to becoming a good longboard rider is practice. Start by practicing in a safe, flat area with no obstacles and gradually work your way up to more challenging terrain. Try to ride every day and focus on improving your skills and technique. best longboard sliding wheels
|
| All times are GMT -4. The time now is 02:27 PM. |
Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.