Mobile Phone Start Off - Page 1

User 188640 Photo


Registered User
895 posts

David,

Your site is not coming up as a mobile site on my phone (Samsung Note 4).

What program did you use to build the site?

I do see what you're talking about with the pop up though.
A Rose is Just a Weed in a Corn Patch!
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

CC hasn't made the popup responsive yet so I suggest making two forms and switching to the smaller mobile version with a media query.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2796141 Photo


Guest
33 posts

Ok Eric, where do I begin? Like, what size would I make the mobile form so it's comparable to the desktop version? And does this mean in the end I'm going to need 2 tooltip.js thing-ees also to get the look I want for the email address error message we had talked about?

Thanx for all your help thus far Eric ;)

Hi Ernie - I'm not sure why you're not seeing the site on mobile phone. I have an iPhone and Android and website shows on both for me.
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

I'll come back to this but basically your form for anything below 400px should be separate.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 188640 Photo


Registered User
895 posts

David,

I'll attach a screenshot but your site does not look like it's mobile optimized.

If you have to pinch and zoom it's not mobile.
Attachments:
A Rose is Just a Weed in a Corn Patch!
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

The program does eliminate the need for coding for 99% of it's users. You have some special needs but at least the source is available for you to dig into.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 7433 Photo


Registered User
42 posts

CC hasn't made the popup responsive yet so I suggest making two forms and switching to the smaller mobile version with a media query.


Is it possible I could get the "media query" code to switch the form pop-up out when the size of the page goes below 400px?
Using RSD I have an email form that pops-up.

Using Web form builder 2.5

TkS
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

Go Here.
http://www.coffeecup.com/forums/web-for … post252344
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 7433 Photo


Registered User
42 posts

Thank you
User 7433 Photo


Registered User
42 posts

The fix presented

is broken when I add either CC MenuBuilder or CC Responsive Content Slider in the Headers.
IN order to find the form link please scroll down to the words "Click Here", just below the contact us image.

This link shows RCS and Menubuilder working but the form does not shrink properly to cell phone size:
http://boyar.net/xbmc15/mainxbmc.html

This link shows the form working so that it shrinks in a browser to cell phone size but the RCS and Menubuilder have been disabled (by removing only the header code see below)
http://boyar.net/xbmc15/mainxbmcwithout.html

If I remove the header code below the pop-up form works correctly (I tried to remove either of them but they both seem to cause the problem)


<!--% Start of the headers for CoffeeCup Responsive Content Slider %-->
<link href="secondrcs/css/slideshow.css" rel="stylesheet">
<script>document.createElement( "picture" );</script>
<script src="secondrcs/js/picturefill.js" class="picturefill" async="async"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans">
<link rel="stylesheet" href="secondrcs/css/main.css">
<script src="secondrcs/js/jquery-1.8.2.min.js"></script>
<script src="secondrcs/js/revolver.min.js"></script>
<script src="secondrcs/js/slideshow.js"></script>
<!--% End of the headers for CoffeeCup Responsive Content Slider %-->


<!-- Start of the headers for !CoffeeCup Menu Builder -->
<meta charset="utf-8" />
<link rel='stylesheet' type='text/css' href ='menu_mine_2016j/stylesheets/menu_builder.css'/>
<link rel='stylesheet' type='text/css' href ='menu_mine_2016j/stylesheets/style.css'/>
<script type="text/javascript" src="menu_mine_2016j/js/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="menu_mine_2016j/js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
<script type="text/javascript" src="menu_mine_2016j/js/tinynav.js"></script>
<script type="text/javascript" src="menu_mine_2016j/js/mb.js"></script>

<!-- End of the headers for !CoffeeCup Menu Builder -->


Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.