Shape 5

Joomla Templates => Emma and Mason - Club => : marleyman January 25, 2017, 05:31:44 AM



: Add target="_blank" to optional Login & Register URL's & Fix Home Page
: marleyman January 25, 2017, 05:31:44 AM
Hi,
I have a Developers License.

I need my Optional Login URL & Optional Register URL to open in a new window ( target="_blank" )
Can you please tell me which file and that file's location which I would need to custom code?

And for some reason my Home Page is off to the right with a big space on the left hand side. (screen shot attached)
It should be aligning with all the modules on the home page but it's not.
Please let me know what CSS to adjust to get my home page aligned with my modules.
thanks for your help!

http://camphalfmoon.com/new/


: Re: Add target="_blank" to optional Login & Register URL's & Fix Home Page
: mikek January 25, 2017, 08:19:00 AM
Hello,

The login links are defined in the index.php file if you would like to try and modify them.

The homepage area is cut off because you have the s5_center_area1 and s5_center_area2 set to use a custom background but none is specified. On the Main/Layout page change the background for that area for those areas and turn off the background image and set the color to empty to fix this.


: Re: Add target="_blank" to optional Login & Register URL's & Fix Home Page
: marleyman January 25, 2017, 08:26:05 AM
Thank you Mike that did indeed fix it.

In the Vertex I have specified a custom background image blueclouds.jpg and set it to yes, repeat, center center, cover, fixed. But it's not showing up??
I want this background image to be the background for the whole site.

I don't have to set them manually in the template.css do I? I thought the Vertex setting handled the website background.


: Re: Add target="_blank" to optional Login & Register URL's & Fix Home Page
: mikek January 26, 2017, 07:51:09 AM
Hello,

You have that set to the body background, this template is designed to have a white background. If you want that to show you will need to remove the background calls on the following in template.css:

line 3:

body {
background:#ffffff;
}

line 254

#s5_body_inner_wrap {
background:#ffffff;
}