dvharrison
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem in error_logI have put it to the support team. I hope they come through for me.
I have also looked at wp_cron.php. I know some PHP to the extent of following patterns but was particularly drawn to the timeout section:
$doing_cron_transient = get_transient( ‘doing_cron’);
// Use global $doing_wp_cron lock otherwise use the GET lock. If no lock, trying grabbing a new lock.
if ( empty( $doing_wp_cron ) ) {
if ( empty( $_GET[ ‘doing_wp_cron’ ] ) ) {
// Called from external script/job. Try setting a lock.
if ( $doing_cron_transient && ( $doing_cron_transient + WP_CRON_LOCK_TIMEOUT > $gmt_time ) )
return;
$doing_cron_transient = $doing_wp_cron = sprintf( ‘%.22F’, microtime( true ) );
set_transient( ‘doing_cron’, $doing_wp_cron );
} else {
$doing_wp_cron = $_GET[ ‘doing_wp_cron’ ];
}
}I have been asked to check the database query is closed, but could only find a die() command. Please advise.
Thank you
Forum: Fixing WordPress
In reply to: Problem in error_logHi indietravel
I did try repair and install the database yesterday. I checked it this morning and overnight that error has occurred again.
Forum: Fixing WordPress
In reply to: Problem in error_logWow, thanks for the very quick response and the resource guide. I shall try all that and keep you posted.
Thanks Again.
Forum: Plugins
In reply to: How to move the Search results boxOk, The Woocommerce shop page is my home page. Naturally I would like to add some content (at the moment just a green box highlighting our main selling points).
Is there any setting or something I can select that moves the search results to the top of the page? At the moment, they are at the bottom.
Please could anyone advise?
Thanks
Deb
Forum: Plugins
In reply to: [WooCommerce] How can I move Categories to top of page?Ok I have found a bit more – the section I would like to move to the top is labelled <p class=”woocommerce-result-count”>
I have looked on the WooThemes shortcode on the page editor but there’s nothing I can use to display search results.
Please could anyone help me? I obviously need to remove or replace this from somewhere that isn’t the page.
Forum: Plugins
In reply to: [WooCommerce] How can I move Categories to top of page?Basically I would like to move the row at the bottom of the page to the top above our heading (Buy unique Children’s Clothes). Is that possible?
Forum: Plugins
In reply to: [WooCommerce] How can I move Categories to top of page?Ok http://gandh-kids.co.uk/ I shall leave it on this evening even though its still under maintenance.
The categories and search is at the bottom. I’ve had to add the “categories” heading to the bottom of the home page content.
Many thanks James.
Forum: Plugins
In reply to: [Slideshow] Slideshow is not showing in IE 10 – please helpI have tried this. I wonder if its a setting in MSIE 10 or something.
So long as its showing then great.
Forum: Plugins
In reply to: [Slideshow] Slideshow is not showing in IE 10 – please helpSorry I meant the slideshow. They are all image slides and I just wondered if the actual slideshow could be seen in MSIE 10. I have turned off maintenance mode for this evening.
Please could you help?
Forum: Plugins
In reply to: [Slideshow] Slideshow is not showing in IE 10 – please helpHi Stefan
I took out the widths in the content-area and it makes no difference. When you viewed it, was the movie visible in MSIE 10? Please advise.
Forum: Plugins
In reply to: [Slideshow] Slideshow is not showing in IE 10 – please helpNo problem. I have switched off Maintenance Mode.
I also have Woocommerce, Wordfence, SNAP, Easy Columns, BWS Contact forms & Ultimate TinyMCE installed. The Template is modified TwentyTwelve.
Forum: Plugins
In reply to: [Slideshow] Help Image keeps resizingForget it I sorted it by rounding the corners in the images and using that.
Forum: Plugins
In reply to: [Slideshow] Help Image keeps resizingIt always seems to be 10 pixels short, but theres no margin or padding anywhere.
Forum: Plugins
In reply to: Not working in IE 10I am looking on my other PC and on IE9 it looks ok.
Is it just me or is IE10 a bit pants?
Forum: Plugins
In reply to: [Slideshow] Help Image keeps resizingOk I have got it up to 690 pixels and camouflaged it with black, but I can’t seem to resolve the issue. Please could anyone point me in the right direction