Ryan Fitzer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Next and PreviousI’m not sure how that would be done but it could be very useful. I know that these forums use that feature. Anyone else know where one could look?
Forum: Fixing WordPress
In reply to: SWF import through image uploadThat’s beyond my abilities. Good luck though.
Forum: Fixing WordPress
In reply to: index.php to be a static wp page?You sure can. Here’s a plugin that makes it possible throught the WP admin:
https://www.semiologic.com/software/static-front/If your comfortable at writing html you can manually make the page (index.php in the your theme’s folder) static by taking out “the loop” (the WP script that displays your posts) and replacing it with static content. This is not advisised if your new to hand coding web pages. Also, you will not have access to this page throught the WP admin.
Actually, now that I think about it, it would be available through the WP admin. You could edit it through the “Files” tab in the menu.
Forum: Fixing WordPress
In reply to: SWF import through image uploadYou can upload the file to your server through the inline-uploader but getting in into the post or page will require a plugin. The one that seems to be the most helpful is the Kimli Flash Embed plugin. You can download it here:
https://www.kimili.com/plugins/kml_flashembed/wpOnce you upload your flash file the image browser will only show it as a file name (not an image). What you need to get from this is the file’s url ex:https://yoursite.com/wordpress/wp-content/uploads/2006/06/movie.swf
This is what you’ll need to write in the Kimli Flash Embed syntax.
Forum: Fixing WordPress
In reply to: how come I never get answersIs that the exact and only error you get?
Forum: Themes and Templates
In reply to: Blix Contact Form not working?I posted a solution (not the best though) here that gets the job done for now:
Forum: Fixing WordPress
In reply to: Contact Form Issues….I’ve not figured it out yet but in the meantime I created an
<iframe>
that links to an .asp form named “form_ac.asp”. This does the job for now. To find the form (a lot of sites post the code for it), just do a google search for it.Forum: Plugins
In reply to: Parent Page Referencing Most Recent Child PageOk, I found a plugin that gets somewhat close to what I was looking for. Don’t get me wrong, it’s excellent, it’s just not exactly what I need.
https://txfx.net/code/wordpress/page-links-to/
It will definately get to where I need be for now.
Forum: Fixing WordPress
In reply to: Theme Disappeared and Now Looks TerribleSince you’ve already logged in today, and presumeably you haven’t logged out, you might be able to hack the address in your browser’s address bar to take where you need to go (you might also check your browser’s history to see if the correct address is still there). Maybe try this:
tew.ithium.net/biggzay/wp-admin/options-general.php
and of course, put “https://” in front of the above address.
Forum: Fixing WordPress
In reply to: Theme Disappeared and Now Looks TerribleWell crap, it still displayed it wrong. put “https://” in front of “tew.ithium.net/biggzay”
Forum: Fixing WordPress
In reply to: Theme Disappeared and Now Looks TerribleYou might have to but I just tried your login address at
https://tew.ithium.net/biggzay/wp-login.php
and it took me to the correct login page. Also, when I said to replace your reference uri’s on the options page, I forgot to put the link in backticks so it would display it as code. Here’s what it should look like:https://tew.ithium.net/biggzay
But at this point you might be too frustrated to deal with it. Maybe your friend should go ahead and do a total re-install. Lucky you haven’t put up any posts.
Forum: Fixing WordPress
In reply to: Theme Disappeared and Now Looks TerribleConnect via your FTP and rename, whatever it was you changed, back to its original name. Also, this looks as if you have one to many forward-slashes “//wp_content/wp-admin”. There should only be one: “/wp_content/wp-admin”. It seems that you have made some changes in places that are a little difficult for me to diagnose without being there. Hope this helps.
Forum: Fixing WordPress
In reply to: Theme Disappeared and Now Looks TerribleHave you tried https://www.biggzay.com/wp-login.php ?
Hopefully you didn’t screw things up to much. Reverse whatever you did via FTP if so.
Forum: Themes and Templates
In reply to: Simpla HeaderI sent it along. Now don’t go deleting all that stuff again. Good luck.
Forum: Plugins
In reply to: including dynamis info outside of directorySo I just ended up using the
<iframe>
element to get the job done. I know it’s not the best solution but damn, it sure does get the job done. I’m going to be working on a better solution in the future and I post it when I figure it out. Maybe a plugin or something. Still learning about all that. Thanks for your help. Here’s where I used the<iframe>