Changed position of module, same settings, diff. bg.

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 Oct 03, 2014 2:20 pm
Reply with quote
Report this post
Hi, I have changed the position of a module to the 'maincontent'-area, which has changed the background of the module but has left the font-settings unchanged. The module suffix is still set on dark-bg, but it shows a light bg instead. What am I doing wrong?
User avatar
Junior Boarder

GK User
Fri Oct 03, 2014 8:16 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Sat Oct 04, 2014 7:52 am
Reply with quote
Report this post
marie-perles.be - no www. in front. thanks!
User avatar
Junior Boarder

GK User
Sat Oct 04, 2014 12:02 pm
Reply with quote
Report this post
Which module exactly? Could you please create a screenshot and mark this module on it?
User avatar
Moderator

GK User
Sat Oct 04, 2014 2:08 pm
Reply with quote
Report this post
I noticed that if I change the suffix to e.g. color-bg, the color of the font changes....not the title though nor the bg.
The module that I'm struggling with is the "personal + flame".
User avatar
Junior Boarder

GK User
Mon Oct 06, 2014 6:51 pm
Reply with quote
Report this post
Please use Bottom1 module position instead of Mainbody. The second one has css that overrides background settings created by custom suffix. You can easily put more than one module in one module position.
User avatar
Moderator

GK User
Wed Oct 08, 2014 4:16 pm
Reply with quote
Report this post
Thanks! That solved one issue, but created another one. Now I see the blog articles from the QuickStart pack on top of the module "personal" and have no idea where it comes from. I've checked all module positions and settings related to the blog articles and k2 news, but I can't figure it out. Could you maybe help here as well?
User avatar
Junior Boarder

GK User
Thu Oct 09, 2014 7:13 pm
Reply with quote
Report this post
Just post an empty custom html module in mainbody position to override default Joomla content.
User avatar
Moderator

GK User
Fri Oct 10, 2014 8:45 am
Reply with quote
Report this post
That works indeed, but creates a white stripe in the front end due to the above mentioned CSS overriding.
User avatar
Junior Boarder

GK User
Mon Oct 13, 2014 7:53 am
Reply with quote
Report this post
That is an easy fix ;)
Using frontpage body suffix you can hide any element only on frontpage:
Please edit: /templates/gk_john_s/css/override.css and add at its end:
Code: Select all
.frontpage #gkPageContent {display: none;}

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

GK User
Tue Oct 28, 2014 9:10 am
Reply with quote
Report this post
Hi, Thanks for your reply and sorry for my late response to it...

I have now added the code mentioned above, but unfortunately, the light grey bar sticks there. I have enabled the css override in the template settings as highlighted. Any idea why it's not working?

Kind regards, DM
User avatar
Junior Boarder

GK User
Tue Oct 28, 2014 10:16 pm
Reply with quote
Report this post
Hi,

please remove the following code from your override.css:

Code: Select all
CODE: SELECT ALL


Best,
Dirk
User avatar
Senior Boarder

GK User
Tue Oct 28, 2014 10:25 pm
Reply with quote
Report this post
Got it! Works!
Many many thanks
Florence
User avatar
Junior Boarder

GK User
Wed Oct 29, 2014 4:48 pm
Reply with quote
Report this post
I see someone was first :)
I'm glad you could solve it correctly.
If you will have any other questions, feel free to post new forum threads.
User avatar
Moderator

GK User
Wed Oct 29, 2014 9:18 pm
Reply with quote
Report this post
Thanks nevertheless for your kind help! It was much appreciated 8-)
User avatar
Junior Boarder

GK User
Sat Nov 01, 2014 10:22 am
Reply with quote
Report this post
The "CODE: SELECT ALL" is just a snippet to easily select all text provided to paste in specific file and should never be copied itself.
If you will have any other questions, feel free to post new forum threads :).
User avatar
Moderator


cron