Forum Replies Created

Viewing 15 replies - 241 through 255 (of 426 total)
  • Tim Nash

    (@tnash)

    Spam hunter

    Before investigating to far, I would suggest trying https://wordpress.org/plugins/check-email/

    And just doing an email check from that and see if you receive that.

    Tim Nash

    (@tnash)

    Spam hunter

    It sounds like the ‘Project’ posts are Custom Post Type probably being generated by your theme or plugin. http://codex.wordpress.org/Post_Types

    WordPress by default only has Posts and Pages, however with Custom Post Types it can be extended to do other things.

    In this case either a plugin or theme has added Project with custom properties, such as not having categories. Custom Post Types can be incredibly useful, but often themes abuse them. If I had to guess I would say in this case, the theme you are using, is using Project posts, to be styled differently.

    Tim Nash

    (@tnash)

    Spam hunter

    Did you recently change your theme, or add a plugin?

    If so you did you will want to rename the folder of the theme or plugin that you installed, which will deactivate it allowing you to get in again.

    The error is being generated, because something is trying to load a widget at an inappropriate time.

    Tim Nash

    (@tnash)

    Spam hunter

    If you are using the WordPress menu under appearances, you can add custom link and just put in the url of the sub site in there with custom name.

    Forum: Fixing WordPress
    In reply to: Remove Tagline
    Tim Nash

    (@tnash)

    Spam hunter

    You want to do what now?

    You are going to have to be more specific if you want help.

    Tim Nash

    (@tnash)

    Spam hunter

    Can you directly access your admin backend?

    Couple of things to do, if you can then first off visit Settings -> Permalinks
    And note down how your permalinks are set, then reset them to the default “ugly” look, visit your site and check it’s going to posts.

    Then go back and set it back to how you had them, has the problem resolved?

    If not, did it write to the htaccess file, or give you an error?

    If not then, its most likely related to a plugin, starting with a caching plugins its going to be a case of switching them off and then back on again until it works.

    Tim Nash

    (@tnash)

    Spam hunter

    The correct way to do this, is to create a child theme:
    http://codex.wordpress.org/Child_Themes

    And modify the footer.php to remove the credit links in the file rather then just hiding it with CSS (the content still will show in the source code if you hide with CSS, and will still be available to screen readers and search engines for example), creating a child theme for your modifications will mean you won’t have any worries if you need to update your parent theme.

    If you were to follow Calvin suggestion, I would not edit the themes style.css

    Instead, you might find using a custom CSS plugin a far simpler solution. If you are using the JetPack Plugin it has a custom CSS module alternatively you can look at https://wordpress.org/plugins/simple-custom-css/

    Apart from making it easy to make CSS changes in your admin area, it will also mean that if you update your theme if a new version is released, you won’t lose your changes.

    Tim Nash

    (@tnash)

    Spam hunter

    I don’t want peeps to leave with unpleasant feelings, I think it’s just a sensitive subject 🙁

    On the gravatars, your gravatar is yours, to personalise how you like, while people like myself would prefer not to see company logos and motifs, they are allowed and to a certain level tolerated.

    The example where you linked to with a company name in their name section, makes many folks here very uncomfortable, while there is no overriding policy it’s something that is very much being discussed.

    Currently the only actively enforced policy is regarding promoting business, the definition of which is up to interpretation by mods. If someone was to change their name to Awesome Balls Company with their Gravatar to their company logo and then posted a link, to say a resource on their own site, or referenced their company then I suspect mods would act differently to them then say someone called Yehdah with a cartoon Gravatar posting the same content. Regardless if either party posted sales pitch etc they would be treated the same way.

    As Jan said it’s a line, and a judgement call, but there would be far more leeway given to those who don’t push the line so to speak. So you can expect a better reaction from Mods if you post as yourself and not your company, hopefully this thread when seen from that light will appear less hostile.

    Personally and this is a personal opinion, I think when companies and individuals use company logos and company names as usernames it looks incredibly tacky and spammy. So far from being a promotional tool, it would put me off.

    On the flip side, I have seen some great corporate branding with Gravatar, like Yoasts team, with their individual cartoon Gravatars, which are very memorable and quite professional looking.

    Hopefully that makes sense, as I said at the start its a sensitive and an active conversation.

    Forum: Fixing WordPress
    In reply to: WordPress rest api
    Tim Nash

    (@tnash)

    Spam hunter

    WordPress JSON REST API is not yet available within WordPress Core but is available as a separate plugin – http://wp-api.org/

    This is the the version, that will be integrated into WordPress in the coming versions. However there are a few other options, including WordPress.com one (via JetPack).

    Tim Nash

    (@tnash)

    Spam hunter

    I think you have gotten your sites mixed up, don’t worry you are not alone!

    WordPress.org – is the site for the software called WordPress, the site is run entirely by volunteers and has no ticketing system.

    WordPress.com is a commercial venture run by Automatic a company who also run Akismet amongst other services.

    It sounds like you are using WordPress.com services in which case you need to get in touch with them directly as they won’t be monitoring these forums.

    Good luck sorting it though.

    Tim Nash

    (@tnash)

    Spam hunter

    I’m sorry to hear your site has been hacked, I would suggest you take a look at – http://codex.wordpress.org/FAQ_My_site_was_hacked

    As your starting point.

    Forum: Requests and Feedback
    In reply to: Spam Blocker
    Tim Nash

    (@tnash)

    Spam hunter

    Sadly not a lot we can do to help with Akismet logins, best of getting in touch with them directly. Going to close this thread as really nothing we can do and don’t want it to steer to far off topic

    Tim Nash

    (@tnash)

    Spam hunter

    Breathe in, hold, breathe out.

    It would appear the issue is resolved, so yay, the review side well that is quite literally a different thread.

    So in the mean time as you have both said your piece I’m going to close this topic, before one of you changes your minds.

    Tim Nash

    (@tnash)

    Spam hunter

    backup the .htaccess and then delete it, its probably the s2 rules causing the issue 😉

    Forum: Requests and Feedback
    In reply to: Spam Blocker
    Tim Nash

    (@tnash)

    Spam hunter

    Hi Toby,

    Welcome to WordPress.org forums, these forums are for the WordPress.org software rather then the WordPress.com hosted service. You can find more information about the difference http://en.support.wordpress.com/com-vs-org/
    Specifically, there is no company here, rather this is a volunteer led project and forums.

    If you are struggling to login to a WordPress.com site, or have received spam complaints from them, then you need to contact them directly, there is nothing we can do and they don’t regularly these forums.

    WordPress as a software doesn’t by default have the ability to accuse you of spamming, it does however come bundled with a piece of software called Akismet.

    Akismet is created by a company called Automatic who also run WordPress.com and it has a mechanism to flag comments and other things as SPAM, this is normally automated process and can have false positives.

    If Akismet might be the issue for you, you can find out information http://akismet.com/

    So to summarise,
    Really sorry to see you upset, I hope it can be resolved!
    WordPress.org support forums are specifically for the software, and as such we can’t really help you get unblocked by what ever service is blocking you or even help identify the service.

    If it’s WordPress.com or Akismet related, you are best contacting them directly. Otherwise you will need to go directly to whoever/whatever has told you “WordPress” specifically has blocked you and ask for more information.

    Hope you get it sorted though!

Viewing 15 replies - 241 through 255 (of 426 total)