a few problems

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Fri Sep 06, 2013 9:47 am
I have some problems:
1. Thumbnails in articles are not fit to border. I use a simple gallery component. I try use a lot of diffrent configurations but there is no effect. Example: http://goo.gl/A1Es5N

2. Is it possible to quick k2 comments migration from 1.5.x to 3.1.x? I see that there is the same sql tables.
Maybe the one way is only copy table with change old article id to new? I had copy k2 articles, categories and users from old database yet.
----------
Napiszę to także po polsku, gdyż w tym języku czuję się swobodniej.
Uprzedzam pytanie o rejestracje szablonu. Jest opłacony, zarejestrowany pod domeną www.pztkdlive.pl choć strona jest jeszcze w trakcie przenosin, dlatego wersja z wykorzystaniem waszego szablonu jest pod innym (roboczym) adresem.

A więc:
1. Miniatury w module galerii simple gallery nie chcą się dopasować. Próbowalem wielu ustawień i nie mogę ich wpasować w taki sposób, by nie wyjeżdżały poza przewidzianą dla nich ramkę. Przykład: http://goo.gl/A1Es5N

2. Czy jest możliwość płynnego przeniesienia komentarzy z komponentu k2 z joomli 1.5 do 3.1? Tabele w bazie niczym sie nie różnią. Czy jedynym rozwiązaniem jest podmiana starego id artykułu na nowe? Na ten moment mam skopiowane artykuły, kategorie i userów.

3. Macie może w swoich zasobach tłumaczenie tego szablonu?
User avatar
Expert Boarder

GK User
Fri Sep 06, 2013 9:58 am
P.S.
3. I also would like to remove time from data in the same (example) article. How to do that?
User avatar
Expert Boarder

teitbite
Fri Sep 06, 2013 12:34 pm
Hi

1. Please try add this code to css:
Code: Select all
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
height: 100% !important;
}


2. This is a question K2 I think or a developer of comments extension You are using, but if tables are the same I would try to just update the id of an article.

3. Our template has only english language files, sorry.

4. Please go to /languages/en-GB/en-GB.com_k2.ini and look for

Code: Select all
K2_DATE_FORMAT_LC2="%A, %d %B %Y %H:%M"


change it to

Code: Select all
K2_DATE_FORMAT_LC2="%A, %d %B %Y"
User avatar
Moderator

GK User
Fri Sep 06, 2013 1:10 pm
1 - Looks great! Thank you!

4 - I made this changes, but I still have time in articles. Now everywhere is 2:00 ...

NEW
5 - I have some empty space between module positions 'mainnav' and 'right'. This space is precisely like "inset2" position, but I don't have published any module there.

Screen: http://i41.tinypic.com/dhbh2r.png
I prefere 2 sollutions:
a. remove empty space
b. make 'right' position wider by this empty lenght.

6 - How to add image into module (or maybe create module in special way) that they hold 100% space (without the frames, borders, margins etc.)? Exactly like "REPREZENTACJA POLSKI" on the left.
--
6- PL - Jak dodać obrazek do modułu (albo stworzyć moduł w odpowiedni sposób) by zajmował on 100% przewidzianego miejsca (bez ramek, odstępów, marginesów itp.)? Dokładnie w taki sposób, jak dodana jest "REPREZENTACJA POLSKI" po lewej.

http://kksw-lubin.pl/pztkdlive2
User avatar
Expert Boarder

GK User
Fri Sep 06, 2013 5:30 pm
7 - How to quite hide PRIVACY SETTINGS after accept cookies?
User avatar
Expert Boarder

GK User
Sat Sep 07, 2013 10:14 pm
8 - How to hide registration button on the right top corner?
User avatar
Expert Boarder

teitbite
Sun Sep 08, 2013 1:08 am
Hi

4. Please try using a format of this function instead of the one You have now: http://php.net/manual/pl/function.date.php

5. This is a padding from mainbody and right column. You can simply override the padding value with this code:

Code: Select all
#gkRight {
    padding: 0 20px 0 0;
}


6. Please just use " clear" as a module class suffix. Space in front is important.

7. This plugin is being loaded from outside template, so we cannot do much about that without an access to it's code.

8. Add this code to css:

Code: Select all
a#btnRegister {
    display: none;
}
User avatar
Moderator

GK User
Sun Sep 08, 2013 9:18 am
6,7,8 - OK, Thanx!

4 - I still have time ... I insert in en-GB.com_k2 and pl-PL.com_k2 line:
Code: Select all
 K2_DATE_FORMAT="%N/%m/%Y"



and as you can see here: http://kksw-lubin.pl/pztkdlive2/aktualn ... na-ms-2013
We have 02:00... in every article is 02:00, no other...
Finally I would like "poniedziałek, 2 wrzesień 2013"

5 - I think that was not exactly what I mean. When I insert your code into template.css the 'right' module is getting closer to left edge, but still I have white field between slideshow and right module position. Maybe the padding is on the mainnav module? Where I have to find code responsible for mainnav module position?
User avatar
Expert Boarder

GK User
Sun Sep 08, 2013 9:42 am
9 - http://kksw-lubin.pl/pztkdlive2/live here, on the left is "Medale dla Polski" module. How tu disable table rules on this table/module?
User avatar
Expert Boarder

GK User
Sun Sep 08, 2013 5:07 pm
AD.4 - of course I edit on LC2 format :)
I still try to remove time from article. Now I have creation time of article, but on lc2 I remove a time marks.


Can I write to you via email to get faster responses? ;)
User avatar
Expert Boarder

GK User
Sun Sep 08, 2013 8:24 pm
10 - How to change mobile layout? I found css files 'handheld' and 'smartfone'. Both of this have dark and light versions. How to swith this versions?
How to work and test this? On the web browser I have firebug and make changes using this tool. But mobile sites don's show on PC browsers. Could you give me some sollution?
User avatar
Expert Boarder

teitbite
Tue Sep 10, 2013 1:44 pm
Hi

Please do not bump Your thread, because with every bump Your question goes at the end of the list.

4. Please try use this:

Code: Select all
K2_DATE_FORMAT="l, j F Y"


5. In this case I think that You just need to resize slider a little bit by settings a bigger width value. So it will cover the 100% space of the mainbody.

9. Please use this code:

Code: Select all
.nsp tbody tr td {
    border-bottom: medium none;
    border-left: medium none;
}


10. In template configuration please just set a handheld template to a desktop layout and You will be able to work with firebug on it. Resizing browser window for a better mobile device mimic may be a good idea too :)
User avatar
Moderator

GK User
Tue Sep 10, 2013 2:50 pm
All clear, BUT the time is still in article. It is possible, that reposnible for this is other parameter than k2?
User avatar
Expert Boarder

GK User
Tue Sep 10, 2013 10:19 pm
And the last one yet:
11 - On the left collumn under "reprezentacja polski" image (with girls) i have white space. I try to add in template.css
Code: Select all
.box.clear > div,.box_text.clear > div,.box_menu.clear > div {
   margin: 0 0 -8px;
   padding: 0;

This make effect! But after this it cut imageshow red progress line too. Have you any other sollution of remove this white space?
----
po dodaniu tego w css był efekt, ale ucinało dolną cześć imageshow'u. Nie było widać czerwonej kreski, która pokazuje za ile zmieni sie slajd.

pozdrawiam i dziękuję serdecznie
User avatar
Expert Boarder

GK User
Wed Sep 11, 2013 9:21 pm
12 - How to disable url field from k2 comments?
User avatar
Expert Boarder

teitbite
Fri Sep 13, 2013 3:03 am
Hi

4. Please edit /html/com_k2/default/item.php and look for the code displaying date. Maybe Your copy of template was using a different date format. Than compare it with the mask in language files.

11. Try with this code:

Code: Select all
.custom img {
display: block;
}


12. Hide it with this code:

Code: Select all
label.formUrl,
input#commentURL {
display: none;
}
User avatar
Moderator

teitbite
Fri Sep 13, 2013 3:09 am
Hi

One more thing about date. When You will edit the item file You can set the parameters for date directly and not using the one proposed in language files.
User avatar
Moderator

GK User
Fri Sep 13, 2013 11:14 am
4 - Finally is ok! Thank you!
11 - OK!
12 - It's ok. URL field dissapeared, but still is text "URL strony". How to remove this?
User avatar
Expert Boarder

GK User
Sat Sep 14, 2013 12:52 am
The webiste will start on monday, so I don't have much time. I try to integrate login with facebook. I created app, and copy and paste api keys into template settings and plugin. The button 'login with facebook acount' is no active.
Website is working on http://test.pztkdlive.pl/
I also test this on main domain pztkdlive.pl - no effect. I send to You @teitbite admin acount details on Wed Sep 11, 2013 8:00 pm. Please check this :)

I am very grateful for your help.

regards
Gaweł
User avatar
Expert Boarder

teitbite
Sat Sep 14, 2013 2:48 am
Hi

12. You have used wrong css code. There is a "." in front of label selector. Please remove it. Use the exact code I've told You.

Facebook login issue
Please send access one more time. I must have remove it after checking one of the issues.
User avatar
Moderator

GK User
Sun Sep 15, 2013 11:30 am
Sent.
User avatar
Expert Boarder

GK User
Sun Sep 15, 2013 12:38 pm
I have fixed problem with facebook login. But it doesn't work on Firefox. The window for login form is not opening...
User avatar
Expert Boarder

GK User
Sun Sep 15, 2013 12:52 pm
On IE also doesn't work...

Opera, Safari, Chrome - OK
User avatar
Expert Boarder

teitbite
Mon Sep 16, 2013 4:50 am
Hi

That's a very strange case. I'm sending this to programmers for check. Please send me an FTP access they will ask for it for sure.
User avatar
Moderator

GK User
Mon Sep 16, 2013 7:35 am
Hi,

I sent to you FTP access details.

Regards
User avatar
Expert Boarder

teitbite
Tue Sep 17, 2013 3:33 am
Hi

FTP resend to programmers.
User avatar
Moderator

GK User
Tue Sep 17, 2013 3:31 pm
Great! I'm looking forward for quick response with possitive results! Thank you!
User avatar
Expert Boarder

teitbite
Tue Sep 17, 2013 10:23 pm
Hi

Here is what programmers answered:

Problem is caused by 3rd party script >> http://d.pr/i/AZKR


I hope You will figure out which extension is using this file mentioned in the screen. When You do, try to change an order or replace it with a different module.
User avatar
Moderator

GK User
Tue Sep 17, 2013 11:20 pm
Could you help me to localize this script? I search all files and content of all files with notepad++ and no results for 'show_ads_impl.js'.
I also disabled all advertisement modules/extensions with stock too. I have adsense module - it was also deleted, because the first results in google about 'show_ads_impl.js' is about adsense....

Facebook login form also not working on this link: http://test.pztkdlive.pl/edytuj-profil?view=login
where most of modules are not showed.

Could programist said more than 'it is caused by 3rd party script' :) ? What script? Where is this script etc.?

best wishes

P.S.
FTP and others was sent to You again.
User avatar
Expert Boarder

teitbite
Tue Sep 17, 2013 11:35 pm
Hi

I've asked programmers for clarification. Will let You know when they answer.
User avatar
Moderator

GK User
Tue Sep 17, 2013 11:44 pm
I found a reason of problem!

It was a cookie law module from your's template. It locked this. This also make a lot of scripts from other sites.

This is The End of horrible storry :D

p.s.
Have you know good and free cookie law modules? :D:D:D
User avatar
Expert Boarder

teitbite
Wed Sep 18, 2013 4:39 am
Hi

A cookie law thing is a plugin loaded from an outside source. Please maybe try using a different style of this feature.
User avatar
Moderator

teitbite
Wed Sep 18, 2013 7:13 pm
Hi

One last work from programmers. Maybe this will help:

User avatar
Moderator

GK User
Fri Sep 20, 2013 8:23 pm
Hi,
I have next problems. On the page:
http://pztkdlive.pl/live (you must login to view this page - PM)

On the left collumn I have image "Wyniki online" with white space under image. On my previous questions I have similar problem. Then I have to insert
Code: Select all
.custom img {
display: block;
}

into css, but now is not working (above code is still on the css file).
User avatar
Expert Boarder

teitbite
Sun Sep 22, 2013 1:56 am
Hi

There is an empty paragraph under this image. Please simply remove it from module.
User avatar
Moderator

GK User
Fri Nov 08, 2013 10:32 pm
How to upgrade my template (league news) with css and images keeping? When i install new wersion the images and css is replaced to native.
User avatar
Expert Boarder

teitbite
Sat Nov 09, 2013 4:46 pm
Hi

Please use the new package and update only the files which was changed since the previous version. Here You will find a list of files which needs to be replaced: https://www.gavick.com/updates/template ... ,1430.html
User avatar
Moderator

GK User
Mon Dec 23, 2013 1:48 am
Hi,

I have some problems with update do joomla 3.2. When I update and replace files in admin panel I see bad view. I can't better describe this, so I send to You admin login details and TWO links with default website and copy with update.

If you can, please update default page to 3.2 correctly. I will appriciate that very much.

best wishes and a lot of thanks!
User avatar
Expert Boarder

teitbite
Wed Dec 25, 2013 12:27 pm
Hi

I can see that everything is fine. I think that You just missed to clear browser's cache since newer jomla is using same file names but with a different content.
User avatar
Moderator

GK User
Wed Dec 25, 2013 3:30 pm
Ok, thank you! I prefer that the specialist will check this :)

When I update i have one sql error
Code: Select all
 SQL=/* Core 3.2 schema updates */ ALTER TABLE `live_content_types` ADD COLUMN `content_history_options` VARCHAR(5120) NOT NULL COMMENT 'JSON string for com_contenthistory options';


Do you think, that is important ?
User avatar
Expert Boarder


cron