Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » New Versions, & Updating »

Atahualpa 3.7.12 site logo missing on clean install


 
Prev Previous Post   Next Post Next
  #1  
Old May 10, 2013, 02:18 AM
mdmower's Avatar
mdmower
 
76 posts · Jul 2010
Missouri, USA
Atahualpa 3.7.12 site logo and favicon missing on clean install

There's are a couple little bugs related to the new image directory options in 3.7.12 for users who freshly install atahualpa, or reset all settings to defaults. The site logo and fav-icon get incorrect paths if 'ata_images_dir' hasn't been written to the database yet. Easy fixes:

bfa_header_config.php

Change lines 154-155 from this:
Code:
$img_folder = 'ata-images';  
$imgdir  = content_url() . '/ata-images/';
to this:
Code:
$imgdir  = get_template_directory_uri() . '/images/';
header.php

Change lines 48 from this:
Code:
$imgdir  = content_url() . '/ata-images/';
to this:
Code:
$imgdir  = get_template_directory_uri() . '/images/favicon/';

Last edited by mdmower; May 16, 2013 at 06:28 PM.
 

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Completely clean install of WP3.1 and Atahualpa 3.6.4 nothing displays. Miach Atahualpa 3 Wordpress theme 4 Mar 8, 2011 02:17 PM
"Atahualpa theme options" link missing from Site admin page mogf01 Multisite 6 Sep 2, 2010 06:05 PM
Clean Options with Atahualpa adum Plugins & Atahualpa 1 Jul 13, 2010 06:42 PM
"Not Found" error in latest version on clean install lintunen New Versions, & Updating 18 Feb 23, 2010 12:05 AM
Clean install went south lmilesw New Versions, & Updating 4 Feb 21, 2010 10:58 AM


All times are GMT -6. The time now is 08:28 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.