matthewonsea
Forum Replies Created
-
Forum: Plugins
In reply to: [IQ Testimonials] High bandwidth usageThanks for replying Roger. I did that and it seemed fine on the site in question, but then some sort of conflict arose and it was easiest to replace IQ. I use IQ successfully on several other site with no problems, so thanks.
Forum: Fixing WordPress
In reply to: Back To Site Link Missingfind
<span id="site-title"><?php echo $blog_name ?> </span> </a>in admin-header.php in /wp-admin/
and add this after it,
–
<a href="<?php echo home_url( '/' ); ?>">visit site</a>Forum: Fixing WordPress
In reply to: Back To Site Link MissingThinking on…
still a glitz. It didn’t NOT work in versions up to 3.0, why does it not work now?
Lots of users of WP don’t want the name there, but don’t want to change the CSS, or might hide it with white text, incurring a hidden text Google penalty..
Needs fixing in my POV.Forum: Fixing WordPress
In reply to: Back To Site Link MissingThanks
Forum: Fixing WordPress
In reply to: Back To Site Link MissingIf the Settings>Site Title box is blank then there is no name in the top left corner, and that is when it is missing. Tried on 4 themes
Forum: Fixing WordPress
In reply to: Back To Site Link MissingThe name snot there for me, only the round WordPress logo which isn’t live.
Forum: Plugins
In reply to: [Plugin: Business Directory] Phone Numbers Not DisplayingI have the same problem and have mailed a couple of times. No answer, so lets hope they are OK and busy working on it.
Forum: Everything else WordPress
In reply to: Just Host 10% CPU policyThis suspension happened to me at 16:24 today. I raised a ticket immediately, was passed to a senior representative who had a look and offered to reinstate but on a different server. This took a couple of hours but Justhost did everything they could to remedy the situation and 4 hours later all was working.
I’m not sure what caused it, and I don’t think they are, but they went out of their way to fix an automated glitch, which while not perfect is good service, and things like this sometimes happen.
I think, without proof, that it was a series of conflicting plugins which caused a continual demand to be made on the database. One plugin, the random-image-widget was misbehaving just beforehand.
So I don’t accept they are scammers, just a hosting company limiting exposure in an incredibly competitive sector.Forum: Fixing WordPress
In reply to: permissionsThanks. The host says that safe-mode is off, but your suggestion gives me
“Warning: phpinfo() has been disabled for security reasons in /home/xxxxxxx/public_html/phpinfo.php on line 1”I changed the permissions first of all in FireFTP, then in Filezilla, (which keeps the changes, but the changes are not registered in WP), and then in the CP, which also keeps the changes, again to no avail.
I’ve just download Filezilla 3.8 as I am using 3.7.1 and someone on another forum suggested there may be bugs in the old one.
Forum: Plugins
In reply to: [Plugin: Events Calendar] Sidebar Widget Won’t InstallI’m having the same trouble, but if you copy ‘<?php SidebarEventsList();?>’ and paste it into your sidebar.php it will work. This is meant to be for themes that are not widget ready, so maybe this widget ain’t sidebar ready.