• Hey,

    It seems that everything i try i can’t remove the titles from the pages. And the only plugin “Title Toggle for Storefront Theme” is outdated for WordPress 4.7.2 and it doesn’t work (weirdly it did work for 2 days…).

    Is there any reliable way to do this ?

    Thank you,

Viewing 13 replies - 1 through 13 (of 13 total)
  • Try to add following in youre style.css file.
    Best to do it in a child theme…

    .page-title {
     display:none;
    }

    Hi exe65,

    I have the: “Title Toggle for Storefront Theme” installed and still working in this site:
    https://logologics.nl/wordpress-installatie-basis/

    You can achieve it with the above code as well ( thats basically what the plugin does for you ) however I suspect there is some ( new ) conflict after recent updates or maybe you added a new plugin or code recently?

    I suggest to de-activate all other plugins to see if the conflict is gone, if so start activating plugins one by one to find the cullprit. Remember if its not a plugin conflict it can also be some custom code you added recently!

    Good luck,
    Annie

    • This reply was modified 9 years, 2 months ago by LogoLogics.
    Thread Starter exe65

    (@exe65)

    Hey,

    Thank you for the anwsers. Unfortunately nothing works. Neither the snipset or deactivating all the plugins or deleting any changes in style.css and functions.php.

    I just got an e-mail that wordpress was upgraded to 4.7.3. I think that it would be best if i accept it and styleize the heading with a code so it can be smaller ?

    Thank you,

    Hi,

    That is weird indeed.
    Please provide URL so I can take a look at the site where this is happening.

    Is there some caching going on in your site, the browsers cache, cdn or serverside?
    If so you might not see the changes?

    Are you using a child theme and made customizations in there ( if not you should ).
    If so, have you switched to the parent theme and do you still have this issue?

    Annie

    Thread Starter exe65

    (@exe65)

    Hey,

    Link to the site: https://trgovina.supremotech.si/

    About caching: yes i do have W3 Total Cache. I will run it and see.
    I am using a child theme and have all the customizations there. I didn’t switched yet. I remember i put php vesrion on the server from 5.3 to 5.4 might that be the case ?

    Thread Starter exe65

    (@exe65)

    I just switched from 5.4 to 5.3 again and it’s not the case. Also i cleaned the cache.

    Hi,

    PHP VERSION:
    Actually php 5.3 an 5.4 are pretty outdated?
    I am on 7.1 for quite some time now?

    Not saying its the php version, but 7.1. has lots of speed improvements.

    CACHE:
    W3 Total Cache can be very dominant, are you sure all cache is cleared there, no left overs in the cache folders?

    CHILD THEME:
    Definitely test this one ( temporarily switch to parent )
    Which one are you using by the way?

    CERTIFICATE ISSUES HTTPS:
    When I go to the given url, I get a page telling me the site is unsafe and might be trying to steel my passwords. The https is crossed out in red telling me its unsafe.

    I need to tick “advanced” in that screen and go the site on my own responsibility..
    This usually happens if the SSL certificate is not set properly on the server. Please contact your host about that if he installed the certificate for you that is.

    Browser dev tools check tells me:

    trgovina.supremotech.si:443 uses an invalid security certificate.

    The certificate is not trusted because the issuer certificate is unknown.
    The server sends might not be appropriate between certificates.
    Possibly an additional root certificate should be imported.

    Error code: SEC_ERROR_UNKNOWN_ISSUER

    • This reply was modified 9 years, 2 months ago by LogoLogics.

    Ok I can tell from your source code that you are using the Orbisius child theme creator.
    I stopped using that a long time ago because ( at that time ) it was not up to date with recent guidelines like no longer use the @import in the child theme.

    Thing is, Storefront takes care of the enque code in its parent theme.
    Maybe your child theme is not fit for Storefront?

    See documentation:

    https://docs.woocommerce.com/document/set-up-and-use-a-child-theme/

    Seems the enque code does not need to be in the functions.php as Storefront has that taking care of in its parent theme:

    Note: With Storefront you do not need enqueue any of the parent theme style files with PHP from the themes functions.php file or @import these into the child themes style.css file as the main parent Storefront theme does this for you.
    With Storefront a child theme only requires a blank functions.php file and a style.css file to get up and running.

    So, please first check if the issue persists if you switch to your parent theme first and again make sure all possible caching is cleared thourally.

    Annie 🙁
    I am cooking something interesting. You should definitely start using it again.

    Ah hello Slavi!

    You ‘re always “cooking” something and I am sure it will be “delicious” as are all your products. Thing is I am always working with Storfront lately as a basis for my sites, and if I am not mistaking, its best to use one that is perfect fit for Storefront.

    Most themes still need the enque code in the style css, just brainstorming here to find the cullprit 🙂

    Thanks,
    Annie

    Annie, I know and you’re right 🙂

    The child/parent style enqueuing was done a few minor versions back.
    The Orbisius Child theme creator plugin doesn’t use the old import method anymore.

    LogoLogics

    (@logologics)

    Great, thanks for the info!

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Remove Title from pages’ is closed to new replies.