-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Headers #3
Comments
Every single header element you can change in proper view overrided by template. Could you tell me which headers you want to change? |
As I see it is default article view so you can modify this header size in root/templates/gk_magazine/html/com_content/article/default.php file. |
I changed there h1 to h3 but the headers has the same size? |
Could you give me your site URL ? It is always easier to check CSS/HTML code on live site. |
http://www.test.diamantbericht.de/index.php/k2-tags/template/articles/news All headers are to big. |
This is not single K2 item view but display items by tag. You want to just replace h1 with H3 or decrease size of H1 ? In my opinion you just should make some CSS correction for H1 tag instead of replacing H1 to H3 in every template single file. Please add this code to override.css file in root/templates/gk_template_name/css directory :
and then just remember to enable "Use override CSS" option in template advanced settings tab. |
You get bigger header because you've modified H1 tag to H3 and now you need to apply the same rule for H3 element by adding code :
|
Many thanks. |
Many thanks. |
If you want to customize template some base knowledge of Firebug and other tool will be necessary, please read more here » → How to change space, colors and font size ? – GavickPro Documentation To decrease space please use this code :
|
Please add this code to override.css file in root/templates/gk_template_name/css directory :
and then just remember to enable "Use override CSS" option in template advanced settings tab. |
I add but nothing change. |
You forget about the unit, the best way is to use pixels like 400px or 100px |
Perfect! It works! |
@Robert1402 try to edit configuration.php file, you can find it in the main root: |
Thanks, aml987 what shuld I do with configuration.php file? |
Open it then try to replace $dbprefix = 'j25_'; by $dbprefix = 'cnjrf_'; |
In my configuration.php is already $dbprefix = 'cnjrf_' and if I change it to 'j25_' get error! |
what is the perfix of your database? you can get it from phpMyadmin ... |
I have 2 prefix: 'cnjrf_' and 'j25_' in database. |
It meana that you have two installations in this one database |
No, which I made with GK Quckstart the website. All files in mysql statrts with cnjrf_. |
You firstly need to update module to latest version and use %STARS as a parameter in INFO area like on image here » http://cl.ly/image/1b0c1I1d2m3y |
I get: Von: Bartłomiej Krztuk [mailto:[email protected]] You firstly need to update module to latest version and use %STARS as a parameter in INFO area like on image here » http://cl.ly/image/1b0c1I1d2m3y — |
Update: you mean News pro 4 to news pro 5? |
%STARS option is available only in News Show Pro GK5, to update module you just need to download latest package from gavick.com website and install via extension manager like every single Joomla! extension. |
The headers are all in h1 size.
How can I change it?
The text was updated successfully, but these errors were encountered: