-
AuthorPosts
-
certastampa Friend
certastampa
- Join date:
- April 2011
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
November 25, 2011 at 3:21 am #171069Hello, could you tell me how to remove the content main in the home page, under middle.content-mas-top…
-
khoand Friend
khoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 25, 2011 at 4:14 am #426341Hi,
You add this code from /templates/ja_teline_iv/css/template.css
#ja-content-main {
display: none;
}certastampa Friendcertastampa
- Join date:
- April 2011
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
November 26, 2011 at 1:01 am #426477Hello. I spoke too soon! The solution you proposed is not valid, because it eliminates the content.main of each page. This does not allow you to see the articles. I only need to delete the content.mai from the home page. Do you know if this is possible? Could you have a look at my site and compare it with another teline IV site in order to see the difference and notice what I mean? I hope I will receive your suggestions very soon. Thank you.
certastampa Friendcertastampa
- Join date:
- April 2011
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
November 26, 2011 at 10:23 am #426519Not solved..
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 26, 2011 at 11:15 am #426526Khoand Sorry for my intrusion, maybe i can suggest a trick
certastampa you can solve in this way
you can create a new class in template.css
For example
.body-nomain #ja-content-main {display: none;}
then add the suffix -nomain in the menu item referred to the page
Page Display Options Page Class -nomain
certastampa Friendcertastampa
- Join date:
- April 2011
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
November 26, 2011 at 11:43 am #426527Ciao Pavit, io non sono un programmatore. Ho provato a seguire le tue indicazioni, ma non ho risolto il problema. Forse non sono in grado di farlo.
Tu hai capito cosa succede? Sulla mia homepage, quando entri nel sito, sotto il Ja News – Default layout vengono visualizzati gli articoli featured e non capisco perché In pratica è come se ci fosse un content.mai in un posto sbagliato. Ma -nomain secondo la tua procedura su quale pagina lo metto? Home?
Il code che hai suggerito deve essere messo nel template.css in un punto specifico?
Grazie!pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 26, 2011 at 12:05 pm #426529Ciao certastampa
Puoi risolvere in questo altro modo ( come poi è stato fatto per il sito presente sui demo server joomlart )
In template manager –> Profiles Tab puoi creare un nuovo profilo Es. chiamarlo Home dove puoi selezionare Hide Main
content block su Yes
Fatto questo in basso a sinistra hai il menu Page assignments ed assegni la pagina Home a questo profilo appena creato
in questo modo solo la Home avrà il main content invisibile mentre tutte le altre avranno il loro layout normale
certastampa Friendcertastampa
- Join date:
- April 2011
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
November 26, 2011 at 12:11 pm #426530Grazie Pavit! Provo e ti faccio sapere! 🙂 Buona giornata!
certastampa Friendcertastampa
- Join date:
- April 2011
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
November 26, 2011 at 4:58 pm #426558WoW! Sembra funzionare! Grazie!! 🙂 Almeno un paio di cose si sono sistemate!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 26, 2011 at 6:24 pm #426585Mi fa piacere che qualcosa si è sistemata
Penso che si potrebbe cambiare lo status di questo Thread a Solved sei d’accordo ?
certastampa Friendcertastampa
- Join date:
- April 2011
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
November 27, 2011 at 1:39 pm #426717Senza dubbio!! 🙂 Direi che è assolutamente “solved”.. 🙂
Se hai visto il mio sito e hai suggerimenti per migliorare sono più che ben accetti.
Grazie ancora a presto!November 28, 2011 at 5:56 am #426838Pavit-san,
This is Norito. As you know I am having the same issue on my site.
http://soccer.kyaku.info/Could you kindly help me solve the content main problem?
I think it also solves search-result problem when I do search at the frontpage. The search-result is shown under the JA Slide Show Module.
November 28, 2011 at 6:14 am #426840Yes. This method can solve the problem on Content Mail and Breadcrumbs.
I have one more to solve.
The search result is always shown under JA News Featured Module when I search at the frontpage. It should show only searched result page without JA News Featured .
<em>@pavit 285088 wrote:</em><blockquote>Khoand Sorry for my intrusion, maybe i can suggest a trick
certastampa you can solve in this way
you can create a new class in template.css
For example
.body-nomain #ja-content-main {display: none;}
then add the suffix -nomain in the menu item referred to the page
Page Display Options Page Class -nomain</blockquote>
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 28, 2011 at 11:32 am #426920Hi norito
I have checked and now your issue seems solved i think the search result page is shown correctly
Could you confirm this ?
Thanks
-
AuthorPosts
Viewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 4 voices, and was last updated by pavit 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum