By Heinz-Erich Broecker on Saturday, 14 July 2018
Posted in Technical Issues
Likes 0
Views 728
Votes 0
Hi there,
I've installed it again and hopefully now it's good for my next blog.
Also I bought the Wanderers Template.

Questions about the installation:

1.) The calendar doesnt work (always loading-bar)!
2.) How to make the headerbackground transparent?
3.) How to disable the footer completly?

Kind regards
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

1.) The calendar doesnt work (always loading-bar)!

It seems like hitting this following error :


<br />
<b>Notice</b>: Undefined variable: catLib in <b>/var/www/test.gibor.de/htdocs/administrator/components/com_easyblog/models/archive.php</b> on line <b>801</b><br />
<br />
<b>Fatal error</b>: Call to a member function genBasicSQL() on a non-object in <b>/var/www/test.gibor.de/htdocs/administrator/components/com_easyblog/models/archive.php</b> on line <b>801</b><br />



That was known issue, can you download my attached file and replace into this file and see how it goes?

JoomlaFolder/administrator/components/com_easyblog/models/archive.php



2.) How to make the headerbackground transparent?

Unfortunately that was not possible to achieve this.


3.) How to disable the footer completly?

You can apply this following CSS into this file .


.theme-footer {
display: none;
}
·
Saturday, 14 July 2018 09:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Arlex,
thx.
1.) Solved, calendar visible
2.) ;(
3.) Found it in the CSS and changed it a bit different.

But: ooops: What's that? How do i get the Search-Screen to fullscreen without the white footer?
https://test.gibor.de/index.php/suche

Kind regards
·
Sunday, 15 July 2018 00:07
·
0 Likes
·
0 Votes
·
0 Comments
·
I am sorry for the delay of this reply and i think i also missed up show you which custom css file you should apply, this is the custom css file i referring :
JoomlaFolder/templates/wanderers/css/custom.css

But: ooops: What's that? How do i get the Search-Screen to fullscreen without the white footer?
https://test.gibor.de/index.php/suche

You can apply this following CSS into the same file, it should fix this issue.

.content-section {
min-height: calc(100vh - 85px);
}
·
Monday, 16 July 2018 11:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Works
Thx
·
Thursday, 26 July 2018 20:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Heinz, glad that your issue is resolved now

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Friday, 27 July 2018 00:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post