Avada Forums Community Forum Rename "Related Projects" title?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • DavidBabbitt
    Participant
    Post count: 1

    On a single portfolio post, how do you rename “Related Projects?”

    tfarino
    Participant
    Post count: 3

    I would love an answer as well. Thank you

    Michael
    Keymaster
    Post count: 770

    Hi @tfarino

    You have valid support and because our support team does not provide support via the community forum, please create a ticket using the link below and our team will gladly help

    The easiest way to change the texts is via the correct translation file included with Avada, in this case the Fusion Core’s language file -> https://theme-fusion.com/documentation/avada/translations/translating-fusion-core-plugin/

    Click Here To Get Avada Support

    We look forward to helping you!

    Thank you kindly

    ricardolevitico
    Participant
    Post count: 2

    HOW I CAN CHANGE THE NAME PROJECT RELATED IN AVADA?

    TrumpyAl
    Participant
    Post count: 1

    I managed to rename all of the items on the single-avada_portfolio page by editing the fusion-code.pot as described in the provided link (https://theme-fusion.com/documentation/avada/translations/translating-fusion-core-plugin/).

    However, the ‘Related Projects’ text I had to update by editing the .po for my language at: /wp-content/languages/themes

    expodesign
    Participant
    Post count: 2

    Hi, I don’t know if it can still be useful but I have found this solution, you can find at this link:

    https://theme-fusion.com/forums/topic/portfolio-related-projects/

    Good Luck!

    mimic10000
    Participant
    Post count: 1

    I figured out a work around with some CSS:
    I hope it helps.
    Just change the text Related Products to what you want it to show.
    Plus, you can change the style of the text via the font-size, font-weight, and color.

    /*PORTFOLIO RELATED PROJECTS*/

    .fusion-title.fusion-title-size-two.sep-none.fusion-sep-none:after {
    content:’Related Products’!Important;
    text-indent: 0;
    display: block;
    line-height: initial; /* New content takes up original line height */
    color:#a91225;
    font-size:22px;
    font-weight:600;
    }
    #wrapper #main .related-posts .fusion-title h2 {
    text-indent: -9999px;
    line-height: 0; /* Collapse the original line
    }

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