This topic contains 18 replies, has 3 voices, and was last updated by Ninja Lead 11 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Dear Sergio,
The menu is back now. Did you make any change to code in this template?
Estimated Saguaros:
Thanks for your help! changes were made by “ninja lead” (just change the logo), I have yet to resolve the issue of the burden of the items of “portfolio” that take a long time to load … you can help me on this?
I must ask you a question, and change the background color of the items of portfolio
Thank you very much for everything!
Hi Sergio,
I fixed the problem Compile LESS to CSS on your site. Because your changed css file was missing
Open templates/ja_onepage/less/themes/modern/template.less file
from
.ja-mainnav .navbar-inner {
/*background: @white;*/
background: @#0099FF
border: none;
}
change to
.ja-mainnav .navbar-inner {
/*background: @white;*/
background: #0099FF
border: none;
}
I have switched from LESS to CSS style to appear on your site but because your hosting is slow and background image on your site is of big size
<blockquote>templates/ja_onepage/images/themes/modern/portfolio-bg.jpg
templates/ja_onepage/images/themes/modern/header_bg.jpg</blockquote>
You need to check image appearing on your site again.
This topic contains 18 replies, has 3 voices, and was last updated by Ninja Lead 11 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum