Button Postions in KUNENA
Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
- GK User
- Fri Jun 01, 2012 4:40 pm
I am using KUNENA 1.7.2 along with Joomla2.5. When I installed the KUNENA, buttons appeared before entries (Check the attachment). I checked corresponding KUNENA php files, but buttons are specified as coming after entries. Is this a known issue? This issue also happens in Black and White template as well, so I assume it is an issue associated with Gavick template. Can somebody help?
-
- Junior Boarder
- teitbite
- Sun Jun 03, 2012 2:28 pm
Hi
Please show me an exact page You've made this screenshot.
Please show me an exact page You've made this screenshot.
-
- Moderator
- GK User
- Sun Jun 03, 2012 6:10 pm
teitbite wrote:Hi
Please show me an exact page You've made this screenshot.
Thank you. I fixed this issue myself.
-
- Junior Boarder
- teitbite
- Mon Jun 04, 2012 12:32 am
Hi
Ok. Glad You've made it working Can You please tell the solution here so other users may benefit from it ?
Ok. Glad You've made it working Can You please tell the solution here so other users may benefit from it ?
-
- Moderator
- GK User
- Mon Oct 22, 2012 10:14 pm
Hello Good evening, I have a site using joomla 2.5 template the gk_gamenews and Kunena Forum 2.0.2 and have this same problem, how can I do to solve this problem so far is the same.
Thank you!
Thank you!
-
- Fresh Boarder
- teitbite
- Tue Oct 23, 2012 1:32 am
Hi
Please show me an exact page where You have this problem and I'll try to help than.
Please show me an exact page where You have this problem and I'll try to help than.
-
- Moderator
- teitbite
- Wed Oct 24, 2012 1:46 am
Hi
Please add this to css:
Please add this to css:
- Code: Select all
#Kunena form#jumpto input.kbutton {
float: right;
margin: 0 0 0 10px;
}
#Kunena input.kbutton {
float: right;
}
-
- Moderator
- GK User
- Fri Oct 26, 2012 11:23 pm
Add this line to the gk_gamenews / css / template.css template?
-
- Fresh Boarder
- teitbite
- Sat Oct 27, 2012 11:40 am
Hi
Any css file is ok, but it's better to keep all modifications separated in override.css file. Remember to allow using this file in template settings.
Any css file is ok, but it's better to keep all modifications separated in override.css file. Remember to allow using this file in template settings.
-
- Moderator
- GK User
- Thu Mar 13, 2014 11:58 pm
Hi.
I got the same problem with buttons.
Unfortunately code above didn't fix it.
Can you help me, please?
link to website http://maxsks.esy.es/index.php/forum
I got the same problem with buttons.
Unfortunately code above didn't fix it.
Can you help me, please?
link to website http://maxsks.esy.es/index.php/forum
-
- Fresh Boarder
- teitbite
- Fri Mar 14, 2014 10:48 pm
Hi
Here is another thread with more up to date code for buttons. Please try it maybe: https://www.gavick.com/forums/creativit ... 88#p168488
Here is another thread with more up to date code for buttons. Please try it maybe: https://www.gavick.com/forums/creativit ... 88#p168488
-
- Moderator
- GK User
- Mon Mar 17, 2014 9:27 pm
Thanks. It works great.
Unfortunately, i got another problem with mobile view. It looks like this
Unfortunately, i got another problem with mobile view. It looks like this
-
- Fresh Boarder
- teitbite
- Tue Mar 18, 2014 8:28 pm
Hi
Looks like Kunena is not a responsive component. Unfortunately I cannot help with that it's too big customisation to make it responsive. Please contact Kunena developers.
Looks like Kunena is not a responsive component. Unfortunately I cannot help with that it's too big customisation to make it responsive. Please contact Kunena developers.
-
- Moderator
- GK User
- Thu Mar 20, 2014 7:59 pm
I tried kunena with standart templates and it works. I guess there is some contradictions in css. Also officail Kunena forum have no problem with mobile view
-
- Fresh Boarder
- teitbite
- Thu Mar 20, 2014 9:20 pm
Hi
Ok. So please change back to our template and I'll look at it. Maybe it's something with tables. Looks like it from screenshot.
Ok. So please change back to our template and I'll look at it. Maybe it's something with tables. Looks like it from screenshot.
-
- Moderator
- GK User
- Sat Mar 22, 2014 1:13 pm
Done.
There is a link to website http://maxsks.esy.es/index.php/forum
There is a link to website http://maxsks.esy.es/index.php/forum
-
- Fresh Boarder
- teitbite
- Sun Mar 23, 2014 7:23 pm
Hi
Please try add this code to override.css (override needs to be enabled in template settings):
Please try add this code to override.css (override needs to be enabled in template settings):
- Code: Select all
#gkMainbody #Kunena table,
#gkMainbody #Kunena table tbody,
#gkMainbody #Kunena table thead,
#gkMainbody #Kunena table tfoot {
width: 100% !important;
}
-
- Moderator
- GK User
- Mon Apr 07, 2014 11:59 pm
thanks! it's work, but there is new problem with button and scrollbar
-
- Fresh Boarder
- teitbite
- Tue Apr 08, 2014 6:58 pm
Hi
Try add this code as well:
Try add this code as well:
- Code: Select all
#Kunena table tr td, #Kunena table tr th {
display: block;
padding: 0 !important;
width: 100% !important;
}
#Kunena table tr td > div,
#Kunena table tr th > div,
#Kunena table tr td > form,
#Kunena table tr th > form {
padding-left: 10px !important;
padding-right: 10px !important;
}
-
- Moderator
- GK User
- Tue Apr 08, 2014 9:58 pm
it solves problem with mobile view, but add with normal view
before
after
before
after
-
- Fresh Boarder
- teitbite
- Wed Apr 09, 2014 4:53 pm
Hi
Because I forgot to mention that this code should go to mobile.css file so it will be available in mobile only. Sorry for that.
Because I forgot to mention that this code should go to mobile.css file so it will be available in mobile only. Sorry for that.
-
- Moderator
- GK User
- Mon Apr 14, 2014 12:12 am
Thank you. It works!
-
- Fresh Boarder
- teitbite
- Mon Apr 14, 2014 8:38 pm
Hi
Best news today I'm really glad it worked.
Best news today I'm really glad it worked.
-
- Moderator
24 posts
• Page 1 of 1