CSS conflict Magazine to NoNumber tabs

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Feb 10, 2014 12:23 am
Reply with quote
Report this post
Hello,

Working my way through the magazine J3.+ template and migrating from an earlier J 2.5 Gavic template.

    I have found a conflict with the popular 'Tabs' component from nonumber.nl and 2 errors displaying.
    The tab component border seems broken and the tabs have an unknown icon displaying between them.
I use this component on all Gavic templates and it seems to work seamlessly in J2.5+ versions

Here is a screen shot
Here is the code in use. (you can see there is not much there to go wrong)
Code: Select all
{tab <img alt="thumbsUp" src="images/icons/thumbsUp.png" />start the tabs here}
<p>Your text...</p>
<p>{tab second tab here}</p>
<p>Your text...</p>
<p>{/tabs}</p>


The site is currently DEV. Can I PM the details please to see if its a simple fix?

Kind regards
Drew
User avatar
Gold Boarder

GK User
Mon Feb 10, 2014 7:47 am
Reply with quote
Report this post
Please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. link to this thread
User avatar
Moderator

GK User
Sun Feb 16, 2014 10:25 am
Reply with quote
Report this post
Cyberek wrote:Please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. link to this thread


Hello,
Just checking you received the PM?
User avatar
Gold Boarder

GK User
Mon Feb 17, 2014 6:23 pm
Reply with quote
Report this post
Sorry, but provided url shows internal server error.
User avatar
Moderator

GK User
Sat Feb 22, 2014 11:35 am
Reply with quote
Report this post
Please edit: /templates/gk_magazine/css/override.css and add at its end:
Code: Select all
#k2Container .itemFullText .nn_tabs ul {margin: 2em 0 0;}
#k2Container .itemFullText .nn_tabs ul li {background: none; padding-left: 0px; padding-bottom: 0px;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sun Feb 23, 2014 11:22 pm
Reply with quote
Report this post
Perfect fix - appreciate your help - this has saved me a 'lot' of extra work.
You guys rock. ;)
User avatar
Gold Boarder

GK User
Mon Feb 24, 2014 9:53 am
Reply with quote
Report this post
Thanks for appreciation :)
User avatar
Moderator

GK User
Thu Mar 13, 2014 9:41 am
Reply with quote
Report this post
Hello again,

Just coming back to this issue, it looks like the fix you gave me for the override fixing the NoNumber issue, broke the 'indent' feature :D

Can you have a look at the fix again please and give me some ideas please?

If you need me to PM the DEV site details again, juts let me know.

Kind regards
Drew
User avatar
Gold Boarder

GK User
Thu Mar 13, 2014 8:28 pm
Reply with quote
Report this post
Please send me a PM with:
1. URL to your website
2. login and password of user with login privileges (please create one for me)
3. link to this thread
4. Link to both locations - one with NoNumber tabs where it is ok and one to a place where it is not.
User avatar
Moderator

GK User
Sun Mar 30, 2014 10:35 am
Reply with quote
Report this post
I don't know what do you mean by indent feature - could you create a screenshot of how should it look correctly?
User avatar
Moderator

GK User
Sun Mar 30, 2014 11:31 pm
Reply with quote
Report this post
Hello,
Thanks for your patience in this one. Here is the step by step summary.

The NoNumber tabs component has a conflict with the Gavick template.

1. The tabs are broken apparent. see capture 1.[img]
capture-1---conflict.gif
[/img]

2. This is how the indent feature looks, see capture 2:

3. When the override is applied, the tabs conflict is more or less fixed, but then the indent feature breaks, capture 3 see sample.

This is the override code used:
Code: Select all
#k2Container .itemFullText .nn_tabs ul {margin: 2em 0 0;}
#k2Container .itemFullText .nn_tabs ul li {background: none; padding-left: 0px; padding-bottom: 0px;}


I have currently removed the override.
What are your thoughts?

Kind regards
Drew
User avatar
Gold Boarder

GK User
Mon Mar 31, 2014 12:56 pm
Reply with quote
Report this post
Ok, thanks for all the screens - now I get whats wrong:
Code: Select all
#k2Container .itemFullText .nn_tabs ul.nav-tabs {margin: 2em 0 0;}
#k2Container .itemFullText .nn_tabs ul.nav-tabs li {background: none; padding-left: 0px; padding-bottom: 0px;}


Should fix it.
User avatar
Moderator

GK User
Mon Mar 31, 2014 11:16 pm
Reply with quote
Report this post
Thank you
Nailed it !

thanks for the help
Drew
User avatar
Gold Boarder


cron