<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Localbiz Site Builder Support Forum - Creating Custom Mobile Pages]]></title>
		<link>http://supportforum.localbizsitebuilder.com/</link>
		<description><![CDATA[Localbiz Site Builder Support Forum - http://supportforum.localbizsitebuilder.com]]></description>
		<pubDate>Wed, 15 Apr 2026 04:01:53 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Styled or Default Responsive Menus]]></title>
			<link>http://supportforum.localbizsitebuilder.com/thread-78.html</link>
			<pubDate>Tue, 10 Jan 2017 10:44:21 +0000</pubDate>
			<guid isPermaLink="false">http://supportforum.localbizsitebuilder.com/thread-78.html</guid>
			<description><![CDATA[There are 2 responsive menu types that can be used for mobile responsive mode.<br />
<br />
These 2 styles are:  "Modern dropdown" and "Native selectbox" which are found in the "Menu Buttons" tab of the Control Panel.<br />
<br />
These can only be seen in responsive mode or mobile devices.<br />
<br />
Some mobiles (such as Samsung Galaxy) have an excellent default html menu mode which looks and works great. In which case the "Native selectbox" option works great. But on some other devices, the default html menu looks a bit drab or awkward and so in those instances its better to use the pre-styled "Modern dropdown" option.]]></description>
			<content:encoded><![CDATA[There are 2 responsive menu types that can be used for mobile responsive mode.<br />
<br />
These 2 styles are:  "Modern dropdown" and "Native selectbox" which are found in the "Menu Buttons" tab of the Control Panel.<br />
<br />
These can only be seen in responsive mode or mobile devices.<br />
<br />
Some mobiles (such as Samsung Galaxy) have an excellent default html menu mode which looks and works great. In which case the "Native selectbox" option works great. But on some other devices, the default html menu looks a bit drab or awkward and so in those instances its better to use the pre-styled "Modern dropdown" option.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Displaying Phone Numbers As "Tap To Call" in Mobiles]]></title>
			<link>http://supportforum.localbizsitebuilder.com/thread-40.html</link>
			<pubDate>Wed, 13 Aug 2014 14:25:19 +0000</pubDate>
			<guid isPermaLink="false">http://supportforum.localbizsitebuilder.com/thread-40.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">The action of phone numbers being detected by the various mobile browsers depends a lot from one user agent to another </span>(ie., iPhone, Android, Windows, Blackberry etc). This is not something that is theme dependent but universal to all web pages and all themes and platforms.<br />
<br />
<span style="text-decoration: underline;">That said, there is a simple solution I can give you here that works with  Localbiz Site Builder.</span><br />
<br />
<span style="font-weight: bold;">To create a custom mobile button using the LBSB button generator </span>(mobile or general) then when it comes to inserting the URL for the button you don't use "http://anywebaddress.com"  you use; "tel:1800-555-1234" (or whatever the phone number is)<br />
<br />
<span style="font-weight: bold;">Also,... when wanting any number on your site to work as a click to call you should use the code:</span> "&lt;a title="Tap-To-Call" href="tel:1800-555-1234"&gt;1800-555-1234&lt;/a&gt;"  That is what is used in the footer phone number on the demo site at <a href="http://localbizLBSB.com/LBSB-demo/" target="_blank">http://localbizLBSB.com/LBSB-demo/</a><br />
<br />
Notice on that demo home page (right featured panel) also that the flashing white phone number is in white text but is coded as a link which would normally be blue or whatever the theme link color is, but in this case I have included a code style snippet to make the link white with no underlining. Here's that code:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;a style="color: #FFFFFF; text-decoration: none;" href="tel:1800-555-1234"&gt;1800-555-1234&lt;/a&gt;</code></div></div>
Here's some further reading on this topic:<br />
<a href="http://code.tutsplus.com/tutorials/mobile-web-quick-tip-phone-number-links--mobile-7667" target="_blank">http://code.tutsplus.com/tutorials/mobil...obile-7667</a><br />
<br />
<a href="http://allwebco-templates.com/support/S_smartphone-link.htm" target="_blank">http://allwebco-templates.com/support/S_...e-link.htm</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">The action of phone numbers being detected by the various mobile browsers depends a lot from one user agent to another </span>(ie., iPhone, Android, Windows, Blackberry etc). This is not something that is theme dependent but universal to all web pages and all themes and platforms.<br />
<br />
<span style="text-decoration: underline;">That said, there is a simple solution I can give you here that works with  Localbiz Site Builder.</span><br />
<br />
<span style="font-weight: bold;">To create a custom mobile button using the LBSB button generator </span>(mobile or general) then when it comes to inserting the URL for the button you don't use "http://anywebaddress.com"  you use; "tel:1800-555-1234" (or whatever the phone number is)<br />
<br />
<span style="font-weight: bold;">Also,... when wanting any number on your site to work as a click to call you should use the code:</span> "&lt;a title="Tap-To-Call" href="tel:1800-555-1234"&gt;1800-555-1234&lt;/a&gt;"  That is what is used in the footer phone number on the demo site at <a href="http://localbizLBSB.com/LBSB-demo/" target="_blank">http://localbizLBSB.com/LBSB-demo/</a><br />
<br />
Notice on that demo home page (right featured panel) also that the flashing white phone number is in white text but is coded as a link which would normally be blue or whatever the theme link color is, but in this case I have included a code style snippet to make the link white with no underlining. Here's that code:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;a style="color: #FFFFFF; text-decoration: none;" href="tel:1800-555-1234"&gt;1800-555-1234&lt;/a&gt;</code></div></div>
Here's some further reading on this topic:<br />
<a href="http://code.tutsplus.com/tutorials/mobile-web-quick-tip-phone-number-links--mobile-7667" target="_blank">http://code.tutsplus.com/tutorials/mobil...obile-7667</a><br />
<br />
<a href="http://allwebco-templates.com/support/S_smartphone-link.htm" target="_blank">http://allwebco-templates.com/support/S_...e-link.htm</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The LBSB Assign Mobile Page Function]]></title>
			<link>http://supportforum.localbizsitebuilder.com/thread-38.html</link>
			<pubDate>Wed, 13 Aug 2014 10:25:40 +0000</pubDate>
			<guid isPermaLink="false">http://supportforum.localbizsitebuilder.com/thread-38.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">Within the LBSB Control Panel in the "General" tab at the bottom of the page you'll see check box that says "Enable mobile landing page" </span>and under that there is an entry field where you can enter a URL.<br />
<br />
<span style="font-weight: bold;">The purpose of this function is to allow you to nominate a specific page on your site that will be seen on the first visit by mobile devices.</span><br />
<br />
<span style="text-decoration: underline;">If you don't activate this function then the mobile site visitor will simply see the default home page for your site.</span> Now given that LBSB is fully responsive that may be all you wish to do, - show the site's default home page.<br />
<br />
However, if you wanted to set up a specific page using the button generator which could then display a list of several pages you wanted mobile visitors to see then you could use the " Enable mobile landing page" function to do that. For example, you could set up a page and have several buttons with titles such as "Latest Offers", "Tap To Call", "Send SMS", "Coupons", "Site Map" or whatever you chose.<br />
<span style="font-weight: bold;">How the function works:</span> What happens is that when a mobile device calls the site URL then the special mobile page is shown to the mobile viewer upon first landing. Then once the user moves away from that page and later clicks on the "Home" link they'll see the default home page. So to be clear; the nominated mobile page is only see ONCE by the mobile site visitor. If you wanted that page to be accessible later then you'd need also to link it in the normal menu or via a banner or link.<br />
<br />
<span style="font-weight: bold;">Other ways that you could use this "Enable mobile landing page" could be</span><br />
1) to create a graphic landing page with an optin form (you could get quite creative with that using the WP page editor to create a nice page with optin that will automatically be reduced down to ideal mobile size via the responsive styling of the LBSB theme).<br />
2) Set up a short video for your mobile users to see with some offer or just a simple site welcome.<br />
The potential of the "Enable mobile landing page" is really only restricted by your imagination.<br />
<br />
If you have questions or anything to offer on this topic please be encouraged to join the discussion where we can explore further ideas about it.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">Within the LBSB Control Panel in the "General" tab at the bottom of the page you'll see check box that says "Enable mobile landing page" </span>and under that there is an entry field where you can enter a URL.<br />
<br />
<span style="font-weight: bold;">The purpose of this function is to allow you to nominate a specific page on your site that will be seen on the first visit by mobile devices.</span><br />
<br />
<span style="text-decoration: underline;">If you don't activate this function then the mobile site visitor will simply see the default home page for your site.</span> Now given that LBSB is fully responsive that may be all you wish to do, - show the site's default home page.<br />
<br />
However, if you wanted to set up a specific page using the button generator which could then display a list of several pages you wanted mobile visitors to see then you could use the " Enable mobile landing page" function to do that. For example, you could set up a page and have several buttons with titles such as "Latest Offers", "Tap To Call", "Send SMS", "Coupons", "Site Map" or whatever you chose.<br />
<span style="font-weight: bold;">How the function works:</span> What happens is that when a mobile device calls the site URL then the special mobile page is shown to the mobile viewer upon first landing. Then once the user moves away from that page and later clicks on the "Home" link they'll see the default home page. So to be clear; the nominated mobile page is only see ONCE by the mobile site visitor. If you wanted that page to be accessible later then you'd need also to link it in the normal menu or via a banner or link.<br />
<br />
<span style="font-weight: bold;">Other ways that you could use this "Enable mobile landing page" could be</span><br />
1) to create a graphic landing page with an optin form (you could get quite creative with that using the WP page editor to create a nice page with optin that will automatically be reduced down to ideal mobile size via the responsive styling of the LBSB theme).<br />
2) Set up a short video for your mobile users to see with some offer or just a simple site welcome.<br />
The potential of the "Enable mobile landing page" is really only restricted by your imagination.<br />
<br />
If you have questions or anything to offer on this topic please be encouraged to join the discussion where we can explore further ideas about it.]]></content:encoded>
		</item>
	</channel>
</rss>