Home Forums WordPress Themes – Premium Encase Pro Encase Pro Theme _ Authored by and Post date

Viewing 15 posts - 1 through 15 (of 27 total)
  • Author
    Posts
  • #13558

    How do you remove the authorized by and post date on pages in this new Encase Pro Theme. This information does not show up on the lite version but is readily apparent on the Pro version? Thanks for your assistance.

    Cliff

    #22575
    Sushil Adhikari
    Moderator

    Hi Clifford Dunigan,

    Please add this css on child theme style.css file to remove meta information from pages:

    .type-page .entry-header .entry-meta {
    	display:none;
    }

    Let us know if we are understanding fully or perhaps this is not what you meant for.

    Thanks

    #22576

    I tried to type the code into the CSS but the header information remained. Any help would be greatly appreciated.

    #22579
    Sushil Adhikari
    Moderator

    Hi there,

    Could you please explain us on detail with screenshot where you encounters the problems and also your site URL?
    Header information on pages includes page title and content excerpt . if you mean to remove this from pages then please add this css on child theme style.css file:

    .page #header-meta {
    	display:none;
    }

    Thanks

    #22580

    I have taken the URL down due to the look and feel of the Theme. You will note that my name, date and author information is stamped on the home page. I would like to remove this information if possible. When I inserted the language into the CSS file it did not remove this information.

    Thanks for your assistance.
    ScreenShot2016-03-14at1.46.13AM.png

    Attachments:
    You must be logged in to view attached files.
    #22581
    Sushil Adhikari
    Moderator

    Hi Clifford Dunigan

    css given on very first reply works well here. We need to check your site to find out why this css is not working out there. If you don’t want to make your site live , you can keep you site on maintenance mode and provide us a wp login details. This plugin may help you on this .@SEE https://wordpress.org/plugins/ultimate-maintenance-mode/

    Here is the css:

    .type-page .entry-header .entry-meta {
    	display:none;
    }

    Thanks

    #22582

    My WP Login details:

    Login: CliffDunigan
    Password: Summerojd1122

    Thanks for the assistance.

    #22585
    Binaya D
    Participant

    Hi Clifford Dunigan,

    Please use the email address to send your login details, so that other member couldn’t access your site which make your site safer if you use the email address. You can directly copy the support forum link and paste in the mail as well as keep the login details and send us via mail, so that it will be easy to both of us to find the solution asap. We hope you understand.
    Email Address: [email protected]

    Thanks

    #22587
    Sushil Adhikari
    Moderator

    Hi Clifford Dunigan,

    Could you please provide us your site URL, without site URL we cannot logged on your site.

    And please be online so we can discuss more clearly.

    Thanks

    #22588

    Huemovies.com

    #22590
    Sushil Adhikari
    Moderator

    Hi there,

    Once again we request you to be online. currently you are using Amadeus theme , so please activate our theme.

    Thanks

    #22591

    I have activated your theme

    #22592
    Sushil Adhikari
    Moderator

    We had fixed your issue, please have a look on your site.

    If you need any help then please feel free to ask us a question, we will be more than glad to assist you.

    Thanks

    #22593

    The About the Author still shows up…

    #22594
    Sushil Adhikari
    Moderator

    We had already fixed your issue via live chat.

    Thanks for your patience.

Viewing 15 posts - 1 through 15 (of 27 total)
  • You must be logged in to reply to this topic.