hmnim
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta pixel for WordPress] Why these gets inserted in the output message?Hi, I’m having the same issue too so would be great to know when a fix is sorted for this.
Forum: Fixing WordPress
In reply to: Post Text Overlaps SidebarFantastic, that’s fixed it. Thank you for all your help
Forum: Fixing WordPress
In reply to: Post Text Overlaps SidebarI haven’t got any caching plugin
Forum: Fixing WordPress
In reply to: Post Text Overlaps SidebarNope, I’m accessing the file directly through FTP
Forum: Fixing WordPress
In reply to: Post Text Overlaps SidebarIt’s very strange, I’ve pulled up all the CSS files in the theme folder and can’t find any reference to 10% in any of them
Forum: Fixing WordPress
In reply to: Post Text Overlaps Sidebaryes
Forum: Fixing WordPress
In reply to: Post Text Overlaps SidebarOn mine lines 407 – 16 read
}
#content {
margin: 0 22% 0 0;
}#main .widget-area {
float: left;
overflow: hidden;
width: 20%;Forum: Fixing WordPress
In reply to: Post Text Overlaps SidebarI have now and it still does the same…I’ll give it a bit of time and see if that clears it…thank you for your help
Forum: Fixing WordPress
In reply to: Post Text Overlaps SidebarThank you!
that’s fixed it in Safari but not in Chrome…hmm
Forum: Fixing WordPress
In reply to: Post Text Overlaps SidebarNo I haven’t. I know it works in IE and Firefox just not in Chrome or Safari…it’s bizarre
Forum: Fixing WordPress
In reply to: Visual Editor Not WorkingI can’t work out the search and replace syntax properly I’m trying
UPDATE ywr_posts SET post_content = REPLACE(post_content, ‘
‘,
‘); but I getERROR: Unknown Punctuation String @ 71
STR: />
SQL: UPDATE ywr_posts SET post_content = REPLACE(post_content, ‘
‘,
‘);SQL query:
UPDATE ywr_posts SET post_content = REPLACE(post_content, ‘
‘,
‘);MySQL said:
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘
‘)’ at line 1Forum: Fixing WordPress
In reply to: Visual Editor Not WorkingThanks. I think I’ve solved it. In chrome I’ve certainly fixed the JS error and everything still seems to be working. I’ve also got the visual editor back.
Now doing a Phpmyadmin search and replace to sort out the
toThank you for your help
Forum: Fixing WordPress
In reply to: Visual Editor Not WorkingScrap that! It’s not working again…I’m pretty sure it’s something with that Javascript but I’ve no idea how to fix it…any ideas from using the web inspector yourself?
Thank you, I really appreciate your help
Forum: Fixing WordPress
In reply to: Visual Editor Not WorkingThanks. I had a look and deleted the line (jQuery) from line 120 and that’s fixed the visual editor.
I don’t think it’s broke anything else!
Forum: Fixing WordPress
In reply to: Visual Editor Not WorkingThanks however I’m on a Mac so don’t have Internet Explorer…I have Chrome and Safari if that’s useful