-
AuthorPosts
-
tocadaweb Friend
tocadaweb
- Join date:
- February 2015
- Posts:
- 21
- Downloads:
- 231
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
October 5, 2015 at 6:56 pm #695400Hello,
I’m finishing a customization based on Ja_Smashboard and two problems are recurring:
First problem – the keyboard that moves the items entered in the menus, simply disappeared. Even if they are enabled and running until another day, suddenly, simply did not show up anymore.
The code using the Custom HTML module is this ->
<div class = “ja-keyboard-btns clearfix”> </ div>Second Problem -> The logo that normally appears when the site offline and is accessed, appears perfect as we would like, however, just take the site offline condition she addition to further decrease is positioned in the upper right corner but much smaller than it should be, pictures:
After logging in to the site logo appears perfect —> http://prntscr.com/8o33nb
But when I take the online to offline site, when accessing the site the logo changes completely —> http://prntscr.com/8o35xg
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 6, 2015 at 4:52 am #695504Greetings @tocadaweb,
For the first question about the keyboard, you can go to Global configuration and set default editor to None first and open the Custom HTML module for keyboard and make sure you have this output:
<div class="ja-keyboard-btns clearfix">
<a href="#" title="Up" class="ja-keyboard-up" tabindex="-1"><i class="icon-caret-up"></i></a>
<a href="#" title="right" class="ja-keyboard-right" tabindex="-1"><i class="icon-caret-right"></i></a>
<a href="#" title="Down" class="ja-keyboard-down" tabindex="-1"><i class="icon-caret-down"></i></a>
<a href="#" title="Left" class="ja-keyboard-left" tabindex="-1"><i class="icon-caret-left"></i></a>
<a href="#" title="Backward" class="ja-keyboard-playback" tabindex="-1"><i class="icon-step-backward"></i></a>
</div>
Regarding to the logo, I tried to install quickstart package of this template > set site Offline > view site again but the logo still works properly. I would like to have a closer look on your site and see what’s wrong here, you can PM me URL and admin login info.
1 user says Thank You to Saguaros for this useful post
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 6, 2015 at 4:52 am #750700Greetings @tocadaweb,
For the first question about the keyboard, you can go to Global configuration and set default editor to None first and open the Custom HTML module for keyboard and make sure you have this output:
<div class="ja-keyboard-btns clearfix">
<a href="#" title="Up" class="ja-keyboard-up" tabindex="-1"><i class="icon-caret-up"></i></a>
<a href="#" title="right" class="ja-keyboard-right" tabindex="-1"><i class="icon-caret-right"></i></a>
<a href="#" title="Down" class="ja-keyboard-down" tabindex="-1"><i class="icon-caret-down"></i></a>
<a href="#" title="Left" class="ja-keyboard-left" tabindex="-1"><i class="icon-caret-left"></i></a>
<a href="#" title="Backward" class="ja-keyboard-playback" tabindex="-1"><i class="icon-step-backward"></i></a>
</div>
Regarding to the logo, I tried to install quickstart package of this template > set site Offline > view site again but the logo still works properly. I would like to have a closer look on your site and see what’s wrong here, you can PM me URL and admin login info.
1 user says Thank You to Saguaros for this useful post
tocadaweb Friendtocadaweb
- Join date:
- February 2015
- Posts:
- 21
- Downloads:
- 231
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
October 8, 2015 at 8:22 am #750988Url —> http://www.somcietyeventos.com.br/newsite/
Now, how do I send you administrative data from the website?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 8, 2015 at 9:47 am #750998You can click on my profile name and send Private messages
tocadaweb Friendtocadaweb
- Join date:
- February 2015
- Posts:
- 21
- Downloads:
- 231
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
October 9, 2015 at 2:16 am #751055It’s all right!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 9, 2015 at 2:38 am #751058As I can see that the keyboard is showing now on your site.
To change the background of article, you can open the file: root/templates/ja_smashboard (your default template)/css/custom.css (create this file if it doesn’t exist)
and add this css rule:
.item.active article, .item article {
background: #000; <<< change to your desired color;
}.item .article-title, .item .article-header h1 {
color: /*color for title here*/;
}
1 user says Thank You to Saguaros for this useful post
tocadaweb Friendtocadaweb
- Join date:
- February 2015
- Posts:
- 21
- Downloads:
- 231
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
October 12, 2015 at 10:45 am #704615Thanks for the code was to apply now and take the tests!
And, without wishing to tempt fate, managed to see something about the problem with the logo be diminishing when I put the site online?Thanks again!
tocadaweb Friendtocadaweb
- Join date:
- February 2015
- Posts:
- 21
- Downloads:
- 231
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
October 12, 2015 at 10:45 am #751387Thanks for the code was to apply now and take the tests!
And, without wishing to tempt fate, managed to see something about the problem with the logo be diminishing when I put the site online?Thanks again!
tocadaweb Friendtocadaweb
- Join date:
- February 2015
- Posts:
- 21
- Downloads:
- 231
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
October 12, 2015 at 11:17 am #751391Well, custom.css created the file, but the color has changed is the external, and I’d really like was to change the background color and the internal title of the article. Like that when you click on the menu items the article background color was black and yellow title.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 12, 2015 at 2:28 pm #704681You can illustrate the modification you expect via screenshots so that I can give further suggestion.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 12, 2015 at 2:28 pm #751403You can illustrate the modification you expect via screenshots so that I can give further suggestion.
tocadaweb Friendtocadaweb
- Join date:
- February 2015
- Posts:
- 21
- Downloads:
- 231
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
October 19, 2015 at 1:01 am #705744In fact this problem with the background color as I wanted I could also do, however, the problem that remains is the size of the logo that changes, is much smaller when I put the site online, that is, when the site is setted offline, there is a need to inform id and password the logo is the size you want, otherwise the problem returns. For this I sent privately access data so you can check.
I thank you again and ask you to help me with this. Thank you.tocadaweb Friendtocadaweb
- Join date:
- February 2015
- Posts:
- 21
- Downloads:
- 231
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 1 posts
October 19, 2015 at 1:01 am #752075In fact this problem with the background color as I wanted I could also do, however, the problem that remains is the size of the logo that changes, is much smaller when I put the site online, that is, when the site is setted offline, there is a need to inform id and password the logo is the size you want, otherwise the problem returns. For this I sent privately access data so you can check.
I thank you again and ask you to help me with this. Thank you. -
AuthorPosts
This topic contains 18 replies, has 2 voices, and was last updated by tocadaweb 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum