joand
Forum Replies Created
-
Also having the same problem – form designs are not saved. I created 3 forms and tabs showed up momentarily at the top after I “saved” but then disappeared and the default form reappeared. When inserting a form into the widget it shows me a dropdown box with the form names I created but only the default form inserts and it reverts to “form 3” even if I select and save another one. I tried inventiva’s fix above but that did not work for me
Forum: Fixing WordPress
In reply to: Cannot insert images into blogI have another install that I updated to 2.6.1 – it does not have NextGen installed, and I receive the same error Precondition Failed
“The precondition on the request for the URL /wp-admin/media-upload.php evaluated to false.”
when trying to insert an image – so obviously NextGen has not caused the problem.
UPDATE: The ModSecurity htaccess file fixed it for me.
Forum: Fixing WordPress
In reply to: Cannot insert images into blogI am having the same problem with 2.6.1 – I cannot insert an uploaded image into the post, and receive the same Precondition Failed error.
I have installed the NextGen Gallery plugin – and I am able to insert an image uploaded through the NextGen gallery. Do they use a different function to insert the image, or has the NextGen Gallery broken the regular image insertion?
Forum: Installing WordPress
In reply to: Installing without a domain nameI do not remember what sort of error message it was – it was a long time ago with an older version. Anyways I just installed it now and it works just fine!
I guess when I have the blog ready and change the name servers for the domain, I would just change the WordPress address in the Settings from https://ip-address/~username to https://usersdomainname.com ?
Forum: Installing WordPress
In reply to: Installing without a domain nameThank you for your suggestion kmessinger, but I want to create a new account, the current hosting account does not have access to a mySql database and I want to move it to my server – so this issue is that there is no https://www.url/wordpress to point to. I have tried this before but have not been able to point to ip address/~useraccount
Yes that is the information I found on moving WordPress all right, samboll! I don’t want to move WordPress, though. I want to install WordPress on one server, create the template, add the content, and THEN change the name servers for the domain to point to the new server. This is what I can’t figure out how to do – i.e. how to work with WordPress on the new server before I have transferred the domain over. I have checked out that article and I cannot find the information that I need.
Forum: Fixing WordPress
In reply to: category name vs. TagsI have the same problem on a client’s site. She is trying to create a tag called “writing” but it keeps getting changed to “Writing samples” which is a category. At least I know what the problem is now! Although I don’t know what the solution is, other than telling her she can’t use “writing” as the name of a tag.
Forum: Fixing WordPress
In reply to: Category-based single post templatesDid a little more searching here on pluggable.php and as a result edited the post-templates-by-category.php file to delete an extra space at the very end. And now it works.
Forum: Fixing WordPress
In reply to: Category-based single post templatesI am trying to upgrade a blog from 2.0.4 to 2.3.3. I have used the post-templates-by-category plugin. While it works in displaying the posts, I am having a problem in 2.3.3 in editing or creating posts. When hitting the Publish button I receive the following error:
Warning: Cannot modify header information – headers already sent by (output started at ../wp-content/plugins/post-templates-by-cat.php:96) in ../wp-includes/pluggable.php on line 390
Also received the same error when trying to deactivate the plugin, so had to rename it.
There is not any mention of this plugin in the list of those that work or don’t work with 2.3 – so I don’t know if it is still supported. I thought the problem might be with my template, but I tried it with the default template and received the same error.
It does not seem like there is any other plugin that will do the same thing. Anyone know what could be wrong or if there is a new plugin that works?
Forum: Fixing WordPress
In reply to: IE 6 and 7 WYSIWYG ChallengesI have this problem too – I think it was in version 2.2 that it started, so I thought (hoped!) that it might be fixed by now. I “solved” it by not clicking on the tree, just by selecting the image and clicking on the left or right align buttons to align the image. That does not solve the problem of being able to add spacing or borders.
Forum: Fixing WordPress
In reply to: TDOMF: SUBMITTED BAD DATA on postingThat happened to me. Well I don’t actually remember if it was this form or not – but the problem was that I am using an “all in one” theme i.e. it does not call a separate header file. The solution was to add
<?php session_start(); ?>
to the very top of my page.php template and then it worked fine.Forum: Themes and Templates
In reply to: This is frustrating! PLEASE HELPYou should check with the seller if you are using their FTP program. If it is something on the hosting control panel, it might not work at the folder level, you need an FTP program.
Forum: Themes and Templates
In reply to: This is frustrating! PLEASE HELPYou can find step-by-step instructions here: https://codex.www.ads-software.com/Using_Themes
If someone is “selling” you WordPress (an open source system), then presumably they should be selling you support along with it.
Forum: Fixing WordPress
In reply to: Menu items to appear only if user is logged idIt is a beautiful thing!! I knew it would be easy for someone who knew what they were doing (and pretty much impossible for me!)
Thank you so much!
Forum: Themes and Templates
In reply to: how to use category AND archive templatesWell I think I did it right as per the instructions above for “Tags with query-string-style parameters”. Here is what I have:
<?php wp_list_cats('file=archive.php&exclude=1&use_desc_for_title=0'); ?>
The other 2 parameters are being followed correctly. Does the file need more of a path to it? There are no examples – it just says “The php file a Category link is to be displayed on. Defaults to index.php.”
Forum: Themes and Templates
In reply to: how to use category AND archive templatesThis is what I want:
https://codex.www.ads-software.com/Template_Tags/wp_list_cats
where it says there is a “file” parameter, but it doesn’t work. I put in file=archive.php, but it continues to use the category-2.php template.