Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1648849
replace the name "Portfolio" with another name
Closed

Comments

  • didotadv started the conversation

    error

  • didotadv replied

    error

  • didotadv replied

    1) How can I change the name "Portfolio" and call it Products?

    2) how do I make the page title disappear?

    thank you so much

  •  1,845
    Elated replied

    Hello,

    1. Just go to Elated / Theme Options >> Portfolio >> and then enter some unique portfolio slug. 

    All custom post types require additional slugs like /portfolio-item/ or /job/ or /listing/.

    Custom post types need do be read differently by WordPress than default post type such as blog, because you couldn't have the same name for blog post and portfolio post.

    You can, however, change the these slugs to something else, you can usually do that through theme options.
    Theme Options > Portfolio or Dashboard > Settings > Permalinks.

    Please note that these need to be unique, and there is no way to remove prefix completely, because of reasons mentioned above, you may only change it to your desire.

    2. You can disable/enable Title for any created page. Just go to alter some existing page >> and then navigate to Elated Title page settings. There you can disable it.

    Please let us know if there is anything else we can do for you.

    Thank you,
    Jerry



    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • didotadv replied

    how can I change this name from archive to products

  •  1,845
    Elated replied

    Hello,

    Please note that portfolio categories use archive layout. 

    This is how WordPress taxonomy works. The Archive ( category ) pages use the same page layout.

    You can try to add this css underneath in Appearance >> Customize >> Additional CSS field:

    .tax-portfolio-category .eltdf-title-holder .eltdf-title-wrapper .eltdf-page-title {
        font-size:0;
    } .tax-portfolio-category .eltdf-title-holder .eltdf-title-wrapper .eltdf-page-title:before {
        display: block;
        content: 'Products';
        font-size: 60px;
    }


    Please let us know if there is anything else we can do for you.

    Thank you,
    Jerry


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.