New Landing How can we help? Themeforest Theme Support Uplift Agency Demo "More Projects" listing

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Uplift
  • #287539
    Slovensko1
    Member
    Post count: 9

    Hi there!

    On the Agency Demo when viewing a portfolio item:
    1. How I can change the phrase “More Projects” on the bottom?
    2. How can I change the “View Project” link so that it can say something else?
    3. How can I delete the date on the description section?

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #287717
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    1 and 2) Only translating that text, using WPML or using this plugin https://wordpress.org/plugins/real-time-find-and-replace/

    3)

    Add the code below to your custom css option.

    .single-portfolio .date.updated {
        display: none;
    }

    Hope it helps.

    -Rui

    #287737
    Slovensko1
    Member
    Post count: 9

    Thanks Rui!

    Where can I go to “translate” the texts for the “View Project” and “More Project” section?

    Thank you!

    #288010
    David Martin – Support
    Moderator
    Post count: 20834

    Those strings are located within the Swift Framework plugin. This is located /swift-framework/languages/swift-framework-plugin-en_US.po

    Please follow this example of how to translate a .po file: http://www.swiftideas.com/knowledgebase/translating-the-theme-using-poedit/

    #288211
    Slovensko1
    Member
    Post count: 9

    Thanks, David.

    This seems like something that should be an easier edit than the rigamaroo of changing the English words into different English words through a plugin. I don’t think it’s crazy for me to assume that more people are using this demo and needing to change “More Projects” into the relevant phrase.

    Is there a way to disable the “More Projects” list and links altogether?

    Thanks again!

    #288429
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I understand what you mean but it need to be this way so your translations aren’t lost in any update, if it wasn’t that you could replace the text directly.

    It’s better to use the plugin I advised, you just need to place the text you want to translate and the translation itself.

    You can disable that section with this custom css

    .single-portfolio .related-projects{
        display:none;
    }

    -Rui

    #288459
    Slovensko1
    Member
    Post count: 9

    Hi Rui,

    Thank you.

    I tried that plugin and it did not work…reading the reviews, it seems that it’s a bit temperamental. Any other quick fix which you could advise?

    Thanks,
    Tomas

    #288618
    David Martin – Support
    Moderator
    Post count: 20834

    Tomas are you wanting to translate or simply change the wording?

    To translate you will want to use the above method: http://www.swiftideas.com/forums/topic/agency-demo-more-projects-listing/#post-288211.

    To change the wording, you will want to install and activate your child theme, then override the PHP function. We can talk you through that. An easy solution is what Rui mentioned via that plugin. This will work – let us know if you need a help to set it up.

    – David.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register