Two font Issues and a gallery issue

April 2013 Joomla Templates
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
Fri Jun 26, 2015 12:55 pm
Reply with quote
Report this post
Hello
I would like to change the font size as well as the case of the fonts in the header nsp.
specifically here in the photo where it says "green day announces us tour" i would like it to be with smaller size font so it could fit a bigger title and i would like the first letter of the sentence to be capital.
Image

The second font i would like to change is inside articles, the titles are all capital and with very big font size.
specifically here in the photo where it says "HERE I AM WAITING I'LL HAVE TO LEAVE SOON" i would like it to be with smaller size font, which i have figured out how by changing h1,h2 font size in the css override, but i would also like it to be in lower case except for the first letter of the sentence which should be a capital letter.
Image

My last problem consists of the use of an image gallery. I have tried to use Simple Image Gallery Extended and Simple Image Gallery (by JoomlaWorks) and the template presents the issue at the photo below, next to every thumbail of the gallery i get an annoying checkmark how can i remove that??
Image
User avatar
Fresh Boarder

GK User
Sun Jun 28, 2015 9:47 am
Reply with quote
Report this post
Could you please post an url to your site?
One more question... Changing the font will be permanent - and will occur on all slides/elements in same position - is that ok with you?
User avatar
Moderator

GK User
Sun Jun 28, 2015 3:12 pm
Reply with quote
Report this post
I have not yet uploaded the site i run it locally through xampp, yes i understand that the font change will occur to all the positions in the site...

So can you help on how to implement the changes??
User avatar
Fresh Boarder

GK User
Sun Jun 28, 2015 8:03 pm
Reply with quote
Report this post
Code: Select all
.sigFreeThumb:before {
    display: none;
}

i have add this code to the override.css and managed to remove the check marks next to every thumbnail however I have the issue presented to the photo below, that the horizontal space of the photos is really big especially in contrary to the vertical space I'd like them to be equal in case that helps with answering me...

Image
User avatar
Fresh Boarder

GK User
Mon Jun 29, 2015 4:23 pm
Reply with quote
Report this post
Without the site available online I can't help much. Perhaps you could post it somewhere for the time being?
User avatar
Moderator

GK User
Tue Jun 30, 2015 10:14 pm
Reply with quote
Report this post
http://pamearcadia.gr.193-92-97-30.linu ... server.gr/

I have temporarily uploaded the site here, so you can help me...
User avatar
Fresh Boarder

GK User
Thu Jul 02, 2015 6:38 am
Reply with quote
Report this post
Lets fix the first font issue:
Please edit: /templates/gk_rockwall/css/override.css and add at its end:
Code: Select all
.gkIsWrapper-gk_rockwall figcaption h2 {
 text-transform: none;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Jul 02, 2015 6:40 am
Reply with quote
Report this post
Now within an article, it is more tricky, as it is a general rule for all headers:
Code: Select all
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

you can change it to:
Code: Select all
h1, h2, h3, h4, h5, h6 {
  text-transform: none;
}

but it might break other headers (which you might want to keep uppercase.
Then you can override only h1:
Code: Select all
h1 {
  text-transform: none;
}
User avatar
Moderator

GK User
Thu Jul 02, 2015 7:31 pm
Reply with quote
Report this post
ok, thank you very much that seems to be settling all my font related issues, any tips on the gallery though??


I have another question is it possible at the slideshow to change the button description "get more details" to simething else???
User avatar
Fresh Boarder

GK User
Sun Jul 05, 2015 9:33 pm
Reply with quote
Report this post
I have resolved the gallery issue, by using a different extension...

Any help on the button text would be appreciated though...
User avatar
Fresh Boarder

GK User
Mon Jul 06, 2015 6:37 pm
Reply with quote
Report this post
You need to edit this file:
/language/en-GB/en-GB.mod_image_show_gk4.ini
and change:
MOD_IMAGE_SHOW_ROCKWALL_READMORE="Get more details"
to your liking.
User avatar
Moderator

GK User
Tue Jul 07, 2015 2:13 am
Reply with quote
Report this post
once again thank you for your prompt and spot on reply...

I would like to ask you one more thing though (hopefully last), in any category list view, the title articles are really big, I would like to change the font size in these too.

Thanks again in advance
User avatar
Fresh Boarder

GK User
Tue Jul 07, 2015 11:53 am
Reply with quote
Report this post
Could you please provide a link to such article?
User avatar
Moderator

GK User
Tue Jul 07, 2015 6:26 pm
Reply with quote
Report this post
I have send you a private message, better explaining the situation, feel free to respond to me here or in a private message too...
User avatar
Fresh Boarder

GK User
Wed Jul 08, 2015 6:32 am
Reply with quote
Report this post
Please edit: /templates/gk_rockwall/css/override.css and add at its end:
Code: Select all
#k2Container article header h2 {
  font-size: 44px;
  line-height: 52px;
}

Please reduce both font size and line height to your liking.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.