joand
Forum Replies Created
-
Forum: Plugins
In reply to: [One Click Demo Import] xml file not importingI am having the same problem – it says the import is all done but the xml file is not uploaded except for the images. I actually happen to have Michelle’s (the original poster) successful XML file and I noticed that it had the import log in it – so she must have re-exported the file after she had manually imported the xml file. So I did the same – same as her I had manually imported the xml file and it worked properly. So I exported that file (that contained the import log) and started over with the one click install, and this time it worked! As far as I know the only difference is that the import that worked had the error log file from the first failed import – maybe just a coincidence?
Forum: Plugins
In reply to: [Pinpoint Booking System - Version 2] Sidebar does not workThat is unfortunate. It is rather a useful feature. Is it going to be fixed in a future update? Or it should be removed from the plugin.
Forum: Fixing WordPress
In reply to: Catchable fatal error in formatting.phpHi WP Gurus, thank you for your help. I did try switching to the default theme and deactivating all plugins before posting the problem here, and the problem persisted. I noticed that there were no comments showing in the admin section although some posts showed a comment count. So I used the database repair script which told me that the Comments table was crashed and could not be repaired. It must have actually repaired though as the comments are back in the admin section and comments can successfully be posted. So the problem, in case this helps anyone else, was a crashed Comments table in the database.
Forum: Fixing WordPress
In reply to: Catchable fatal error in formatting.phpI tried to run a repair on the database with the WordPress repair script and it says that the Comments table is crashed and could not be repaired. I am waiting to get his control panel login to see if I can get in through phpMyAdmin (it is hosted with GoDaddy, hopefully they have phpMyAdmin)
Forum: Fixing WordPress
In reply to: Catchable fatal error in formatting.phpI don’t know if this could have anything to do with it – but I noticed that some posts say they have comments (e.g. 4 comments, 11 comments) but when you click on that it takes you to the comment form, doesn’t show any comments. And there are absolutely no comments showing in the comment section of the dashboard.
Forum: Fixing WordPress
In reply to: Catchable fatal error in formatting.phpHi Digico, thank you for taking the time to reply. This function is in a core WP file (wp-includes/formatting.php) Would I have to change it there? I am not so keen to change WP core files. Your reply that was sent to me by email is different than that above and it says “it will check all comments, but also everything on blog – no matter it crashes the site.” That makes me think that maybe it is something in the content of the site that is making it crash. Otherwise, since this is a core file, why isn’t this happening to everyone’s blog?
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] How to not cache static home pageSorry – I figured it out after reading the FAQs!
Forum: Plugins
In reply to: [Smooth Slider] Custom postSo you can’t create a recent slider as Cliff had suggested with the latest 10 posts from a custom post type – you can only add them manually?
UD account? There is no mention in the documentation that you need an external account. Maybe that explains the problem people are having. There is no Premium Features tab.
I have obviously given up on this plugin since it does not work – but I installed it on another site just to see. I changed the permissions to 777 on the premium folder – there is still no Shortcode or Contact Form tab, and nothing has magically appeared in that empty premium folder.
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.