Template Fest

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Tue Apr 16, 2013 12:22 pm
I actually have 5 questions. Hope you have the time to answer my questions.

I installed the template "fest":
and the link to my sajt is: http://wazemana.com/001_fest

Change/update the logo “print.logo”
I need to changed the logo “print.logo” I did create an image in .png with the same name (as the current one the server) and uploaded/updated. I can verified that the current image was override, but my new logo is not updated on the site.

Images of (“speakers”)
From my pc via Internet Explorer the images (profiles) (“speakers”) on the circles & ovals is presented just fine. But browsing from other pc, the presentation of the profiles/images is not the same. They are presented in rektangles...(ouside of the circels/ovals)? This kinds of problems is appearing when utilizing IE.
But browsing the sajt via chrome it works fine from (wherether it is from my PC or any other PC)
How can I resolve it.

Menus
Most of them works just fine. But when clicking on for example (on my sajt) on the menus (not sub menu) “Brudtärnor” or “Bestmen”, I is redirected to K2 Custom pages. How can i deactivate that? When clicking on for example “Brudtärnor” or “Bestmen” the visiter should stay on the homepage /start page.

.Png file “Gaver framework”
Along bottom of the page there was a .png file. I replaced the png file "Gaver framework” against my own. It was updated correctly, but the image is pointing to your website. How/where can edit it?

Removing the “REGISTER NOW”
I did remove some of the text on the frontpage/first by editing the custom html “HEADER” Is it possible to just remove the “REGISTER NOW”, where do I do that.

Thank you in advance.

Zerai
[email protected]
User avatar
Junior Boarder

teitbite
Tue Apr 16, 2013 12:47 pm
Hi

Print logo is stored in /001_fest/templates/gk_fest/images/system/printButton.png are You sure You have overrite this exact image ?

Circles for this section are done thanks to CSS3. Some older browsers are not supporting this code. Microsoft has released IE9 version despite of adding this functionality to IE8, so I'm afraid there is no much we can do in this case.

To disable redirection by menu You need to go to menu manager in joomla panel and change a type of this menu items to "Text separator". This way it will only show a submenu and will not redirect itself.

The code for Gavern logo needs to be changed manually in file /layout/blocks/footer.php

To remove register button please edit file /css/override.css and add this code to it:

Code: Select all
#gkRegister{ display:none; }


Please remember that in order to use override.css file an override option needs to be enabled in template settings.
User avatar
Moderator

GK User
Thu Apr 18, 2013 7:32 pm
Hi i sthink you missunderstod me.
Replacing the image "print_logo.png"
I need to update the image on the start page. It is a .png file (Fest musik Festival).
Name of the image is "print_logo.png" and is placed on templates/gk_fest/images

Adding the code is not resolving the issue.
To remove register button please edit file /css/override.css and add this code to it:
#gkRegister{ display:none; }
User avatar
Junior Boarder

teitbite
Fri Apr 19, 2013 7:27 pm
Hi

I cannot see this code in css on Your site. Are You sure You have enabled using override in template settings.

Please show me exactly what print logo You have in mind. A site logo is called logo.png and here is an axact path to it: http://wazemana.com/001_fest/templates/ ... 3/logo.png
User avatar
Moderator

GK User
Fri Apr 19, 2013 10:40 pm
Thank you,
I have one more question.
The speakers images are stored here /001_fest/images/stories. Images presented in circles.
When i edit an image and uploaded it to the server it is getting updated.
example this 2 images is not getting updated.
http://wazemana.com/001_fest/index.php/bestmen/rezene
http://wazemana.com/001_fest/index.php/bestmen/dani
I did empty the cache both on the server and locally.
/Z
User avatar
Junior Boarder

GK User
Fri Apr 19, 2013 11:20 pm
Last q hopfulty.
How can I make the second frame not be displayed. The background with the grey collor. It takes space. Find image and link.

http://wazemana.com/001_fest/tmp/menu2.PNG

http://wazemana.com/001_fest/index.php/ ... ds/fortuna

/Z
User avatar
Junior Boarder

teitbite
Sat Apr 20, 2013 10:49 am
Hi

What image You have in mind ? The main image is stored in /media/k2/cache/ and the content is in /images/stories/ but I see that the same is being displayed on site than visible in this location. I think it may be because of browser cache, not joomla.

About menu. You can reduce spaces between menu options with this css:

Code: Select all
.gkMenu > ul > li > a {
    padding: 0 8px;
}
User avatar
Moderator

GK User
Sat Apr 20, 2013 8:46 pm
Hi,
There is no path like "/media/k2/cache". Or do you mean this path "/001_fest/media/k2/items/cache"?

If you see the profile on the links below.Those images i need to update.
http://wazemana.com/001_fest/index.php/bestmen/rezene
<img src="/001_fest/media/k2/items/cache/c6db11a71571f6269d8aa754fc40212f_S.jpg" alt="Rezene">

http://wazemana.com/001_fest/index.php/bestmen/dani
<img src="/001_fest/media/k2/items/cache/817a0b87c8b4a5b09390d4c2ae24ca96_S.jpg" alt="Daniel">


I tought that it was enough just updating the images/content in "/images/stories/"


Not sure about the content on the path below.

"/001_fest/media/k2/items/src"
"/001_fest/media/k2/items/cache"




About the options menu: i found this scrpit "menu.css" Can you please elaborate.
/001_fest/templates/gk_fest/css/menu/menu.css

sould i add this code below on "menu.css"?


.gkMenu > ul > li > a {
padding: 0 8px;
}
User avatar
Junior Boarder

teitbite
Mon Apr 22, 2013 9:46 am
Hi

Please add the css code I gave You to override.css file, remember that override needs to be enabled in order to use it. Please do not modifie template files. Override.css is prepared for modifications and will not be lost during update.

I was talking about a relative path to Your joomla installation, so /001_fest/ is not relevant in this case. K2 is generating a series of images in different sizes, so if You will replace just one of them it's not enought. It will be easier to edit the article and simply add Your new image there.
User avatar
Moderator

GK User
Tue Apr 23, 2013 5:18 pm
Thank you very much for your patience.
Concerning replacing the images... it is as you said..
It was easier to edit the article and add the new image there. And it works!

Concerning the, override.css. I am not sure if one of us is misstaqing.
i need to unco
I did add the css code you gave me to override.css file (/001_fest/templates/gk_fest/css),
and i did verified that the override is enabled.

And do you have an idea, if this can be added to overrid.css?

/* Disabling logo in homepage only */
.homelogo h1#gkLogo { display: none;}
/* Moving anything after Main menu 30 pixels down in homepage only */
.homelogo #gkMainMenu { margin-bottom:30px; }
/* Changing loading text position higher - change 10 percent as you require */
.gkIsWrapper-gk_the_real_design .gkIsPreloader span.loading { margin-top: 10%; }



And one more q.
How do i change the black background to other colors on the first page?

Thank you
/Z
User avatar
Junior Boarder

teitbite
Tue Apr 23, 2013 6:11 pm
Hi

Yes You shoud add any css modification code to override.css file.

Please show me which black backgorund You have in mind.
User avatar
Moderator

GK User
Tue Apr 23, 2013 6:43 pm
But the override is not working, despite it is enabled. I asume that the "enabling oveeride" is a global thing, and is done on one place.
Lets say if i want to skipp the space between the menus and the map. That space (where there is a text/image in another language,) i want to remove that space.

By doing this I can raise up the side a little bit.

The backgound i am talking about is the black bakground behid the map. See the link
http://wazemana.com/001_fest/
User avatar
Junior Boarder

teitbite
Wed Apr 24, 2013 9:40 am
Hi

If it's not working than code placed there must be wrong. Please send me an access to joomla panel. I'll check.
User avatar
Moderator

GK User
Thu Apr 25, 2013 5:48 am
Pleas read sent private mail.

/Z
User avatar
Junior Boarder

teitbite
Thu Apr 25, 2013 12:15 pm
Hi

Looks like You have some kind of cache on Your server. I've added couple of lines into the override.css file but none of them is visible in Your site. I've even removed everything from this file and still was able to see this file exactly as before. Please ask Your host provider if such a system exists and ask for disabling it. It's good when site is live, but during development this is only causing problems.
User avatar
Moderator

GK User
Thu Apr 25, 2013 12:45 pm
Yes indeed,
I did contact my host provider. And they do have a cash service activated.

I need to deactivate that (adding a code to .htaccess). I will it do later today. Hope that will resolve the issue.

Zerai
User avatar
Junior Boarder

GK User
Thu Apr 25, 2013 6:19 pm
hi,
I edited the htaccess.txt. I can see that you edited the override css file.

I notice the backgruond is changed (to the worse).

But the "override" is not solved.

Can you see any uppdates?

/Z
User avatar
Junior Boarder

GK User
Thu Apr 25, 2013 8:28 pm
I did edit the .htaccess file. according to the my host provider, it should work. But i cant see that it is taking affect.
....

Below you see part of content of the .htaccess file

Header add "disablevcache" "true" //This one is added by Zerai

## Can be commented out if causes errors, see notes above.
#Options +FollowSymLinks
User avatar
Junior Boarder

GK User
Thu Apr 25, 2013 8:58 pm
Please visit link below to dowload screenshot.

http://wazemana.com/wazemana-screenshots.zip


/Z
User avatar
Junior Boarder

teitbite
Fri Apr 26, 2013 10:18 am
Hi

Great. Now it's working :)

Override file is loaded and changes are visible immediately.

This part of the code is responsible for background color. Just change hex value:

Code: Select all
body {
    background: none repeat scroll 0 0 #ffffff !important;
}


but I would suffest to use this code instead. I think it looks better this way.

Code: Select all
#gkHeaderTop {
    background: none repeat scroll 0 0 #ffffff;
    margin: 0 -10px;
    padding: 58px 0 42px;
}
User avatar
Moderator

GK User
Fri Apr 26, 2013 11:31 am
Thak you!
Yes indeed, the backgruond looks better.

But I cant see that my prvious quatsion is resolved. Please visit the link below to see for the screenshots.
http://wazemana.com/wazemana-screenshots.zip

Or is it, it may not be possible, with what I'm trying to accomplish...?
/
User avatar
Junior Boarder

teitbite
Sat Apr 27, 2013 10:55 am
Hi

Do You mean this as previous question:

When clicking on of the sub menu on the top, this screen below should not be visible. in this way the side side can be pushed upwards


if yes can You please explain what does it mean ? I do not understand what You are trying to do.
User avatar
Moderator

GK User
Sat Apr 27, 2013 7:07 pm
Please,
Find the link below, and download the file "Screen-Wazemana-update.zip", a description and screesnhots of what i am trying to accomplish.

http://wazemana.com/Screen-Wazemana-update.zip


Thank you in advance.
User avatar
Junior Boarder

teitbite
Tue Apr 30, 2013 11:58 am
Hi

Yes I'vve seen this screens, but I do not understand what You mean by that do. I only see that logo is circled. Do You want to remove it, relocate. Please let me know.
User avatar
Moderator

GK User
Tue Apr 30, 2013 4:44 pm
Yes, Please!
I will try elaborate my previous question with screenshot and explanations. I hope this one help!
1. Below is a screenshot the first page: http://wazemana.com/001_fest. Is it possible to hide (make it invisible) this marked image in blue. In this way I can free up little space on the top side, ie the side can be lifted.


2. Top menu, clicking on "BRUDTÄRNOR" and then on the sub menu "Fortuna". And you will be directed to, see screenshot below. Alternatively, I want to make the selected image (in red) at the screenshot invisible. is this possible? And how do I do this? Grateful for a detailed guidance, as I have tried to do this and not succeeded yet. In this way I can free up little space on the top side, ie the side can be lifted.
http://wazemana.com/001_fest/index.php/ ... ds/fortuna.
User avatar
Junior Boarder

GK User
Tue Apr 30, 2013 4:52 pm
Yes, i want make that image ivisible, when browsing on the sub menue...

Please dowload the word doc, below for explanations

http://wazemana.com/wazemana-screenshots.doc

Thank you!

/
User avatar
Junior Boarder

teitbite
Wed May 01, 2013 10:49 am
Hi

Ok. So Your question is to hide logo for some some pages only. I would use mod_blank for this (it's a module which can add a css code for website). So download this module, install it and add this code in it's configuration:

Code: Select all
<style type="text/css">
#gkHeaderTop { display:none; }
</style>


than any page this module will be attached to will hide the whole bar the logo is located.
User avatar
Moderator

GK User
Sun May 05, 2013 8:45 am
URGENT HELP NEEDED!
Thank you very much!
I have now published the template, copied the fest template to the root. The sajt wazemana.com seems to look ok.
But from the control panel, i can't edit any item any more. The pages in editing mode appears strange, and I get the error message that I have not seen before .
For example when editing the K2 item "contact"
Clicking on save bottom .... it points to http://wazemana.com/administrator/index ... m&cid=201#
and nothing happens. The page does not update. But the "cancel" button works. So no update works on any K2 item choosing. Below is error messages receievd just opening the item!
• Notice: Please install the 'Simple Image Gallery Pro' plugin from JoomlaWorks if you want to use the image gallery features of K2 - get it here
• " Please select a category first to retrieve its related "Extra Fields"..."
Very grateful if you could help me.
Thank you very much.
User avatar
Junior Boarder

GK User
Sun May 05, 2013 11:29 am
Additional info.
Editing and updateing the same template, available not under rot but (http://www.wazemana.com/001_fest/) works just fine.

The issue appears when the template is copied/moved to the root.
User avatar
Junior Boarder

GK User
Sun May 05, 2013 10:28 pm
Never mind, issue resolved

/Z
User avatar
Junior Boarder

teitbite
Mon May 06, 2013 5:27 pm
Hi

Ok. Great to hear that You have resolved it :)
User avatar
Moderator

GK User
Sat Dec 28, 2013 11:21 pm
Have issue to update image slizes utlizing Image Show GK4ver. 1.41.2.

My websajt is wazemana.com.

I will like to publish several parts of images slides on the fronpage / center (header). How can i accomplish this.

Thank you Zerai
User avatar
Junior Boarder

teitbite
Mon Dec 30, 2013 6:19 pm
Hi

Please forget about PM, I've answered before seeing this post.

Please tell me what You have in mind by "several pats" ? If You mean to use couple instances of Image Show module than please try set only one of them to load javascript file. Multiple loads of a same file are making a problem for this module to work at all.
User avatar
Moderator

GK User
Tue Dec 31, 2013 5:48 pm
I meant, creating several slides and then manke them visible on the front page.

Just for testin... i did "Add new slide" and saved it. But the images dont get visibel on frontend. If you visit my websajt to see the result...
this is how it looks like..

http://wazemana.com/
x
«

»

Loading…


Wedding Pics Part1
User avatar
Junior Boarder

teitbite
Wed Jan 01, 2014 8:41 pm
Hi

That's becuase a default css file was not activated in module settings. Also You need to select an image and not put an url to the folder. This module doesn;t include all images from folder, but each image needs to be set separately.
User avatar
Moderator


cron