New Landing How can we help? Themeforest Theme Support Joyn Shadow under header + Product Thumb Gutters + Related Project Text Portfolio

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Joyn
  • #153595
    catchlovecollective
    Member
    Post count: 5

    Hi Guys,

    First of all thank you for the amazing theme!

    Would you be able to help me out with the following:

    1 – I’m using header no. 2 and tried turning off the header shadow but it won’t go away. How do I disable it completely?

    2 – I would like to add gutters to the product thumbnail images. How can I do this?

    3 – I need to change the “Related Projects” text in the Portfolio section. How can I do this using the child theme?

    I’m using the child theme as there are some other modifications I would like to do.

    Please find screenshots attached.

    Thanks in advance!

    Kindest,

    Elise

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

    Hi,
    1- Please use this custom css code:-

     .header-6 {
        box-shadow: none !important;
    }

    2- Please provide me specific page url with issue.

    div#product-img-nav.flexslider ul.slides li{margin-right:4px !important;}

    3- Please paste this code at functions.php of child theme.

    
    <?php
    function sf_text_strings( $translated_text, $text, $domain ) {
    $translated_text = strtolower($translated_text);
    switch ( $translated_text ) {
    case 'related projects' :
    //please change the <strong>Your Text</strong> with you desire text.
    $translated_text = __( 'Your Text', 'swiftframework' );
    break;
    }
    return $translated_text;
    }
    add_filter( 'gettext', 'sf_text_strings', 20, 3 );
    ?>

    Thanks
    Mohammad

    #153649
    catchlovecollective
    Member
    Post count: 5
    This reply has been marked as private.
    #153669
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    2- Please remove last css code and use this one new code:-

    div#product-img-nav.flexslider ul.slides li{
    margin-right:5px !important;
    margin-left:5px !important;
    }

    3- Please remove last code and use this new code:-

    <?php
    function sf_text_strings( $translated_text, $text, $domain ) {
    $translated_text = strtolower($translated_text);
    switch ( $translated_text ) {
    case 'related projects' :
    $translated_text = __( 'Related Posts', 'swiftframework' );
    break;
    }
    return $translated_text;
    }
    add_filter( 'gettext', 'sf_text_strings', 20, 3 );
    ?>

    Thanks
    Mohammad

    #153963
    catchlovecollective
    Member
    Post count: 5
    This reply has been marked as private.
    #154008
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its not due to my code so please remove my code and check.
    Thanks
    Mohammad

    #154064
    catchlovecollective
    Member
    Post count: 5

    Hi Mohammad,

    Removed the code and it went back to normal. Tried using the code again and the same happened. What else can I try?

    #154087
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this code:-

    <?php
    function sf_text_strings( $translated_text, $text, $domain ) {
    switch ( $translated_text ) {
    case 'Related Projects' :
    $translated_text = __( 'Related Posts', 'swiftframework' );
    break;
    }
    return $translated_text;
    }
    add_filter( 'gettext', 'sf_text_strings', 20, 3 );
    ?>
    #155149
    catchlovecollective
    Member
    Post count: 5

    Thanks, that worked!

    #155151
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks Mohammad.
    -Rui

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