None of the posts in the prior thread on this subject - now closed - identify the PHP or CSS file that controls the
atahualpa theme's main body background image. I need to know this in order to work around a bug that's blocking write access to the
Body, Text & Links configuration page. I can easily edit the file and have tried editing and uploading several likely candidates, so far without success. Chances are I've already found the correct file but haven't yet hit upon just the correct place in the path name at which to pick up where the variable containing the root of the path leaves off.
The files I've tried include the following under
wp-content/themes/atahualpa:
- css.php
- functions/bfa_ata_admin.php
- functions/bfa_theme_options.php
So my questions are simply:
- Which file should I edit?
- At what point should I pick up after, e.g. $css_img_path?
- At what point should I pick up after, e.g. $bfa_ata['template_directory']?
Thanks in advance for clarifying this, and sorry to have to dredge up an old question.