Mobile Theme Wanted

Started by njtweb, May 16, 2018, 08:06:01 AM

Previous topic - Next topic

njtweb

youthhockeyinfo.com

I am looking for a mobile theme that will compliment my website nicely on any hand held mobile device. I need it to be able to allow guests to be actively integrated just like on my website, which means it needs security measures like noCaptcha on my site. Most importantly topics like below have to work on the mobile theme, ie. maps, embedded images or videos etc.

youthhockeyinfo.com/index.php/topic,76.0.html

Paying is fine. I already have the responsive curve theme installed but the menu controls are terrible and cannot be changed.

I'll need to see demos as well.

Thanks

Antes

Menu controls via admin panel is quite a big job and its not really related to the template, menu (creating) is handled by the source. Second part, images should load responsivly by default, iframes (aka maps) requires something little like iframe {max-width: 100%;}, that should fix your problem.

If you need some extra-info related to Responsive Curve, check http://www.simplemachines.org/community/index.php?topic=538009.0 - I already wrote down how to change/add stuff to menu.

njtweb

I have the adsense mod installed and when enabled I have the following image code in the top adsense placement

<a href="http://www.youthhockeyinfo.com/index.php/topic,260.msg295.html#msg295"><img src="http://www.youthhockeyinfo.com/Themes/default/images/summershowcase.jpg" class="responsive"/></a>

I added this CSS to index.css


.responsive {
    max-width: 100%;
    height: auto;
}


The image doesn't scale on the phone or computer.

Advertisement: