New Landing How can we help? Cardinal How to change this?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #258859
    Teszla
    Member
    Post count: 5

    Hi there!
    I’m having a problem changing one title in the Cardinal theme.
    It’s the one that says “Related Projects” on the bottom of every portafolio post.
    I want to change the title or turn it off.
    Can you help me please?

    Attachments:
    You must be logged in to view attached files.
    #258882
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please paste this code at functions.php of child theme.

    function sf_text_strings( $translated_text, $text, $domain ) {
    	switch ( $translated_text ) {
    		case 'Related Projects' :
    			$translated_text = __( 'Change me', $domain );//just check it
    			break;
    	}
    	return $translated_text;
    }
    add_filter( 'gettext', 'sf_text_strings', 20, 3 );
    #259052
    Teszla
    Member
    Post count: 5

    Well, i did it, but i don’t know if it’s well done.
    Now, how do i install the child theme?
    (I’m a total noob, i’m sorry for my requests)
    Thanks a lot!

    Attachments:
    You must be logged in to view attached files.
    #259066
    David Martin – Support
    Moderator
    Post count: 20834

    Install the child theme like a normal theme, download the supplied child theme from the main zip folder from your ThemeForest account. Upload the child theme zip file and activate it like you did with the main theme.

    Thanks.

Viewing 4 posts - 1 through 4 (of 4 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