Mobile Phone Start Off - Page 2

User 187934 Photo


Senior Advisor
20,271 posts
Online Now

You probably have a jquery conflict.
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

When in IE debug mode;
The main page where everything works except the -form properly, and the extra form code from you Eric is included,
http://boyar.net/xbmc15/mainxbmc.html

When I click the "Click Here" text link button;

The first error is in slideshow.js as;
Unable to get property 'length' of undefined or null reference

$rs("a").click(function(e) {
var id = this.href.match(/#(?:(?!\?).)*/g)
, index;
if ($rs(this).is('#secondrcs .slide_node')) { return goToFromIndicator(e); }
if (id.length > 0) { id = id[0].replace('#', ''); }



-Using the web page with the content slider and menu removed in the header: the page looks messed up, but the form works correctly and There is no errors called in IE diagnostic when I push the "Click Here" text button
http://boyar.net/xbmc15/mainxbmcwithout.html


Tell me there is a workaround?
User 7433 Photo


Registered User
42 posts

Ok looks like it has nothing to do with extra code...

Sorry about my content; I really am mostly using this site as a test...

and I will change the links if it can't help anyone figure this out...



User 187934 Photo


Senior Advisor
20,271 posts
Online Now

Remove any redundant JQuery links.
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

I am very frustrated to have spent all this time and not have a responsive Form from Form Builder to work with either Menu Builder or Content Slider...
Is there any fix for Form Builder in the works? I have tried to locate the problems in the code but I can't seem to nail it down.


Update:
When I use CC Form Builder only with CC Content Slider without the extra Form Menu responsive code from Eric;
When I push on the form menu pop-up button
The first error is in slideshow.js as;
Unable to get property 'length' of undefined or null reference

When I use CC Form Builder only with CC Menu Builder WITH the extra Form Menu responsive code
When I push on the form menu pop-up button and slightly move the screen; The error now comes from the extra code:
Unable to get property 'load' of undefined or null reference
if (jQuery('#cboxOverlay').is(':visible')) {
jQuery.colorbox.load(true);


Please see here:
http://www.coffeecup.com/forums/web-form-builder/mobile-phone-start-off
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

Replace your head content with this.
<!-- 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 -->

<!-- Start of the headers for CoffeeCup Web Form Builder -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./formemail3xbmc/colorbox/colorbox.css" />
<!--<script src="./formemail3xbmc/common/libs_js/jquery-1.4.4.min.js"></script>-->
<script src="./formemail3xbmc/colorbox/jquery.colorbox.js"></script>
<script>
var $fb_pop = jQuery.noConflict();

$fb_pop(document).ready(function(){
$fb_pop(".fb_iframe").colorbox({iframe:true, innerWidth:"870px", height:"80%", maxHeight:"886px", fixed:true });
});
</script>


<script type="text/javascript">
// Make ColorBox responsive
jQuery.colorbox.settings.maxWidth = '95%';
jQuery.colorbox.settings.maxHeight = '95%';

// ColorBox resize function
var resizeTimer;
function resizeColorBox()
{
if (resizeTimer) clearTimeout(resizeTimer);
resizeTimer = setTimeout(function() {
if (jQuery('#cboxOverlay').is(':visible')) {
jQuery.colorbox.load(true);
}
}, 100);
}

// Resize ColorBox when resizing window or changing mobile device orientation
jQuery(window).resize(resizeColorBox);
window.addEventListener("orientationchange", resizeColorBox, false);
</script>
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

Didn't work,

'Responsive' Coffeecup Form Builder is not working with Menu Builder

User 187934 Photo


Senior Advisor
20,271 posts
Online Now

Hi Greg, Can you share a link to the page with the adjusted scripts?
Also explain what the issue is so I know exactly what to look for.:)
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

I didn't upload it properly
The whole thing works now.
I apologize profusely!!;
I even added the content slider...
I don't know what you changed???

Thank you so much!




User 187934 Photo


Senior Advisor
20,271 posts
Online Now

Cool.:cool:
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

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.