Support

Account

Home Forums General Issues No showing in this Theme

Solving

No showing in this Theme

  • Hi

    I have uploaded and used a custom field on a basic theme, that works a treat.

    I want to use it on another theme ( http://www.industrialthemes.com/made/) but it will not display.

    Would you know what the problem is? and what code i may need to add or remove? If do need to add or remove code could you tell me where please. Im not an expert at this, as yet.

    Thanks

    Jason

  • Hi @jasej

    Your question is extremely vague and demonstrates that you don’t understand what this plugin is or how it works.

    What code to remove and what to add?
    Without seeing any code in your theme, I have absolutely no idea how to respond to this.

    The documentation articles have been written to clearly explain how to use this plugin. Please read the documentation, then feel free to ask questions.

    Thanks
    E

  • Hi Elliot

    I do know how to use it (create a custom field and display it live on the Internet) and it works on one of my other themes. Not knowing how to use it is not the problem. It showing live on this theme ( http://www.industrialthemes.com/made/) that is the problem.

    The problem is it does not work on this theme. Meaning when i click the preview or the update button in WP using this theme – the content of the custom field does not appear, but it does with another theme.

    I would not know what code you would need to see – as i do not know why it is not working. Please do not worry about this question.

    I have reread the documentation and tried to apply what i have read, but it will not display the field and its content on the live webpage.

    Again, it does work in another theme but not this one ( http://www.industrialthemes.com/made/)…….meaning i can create a field but not display it live on the net.

    Thanks for your help.

    Jason

    P.S. It may be this plug in does not work on all themes or a person can get it to work if they know what coding to change, which i don’t and is fine with me, but i thought i would try and see if someone knows a solution.

  • Hi @jasej

    ACF requires you to edit the code. For example, if you had a text custom field called ‘page_title’, you could add this to the theme like so:

    
    <h1><?php the_field('page_title') ?></h1>
    

    You should be able to post the code you are using to render the custom field, otherwise, how are you expecting it to show?

    Thanks
    E

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

The topic ‘No showing in this Theme’ is closed to new replies.