- Posts: 5
COMMUNITY FORUM
K2 Item view causing drop down menu to 'break'
- Sean Butterworth
-
Topic Author
- Offline
- New Member
Less
More
9 years 10 months ago #145115
by Sean Butterworth
K2 Item view causing drop down menu to 'break' was created by Sean Butterworth
Site: www.gacreativebrands.co.za/newsite
Joomla Version: 3.4.1
Template: Nano 3 from Yootheme (up to date)
When in item view, mousing over drop-down elements on my main menu, causes them to disappear.
See this short video: www.dropbox.com/s/udw8bddp2y864si/menu-break-example.mp4?dl=0
Joomla Version: 3.4.1
Template: Nano 3 from Yootheme (up to date)
When in item view, mousing over drop-down elements on my main menu, causes them to disappear.
See this short video: www.dropbox.com/s/udw8bddp2y864si/menu-break-example.mp4?dl=0
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 10 months ago #145123
by Krikor Boghossian
Replied by Krikor Boghossian on topic K2 Item view causing drop down menu to 'break'
Hello Sean,
Please disable the concatenation of the CSS files so I can locate the issue.
Please disable the concatenation of the CSS files so I can locate the issue.
Please Log in or Create an account to join the conversation.
- Sean Butterworth
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
9 years 10 months ago #145127
by Sean Butterworth
Replied by Sean Butterworth on topic K2 Item view causing drop down menu to 'break'
Hi, Krikor
Are you referring to my custom CSS?
Are you referring to my custom CSS?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 10 months ago #145128
by Krikor Boghossian
Replied by Krikor Boghossian on topic K2 Item view causing drop down menu to 'break'
All of your site's css are bundled in compressed single css file
/newsite/cache/template/gzip.php?k2-e5e6e865.css
Please disable this setting.
/newsite/cache/template/gzip.php?k2-e5e6e865.css
Please disable this setting.
Please Log in or Create an account to join the conversation.
- Sean Butterworth
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
9 years 10 months ago #145144
by Sean Butterworth
Replied by Sean Butterworth on topic K2 Item view causing drop down menu to 'break'
Compression has been disabled
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 10 months ago #145152
by Krikor Boghossian
Replied by Krikor Boghossian on topic K2 Item view causing drop down menu to 'break'
A js script is acting up. It is hiding your menu items for some reason.
You can add important to your css file in order to correct this behaviour.
However this is a 'hackish' solution.
This is something the template's developer should look into.
You can add important to your css file in order to correct this behaviour.
However this is a 'hackish' solution.
.uk-navbar-nav > li { display: inline-block!important; }
This is something the template's developer should look into.
Please Log in or Create an account to join the conversation.
- Sean Butterworth
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
9 years 10 months ago #145155
by Sean Butterworth
Replied by Sean Butterworth on topic K2 Item view causing drop down menu to 'break'
That did the trick!
Thanks, so much!
Thanks, so much!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 10 months ago #145179
by Krikor Boghossian
Replied by Krikor Boghossian on topic K2 Item view causing drop down menu to 'break'
You 're welcome Sean.
Please Log in or Create an account to join the conversation.