Hello,
where can I change the background color of the main menu bar?
Friendly regards, Robert
PrimerTemplates
POSTED: 2018-04-10
Hello BECKSTEINER,
There are options to edit grue menu background in the grue menu module. The rest of the background bar can be changed via custom.css. Search for .tm-menu-bar
Thank you
Kind Regards
becksteiner
POSTED: 2018-04-26
Hello,
I updated my server to php 7.2 and I am getting now the Error:
Deprecated: Function create_function() is deprecated in /home/.sites/150/site1099/web/fotodesign/strezek/media/widgetkit/widgets/lightbox/lightbox.php on line 49
http://www.becksteiner-fotodesign.at/strezek/
I think the Lightbox is included in this template?
Do you now what to change in the lightbox.php file?
Friendly regards, Robert
becksteiner
POSTED: 2018-04-26
Hello,
I found the solution for my last post ;-)
Solution: update the lightbox.php file in the text editor. Search for:
Get an access to all 12 items designed and developed by Nexus Nova team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
where can I change the background color of the main menu bar?
Friendly regards, Robert
There are options to edit grue menu background in the grue menu module. The rest of the background bar can be changed via custom.css. Search for .tm-menu-bar
Thank you
Kind Regards
I updated my server to php 7.2 and I am getting now the Error:
Deprecated: Function create_function() is deprecated in /home/.sites/150/site1099/web/fotodesign/strezek/media/widgetkit/widgets/lightbox/lightbox.php on line 49
http://www.becksteiner-fotodesign.at/strezek/
I think the Lightbox is included in this template?
Do you now what to change in the lightbox.php file?
Friendly regards, Robert
I found the solution for my last post ;-)
Solution: update the lightbox.php file in the text editor. Search for:
create_function('$matches', 'return strtoupper($matches[1]);')
and replace it with:
function($matches) {return strtoupper($matches[1]);}
this is working fine with php Version 7.2
Friendly regards, robert
I am glad you were able to find a solution.
Thank you
Kind Regards