Change pacth /map/ in my child theme

Discussion in 'ClassiCraft WordPress Theme' started by hoai, Dec 23, 2014.

  1. hoai

    hoai New Member

    Joined:
    Dec 5, 2014
    Messages:
    6
    Likes Received:
    0
    Hi Inkthemes!

    I want custome map in my child theme. How to can do it?
    Example: I want change file address_map.php and add file costome.php in child theme.

    I don't want change in parent theme.

    Thanks
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You have to copy address_map.php file in child theme then you can change its content but don't change the name of file.

    Thanks & Regards
    Yogesh Bhade
     
  3. hoai

    hoai New Member

    Joined:
    Dec 5, 2014
    Messages:
    6
    Likes Received:
    0
    I changed it but it is not working :(
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You have to include this file in following file.
    1. In edit_ad.php file on line no. 164
    2. In cc_metabox.php file on line no. 148
    3. In step1.php file on line no. 66

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. hoai

    hoai New Member

    Joined:
    Dec 5, 2014
    Messages:
    6
    Likes Received:
    0
    Can you send for me sample file php? Ex: remove action on (parent theme) and add action on (child theme)

    Sample file php include in functions.php

    Ex: Replace file address_map.php from parent theme to address_map.php child theme
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !

    We does not recommend to do work in child theme.
    Many time child theme does not supported by browsers.

    Thanks & Regards
    Pramod
     

Share This Page