Problem w konfiguracji szablonu

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Nov 11, 2013 7:44 pm
Reply with quote
Report this post
Może po kolei...

Jestem dziennikarzem, nie mam żadnego programistycznego doświadczenia. Mam stronę www.sprinsgteen.pl działającą na starej Joomli. Postanowiłem stronę przenieść na Joomlę 3 i zmienić szablon. Stronę przeniosłem do nowej Joomli redMIGRATOREM. Zainstalowałem szablon Publusher (z pliku gk_publisher_J!3.zip.

Chciałbym na początek, żeby na testowej wersji serwisu (http://www.blood-brothers.home.pl/springsteen-2013/) wyglądała tak jak wygląda demonstracyjna strona szablonu (http://demo.gavick.com/).

Dlaczego nie mam np. ikon Facebooka, Twittera itd. na pasku u góry stron. Jak zrobić moduł z tagami, nie działają mi w tekście zrobione na próbę wyróżnienia (<div class="gkblock-7">content here... </div> czy <div class="gkLegend2"> <h4> Title </h4> <p>and here text.</p> </div>)

Chciałbym mieć podpisy pod zdjęciami tak jak do tej pory.

Chciałbym mieć polski komunikat o tym że strona używa cookies... itd.

Proszę o wsparcie
User avatar
Fresh Boarder

GK User
Tue Nov 12, 2013 8:08 pm
Reply with quote
Report this post
Hi.
Sorry but We have to use English language in all answers on first place.

Let's start from beginning.
I always suggest our clients to install a Quickstart on subdomain or subfolder to see how we done all features and settings. Sure, besides, we have a page with documentation : http://www.gavick.com/documentation/joo ... on-joomla/


POL. Jednym słowem, zachęcam do instalacji Quickstart-a w osobnym folderze, aby zobaczyć jak wszytsko jest "ułożone" i skonfigurowane.
User avatar
Platinum Boarder

GK User
Tue Nov 12, 2013 8:17 pm
Reply with quote
Report this post
POL. Chciałbym mieć podpisy pod zdjęciami tak jak do tej pory.

ENG. I would like to have captions under pictures like so far.


It depends what component you will use to manage articles - standard Article Manager or K2.
I saw few solutions for captions but in most cases in uses K2 items.

But I saw that you have captions : http://www.blood-brothers.home.pl/sprin ... eroes-2013

but in wrong place, so we have to fix it together - I suppose.
User avatar
Platinum Boarder

GK User
Tue Nov 12, 2013 8:21 pm
Reply with quote
Report this post
It would be easy to fix - just with one line:

Code: Select all
p.img_caption {   position: static;  }


use this tip to insert custom css: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Tue Nov 12, 2013 8:35 pm
Reply with quote
Report this post
To translate "We use cookies to ensure..." you have to translate few lines from template language file.

Guide: http://www.gavick.com/documentation/gen ... r-phrases/

I have prepared for you almost ready file, see below:

1) Please download
2) Unzip
3) Using FTP copy "pl-PL.tpl_gk_magazine.ini" file to language/pl-PL - folder.
User avatar
Platinum Boarder

GK User
Tue Nov 12, 2013 8:49 pm
Reply with quote
Report this post
Why I don't have icons Facebook and Twitter on the bar at the top of the page /template/.
PL: Dlaczego nie mam np. ikon Facebooka, Twittera itd. na pasku u góry stron.


Because you didn't publish there a module with those icons:

1) This module position is called "social"
2) You have to add the Custom HTML module -- see point (9) from ---> http://www.gavick.com/documentation/joo ... on-joomla/
3) Insert there this source code

Code: Select all
<p><a class="gkRSS" href="#">RSS</a>
<a class="gkTwitter" href="#">Twitter</a>
<a class="gkFb" href="#">Facebook</a>
<a class="gkGplus" href="#">Google+</a></p> 


I suggest to disable TinyMCE editor for a while - and use NoEditor mode to edit this module content.
User avatar
Platinum Boarder

GK User
Tue Nov 12, 2013 8:58 pm
Reply with quote
Report this post
How to make a module with tag could?
PL: Jak zrobić moduł z tagami ?


In our demo we had tags could - because we used module from K2 component, but you don't have to use K2 to have similar solution. Because Joomla 3.2 allows you to add tags for articles.
So from Module Manager please Add a module called "Popular Tags" - this Module displays tags used on the site in a list or a cloud layout. And publish it on chosen position.
User avatar
Platinum Boarder

GK User
Tue Nov 12, 2013 9:03 pm
Reply with quote
Report this post
Nie działają mi w tekście zrobione na próbę wyróżnienia (<div class="gkblock-7">content here... </div> czy <div class="gkLegend2"> <h4> Title </h4> <p>and here text.</p> </div>)


Go to template configuration and enable Typography option - check FEATURES (tab) there you will find it.
User avatar
Platinum Boarder


cron