joand
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] Request: AutoEmbed for YouTube VideosOkay, I changed the code in single-listing.php from
<?php echo get_post_meta( $post->ID, '_listing_video', true); ?>
to
<?php echo do_shortcode(get_post_meta( $post->ID, '_listing_video', true)); ?>
and it now works for the YouTube plugin that I installed – but it still doesn’t work for the WordPress [embed]
Forum: Plugins
In reply to: [IMPress Listings] Request: AutoEmbed for YouTube VideosDoes the text field only work with Jetpack shortcodes? I tried [embed] and that didn’t work, installed a different YouTube plugin and it’s shortcode didn’t work either
Hi Maria, the permissions on that folder are 755. The only thing in that folder is a blank index.php file
How can it be once again available? The plugin has not been updated since September. I have just installed the plugin and there is no Shortcode or Contact Forms tab
Forum: Plugins
In reply to: [The Events Calendar] List View doesn't workI found this info in the developers support forum. I added the code suggested to the theme’s functions.php file and this seems to have fixed the problem and caused the events list to display again. The post indicated that the issue would be fixed in 3.0.3, but possibly that only meant that the Pro version was being fixed.
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:
https://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?