-
AuthorPosts
-
folamour Friend
folamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
November 21, 2013 at 4:20 pm #192450hi, i need to change the width of left and rigth colum to put them to 250 pixel to display correctly my ads,
i have submitted a ticket but he disapear and i have no reply,
my credentiel has been filled in this ticket LNS-199-28069
thanks for your help,
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 21, 2013 at 4:50 pm #513022So that I can try to best assist you, please provide the url of the site you’re working on,
as well as set “Optimize CSS” to “No” within your Template Manager–General Settingsfolamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
November 21, 2013 at 5:12 pm #513033hi tomc many thanks for your reply,
the site is http://www.crashdebug.fr, i’m running 2.5.14 and the template is release 2.5.4,
as you can saw i’ve added and ads on rigth colums, but she need a 250 pix width to display correctly,
and perhaps i will have to also enlarge left colum to enhance look (don’t know at this time)
i can provide you credential, but please tell me how to modify this settings, as i will have to replicate the job at each upgrade,
i’ve tried to play on the internal setting of the template without luck, and searched on the whole internet but i found nothing related to 2.5.4 release of ja purity
thanks a lot,
f.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 21, 2013 at 5:18 pm #513034In order to check into it, I will need temporary login access for the site – can you PM me the info?
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
November 21, 2013 at 5:57 pm #513041hi tom i’ve a reply from joomlart,
If you want to change width of right-column that you can try to do as follwing:
– Open file: templatesja_purity_iietclayoutsdefault.xml
– In line 14, change as this image: http://prntscr.com/25nwd8Once done, remember to clean JAT3 cache.
Regards
i’ll try the tips on local xampp lab and then duplicate to site if that work
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
November 21, 2013 at 7:26 pm #513047hi sorry its late but i’ll managed for the rigth colum width with the tips of joomlart
anyway i try now to enlarge the width of the main colum (center) to reach back equal length of caracter displayed with new width of rigth and left colum
(to get the article keep the same aspect)
i’ve tried almost everything as i remember that this setting ws located in : /web/templates/ja_purity_ii/css
template.css,
so i modified it to :
/* MAIN LAYOUT DIVS
——————————————————— */
.wrap { width: 100%; clear: both; }
.main { width: 1388px; max-width: 1388px; margin: 0 auto; position: relative;}i’ve tried also to play in the inside settings in joomla template and other file, megamenu.css etc to put them to 1372
that work on my local xampp lab but not on the production site,
i dont understood why,
hope you can help credential are send
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
November 22, 2013 at 12:32 pm #513147hey guys i really need help on that case… i’ve done all my possible on my side,
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
November 22, 2013 at 4:56 pm #513188thanks for your help have a nice week end
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 25, 2013 at 4:33 am #513341Hi folamour,
Another solution is using the override css styles to define the width of right/left columns (ja-right/ja-left) on your Purity II site. You can try to put below codes into the end of templates/ja_purity_ii/css/template.css file:
div#ja-mainbody {
width: 77% !important;
}div#ja-right {
width: 23% !important;
}div#ja-main {
width: 70.13% !important;
}div#ja-left {
width: 29.87% !important;
}
Change to the width in percent you want and clear JAT3 cache after saving changes. However, make sure that your change can still satisfy the condition in my snapshot.
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
November 25, 2013 at 11:03 am #513399tested and that change nothing,
i’m unable to set the global width of the template in pixel
i’ve try specified in template,
and manually modifiy the file but that dont work on live site
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 26, 2013 at 10:16 am #513558Hi folamour,
It seems that your server doesn’t allow you to add new codes into the .css files or you put the codes into the wrong directory of the site.
Since, when you try to open the template.css file, the new codes are not added into. The last changes were saved: div.current{max-width:75%;}
Can you check the server and try on my suggestion again ?
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
November 26, 2013 at 4:45 pm #513594Any one here or i’m alone ? :((
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 26, 2013 at 4:57 pm #513597Hi,
Can you check out my recent reply above ?
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
November 27, 2013 at 6:00 am #513655Morning leo i’ll checked the template.css and tried to put this to 85% without pb
#ja-footer .ja-copyright div.current {
max-width: 85%;(its the only div.current in template.css) and i get absolutely no problem to save,
______________________________________________________________________
div#ja-mainbody {
width: 77% !important;
}div#ja-right {
width: 23% !important;
}div#ja-main {
width: 70.13% !important;
}div#ja-left {
width: 29.87% !important;
}
__________________________________________________________________________That work on local xampp but not live site
________________________________________________________________________
If you want to change width of right-column that you can try to do as follwing:
– Open file: templatesja_purity_iietclayoutsdefault.xml
– In line 14, change as this image: http://prntscr.com/25nwd8that change the length of rigth and left colum in xampp lab but not in live site
________________________________________________________________________that i need is to set the global width of the template to do this :
my modification work on my local xampp lab
but that dont work on live site,
I’ve uninstalled the template, and reinstalled and uploaded back my ja purity folder from my xampp lab (who work)
and that not work on the live server.
playing on these parameter i’ve done exactly what i need on local xampp its perfect
i have uploaded the whole ja_purityII directory to the server but that don’t work
_____________________________________________________________________________
Xampp lab :
PHP exécuté sur Windows NT VOYAGER 6.1 build 7601 ((null) Service Pack 1) i586
Version de la base de données 5.1.41
Interclassement de la base de données utf8_general_ci
Version de PHP 5.3.1
Serveur web Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1
Serveur web pour interface PHP apache2handler
Version de Joomla Joomla! 2.5.16 Stable [ Ember ] 06-November-2013 22:30 GMT
Version de la plateforme Joomla! Joomla Platform 11.4.0 Stable [ Brian Kernighan ] 03-Jan-2012 00:00 GMT
Navigateur Mozilla/5.0 (Windows NT 6.1; rv:25.0) Gecko/20100101 Firefox/25.0
_____________________________________________________________________________
Live site :PHP exécuté sur Linux dmu132-3 3.4.59-x86.64-xen-domu #1 SMP Wed Sep 4 15:38:07 CEST 2013 x86_64
Version de la base de données 5.5.27-log
Interclassement de la base de données utf8_general_ci
Version de PHP 5.3.27
Serveur web Apache
Serveur web pour interface PHP apache2handler
Version de Joomla Joomla! 2.5.16 Stable [ Ember ] 06-November-2013 22:30 GMT
Version de la plateforme Joomla! Joomla Platform 11.4.0 Stable [ Brian Kernighan ] 03-Jan-2012 00:00 GMT
Navigateur Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0template is 2.5.4
and ja purity module are up to date.
hope you can help (can you log on the site and try to debug that ?)
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 27, 2013 at 7:13 am #513664Hi folamour,
In this case, you can try to do these:
– Check out the Directory Permissions of the template files on your live server and make sure they are writable.
– Then try to apply my suggested codes to increase the main content width. You put these codes into template.css file and clear JAT3 cache:div#ja-mainbody {
width: 82% !important;
}div#ja-right {
width: 18% !important;
}div#ja-main {
width: 79.13% !important;
}div#ja-left {
width: 20.87% !important;
}<blockquote>that i need is to set the global width of the template to do this :</blockquote>
The global width of template on your site is 1388px that is defined in template profile:body.bd .main {
width: 1388px;
}
Normally, in order to increase the main content width like your snapshot, you simply do not need to change the global template width.
AuthorPostsThis topic contains 18 replies, has 3 voices, and was last updated by phong nam 10 years, 12 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum