comcorp
Forum Replies Created
-
Forum: Plugins
In reply to: Browser detection plugin –> NOT PHP Browser DetectionAnyone?
Forum: Fixing WordPress
In reply to: Page Attributes Error – Database Error.I did that already, and it didn’t work. That is why I was suggesting to delete it from the database…..
Do you know where to find it in the database?
Tx
Forum: Fixing WordPress
In reply to: Page Attributes Error – Database Error.Yes, it is because I put a redirect on it….
It is not coming up as why-i-blog.html at the end post.
I need to modify it in the database, but don’t know where to look.
Forum: Fixing WordPress
In reply to: Page Attributes Error – Database Error./%year%/%monthnum%/%day%/%postname%.html
I used a redirect for the time being, but I would like the post slug to be why-i-blog.html
Forum: Fixing WordPress
In reply to: Page Attributes Error – Database Error.So weird.
I did everything you stated and now the permalink won’t let me take have the URL back. It has this:
https://www.tammycamp.com/why-i-blog-2.html
but still coming up as an error. ??
Forum: Themes and Templates
In reply to: Z Index Problem with Nested LinksSolution:
Remove the z-index hack from the header.php
jQuery(function() {
var zIndexNumber = 1000;
jQuery(‘div’).each(function() {
jQuery(this).css(‘zIndex’, zIndexNumber);
zIndexNumber -= 10;
});
});It’s meant to fix IE7, because if you have a large dropdown menu, it disappears behind the slider area. IE7 doesn’t handle z-index correctly like other browser.
Remove it and see how it works.
We did this and now it works fine.
it worked! Thanks.
Now the feed is not working:
https://www.tammycamp.com/feed
https://feeds.feedburner.com/TammyCampWe believe this is causing the feed not to work.
Is you RSS feel working?
No response for us either. I guess we will be switching clients as well.
Mashable.com is using <!– platinum seo pack 1.3 –>
We are going try this.
Hi Nolacoop-
We still have not figured out what the issue is with this. I wonder if there is another site for support for this plugin.
Forum: Fixing WordPress
In reply to: Media Upload Incorrect Slashes IIS 6Are you permissions set to 777 in the uploads and wp-content folder?
Forum: Fixing WordPress
In reply to: Media Library not working when uploading in WordPress 2.8.4I’ve found the problem.
In Settings –> Miscellaneous
Make sure that you have wp-content/uploads typed in the “Store uploads in this folder” field.
It says it has “wp-content/uploads” by default, but this is not the case.
Forum: Fixing WordPress
In reply to: Media Library not working when uploading in WordPress 2.8.4Okay, I upload Barbara_Abello.jpg using the media library and it uploaded the file and created thumbnails in the wp-content folder, but not the “uploads” folder.
Any suggestions now?
Forum: Fixing WordPress
In reply to: Media Library not working when uploading in WordPress 2.8.4Well I changed some server configurations and it wasn’t that.
I uploaded an image to the media library and it show up in the library with no image.
It even designates a URL:
https://www.multilingual-interpreter.com/wp-content/uploads/Barbara_Abello.jpg
However the images is not there.
Forum: Fixing WordPress
In reply to: Media Library not working when uploading in WordPress 2.8.4wp-content folder was at 777
hmmm…Let me try something on the server.
Forum: Fixing WordPress
In reply to: Media Library not working when uploading in WordPress 2.8.4Yes, the fresh installs are on the same server and the others are on the same server as well.
Maybe it is with the file permissions?
We’ve created the directly “uploads” and permissions are 777. Are there any other steps that we are overlooking?