Upload files to wordpress - Post ID...
Hello,
I read the documentation here:
http://www.coffeecup.com/help/articles/ … ress-blog/
I uploaded the files via FTP to the HTML folder. I also tried the code twice, one with <code> and one without. What I get is 404 page inside the contact page.
What do I miss?
I read the documentation here:
http://www.coffeecup.com/help/articles/ … ress-blog/
I uploaded the files via FTP to the HTML folder. I also tried the code twice, one with <code> and one without. What I get is 404 page inside the contact page.
What do I miss?
Did you follow the steps under "Hacking the markup"?
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
I followed the steps in the markup by adding /wp/ before the contact form name but it didn't work. The contact form name is contact_chess. The code becomes as follows:
<code><script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"/wp/contact_chess.php" + window.location.search + "\" width=\"100%\" height=\"837\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E<a href=\"/wp/contact_chess.php\" title=\"/wp/contact_chess\">Check out my CoffeeCup Form</a>%3C/iframe%3E"));</script>
<noscript>
<iframe height="837" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="/wp/contact_chess/contact_chess.html">
<a href="/wp/contact_chess.php" title="contact_chess">Check out my CoffeeCup Form</a>
</iframe>
</noscript>
</code>
I can see the form on my domain when I visit this url: http://MYDOMAINNAME.com/contact_chess.php
But I can't see it on the real url where it should be:
http://MYDOMAINNAME.com/uncategorized/contact_chess
<code><script type="text/javascript">document.write(unescape("%3Ciframe id=\"fb_iframe\" src=\"/wp/contact_chess.php" + window.location.search + "\" width=\"100%\" height=\"837\"allowtransparency=\"true\" scrolling=\"no\" frameborder=\"0\"%3E<a href=\"/wp/contact_chess.php\" title=\"/wp/contact_chess\">Check out my CoffeeCup Form</a>%3C/iframe%3E"));</script>
<noscript>
<iframe height="837" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="/wp/contact_chess/contact_chess.html">
<a href="/wp/contact_chess.php" title="contact_chess">Check out my CoffeeCup Form</a>
</iframe>
</noscript>
</code>
I can see the form on my domain when I visit this url: http://MYDOMAINNAME.com/contact_chess.php
But I can't see it on the real url where it should be:
http://MYDOMAINNAME.com/uncategorized/contact_chess
Try it this way.
<code>
<iframe height="837" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="/wp/contact_chess/contact_chess.html">
</iframe>
</code>
<iframe height="837" style="border:none; background:transparent; overflow:hidden; width:100%;"
id="fb_iframe" src="/wp/contact_chess/contact_chess.html">
</iframe>
</code>
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
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
This one did not work too
I am not sure why
I am not sure why
What is the real link to your website so we can see what it looks like?
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
Can I contact you privately because I have .htaccess password?
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.