Shape 5

Joomla Templates => Incline - Club => : fahl5 December 17, 2014, 03:10:26 PM



: Several Questions and (hopefully) solveable Problems while setting up incline...
: fahl5 December 17, 2014, 03:10:26 PM
Another really thrilling powerful Theme, which together with your Holiday-Sale finally convinced me  ;).
Here is my presumably ignorant first question about:

How can I get rid of the Login in the Menu I already disabled all Login modules, but still have this Login I really do not need.

Here is where I am currently trying to adjust the Template for my needs:
http://test2.s-fahl.de (http://test2.s-fahl.de)

I am not sure that those will not necessarily be the last Questions, but at least it is the first still unanswered one.
Any Help would be great
best fahl5


: Re: How to get rid of the "Login"?
: mikenicoll December 17, 2014, 05:47:59 PM
Hello,

In the Template Manager there are input fields for Login/Logout and Register. If you leave these fields completely empty they won't appear on the front end of the site.


: Re: How to get rid of the "Login"?
: fahl5 December 17, 2014, 06:26:36 PM
Great,  thats it! Thanks for your immediate Help!
Next question(s):

1) I do have no problems to insert and see my own custom_1 "bg01.jpg" in an completly unchanged Site-shaper-Test-installation ("http://shapetest.s-fahl.de/ (http://shapetest.s-fahl.de/)"). But even if I assure to use as it seems to me completetly identical Template settings, I still could not make my "bg.jpg" appeare ("http://test2.s-fahl.de/images/bg01.jpg (http://test2.s-fahl.de/images/bg01.jpg)")

2) In the siteshaperr-Testinstallation, my "bg01.jpg" seems to be greyed out a bit. Is it possible to customize this effect somewhere, to keep more colour ?

3) I really would like to make use of the Video-bg option. But I could not upload videos at the server where my site is located, but to another. Is there any way to stream the bg-video from another server?

best
Fahl5



: Re: How to get rid of the "Login"?
: mikenicoll December 17, 2014, 08:51:57 PM
Hello,

1) I am seeing the image on your other site just fine at the top. Not sure if you fixed this already.

2) There is an overlay here:

:
Template.CSS - Line 350

.s5_header_overlay_yes #s5_header_overlay_inner1 {
    background: url("../images/s5_media_overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
}

3) I am not 100% sure on this but you should be able to add a full URL path to a video on a different server in the input box in the Template Manager. I will double check to make sure its possible but also be sure that the video is in .mp4 format


: Re: How to get rid of the "Login"?
: fahl5 December 18, 2014, 04:03:05 AM
Hello,

1) I am seeing the image on your other site just fine at the top. Not sure if you fixed this already.
Yes, it worked after I set the default Main Menu-Item to "featured artcles"  :)
2) There is an overlay here:

:
Template.CSS - Line 350

.s5_header_overlay_yes #s5_header_overlay_inner1 {
    background: url("../images/s5_media_overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
}
Oops sorry now I found the overlaysetting in the "theme-specific-settings thats fine right now for the unchanged Siteshaper-testsite  ;)

3) I am not 100% sure on this but you should be able to add a full URL path to a video on a different server in the input box in the Template Manager. I will double check to make sure its possible but also be sure that the video is in .mp4 format
OK it works pretty well now  great Template !!!! ;D
best
fahl5


: Re: How to get rid of the "Login"?
: fahl5 December 18, 2014, 07:21:36 AM
Next Question about my current attempt to apply incline to my website (see the current testsite here: "http://test2.s-fahl.de (http://test2.s-fahl.de)"):  

Since I dont need any Login Form, but would like to have the Languageswitch even with the Video-bg of Costum_1 still always good accessible, I would like to put the Languageswicht beside the Horizontal Menu on the modulposition "Login/Register".

However actually I have some problems to do so. When I simply write "Login" as Moduleposition of the Language-switch I cant see anything of the Languageswitch in the Frontend.

Another Question would be, if it is possible to use a jpg instead of a one colourscreen as preloader ? And if so how?

Thank you in advance for any helpful Ideas, what I can do.
best
Steffen


: Re: Several Questions and (hopefully) solveable Problems while setting up incline...
: mikek December 18, 2014, 08:53:33 AM
Hello,

These things would all require custom programming, we don't provide support on custom work. To move the login text you would actually have to move in the index.php file of the template to the desired location.

You can enter an icon file for the preloader, but it was not designed for this. Again, this would require custom programming by creating css for a background-image on the preloader div. You can use a tool such as firebug to assist in setting this up.