hollymight
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Java Script in Page has HTML added by the editorThanks for the suggestion, but yes I have placed the code in the HTML mode.
Forum: Fixing WordPress
In reply to: Blog link goes nowhereI found this plugin that made the PHP on my page work:
Exec-PHP
https://bluesome.net/post/2005/08/18/50/#execute_php
I still can’t get the Java Script portions of my page to work.
Forum: Fixing WordPress
In reply to: Broken linkI found this plugin that made the PHP on my page work:
Exec-PHP
https://bluesome.net/post/2005/08/18/50/#execute_php
I still can’t get the Java Script portions of my page to work.
Forum: Fixing WordPress
In reply to: How to adding form fields to a pageI found this plugin that made the PHP work:
Exec-PHP
https://bluesome.net/post/2005/08/18/50/#execute_php
I still can’t get the Java Script Portions to work.
Forum: Fixing WordPress
In reply to: Where are my files?Thank you Reuben!
Forum: Fixing WordPress
In reply to: Where are my files?Oh, great! I have looked for a mysql file but I cannot seem to find one. Can you tell me it’s default name and location?
Thanks sooo much!Forum: Fixing WordPress
In reply to: Where are my files?Also, let me mention, I can find these files then I log into WordPress. They are listed under Pages. I am not looking just to edit the text on these pages. I understand I could do this through WordPress. I am wondering where this information is stored. Knowing this will help me solve another problem.
Thank you
Forum: Fixing WordPress
In reply to: Blog link goes nowhereI went ahead and created a draft version of an order form. I do not see how to add form fields for the user to fill out. Perhaps I cannot create a form in this way?
I also tried uploading the php order form and could not. The error said I could not upload a file of this type.
I tried copying and pasting the code into the html view of the page. This did not work either.
Thanks for your help.
Forum: Fixing WordPress
In reply to: Blog link goes nowhereIn response to your question about where I am doing my edits. Yes, I realized that I am able to make edits only from within WordPress’s WP admin interface. Any edits I make elsewhere do not work.
I think I am figuring this out. Can you answer a couple questions to see if i am on the right track?
I think the problem with the orderform is that is does NOT appear in the WP admin interface. Since I did not setup the website originally I am not sure if it was never added or if it has been removed somehow. I have never setup a website to use WP, so I do not understand the process and am afraid to experiment for my own edification with a live website used for commerce as I am sure you can understand.
Perhaps you have some suggestions as to how I should proceed? Can I just add the orderform PHP page to the WP admin interface? If so how do I do this?
Thank you so much for your assistance.
Forum: Fixing WordPress
In reply to: Blog link goes nowhereThanks Gabe!
I did figure out that if I edited the page using WordPress (I had been editing them locally and ftping the edited file) the edits actually stuck. I do not know php which is what this website was written with. I found the url to the blog, and it now is working, but I do not know how to find the url that will work for the order form. I am gleening from my limited exposure that the urls are hidden by the php code unlike the much simpler html url strings. Can you give me a hint as to how to figure out the url that will work for a file called orderform.php in a deep directory? Thank you.
Forum: Fixing WordPress
In reply to: Blog link goes nowhereThank you for your help. I changed the link as you said From:
‘<div class=”separator”></div>
<div id=”blog” onclick=”location.href='<?php bloginfo(‘url’); ?>/?paged=1/'”></div>’to:
‘<div class=”separator”></div>
<div id=”blog” onclick=”location.href=’https://www.roastedstone.com/2009/08/01/welcome-to-our-blog/'”></div>’But the website continues to look for the ?paged=1 file.
I have searched the website for all occurances of ?paged=1 and found it only on this page and in the footer.
I changed the footer as wel but it does not seem to reference the change. I have tried refreshing the page as well as closing the browser and opening a new browser.