Remove clips from all of template

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Fri May 18, 2012 2:12 pm
Hi guys,


I'm sure this will be a quick fix... How do I remove the clips from the template?
I see there is a css class that removes them 'noclips' but how do I apply this to the whole of the site?

Cheers
User avatar
Junior Boarder

teitbite
Mon May 21, 2012 8:15 am
Hi

I'm not sure what You have in mind exacly but maby this will help: http://www.w3schools.com/cssref/pr_pos_clip.asp
User avatar
Moderator

GK User
Mon May 21, 2012 9:17 am
I think he may have been referring to the bulldog clips on the template.

I looked for and removed all instances of
Code: Select all
url('../images/style1/clips.png')
within the template and adjusted padding to suit. Be aware that these are in style1, 2 & 3 CSS too. It was a bit fiddly so maybe a better solution can be suggested?
User avatar
Senior Boarder

GK User
Mon May 21, 2012 9:27 am
Sorry guys, wasn't very clear. Yes it is the bulldog clips.

I suppose I could just go through the template css, but just thought they may be an easier way!?

Cheers, thanks for your help.
User avatar
Junior Boarder

teitbite
Mon May 21, 2012 8:42 pm
Hi

All You need to do is to overwrite this clips background using this code:

Code: Select all
#gkContent:before {
    background-image: none;
}


Place this code in override.css file and allow using of this file in template settings.
User avatar
Moderator

GK User
Wed Jun 27, 2012 1:53 pm
teitbite wrote:Hi

All You need to do is to overwrite this clips background using this code:

Code: Select all
#gkContent:before {
    background-image: none;
}


Place this code in override.css file and allow using of this file in template settings.


hello
I have tried this - doesnt work. I have downloadet and istalled the latest template version.
I have CSS override on - and I added the code under advanced settings in the template.
when that didnt work I put the code in the override.css but without success.
what can I do to get rid of the clips?

thankful for help
User avatar
Expert Boarder

teitbite
Fri Jun 29, 2012 12:53 pm
Hi

Please show me Your site. I'll check if code is ok.
User avatar
Moderator

GK User
Sun Jul 08, 2012 8:35 pm
Hi,
I have installed the joomla 2.5 version and if i try to add this code to remove bulldog clips it gives me 406 error. and also once removed i would like to reduce the gap between content and menu
User avatar
Senior Boarder

teitbite
Mon Jul 09, 2012 1:57 pm
Hi

Whare did You placed that code that 406 error is displayed ? :) Can I please see it ?
User avatar
Moderator

GK User
Mon Jul 09, 2012 4:23 pm
I placed that code in override.css and then it produced 406 error, but i must also say that if opened the site in another browser at same time site was running ok but clips were not removed.
And after clearing the browser cache site started to run ok in the first browser also
User avatar
Senior Boarder

teitbite
Tue Jul 10, 2012 11:23 am
Hi

I meant that I need to see Your site. Please tell me an url to it. Anyway CSS and error 406 shouldn't be related.
User avatar
Moderator

GK User
Fri Jul 13, 2012 5:40 pm
Hi,
I think the clips are gone, but after placing that override code this 406 error is causing me lot of problems.
my url is punjabitadkadubai2.yesiquit.org
and also i need to reduce space between top1 and top2 module position, should i make a fresh post for that?
If you need admin access just let me know.
User avatar
Senior Boarder

teitbite
Mon Jul 16, 2012 2:53 pm
Hi

To reduce space between top1 and top2 please use this code:

Code: Select all
#gkToptop1.gkColLeft {
    padding-right: 0;
}

#gkToptop2.gkColRight {
    padding-left: 0;
}


but according to screen last change could not made this error at least it was not a modification to admin panel. I advice to reinstall panel to be sure it's not the problem with broken files from installation process.
User avatar
Moderator


cron