A simple responsive theme optimized for mobile usability, featuring ...
@Tobias There is details here https://comz.z-mans.net/site/terms if you think you registered using correct details then use the contact details on https://comz.z-mans.net/site/terms
Hey, my Account on the Repository site doesn't get activated. i would really like to use this Theme.
Hi, :)
Is this a Premium Theme?
There is no direct download link here and on the Repository page the download button leads to a login/register page where after filling in the required data in the form and clicking the "Create an account" button, nothing happens. I'm just stuck there...
Please clarify.
Thx in advance!
In the end of OssnProfile/plugins/default/js/OssnProfile.php I change to
Ossn.RegisterStartupFunction(function () {
$(document).ready(function () {
window.addEventListener("orientationchange", function () {
showRotateTip();
}, false);
$('.profile-cover').on('mouseenter', function () {
showRotateTip();
$('.profile-cover-controls').show();
});
$('.profile-cover').on('mouseleave', function () {
$('.profile-cover-controls').hide();
});
});
});
and add showRotateTip function:
function showRotateTip() {
var windowsize = $(window).width();
var classTooltipPosition = '.profile-cover';
if (windowsize < 480) {
$(classTooltipPosition).attr('data-toggle', 'tooltip');
$(classTooltipPosition).attr('data-placement', 'auto');
$(classTooltipPosition).attr('title', '<?php echo ossn_print('profile:cover:rotate:mobile'); ?>');
$(classTooltipPosition).tooltip({animation: true});
$(classTooltipPosition).tooltip('enable');
} else {
$(classTooltipPosition).attr('data-toggle', 'tooltip');
$(classTooltipPosition).attr('data-placement', 'auto');
$(classTooltipPosition).attr('title','');
$(classTooltipPosition).tooltip('disable');
}
}
Also, I add profile:cover:rotate:mobile into locale\ossn.pt.php.
Can you suggest some improvements into my code? You are more familiarized with me in OSSN :-)
Regards!
~Z~ Man Thanks for a timely response. hope you feel better soon. for me my first jab was worst , got second on 12th of june . I will be eagerly looking out for updates before I consider 6.0 , the work here earns a high degree of respect for sure.
Thank you for your feedback, Jack.
Please read my lines at https://comz.z-mans.net/group/105/about
I love this theme, and so the obvious question comes in, will this be updated soon for ossn 6.0?
Hello ~Z~ Man, and thanks for theme, excellent for cell phone use. Small quibble, when you update Welcome Text, it removes our custom Logo Image. You can update Logo Image afterwards so no biggie but just a heads up.
Adding kudos to excellent work my man. Mobile friendly, very usable interface. If ever in the mood, there's room on header for menu icons (Admin defined would be awesome) since menu drops to the floor when opened ;-) Again, many thanks for an excellent addition to platform, Don.
Nice! All is good. Green by Green ROCKS!