Upload files to wordpress - Post ID...

User 2800683 Photo


Registered User
7 posts

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?
User 103173 Photo


VP of Software Development
0 posts

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.
User 2800683 Photo


Registered User
7 posts

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&lt;a href=\"/wp/contact_chess.php\" title=\"/wp/contact_chess\"&gt;Check out my CoffeeCup Form&lt;/a&gt;%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
User 187934 Photo


Senior Advisor
20,271 posts

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>
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 2800683 Photo


Registered User
7 posts

This one did not work too

I am not sure why
User 103173 Photo


VP of Software Development
0 posts

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.
User 2800683 Photo


Registered User
7 posts

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.