Web Form Builder Issue with...

User 187934 Photo


Senior Advisor
20,271 posts

The one thing I'm questioning is this naming of the directory.
http://dgicreative.com/contact-us
I don't think it's the cause but it seems wrong naming a directory index.php.
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 187934 Photo


Senior Advisor
20,271 posts

I think the actual problem is with elements at the bottom of your page being squeezed up against your form holding div. If you minimize your browser you will see the footer area actually rise up causing the cutoff. I didn't look to see if you had a media query in there creating the issue but it's something to look 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 187934 Photo


Senior Advisor
20,271 posts

I think some of this needs to be addressed also.
http://validator.w3.org/check?uri=http% … mp;group=0
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 2576556 Photo


Registered User
14 posts

I have URL Rewriting turned off in Joomla 3.1.5 because apparently I have to make some .htaccess updates to work around 1and1 Server setup. Just don't have the time to invest in updating it. When I turn URL Rewriting on via Global Configuration in Joomla it removes the index.php part of the url but causes my pages to have 404 not found errors. Ugh!
User 2576556 Photo


Registered User
14 posts

Eric,
WOW Looks like I have a lot of spam intrusion. I started the audit process at myjoomla.com a trusted Joomla audit company by Phil Taylor. I also couldn't help myself and fixed the "index.php" showing up in the SEF url!

I also noted what you mention about the potential footer media query rising up. I will check that too! Thanks
User 187934 Photo


Senior Advisor
20,271 posts

Cool post back with the results good or bad.: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
User 2576556 Photo


Registered User
14 posts

Will Do Eric! I had to do a snail speed audit because 1and1 server kept throwing a 404 and stopped the audit process.
I couldn't find any media query responsible for the footer issue you mention with it coming up? Wouldn't the footer cover all my content in the main body on other pages if the footer area came up like you mention?
User 187934 Photo


Senior Advisor
20,271 posts

I'm looking. You may want to add some media queries to fix that rising up of the content at the bottom.
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 187934 Photo


Senior Advisor
20,271 posts

This was starting to show results. It may not be the best way and I think it will take some other adjustments if your going to put your iframe height back to the original amount. It's a start.
@media screen and (max-width: 708px) {
.mp_bottom4 {
margin-bottom: -30px;
margin-top: -30px;
}
}

I don't know how familiar you are with media queries but you can adjust more elements at the same time within this same 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 2576556 Photo


Registered User
14 posts

Thank you! I'm not real familiar with media queries but it kinda makes sense what you did. I don't want mess the website up :(

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.