DocEroc
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Hosted With 1&1 HELP!AHHHHH! YOU ARE THE MAN! ??
The options in phpMyAdmin was the ticket!!!
Forum: Installing WordPress
In reply to: Hosted With 1&1 HELP!Ok, https://www.ToddBates.org is the domain. The WordPress is installed on https://www.ToddBates.org/toddbates
Both work right, respectively. But if I go into 1and1 admin panel and change the destination folder to the wordpress folder, it should be there. But it is making mine only show raw HTML and nothing else. going to /wp-admin/ throws me an Internal Error. So I am thinking maybe it is the htaccess? Not really sure what it would be?
I will try your solutions for sure Thanks!
Forum: Plugins
In reply to: particular pluginWell, don’t you just really need to only add the deaths and then have a comment form? Just basic function?
I may be overlooking your need.
Forum: Fixing WordPress
In reply to: Adding Content To A Category Page????Hey thanks do77. So, there is not really a way to add come content to that category?
I mean, like how we can add a FEATURED section on the home page or any regular page we would have to code in a condition like”
<?php if(is_FOO()) { include (TEMPLATEPATH . '/foo.php'); } ?>
Then just kind of “hack” at the menu code a bit?
Forum: Plugins
In reply to: particular pluginSome type of obituary posting?
Forum: Fixing WordPress
In reply to: WP installed, how to edit?Did you go to YOUR.COM/YOUR_WP_FOLDER/wp-admin/
May be a dumb question, but I did not know that right away ??
Forum: Themes and Templates
In reply to: Help making dropdown menu!I use this plug-in https://shailan.com/wordpress/plugins/dropdown-menu
Pretty easy to setup. You just have to make sure you set your PARENT to the tab you want your dropdowns to show.
Sometimes, like with CATEGORIES they will not show until you have a post.
Forum: Fixing WordPress
In reply to: Error uploading picturesMan, it is nuts. This has been my first dive well into WordPress. But it has shown me that this is a good setup, but confusing!
I may be missing something, but how I find it is inserting a photo into the post, then up at the top of the editor that opens, there is a GALLERY tab.
But when you use the HTML editor and click near the top to INSERT a photo , the dialog that opens has FROM COMPUTER FROM URL GALLERY and something else.
But anyways, I get that error message about every 4 or 5 uploads, then just cancelling the insert and then redoing it, I will see GALLERY (1) up at the top and sure enough, there is that pic! Also, when I look in the MEDIA files, I will see about 3 or 4 multiple copies of the pic I was getting an error message. So, I don’t get it. But I hope any of this info helps, I have had no luck with my questions, so it has been trial and error.
Forum: Fixing WordPress
In reply to: Error uploading picturesHey I have found that even with this error, the image is uploaded.
Backout and then check your media, it may be there.
Especially when I am uploading to put into the post or make a thumbnail, I just back out and redo the image and in the GALLERY tab at the top it is in there.Don’t know why, but it has been doing this for me many times.
Forum: Fixing WordPress
In reply to: Plugins And Internal Error 500AHH I found out how to fix it! Got to put this in the bottom of your htaccess file:
Options All -Indexes AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php