New css file.

September 2011 WordPress Theme
GK User
Mon Sep 08, 2014 6:48 pm
Hi.
How to add new file of css?
I need add two files.

THX.
User avatar
Junior Boarder

GK User
Mon Sep 08, 2014 7:54 pm
Hi,
Two files?
Maybe one will be good enough : https://www.gavick.com/documentation/wo ... gk-themes/

If not, you can use custom css plugin you will find many of them in official WP directory
User avatar
Platinum Boarder

GK User
Tue Sep 09, 2014 8:09 am
Yes, I need to add two different. One is a map css, second, my changes in the template. If I then update all done in their own file.
I'll check your suggestion.
User avatar
Junior Boarder

GK User
Tue Sep 09, 2014 2:45 pm
Maybe one will be good enough : https://www.gavick.com/documentation/wo ... gk-themes/


This is a good solution.
However, I need to add one css file anyway.
User avatar
Junior Boarder

GK User
Tue Sep 09, 2014 10:16 pm
So you have to customize theme code.

wp-content\themes\MyFolio\layouts\header.php

add link to yours 2nd css file.
User avatar
Platinum Boarder

GK User
Sun Sep 28, 2014 8:24 am
I have another question. How to change the h3 tag in News Shop Pro by Gavickpro on H1?
User avatar
Junior Boarder

GK User
Sun Sep 28, 2014 9:27 am
<h1> - remember during Google SEO rules must be used only ones.
that's why <h3> is safer.

p.s.
It request module View php code customization.
User avatar
Platinum Boarder

GK User
Sun Sep 28, 2014 9:29 am
Remember you can always increase font-size of H3 to look similar to H1 size.
User avatar
Platinum Boarder

GK User
Mon Sep 29, 2014 1:52 pm
I would like to show you exactly what I need.
Code: Select all
http://test4.grzejnikiplus.pl/grzejniki-dekoracyjne.html/


Now I have a h1 title of the post. It's too low. I want to turn off, and turn on only the title of the news show. But I need H1.
User avatar
Junior Boarder

GK User
Mon Sep 29, 2014 2:41 pm
The NSP plugin code you will find here: wp-content\plugins\gk-nsp\article_formats\grid.format
if we talk about GRID view:
Code: Select all
<h3 class="gk-nsp-header"><a href="{URL}" title="{TITLE}">{TITLE}</a></h3>
User avatar
Platinum Boarder

GK User
Mon Sep 29, 2014 8:54 pm
Almost done.
I have article_formats - none.
And I can not find that h3
User avatar
Junior Boarder

GK User
Tue Sep 30, 2014 9:36 am
Upsss mistake, check again.
You should have this folder and file: wp-content\plugins\gk-nsp\article_formats\grid.format
last item is file not a folder name(!)

Code: Select all
<div class="gk-nsp-image-wrap"><a href="{URL}" title="{TITLE}" class="gk-image-link"><img src="{IMAGE}" alt="" class="gk-nsp-image"></a>
</div>
<div class="gk-nsp-content-wrap">
{CATEGORIES}
<h3 class="gk-nsp-header"><a href="{URL}" title="{TITLE}">{TITLE}</a></h3>
<p class="gk-nsp-date">{DATE}</p>
<p class="gk-nsp-text">{TEXT}</p>
</div>


There you should see <h3 ..... on 5 line :P
User avatar
Platinum Boarder

GK User
Tue Sep 30, 2014 12:09 pm
This is a good solution only when I have set article_formats - GRID.
But I have set "none" not GRID
User avatar
Junior Boarder

GK User
Tue Sep 30, 2014 3:44 pm
So check other views in this same folder. Rule is this same, find <h3> and replace...
of course if you still want to use GK plugin in your project.
User avatar
Platinum Boarder

GK User
Tue Sep 30, 2014 8:04 pm
It does not work. I changed all the h3 to h1 in the plugin, even in the css, and still does not work. I have no idea how to do it.
User avatar
Junior Boarder

GK User
Sat Oct 04, 2014 11:03 am
Hmm,
try here: wp-content\plugins\gk-nsp\article_wrappers\title_overlay\helper.php
or
wp-content\plugins\gk-nsp\article_wrappers\highlights\helper.php

if we still talking about this plugin view.
User avatar
Platinum Boarder


cron