-
AuthorPosts
-
folamour Friend
folamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
July 12, 2011 at 10:02 am #400719hi marmor thanks you so much i’ve a doubt i’ll sended you a private message with the article html, thanks a lot
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
July 12, 2011 at 10:09 am #400721got it !!! its the </p></div> at the end of the article, that worked ! thanks a lot ! it was also a html error i think hope that i dont get such code on other page,
thanks a lot marmor,
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
July 18, 2011 at 11:48 pm #401728i’m at two inch of the big lauch as the logo is now ok, but i’ve transfered a huge amount of article to joomla 1.6 and some of the special character is displayed in red
in the sentence de Mme Christine Largarde the special “me” char appear in red
its html code is :
M<span style=”font-size: 8px;”><sup>me</sup></span>
nothing color related with another template its ok, all the special character like that is in red, that’s not very clean,
thanks for your help,
fade2gray Friendfade2gray
- Join date:
- July 2010
- Posts:
- 31
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
July 19, 2011 at 12:37 pm #401875<em>@folamour 253911 wrote:</em><blockquote>some of the special character is displayed in red</blockquote>
/templates/ja_purity_ii/css/typo.css
Line 311
/* sub & sup tags —*/
sub, sup { color: #CC0000; font-size: 11px; font-weight: bold; }This is a feature – not a bug.
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
July 19, 2011 at 1:03 pm #401879That a good news if that know, thanks you so much i’ve replaced by
/* sub & sup tags —*/
sub, sup { color: #000000; font-size: 11px; }so that’s display correctly on my site,
have other bugs to face sadly… but they are more joomla 1.6 related…
Anyway : Thanks a lot :-* Fade2gray i was desperate ; )
fade2gray Friendfade2gray
- Join date:
- July 2010
- Posts:
- 31
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
July 19, 2011 at 1:16 pm #401880<em>@folamour 254091 wrote:</em><blockquote>have other bugs to face sadly… but they are more joomla 1.6 related</blockquote>
Do you have a link to your live site? – I have been playing with 1.6.x for some time now.
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
July 19, 2011 at 2:04 pm #401888on your box ; )))
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
July 23, 2011 at 3:11 am #402615(Feel free to remove this thread i was in emergency mode before to get to production :((( thanks )
i need to go to 1.6 or 1.7 and i have just this issue to get to production,
this is certainly not a bug or a bug from my side but this is not beautifull i need to enlarge this width
i explain the issue
its still the same issue in fact i’ve the modified template.css, and i’ve the layout at
/* MAIN LAYOUT DIVS
——————————————————— */
.wrap { width: 100%; clear: both; }
.main { width: 1170px; max-width: 1170px; margin: 0 auto; position: relative;}that’s make :
the image is not donwloaded that normal, but the text is on the rigth NOT on the bottom,
normally she look like,
i’ve tryed the same parameter as joomla 1.5 in layout.css
/* MAIN LAYOUT DIVS
——————————————————— */
.wrap { width: 100%; clear: both; }
.main { width: 980px; max-width: 1200px; margin: 0 auto; position: relative;}that work but the global width is smaller
that’s not beautifull that’s not look like in my 15.22 site,
hope you can help
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
July 23, 2011 at 4:16 am #402618that’s ok there is another file in C:xampphtdocstemplatesja_purity_iilocaletcprofiles called default.ini
change the screen_fixed_width=”1200″
here i’ve set it to 1200 and according to template.css
/* MAIN LAYOUT DIVS
——————————————————— */
.wrap { width: 100%; clear: both; }
.main { width: 1200px; max-width: 1200px; margin: 0 auto; position: relative;}that’s make :
i’ll think a certain site will goes up in 1.7 ; )))
hope the logo and template will look in real like in lab, not like in http://www.crashdebuglab.fr
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
July 28, 2011 at 6:41 pm #403480got the same issue as http://www.joomlart.com/forums/showthread.php?59716-Modified-template-is-not-the-same-in-Xampp-1.7.4-and-in-live-in-production
logo is not displayed, its the same with the original template ja purity v 1.1.0 who is now on http://www.crashdebuglab.fr i have open a ticket, but no help…
logo is not displayed, and no margin,
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 29, 2011 at 2:49 am #403521Hi folamour
Could you provide me your site address, ftp & admin account via http://support.joomlart.com/index.php?/Tickets/Ticket/View/76878?
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
July 29, 2011 at 3:26 am #403526hi do ha god send you ! this issue is over i face a new one, i replied to you by mp with all the data, many thanks, here is the thread : http://www.joomlart.com/forums/topic/bugged-ja-purity-ii-from-root-instead-of-accessing-from-index-php/
hope you can help, site is currently : Live …. :-[
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
July 29, 2011 at 7:47 am #403566have deleted the template trougth the ssh and reinstalled ja purity II 1.6 but got 2 ja purity II in template manager now, and that no more working in index.php, btw, still buggy on http://www.crashdebug.fr, template is not showing on any way, its the original
hope you can help,
cheers,
folamour Friendfolamour
- Join date:
- November 2010
- Posts:
- 213
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 10
- Thanked:
- 5 times in 2 posts
July 30, 2011 at 12:58 am #403682French engineer from JA Dev have found the issue its a bug within the template,
on template/ja_purity_II-css/template.css
lign 563
delete “float: left;”
Thanks for your precious help,
JA purity II seem to need an update ; )))
August 9, 2011 at 6:16 am #405044Lastest News does not expand properly
Hi, I’ve noticed that the ‘Latest News’ module initially displays ok, but if you collapse it, then expand it again, it is slightly shorter, and hence truncates an article link.
Any thoughts?
Thanks
-
AuthorPosts
This topic contains 241 replies, has 90 voices, and was last updated by Hung Dinh 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum