Hi. The button problem I realised was due to the quick start pack had a messed up back end template. I deleted the back end template files and downloaded it from the original place and that worked.
But, there are many more problems that are showing up.
1. The module showing at the position ''tab2'' is not working correctly. When I add an item to the K2 categories it is getting it's data from, it does not show.
2. When I try to add a new k2 category and have the module showing on ''tab2'' to get data from only this category, the whole website collapses and does not work.
3. The module showing on position ''tab1'' is messing up the titles when I have long titles. In stead of making two lines for the title, the title is overwriting the next title below it.
4. I turned on the search button on made it show on the right side, but it messes up. It is showing below the search field. I also tried to expand the search field because I want to have a big field going almost all the way to the logo, but it did not expand. I have turned off the login function because I don't need it.
Thank you for helping.
teitbite wrote:Hi
Sorry, but I do not see any newer message from You. Just the one with wrong access which I've just checked one more time, but still not working. Please try send it one more time. Use my mail as well to be 100% sure.
.gkIsWrapper-gk_game_magazine .gkIsListItem {
line-height: 17px;
}
.gkIsWrapper-gk_game_magazine .gkIsListItem {
overflow: hidden;
}
#gkSearch #mod-search-searchword {
float: left;
}
The server time is Moscov and joomla time is Oslo (where I live). That is 3h difference. I tried making +3 and -3 to see if it works, but it didn't. I have sent an email to my host. Maybe he can change the server time to Oslo, If not I hope you can assist in solving the issue.1. I think it's becuase of an incosistency in server and joomla time. Please use offset option in NSP module to make it show elements faster or with a delay.
Thank you, this was the problem I guess.2. Can You please tell me which category You have in mind ? As far as I know such issue is happening if there are categores/articles which do not exists but still are tried to be shown.
Which css file and where is it located?3. Some of Your titles needs 3 lines to be seen entirely, so the solution to show 3 lines will move short title at the very top, which doesn;t look nice, anyway if You want to try add ths code to css:
Which css file and where is it located? And will this only move the button to the right side of the search box, or will it expand the search field as well? I would like to expand the search field a lot.4. Please add this code to css to move search button to right:
1. Try with +/- 12 as well, but more importans it if this articles are visible over time at all. It may be a different problem entirely.
3 & 4. All modifications should be added to override.css file but remember that override needs to be enabled in order to use this file at all.
#mod_search_searchword {
width: 300px;
}