dvharrison
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Error After Updating to Version 4.7I also have this issue. The form works Ok in Firefox and Chrome and even Opera but not in MS Edge or Internet Explorer. I get the red border message: “There was an error trying to send your message. Please try again later.”
I have tested the email address (which forwards to my main email address) and email is sent and received as normal.
I have also read through your documentation and the from field only contains the [email protected]. Nothing complicated, thats it.
I am experiencing this issue on a test site. As there been any developments?
Forum: Plugins
In reply to: [WP Canvas - Widgets] WOuld love this to be a widgetActually no worries I found how to achieve this by following the instructions in https://www.ads-software.com/support/topic/how-to-make-shortcodes-work-in-a-widget?replies=4
Forum: Plugins
In reply to: [Yoast SEO] Where to add the code for breadcrumb?It works. added it after the <header> tags in between <div id=”site-content” class=”container” role=”main”><div class=”row-fluid page”>..</div></div> to keep it flowing.
Hope this helps some other soul. ??
Forum: Plugins
In reply to: [Yoast SEO] Where to add the code for breadcrumb?Actually page.php is ok for the pages of the site. But as for blog and shop page, I need to keep trying
Forum: Plugins
In reply to: [Yoast SEO] Where to add the code for breadcrumb?Please could anyone help? Its too close to the navigation for the header page. I need it to shop up on both the shop and blog pages.
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 https://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?