Kye
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updated to 4.1 – Website Down / Can't Log-inHey again,
You should be able to see the log by following the information GoDaddy provide on that link I mentioned above.
If you’re still unsure, I think you should chat with your host, they will be able to get them for you.
With regards to editing, renaming, etc, if you’re not familiar with FTP then you can use the file manager that GoDaddy provide:
https://support.godaddy.com/help/article/8399/editing-website-content-using-the-file-manager
This way you should be able to follow Jan’s instructions.
Take care.
Forum: Fixing WordPress
In reply to: Updated to 4.1 – Website Down / Can't Log-inHey again.
You can read more on GoDaddy:
https://support.godaddy.com/help/article/1197/working-with-error-logs?countrysite=uk
You could also check with your host directly and get them to pull off the latest errors for you.
Hope this helps.
Forum: Fixing WordPress
In reply to: Updated to 4.1 – Website Down / Can't Log-inHey again π
Can you open your wp-config.php file and do as I mentioned above, this should hopefully let us see some errors which should indicate the issue.
Take care.
Forum: Fixing WordPress
In reply to: Updated to 4.1 – Website Down / Can't Log-inHey there,
When you say your site is down, how do you mean?
White screen?
Some error message?
Something else?
I see you mentioned that you went to update themes after the WP update, so the rest of the admin and site was fine after that core update?
If you could please check your sites error_log, you could also enable WP_DEBUG, to output the WordPress debugging information you can open your wp-config.php file and change:
define('WP_DEBUG', false);To:
define('WP_DEBUG', true);You can also have these errors output to a debug.log file located in your /wp-content/ folder, to do this add the following to your wp-config.php file:
define('WP_DEBUG_LOG', true);Using WP_DEBUG would put the errors on the site, you can hide those and just have them out put the WP_DEBUG_LOG (if set to true) by using this as well:
define('WP_DEBUG_DISPLAY', false);Let me know what you find.
Forum: Installing WordPress
In reply to: Problema con la instalacion responsiveHey there,
I just took a look at your site, it looks responsive to me:
http://monosnap.com/image/WGNnkQLWZbZR7tn40KaU48veaVEekZ
Perhaps I’m not understanding the issue?
For Spanish support you might like to try here:
Take care.
Forum: Themes and Templates
In reply to: [Pinboard] how to display tagline only in headerHey there,
If you’re going to use a plugin like Ivan mentioned, you could use this CSS:
#header #site-title a:nth-child(2){display:none;}If you were going to make a child theme you might as well look at taking the code out or editing it so the title only appears if no image is there, and the description appears on both. I made you quick child theme:
https://github.com/gmax21/Pinboard-Simple-Child
You should be able to just download, upload, activate and do your normal settings.
Hope this helps. π
Forum: Fixing WordPress
In reply to: Large number of usersHey there,
Just wanted to follow up on this one.
Something to consider is that WordPress.com handles many millions of websites and users:
Edublogs too:
There is no limitation in WordPress, but if you expect that many people then you’re going to want to look at hardware, ensure you have contingency plans (backups, and what to do). On Edublogs and in our company in general we have 3 dedicated system admins to look after our servers. I’d expect WP have a fair number too.
If you’re going to get that many people, and lots of activity you’ll need plans in place to ensure you grow smoothly with no bottlenecking. You may wish to seek consultation on this so that you have growth plans in place.
If you’re interested in WordPress.com stats, take a peek here:
https://wordpress.com/activity/
Take care.
Forum: Themes and Templates
In reply to: [Oxygen] Remove right sidebar on a POST pageHey TarStaff,
How ya mean?
And a link to the page where I can see a post image and what you want?
I’ll then take a look at making it full width.
Cheers.
Forum: Plugins
In reply to: [CoursePress Learning Management System] Security ISSUE !!Hey all,
Using an insecure password is the main issue, but if the username is a worry then you should consider two-factor authentication. WordPress itself displays your username in the author URL:
/author/username
So you’ll want a plugin to stop WordPress doing the same if you believe this is a security concern. WP Taverns Jeff Chandler covered this earlier in the year:
http://wptavern.com/why-showing-the-wordpress-username-is-not-a-security-risk
To quote a couple of other names (in the comments) from this this article, Jim Walker:
I can tell you from ten years fixing hacked web sites that WordPress password related hacking is the least serious issue on the board (though it gets a lot of press for some odd reason).
The main reason why clientβs are hacked has less to do with passwords and more to do with clientβs not updating their plugins, themes and WordPress installations.
Mika aka Ipstenu:
I also deal with hacked sites, and I concur. Brute force password attacks tend to kill a server before someone actually gets in.
The common reasons I see for being hacked:
* Old versions of WP
* Out of date plugins/themes
* Inactive plugins/themes with security holes (βIβm not using it, why should I update?β)
* Third party (non WP) code on the account
* Virus on the computer captured passwords (this one happened to me, hush)
* Rogue admin installed backdoorThe last two are fairly exceptional.
And one other thing covered in the comments, developers fixing security issues as and when they’re found.
I’ve not freelanced for a few years now but these were my general experience including with other systems, not just WordPress. I’d imagine if this were a huge security issue then WordPress.com and Edublogs would be major targets and they would have been hacked tons of times, they both power millions of websites.
Anyway, that said and done our developer is making an update that will hash the username, this will ensure the slug is still unique and solve this issue for you all. π
Keep an eye out for that update π
Hey there
How did you duplicate the blog?
And it’s an exact match, settings as well?
There must be something different in the sites there is one works as expected and the other not but they are a duplication
Perhaps you can share a link so we can see if the layout and CSS?
Take care.
Forum: Themes and Templates
In reply to: [Ignite] Ignite Plus WordPress theme – License KeyUnfortunately as per the forum rules we can’t help out with commercial themes here, you need to keep trying the author.
http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products
It is the WordCamp weekend for Europe, it’s possible this could be the reason for a delay in response from them.
Take care
Forum: Themes and Templates
In reply to: Similar Theme (Free)Hey there,
Hope you’re well today! π
There are a few themes out there that are similar in layout. You might like to style them with different colours, add a slider plugin, or some similar.
Maybe these might be of interest:
https://ww.wp.xz.cn/themes/contango
Or:
http://themify.me/themes/itheme2
If not then feel free to take a look through the WP file repository:
Have a great day.
@abacon This seems to be a review for our premium one so this shouldn’t be on WP.org. This is for reviewing our free one which doesn’t have that notice.
As David mentions the Dashboard is not an ad, and it’s not required, if you wish to remove the notice please contact us and we’ll provide an easy way to remove the notice.
https://premium.wpmudev.org/contact/
Cheers.
Forum: Reviews
In reply to: [CoursePress Learning Management System] Very disappointingHey again, hope you had a great weekend! π
Excellent, I got it all now and will of course feed this back to our developers. We will then continually monitor feedback from all members/users.
Naturally if it’s something the majority of members/users want changing then we’d address that further.
Have a fantastic day!
Forum: Plugins
In reply to: [CoursePress Learning Management System] Change the dollarsign.MarketPress Lite ships with the free version, and MarketPress Pro ships with the Pro version of CoursePress.
It should already be on your site and included with CoursePress as per the text you quoted. π
Take care.