- Posts: 4
- Thank you received: 0
New Bugs
- Tagir Gilyazov
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
9 years 3 weeks ago #8560
by Tagir Gilyazov
New Bugs was created by Tagir Gilyazov
Have new bugs after updating Joomla to 3.5.0 and Virtuemart to 3.0.14
1) after updating all my Virtuemart staff was hide. Resolved it with adding custom CSS: .hidden-lg {display: block!important;}
2) Now I see mobile menu on all pages dalko1.ru/
PS: I was so stupid when thought that upgrades will be usefull :S
1) after updating all my Virtuemart staff was hide. Resolved it with adding custom CSS: .hidden-lg {display: block!important;}
2) Now I see mobile menu on all pages dalko1.ru/
PS: I was so stupid when thought that upgrades will be usefull :S
Attachments:
Please Log in or Create an account to join the conversation.
- Tagir Gilyazov
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 4
- Thank you received: 0
9 years 1 week ago #8619
by Tagir Gilyazov
Replied by Tagir Gilyazov on topic New Bugs
Were sent access info 2 weeks ago. Did you see that?
Now have updates for Joomla and for VirtueMart.
And I'm afraid to update
Now have updates for Joomla and for VirtueMart.
And I'm afraid to update
Please Log in or Create an account to join the conversation.
9 years 1 week ago #8621
by Kiên
I have add
for menu, but it is only a temporary solution.
I have see bootstrap your site 3.3.4 So could you please access to maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js and maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css download and update js and css to template.
the path: otkeila/ assets/ css or js
then try again remove
Code:
#oNavigatorBlock .hidden-lg{
display: none!important;
}
I have see bootstrap your site 3.3.4 So could you please access to maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js and maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css download and update js and css to template.
the path: otkeila/ assets/ css or js
then try again remove
Code:
.hidden-lg {
display: block!important;
}
#oNavigatorBlock .hidden-lg{
display: none!important;
}
Please Log in or Create an account to join the conversation.
- Tagir Gilyazov
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 4
- Thank you received: 0
9 years 6 days ago #8630
by Tagir Gilyazov
Replied by Tagir Gilyazov on topic New Bugs
Thx a lot for your support!!
I've updated Bootstrap.
Now without css
Mobile menu is shown as it should. But there nothing in VM pages.
I can solve the problem with adding
But then Mobile menu will allways show.
And your solution
just hide Mobile menu from anywere
PS: send ftp access to your mail
I've updated Bootstrap.
Now without css
Code:
.hidden-lg {
display: block!important;
}
#oNavigatorBlock .hidden-lg{
display: none!important;
}
I can solve the problem with adding
Code:
.hidden-lg {
display: block!important;
}
And your solution
Code:
#oNavigatorBlock .hidden-lg{
display: none!important;
}
PS: send ftp access to your mail
Please Log in or Create an account to join the conversation.
Time to create page: 0.202 seconds