How to change "Get started today"

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Tue Aug 20, 2013 1:31 pm
Hi i have read the coment on https://www.gavick.com/forums/simplicit ... 25837.html
But when i tried using (Acymailing Starter and jNews free), it never turns out the same as the demo version.
I also changed the newsletter module suffix to gk-form but it still looks bad.

Heres the link to my site www.automatedhomes.ie
User avatar
Junior Boarder

GK User
Tue Aug 20, 2013 1:53 pm
For me the header section with form looks exactly as on demo page, it only differs in bg image and items that are added.
User avatar
Moderator

GK User
Tue Aug 20, 2013 3:39 pm
Cyberek wrote:For me the header section with form looks exactly as on demo page, it only differs in bg image and items that are added.


Hi i dnt have any bg image on this if i give you my joomla admin login could you sort that out for me?
User avatar
Junior Boarder

GK User
Tue Aug 20, 2013 4:07 pm
But from your description and from things I see, I don't know where problem lies.
User avatar
Moderator

GK User
Wed Aug 21, 2013 12:27 pm
Oh yeah I got it sorted. Thanks.
I have another question.
How can i put the image in the MENU LINK OPTIONS above the menu text. At the moment i have the images on the left side of the menu text.
Can you provide me with the "Link CSS Style" to move the image above the menu text please. Thanks
User avatar
Junior Boarder

GK User
Fri Aug 23, 2013 3:23 pm
Please edit: /templates/gk_simplicity/css/override.css and add at its end:
Code: Select all
.gkMenu > ul > li > a {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.gkMenu > ul > li > a > img {
    display: block;
    margin: 0 auto;
}

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

GK User
Fri Aug 23, 2013 5:41 pm
That great. Thanks for that

One more Question:
How do i get each of the menu's to zoom in when mouse hoover on it
i edit the override.css with codes below but it only affected the whole menu.

.gkMenu {
height: 150px;
width: 150px;

-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

.gkMenu:hover {
width: 200px;
height: 200px;
}
User avatar
Junior Boarder

GK User
Fri Aug 23, 2013 5:43 pm
There's more information on what i want to do with the menu link on
http://designshack.net/articles/css/joshuajohnson-2/
Thanks
User avatar
Junior Boarder

GK User
Mon Aug 26, 2013 3:52 pm
Your site is now closed for public.
Please send me a PM with:
1. URL to your website
2. login and password of user to log in
3. link to this thread
User avatar
Moderator

GK User
Wed Aug 28, 2013 1:38 pm
hi
i have tried 2 pm but none of them are going through. Could you send me your email address and i can send you the administrator details.
Thanks
User avatar
Junior Boarder

GK User
Wed Aug 28, 2013 6:14 pm
Keep calm my friend ;)
1. I have recived your message - 6 times. It will be in out box till Ill log in and read it :)
2. Provbided user and password doesnt work :(
User avatar
Moderator

GK User
Thu Aug 29, 2013 10:50 am
sorry i have sent the details again.
The message seems to stay a while in my outbox before it send then. I didnt know that.
Thanks
User avatar
Junior Boarder

GK User
Fri Aug 30, 2013 6:14 pm
Hi i have sent the PM since yesturday but no reply.
I still have my pm in my outbox. Would you let me know if you got it ?
Thanks
User avatar
Junior Boarder

GK User
Tue Sep 03, 2013 3:32 pm
I can login into backend, but while trying to login to frontent I get server configuration error.
Next time You send me data, please check if everything is working fine.
User avatar
Moderator

GK User
Wed Sep 04, 2013 11:03 am
Everything is working fine here. This site is under contruction and i have been working on it everyday nearly. The back and front end works fine for me everytime. Did you tried again?
User avatar
Junior Boarder

GK User
Sat Sep 07, 2013 7:57 am
Sorry, but as much as I would like to help You, when entering provided data on the fronted I get:
Screen Shot 2013-09-07 at 08.54.42.png
User avatar
Moderator

GK User
Tue Sep 10, 2013 5:17 pm
realy i have created a new account.
The username is the same as before
but the new pass is : adrian

try this please
User avatar
Junior Boarder

GK User
Tue Sep 10, 2013 6:02 pm
now it works.
Code: Select all
.gkMenu > ul > li > a {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}

.gkMenu > ul > li > a:hover {
-moz-transform: scale(1.3);
   -webkit-transform: scale(1.3);
   -o-transform: scale(1.3);
   transform: scale(1.3);
}


this should work, but its not the best way it can be done.
Ps - You need to learn at least a little bit of css, because copying code from other sources without knowing what it does will not work well.
User avatar
Moderator

GK User
Wed Sep 11, 2013 4:16 pm
:D thats perfect. thats how i wanted it. Hey thanks a lot.
User avatar
Junior Boarder

GK User
Wed Sep 11, 2013 8:27 pm
Sorry for all that delay - something was wrong with provided data.
Its great it works now well.
User avatar
Moderator


cron