Jack Hsen
Forum Replies Created
-
That’s great.
Works fine now.
Brilliant support!Forum: Plugins
In reply to: [17TRACK for WooCommerce] Woocommerce bind failThanks.
Yes I failed to follow all the steps. DOH!
Thanks for the quick response.Can’t find 5.9.5.1
I’m sure it’ll be okay, it’s a simple fix.Agree with techstacy. In my case I opened phpMyAdmin and selected all tables and ran repair. This flagged up that table wp_wfConfig was corrupted. Having ran the repair I was then able to select the option in Wordfence to “Delete Wordfence tables and data on deactivation” then deactivated and re-activated. Sorted!
Forum: Fixing WordPress
In reply to: WordPress "is currently unable to handle this request.'Jetpack with me also. Someone had updated it to version 4.0
Pay attention kids…Never update anything to x.0
I note Jetpack has now gone to version:
4.0.2
Release date: April 21st, 2016
Bug Fix:
Addresses an issue where Jetpack 4.0 caused a fatal error on sites with specific configurations.
Forum: Plugins
In reply to: [Download Manager] Can't "Save settings"Saves on Justhost. And can see the value in the database there in wp-options table key __wpdm_twitter_bootstrap. (I’m trying to disable bootstrap to fix a menu problem).
In the database on siteground there is no such key ??
Forum: Plugins
In reply to: [Download Manager] Can't "Save settings"Any solution to this? I have same problem, settings wont save. Host is Siteground.
This solved mobile menu problem with Virtue theme by Kadence. Thanks.
Brilliant! That’s it working. Thanks. Mark as resolved.
Thanks. The image now resizes, but now no form opens!
Further to this…I’ve noticed that if I put in markup with the text in the plugin settings eg:
<span class="feather">Share This:?</span>
The markup doesn’t appear in the resulting page. It does appear when I do this on another site (not Radiance theme) but not on scubacat.com (a Radiance themed site).
Just noting my observations in case it triggers ideas.
@jul3 Home page only? Or also on excerpts on the blog?
Hi, yes, W3 Total Cache.
Cleared the cache,problem still there.Hi, I’ve got the same problem as amorgwrites: “Share This” appears in excerpts with no icons. See https://scubacat.com/ (half way down “Other Recent Posts”). I’ve been in touch with Solostream who make the Radiance theme I’m using and they say they are using the standard way of calling a post excerpt. Here is their code:
/*-----------------------------------------------------------------------------------*/ // Function to get the post excerpt /*-----------------------------------------------------------------------------------*/ function solostream_excerpt() { if ( get_option('solostream_post_content') == 'Excerpts' ) { ?> <?php the_excerpt(); ?> <p class="readmore"><a class="more-link" href="<?php the_permalink() ?>" rel="nofollow" title="<?php _e("Permanent Link to", "solostream"); ?> <?php the_title(); ?>"><?php _e("Continue Reading ?", "solostream"); ?></a></p> <?php } else { the_content(__("Continue Reading ?", "solostream")); } }