New Module Position above Main Menu

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
Mon Jul 16, 2012 9:57 pm
Reply with quote
Report this post
I have followed the guidelines as per the Gavick Documenation for creating a new module position.

I inserted all the coding necessary after the Search position coding in hopes of creating a module position above the Main Menu and below the Search, however, after completing the steps and placing a banner and/or text in that position, nothing has appeared.

Are there further adjustments I need to make in order for the template to allow the module to appear there?

Site URL: http://www.postandeasel.com

Greatly looking forward to your help!

Thank you!

Carlos
User avatar
Senior Boarder

GK User
Tue Jul 17, 2012 1:38 am
Reply with quote
Report this post
Hi Carlos,

I would like to take a look into your code for further help so please send me a PM to provide with backend and FTP access.

Thanks,
User avatar
Platinum Boarder

GK User
Fri Jul 20, 2012 3:20 am
Reply with quote
Report this post
Don Lee wrote:Hi Carlos,

I would like to take a look into your code for further help so please send me a PM to provide with backend and FTP access.

Thanks,


Hi Don,

I provided you with some information via PM a few days ago. Just wondering if you have any help or updates for me.

Thank you
User avatar
Senior Boarder

GK User
Mon Jul 23, 2012 5:40 am
Reply with quote
Report this post
Hi,

Somehow I haven't got any message from your yet, can you please check to send it again then I can help you further.

Thanks,
User avatar
Platinum Boarder

GK User
Tue Jul 24, 2012 12:57 pm
Reply with quote
Report this post
Don Lee wrote:Hi,

Somehow I haven't got any message from your yet, can you please check to send it again then I can help you further.

Thanks,


OK, I just resent it. Please confirm that you have received it.

Thank you!
User avatar
Senior Boarder

GK User
Wed Jul 25, 2012 4:04 pm
Reply with quote
Report this post
Hi,

I have just got your message with details, however for further check and help, can you please tell me what you have done and what the position you try to create is?

Thanks,
User avatar
Platinum Boarder

GK User
Wed Jul 25, 2012 8:37 pm
Reply with quote
Report this post
Don Lee wrote:Hi,

I have just got your message with details, however for further check and help, can you please tell me what you have done and what the position you try to create is?

Thanks,


I simply followed the instructions in the Gavick Documentation for creating a new module position (found here http://www.gavick.com/documentation/joo ... -position/).

I used "top_banner" as it's name. I did not create any CSS after creating the position, so I believe that may have something to do with the module not appearing, but I'm not sure.

Thank you,

Carlos
User avatar
Senior Boarder

GK User
Wed Jul 25, 2012 8:40 pm
Reply with quote
Report this post
Don Lee wrote:Hi,

I have just got your message with details, however for further check and help, can you please tell me what you have done and what the position you try to create is?

Thanks,


Incase you missed it from the original post, my goal is to create a position above the main menu (under the search bar).

If you view the website, http://www.postandeasel.com, you'll see a big empty space there due to the orientation of the logo. I would like to use that space for advertising or an Image Show module.

Please see below this reply for original answer to your question

Please let me know if you need more information,

Thank you!
User avatar
Senior Boarder

GK User
Thu Jul 26, 2012 11:04 am
Reply with quote
Report this post
Hi,

There were some syntax errors in your code, you might copy it from the guide which caused some strange characters in code, I have fixed it for you and it works now.

Cheers,
User avatar
Platinum Boarder

GK User
Thu Jul 26, 2012 11:00 pm
Reply with quote
Report this post
Don Lee wrote:Hi,

There were some syntax errors in your code, you might copy it from the guide which caused some strange characters in code, I have fixed it for you and it works now.

Cheers,


Yea, I copy/pasted the text which may have done that.

I see that it's appearing now, but I would like to align it properly. Could you provide me with the necessary CSS to adjust the margins/padding, etc?

I would like for the banner to have space from the search bar and site logo.

Thank you!

Carlos
User avatar
Senior Boarder

GK User
Fri Jul 27, 2012 11:32 am
Reply with quote
Report this post
Hi Carlos,

Please enable your banner first then I will check and adjust it for you.

Thanks,
User avatar
Platinum Boarder

GK User
Fri Jul 27, 2012 3:15 pm
Reply with quote
Report this post
Don Lee wrote:Hi Carlos,

Please enable your banner first then I will check and adjust it for you.

Thanks,


OK, I have enabled the banner.

I would like for it to be aligned on the bottom with the Logo and aligned to the right side of the template.

When you do this can you provide me with the CSS you added so that I can modify it if anything?

Thank you very much for your help Don, I appreciate it!

Carlos
User avatar
Senior Boarder

GK User
Fri Jul 27, 2012 3:41 pm
Reply with quote
Report this post
Hi Carlos,

Please try adding this code to CSS Override:
Code: Select all
div.banneritem{
float: right!important;
width: 687px!important;
}

Then it should look like this http://easycaptures.com/fs/uploaded/609/0760480882.jpg

Cheers,
User avatar
Platinum Boarder

GK User
Fri Jul 27, 2012 5:52 pm
Reply with quote
Report this post
Don Lee wrote:Hi Carlos,

Please try adding this code to CSS Override:
Code: Select all
div.banneritem{
float: right!important;
width: 687px!important;
}

Then it should look like this http://easycaptures.com/fs/uploaded/609/0760480882.jpg

Cheers,


Sorry Don, that did not affect the Banner. It is still up against the search bar and logo.

Can we add a margin above it to bring it down more?

Thanks
User avatar
Senior Boarder

GK User
Sat Jul 28, 2012 2:17 pm
Reply with quote
Report this post
Yes, so please use this code instead:
Code: Select all
div.banneritem{
float: right!important;
width: 687px!important;
margin-top:20px;
}
User avatar
Platinum Boarder

GK User
Mon Jul 30, 2012 3:54 pm
Reply with quote
Report this post
Don Lee wrote:Yes, so please use this code instead:
Code: Select all
div.banneritem{
float: right!important;
width: 687px!important;
margin-top:20px;
}


Thank you Don, that did the trick!

Would you be able to help me in another thread that has not received the proper attention yet?

https://www.gavick.com/forums/bike-stor ... 18210.html

Thank you,

Carlos
User avatar
Senior Boarder

GK User
Mon Jul 30, 2012 4:32 pm
Reply with quote
Report this post
Yes sure Carlos, I will take a look to check if I can help you there.

Cheers,
User avatar
Platinum Boarder


cron