GK Grid TitleOverlay / mainpage post / post background color

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Tue Oct 06, 2015 4:58 pm
Hi,

I have a couple of questions about configuring M Social.

1. How to set the size of the title in GK Grid Title Overlay? I know its probably override.css related stuff.

2. Read more button translate on GK NSP

3. I have posts under the site that i cant turn off and i cant make it dissapear. On the main page there are the widgets where i can put gk nsp or grid, but there are post showing under the widgets that i cant turn off. There is the MSocial / tTemplate options / Basic theme settings where i can modify the Amount of posts on the front page. How can I turn that off? I can add a value of 0 but that not affect the site.
A minimum of 1 post is always showing.

4. How can i modify the post / pages background color. Its too white and i want to mak it a little darker. Porbably override.css stuff too :)
User avatar
Junior Boarder

GK User
Wed Oct 07, 2015 8:20 am
Hi,

Regarding your issues:
1. You have to add custom css code i.e. into css/override.css file (please enable override.css option from Template Options -> Advanced tab first):
Code: Select all
.gk-grid-title-overlay > figcaption h3 {
   font-size: 18px;
}


2. You have to translate GK NSP plugin - please check this article:
https://www.gavick.com/blog/translate-wordpress-plugins
but use i.e. Loco Translate because codestyling localization is not supported anymore.

3. Please enable "Widgets Display on Homepage" option from Template Options -> Basic tab and your posts will disappear. (you'll have Mainbody widget area available instead)

4. I'm not sure which background, on single page/posts view?
Try:
Code: Select all
.single #gk-mainbody-columns {
   background: #f5f5f5
}
User avatar
Moderator

GK User
Wed Oct 07, 2015 3:11 pm
Thanks for the answers.

The background worked for the single post background. Can you give me the code for the single page background and the sidebar widget area backgroound too?
User avatar
Junior Boarder

GK User
Wed Oct 07, 2015 9:40 pm
sure:
Code: Select all
.page #gk-mainbody-columns,
#gk-mainbody-columns > aside {
   background: #f5f5f5
}
User avatar
Moderator

GK User
Tue Nov 10, 2015 5:05 pm
Hi,

Everything worked fine, but the coloring is still an issue. The single post/page and the widget areas backgorund is perfect but when we go to category view the color is still the default.

Can I ask for that code too?

Other than that we would also like to know a couple of things: :)
1. how can we change the font size of a post/page title?
2. is there a multilanguage plugin that you prefer or recommend for this theme?
We dont want to manage 2-3 different sites (depends of the numebr of languages) so we are thinking a plugin that can be managed under one site.

If you like to check what the category color issue, here is the link to the test page:
http://chemico.rhythmnjuice.hu/

the viewing code is: chemico
User avatar
Junior Boarder

GK User
Thu Nov 12, 2015 11:47 am
Hi, try to use the following css code:
Code: Select all
.box.color,
#gk-header-bottom,
#gk-header-bottom .box {
   background: #fbe56d!important;
}

For other colors or font size, please use a Firebug or Google Dev Tools to inspect your website elements:
https://developers.google.com/web/tools ... les/basics

Regarding the multilanguage plugin - Msocial is compatible with WPML plugin:
https://wpml.org/theme/m-social/
User avatar
Moderator

GK User
Sat Nov 14, 2015 12:20 pm
Is there a compatible multilangua plugin that is free?
User avatar
Junior Boarder

GK User
Sun Nov 15, 2015 9:36 pm
You can use also multisite:
http://wplang.org/wordpress-multisite-multilingual/

We didn't test other plugins, so we can't gurantee the compatibility.
User avatar
Moderator


cron