What kind of help can I get for donating?

  • Author
    Posts
  • #36483
    Michael Matthews

    I’m wanting to know if I’ll get help with coding to edit Mantra in a child theme for the most part. I love the theme but as an example I want to be able to put a title in the header with the logo and have both which currently isn’t an option. So I’m going to do an img line and add a photoshop created title for my header in the spot I want it to go with my logo. If I know where to edit the code that is.

    I have some html and css knowledge, it’s just that I’m lost as to what files I should add code to, to get results, the mantra theme has a lot of files. When I open a php file nothing looks familiar. I don’t see page content that I have, or a picture link to my custom header image for example.

    So I’d occasionally have basic questions about coding and file location. Would I get sincere help with my questions if I donate? I’m not asking to be taught coding, I’m taking lessons for that. Any coding questions will be in relation to the Mantra theme.

    #36528
    Zed
    Cryout Creations mastermind

    The functions displaying the header contents is located in includes/theme-functions.php and is called mantra_title_and_description. It is a hooked functions (you’ll find the hook call into cryout_branding_hook below its declaration).

    To customize it, you need to copy it in your child theme and rename it, unhook the original and hook the replacement in place. Then you can edit functionality.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #36550
    Michael Matthews

    I found the file, but I’m unfamiliar with php. I have some html and css knowlege though. I’d probably need to know what line to edit and how to write the line. I sent an email on this so we can continue here or there if you want, either is fine with me if you don’t want to have two conversations. 😛

    Thanks for the info so far.

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

The topic ‘What kind of help can I get for donating?’ is closed to new replies.