joand
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Resume] No content displayingI found out what the problem was. It is on a multisite install – when I added the username to the shortcode, the content appeared.
Forum: Plugins
In reply to: [The Events Calendar] Google Map in event listingHey Rob, I am not sure how it happened but the Show Google Map checkbox has magically appeared!! I did manually reinstall the plugin the other day, as I had installed it through the WordPress installer originally and thought something might have somehow gone wrong, but still no map. Anyways, I just logged in now and the box is there, so maybe was a cacheing issue or something.
Forum: Plugins
In reply to: [The Events Calendar] Google Map in event listingHi Rob, the site has not gone live yet, so I was able to deactivate all the plugins except for The Events Calendar – but still no second check box
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Widget DatesI would like this too. I don’t think date functions will help. The widget code shows this:
if( tribe_is_multiday( $post->ID ) || !$event->AllDay ) { echo ' – <br/>'. tribe_get_end_date($post->ID);which looks to me (I am not a programmer) that it is saying if it is multiday or all day, print the end date. However for a single day (not all day) event, both start and end dates are showing in the widget output.
Forum: Plugins
In reply to: [The Events Calendar] Google Map in event listingHi Rob, thank you for the reply. I do have Enable Google Maps turned on in the settings, but oddly there is only one check box in the events “Show Google Maps Link” and that does work fine to create a link to the Google map, but there is no second check box as shown in your screenshot. Mine looks like so:
http://d.pr/i/ReTy
That is why I was not sure how it was supposed to work. I tried on a different browser and on a different computer, and I tried changing back to the 2012 theme, but still no map box.I am using WordPress 3.5 and 2.0.11 of your plugin.
Forum: Plugins
In reply to: [Plugin: Fast Secure Contact Form] Problem with Constant Contact optionThanks very much Zack! Sorry for double posting – I was not sure which plugin had caused the problem.
Forum: Plugins
In reply to: [Plugin: Fast Secure Contact Form] Problem with Constant Contact optionI have upgraded the site to WordPress 3.5 and the problem still remains.
Forum: Plugins
In reply to: [Plugin: FB Linkedin Resume] lookout timed outForum: Fixing WordPress
In reply to: Automatic updates failedI have found out that the problem was caused by woothemes.com WooDojo plugin – I did a new install, and everything worked properly until I installed that plugin and tried to activate one of the components within it. Now that site is broken just like the other ones. I still don’t know how to fix it, but at least I know what caused it.
Forum: Fixing WordPress
In reply to: Automatic updates failedActually, my hosting provider is at a loss also. How would it be related to permission settings? If it is unable to write to the plugins directory it would go ahead and create a new home and username directory under the site root that it could write to? Can you point me to the file containing the function for this so I can have a look at it to see what it is doing?
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 http://ip-address/~username to http://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 http://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.