• Hi there,
    I would like the project type and tags to not display when viewing a project page. Please advise.
    Thanks,
    David

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi Busgeek
    Hope you’re doing well today 🙂
    Can you give us link to your website??
    Thanks
    Cheers
    TR

    Thread Starter Busgeek

    (@busgeek)

    Hello,
    http://studiomatson.com/david-matson/

    I just disabled the types and tags by deleting them, knowing this was a temporary fix.
    Thanks for taking a look.

    Moderator Kathryn Presner

    (@zoonini)

    Adding this to your custom CSS editor (I see you have one installed already) should hide the project tag and type:

    .single-jetpack-portfolio .tags-links, .single-jetpack-portfolio .portfolio-entry-meta {
      display: none;
    }
    Thread Starter Busgeek

    (@busgeek)

    Which file do I add the code to? jetpack.php?
    I tried that and got an error: Parse error: syntax error, unexpected ‘.’ in /home/studi235/public_html/wp-content/themes/illustratr/inc/jetpack.php on line 62

    Hi Busgeek,
    Hope you’re doing well today 🙂

    I tried to open you site and got this message

    Infection detected!
    http://studiomatson.com/david-matson/

    The requested URL contains malicious code that can damage your computer. If you want to access the URL anyway, turn off the Avast web shield and try it again.

    Infection type: URL:Mal

    So I do not want to get to the troubles.

    Anyway, if the code above is OK

    Then:
    put this code to your Child Theme style.css file
    OR
    Install Simple Custom CSS plugin and put the code there.

    .single-jetpack-portfolio .tags-links, .single-jetpack-portfolio .portfolio-entry-meta {
      display: none;
    }
    
    or
    
    .single-jetpack-portfolio .tags-links, .single-jetpack-portfolio .portfolio-entry-meta {
      display: none!important;
    }

    Forget for any php file you do not need it for this type of tweaking. You can just demage your site

    Hope this will be helpful
    Let me know
    Cheers
    TR

    Moderator Kathryn Presner

    (@zoonini)

    Which file do I add the code to? jetpack.php?

    Nope, you don’t need to add the code to any file – and definitely never edit jetpack.php or any plugin or theme files. 🙂

    When I’d looked at your browser source earlier, it looked like you’d installed a Custom CSS plugin at one point, do you remember doing that? If you activated Jetpack’s Custom CSS module you’re looking for “Appearance > Edit CSS.” and it’s in that editor that you’d add the CSS I gave you above. If you installed another CSS plugin it may be located somewhere else but it would tell you where in the plugin’s instructions. Let me know if you can’t find it.

    Thread Starter Busgeek

    (@busgeek)

    Unfortunately, I altered the jetpack.php via the Editor (I believe) and now my site is not working. I’m trying to get help from my hosting company. Bummer.

    Hi,
    let me know when you get back life, I will take a look closer to solve this.
    Hope you or your hosting has backup of your site.
    Have a nice day
    Cheers
    TR

    AND – Forget for any php file you do not need it for this type of tweaking. You can just demage your site.

    Thread Starter Busgeek

    (@busgeek)

    My site is back up. Whew.

    Hi Busgeek
    Sorry to say, but when I try to open your site, my anti-spam software Avast is saying that you have some malicious content on your server, Protects me to open the site.
    So I cannot be helpful.

    Discus this with you hosting provider, maybe they can help to solve this.

    Please, check your site carefully, maybe better if you are at the begging of your site creation, reinstall fresh WordPress, set the Theme and so on.

    @kathryn
    Do you experience same as me? do you have any anti-spam software on your site? I do not want to scare Busgeek, without the reason.
    Thanks for cooperation

    Wishing you nice day
    Cheers
    TR

    Thread Starter Busgeek

    (@busgeek)

    Ok the custom css plugin was great. My hosting company is reviewing my site. Thank you.

    Moderator Kathryn Presner

    (@zoonini)

    Glad your site is back up and that you got the custom CSS plugin working.

    I’m not getting any security warnings on your site, glad your hosting company is looking into it. I ran it through Sucuri’s scanner here: https://sitecheck.sucuri.net/ and it did not detect any malware:

    Sucuri SiteCheck Free Website Malware Scanner

    If you need help with this, you can always start a new thread in the troubleshooting forum since this isn’t a theme issue.

    Moderator Kathryn Presner

    (@zoonini)

    p.s. I’d strongly recommend learning how to use an FTP tool so you can manually replace plugins and themes in case you ever run into trouble again. It’s not hard and it’s very helpful to know how to do. 🙂

    http://codex.wordpress.org/FTP_Clients

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Turn off project type and tags’ is closed to new replies.