Template help on "creativity"

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Aug 19, 2013 4:06 pm
Hi there,

I was just wondering how it would be possible to change the background of a space on the creativity template? For example, Instead of a white background in a module position, id like to add my own image at 100% width of the whole template? In the creenshot the blue is full width, id like to do the same underneath...
User avatar
Senior Boarder

GK User
Tue Aug 20, 2013 8:15 am
If you want to add background to header position, right below the Image Show please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gkHeader { background: url('path/to/file.jpg') !important}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Tue Aug 20, 2013 2:33 pm
Hi there, i did all the following and nothing changed yet, I also tried adding the css under custom css in advanced setting..
User avatar
Senior Boarder

GK User
Tue Aug 20, 2013 7:12 pm
Did you enable "Use override CSS" option ? Could you show me your site ?
User avatar
Platinum Boarder

GK User
Tue Aug 20, 2013 7:21 pm
Yeah I did, I will, but its on my localhost.. In overwrite.css I added the lines you gave me then activated css overwrite on in advanced settings..
User avatar
Senior Boarder

GK User
Wed Aug 21, 2013 8:17 am
Maybe something is wrong with the URL, is there any possibility to see live site ? It is always easier to check HTML/CSS code and provide solution much faster that without seeing results.
User avatar
Platinum Boarder

GK User
Wed Aug 21, 2013 1:03 pm
Yeah I understand, I will provide a link as soon as its live
User avatar
Senior Boarder

GK User
Wed Aug 21, 2013 2:37 pm
This is what i did so far...

Screen Shot 2013-08-21 at 3.25.18 PM.png
User avatar
Senior Boarder

GK User
Wed Aug 21, 2013 2:40 pm
and....
Screen Shot 2013-08-21 at 3.40.09 PM.png
User avatar
Senior Boarder

GK User
Thu Aug 22, 2013 9:21 pm
All looks fine here but probably URL to image is wrong. I need to see your site via firebug to tell you for sure.
User avatar
Platinum Boarder

GK User
Mon Oct 07, 2013 2:20 pm
Hi there,

I'd like to change the image that links on the hover on the news show pro, please see link of my example. Instead of blue I would like to put my own image?
Thanks so much

Screen Shot 2013-10-07 at 3.11.35 PM.jpg
User avatar
Senior Boarder

GK User
Wed Oct 09, 2013 10:29 am
No, in News Show Pro and especially in this portal mode, the images are generated based on Joomla! images or K2 items and link will always redirect to article page.
User avatar
Platinum Boarder

GK User
Wed Oct 09, 2013 3:04 pm
Ok thanks for the response. And can I somehow link the animation in the intro to anouther page? Its in the screenshot above?
User avatar
Senior Boarder

GK User
Sat Oct 12, 2013 1:04 pm
You mean the scroll animation when you click on menu item? Yes you need to make exactly like we did so set links to anchor points in menu item configuration and assign the frontpage template to this page. Remember also to add the menu itemID in 'Suffix for pages' field in template configuration. This page should have 'onepage' suffix.
User avatar
Platinum Boarder

GK User
Fri Oct 18, 2013 1:37 pm
Worked perfectly! Thanks so much.

My email's not functioning on contact, can you please help? churchonflorida.org
User avatar
Senior Boarder

GK User
Fri Oct 18, 2013 2:37 pm
also having an issue with the intro. I've attached an image, the whole height is off when I open it on smaller screeens
User avatar
Senior Boarder

GK User
Mon Oct 21, 2013 9:25 am
Please add this code to tablet.css file in root/templates/gk_template_name/css directory :
Code: Select all
.gkIsWrapper-gk_creativity {height: 100%!}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Fri Oct 25, 2013 4:59 pm
Thanks so much, also my email's arent going through on the front page
User avatar
Senior Boarder

GK User
Mon Oct 28, 2013 7:50 am
Did you check regular contact form? Mails are working there?
User avatar
Platinum Boarder

GK User
Thu Dec 05, 2013 1:40 pm
Yes everythings working perfectly with the mailing systems thanks!

Just one thing, why is the weather module so slow? It slows down my pages by a couple of seconds? Is there anything I can do to change this?
User avatar
Senior Boarder

GK User
Sat Dec 07, 2013 1:49 pm
Yes, you should enable cache in module, when there request is send to Yahoo server it always slow down page loading.
User avatar
Platinum Boarder

GK User
Wed Jan 08, 2014 8:16 am
It worked!

I'd prefer the main menu on the home page to be static above the Slide module and not animated in only after having scrolled down below... Is that possible? (creativity template 3.2)
User avatar
Senior Boarder

GK User
Wed Jan 08, 2014 11:28 am
I'm looking for same, I want to show menu bar above Creativity intro.
Thanks,
David.
User avatar
Expert Boarder

GK User
Wed Jan 08, 2014 12:09 pm
There is no copy/paste solution for this, the menu is scrolling by script from gk.script.js file. All that you need is just to remove part of code from this file which is responsible for #gkMenu container.
User avatar
Platinum Boarder

GK User
Sun Jan 12, 2014 9:30 pm
Hello bkrztuk,
going back to the topic, I followed your instruction with override.css and everything went fine. Only thing my images keep their original size, without resizing to follow the width and height of the module. Is there a way to make the background image "responsive"? Or at least to have it fill (stretching or shrinking) the width? In that case I could think about a repeat-y.....

Thank you very much

Matteo
User avatar
Senior Boarder

GK User
Mon Jan 13, 2014 9:01 am
@LolloValeGinger are your sure it is correct topic:) ? I have no idea which images you mean.
User avatar
Platinum Boarder

GK User
Thu Jan 16, 2014 12:24 am
Hello bkrztuk,
did I pick it wrong or the first post of this thread is:

Hi there,

I was just wondering how it would be possible to change the background of a space on the creativity template? For example, Instead of a white background in a module position, id like to add my own image at 100% width of the whole template? In the creenshot the blue is full width, id like to do the same underneath...

?
Then the thread changed topic...

If I'm wrong, please accept my apologies: I'll try to open a new thread with my question.

Thank you

Matteo
User avatar
Senior Boarder

GK User
Thu Jan 16, 2014 10:35 am
Please create proper topic in corresponding forum area ok? It will be much easier for us to help you. Right now your post is in general discussion about Joomla!.
User avatar
Platinum Boarder

GK User
Fri Jan 24, 2014 9:58 am
Hi,

It would help dearly if everyone created their own threads for issues...

Can you please assist with the contact form on my page? The Recaptcha isn't showing and its been enabled?

Regarding your above reply on the menu issue; which responsive line needs to be deleted needs to be deleted?
User avatar
Senior Boarder

GK User
Mon Jan 27, 2014 9:37 am
Did you update Joomla! to latest version where reCaptcha problem was resolved? All is configured like here ? >> http://www.gavick.com/documentation/general-questions/how-to-use-recaptcha/
User avatar
Platinum Boarder

GK User
Wed Jan 29, 2014 11:39 am
bkrztuk wrote:Did you update Joomla! to latest version where reCaptcha problem was resolved? All is configured like here ? >> http://www.gavick.com/documentation/general-questions/how-to-use-recaptcha/


I have same problem. The recaptcha wont load

My site is http://gmhconsultancy.com/v1/#gkBottom1
User avatar
Senior Boarder

GK User
Thu Jan 30, 2014 8:05 pm
Do you use latest Joomla! version? I'm asking because all Joomla! versions before 2.17 have reCaptcha bug. Could you check whether the same happen on default Joomla! template like Beez ?
User avatar
Platinum Boarder

GK User
Fri Jan 31, 2014 4:07 am
problem solved
User avatar
Senior Boarder

GK User
Wed Feb 26, 2014 12:44 pm
Hello,

How can I link image or text on the Image Show Module?
User avatar
Senior Boarder

GK User
Fri Feb 28, 2014 10:29 am
User avatar
Platinum Boarder

GK User
Fri Feb 28, 2014 4:06 pm
The image says "this area is linkable which you added in module settings" Wheres module settings??
User avatar
Senior Boarder

GK User
Mon Mar 03, 2014 10:14 am
You need to open your Image Show module configuration - there you will find all options related with this image rotator.
User avatar
Platinum Boarder

GK User
Thu Mar 20, 2014 12:59 pm
There isnt an option to linkable slides in gk-CREATIVITY. When I change the style to gk-apps or any other style, the slide linkable option is there, just not for gk creativity. Can you check this?
User avatar
Senior Boarder

GK User
Fri Mar 21, 2014 11:49 pm
Hello,

Could you please help make my header 100% the width of the page in the creativity template. What I want to be able to do is put an image in the header position that will stretch out through the whole width of the screen (mobile tablet and desktop)
User avatar
Senior Boarder

GK User
Mon Mar 24, 2014 9:14 pm
Could you firstly show me your website? Did you add the suffix for homepage like it is described in template configuration here → http://www.gavick.com/documentation/joomla-templates/joomla-templates-configuration/creativity-configuration-joomla/
User avatar
Platinum Boarder


cron