Widgets in a separate tab in the mobile version
2 posters
Page 1 of 1
Widgets in a separate tab in the mobile version
Widgets in a separate tab in the mobile version
welcome everybody,
This trick is similar to @MattiaDes suggestion
Widgets in a separate tab in the mobile version
-----------------------
1: go to the mobile version templates
2: index_box
Enter the following code at the top of the template
- Code:
<style>
widgeto {
display: block !important;
margin-top: 10px;
padding-right: 10px;
}
.module {
display: none;
}
</style>
3: overall_footer
Find the next part in overall_footer template
- Code:
<!-- BEGIN switch_connected -->
replace it with
- Code:
<!-- BEGIN switch_connected -->
<!DOCTYPE html>
<html>
<head>
<script>
$(document).ready(function(){
$("widgeto").click(function(){
$(".forum, .box, .module, .box-widget-bottom").addClass("module1");
$(".module").addClass("module2");
});
});
</script>
<style>
.module1 {
display: none;
}
.module2 {
display: block !important;
}
</style>
</head>
<body>
<widgeto><i class="material-icons"></i><br />widgets</widgeto>
</body>
</html>
<style>
widgeto {
display: none;
}
</style>
Note...
The widgets button appears on the home page only
Hope you like this trick
BlackScorpion, SarkZKalie, TonnyKamper and Jucarese like this post
Re: Widgets in a separate tab in the mobile version
sorry I didn't understand what you meanJadde00 wrote:The first message hangs in the left column of widgets is completely uninformative, you need to show the last message of the removed by skouliki topic instead.
Re: Widgets in a separate tab in the mobile version
Thats not actually an user, its a very strange one that likes to promote their website for no reason...كونان2000 wrote:sorry I didn't understand what you meanJadde00 wrote:The first message hangs in the left column of widgets is completely uninformative, you need to show the last message of the removed by skouliki topic instead.
Similar topics
» Widgets in a separate tab in the mobile version
» How to get personal widgets available for mobile version and mobile version link.
» Separate homepage message for the mobile version
» Widgets are currently available on the modern mobile version of the forums
» How To Force Your Desktop Version Theme "Colors And Banner" To Be Used In The Mobile Version?
» How to get personal widgets available for mobile version and mobile version link.
» Separate homepage message for the mobile version
» Widgets are currently available on the modern mobile version of the forums
» How To Force Your Desktop Version Theme "Colors And Banner" To Be Used In The Mobile Version?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum