• I’ve just started using AccessPress Parallax theme. It’s great! Now I wanted to change layout and content stuff on Blog Section.
    I made a custom theme, activated it, imported AccessPress Parallax style.css into my child theme. Everything works fine, I can overwrite footer.php theme file by copying it to child theme and modifying it to my needs.
    But I’m not able to do that with blog-section.php. I copied it into root of child theme, but wordpress doesn’t use it. I put it into a folder “layouts” in my child theme. Still no success.
    What is my mistake? How can I overwrite layout-files of AccessPress Parallax theme? I don’t wanna edit the original files.

Viewing 1 replies (of 1 total)
  • Theme Author Access Keys

    (@access-keys)

    Hi,

    You will also have to duplicate the index-parallax.php and find the code

    <?php include($template."-section.php");?>

    and replace it with

    <?php include(locate_template($template."-section.php"));?>

    With this, you can replace any section file with your own.

Viewing 1 replies (of 1 total)
  • The topic ‘Overwrite layouts section’ is closed to new replies.