Sorry

October 2012 Joomla Template
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
Thu Feb 21, 2013 5:15 am
Reply with quote
Report this post
the site iamdigitalexpo.com

I'd like to know if it's possible for the modules respect the case of the letters.

So for example on the menus they're showing I AM DIGITAL However, if possible can it show i AM Digital etc.

Finally, it says "Be the First to COmment" however, I turned off comments in K2 but it still shows this message.

There's a zero showing in the upper left corner ...i dont know where that's coming from.

Sorry for bugging you guys about this.
User avatar
Expert Boarder

GK User
Thu Feb 21, 2013 8:12 am
Reply with quote
Report this post
Hi, don't be "sorry" you have right to ask and know the answer.

MENU BIG LETTER's PROBLEM
Here you are, go to this file
templates/gk_startup/css/menu/menu.css
and delete the entire line.
menu.png
User avatar
Platinum Boarder

GK User
Thu Feb 21, 2013 8:17 am
Reply with quote
Report this post
COMMENTS

Add this code to your css file (templates/gk_startup/css/template.css) at the bottom.
Code: Select all
li.itemComments {display:none;}

This should hide all "Be first..."
User avatar
Platinum Boarder

GK User
Thu Feb 21, 2013 8:21 am
Reply with quote
Report this post
"0" PROBLEM
Hmm, this looks very strange.
Have you installed any plug-ins other than gavick?
Try this:
Go to General Configuration and turn off Show errors,
and also if you didn't - turn Gzip on - it will speed up you website.
User avatar
Platinum Boarder

GK User
Thu Feb 21, 2013 4:47 pm
Reply with quote
Report this post
pfrankowski wrote:COMMENTS

Add this code to your css file (templates/gk_startup/css/template.css) at the bottom.
Code: Select all
li.itemComments {display:none;}

This should hide all "Be first..."


This is what i have.

#gkPopupOverlay {
background: #000;
width: 100%;
height: 100%;
z-index: 1000001;
top: 0;
left: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
filter: alpha(opacity=45);
opacity: 0.45;
margin-left: 0;
}
li.itemComments {display:none;} <--

but it's not taking on the actual site
User avatar
Expert Boarder

GK User
Thu Feb 21, 2013 5:21 pm
Reply with quote
Report this post
Hi,
ok let's try this, look which css file is loaded at the end and in this .css file add this on the bottom:

Code: Select all
ul li.itemComments { display:none !important;}


If won't help, send me access to backend (on priv.message)
User avatar
Platinum Boarder


cron