melbspokenword
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fixing pop under malware hackDumb question, but who do you find your log files?
It’s not completely gone as it turns out, just seems to only display it on certain browsers.
Forum: Fixing WordPress
In reply to: Fixing pop under malware hackHow do I go about doing that? Just changing passwords?
Forum: Fixing WordPress
In reply to: Fixing pop under malware hackThanks, one of those scanning sites found some extra corrupt malware in the javascript so I removed it
Forum: Plugins
In reply to: [Instant Articles for WP] cant connect to facebookYeah keeps saying ‘something went wrong’ also noticed that this support forum has been inactive so not sure what happened and whether this plugin is still supported or we have to find another.
Forum: Plugins
In reply to: [Instant Articles for WP] Permissions ErrorWow seriously. The fact that barely anyone has responded to this post speaks so much about the quality of the plugin.
Got the same problem.
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] Avatar not displaying properlyNo idea why that is.
The plugin auto installed for me and put something in the post template file, which is single-post.php file for most people. I didn’t code my site though, was designed by Phil and Toby and I just made some modifications.
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] Avatar not displaying properlyLink? So I can what it did.
Forum: Plugins
In reply to: [Fancier Author Box by ThematoSoup] Avatar not displaying properlyI’m using a different plugin, StarBox: https://ww.wp.xz.cn/plugins/starbox/
Forum: Themes and Templates
In reply to: Fixing image alignmentAh thanks, yeah found that in the plugin css file, turns out adding margins in the negative moves it.
Thanks
Forum: Themes and Templates
In reply to: Fixing image alignmentDoesn’t seem to effect it.
What if I change
.post-content img[align='left']{margin-left: -100px;
to
.post-content img[align='left']{margin-left: 0px;Forum: Themes and Templates
In reply to: Fixing image alignment