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 »

[SOLVED] Some Theme Options Have Disapeared


  #1  
Old Aug 30, 2013, 10:34 PM
AlyxMaz
 
3 posts · Aug 2013
I'm not proficient at any kind of code other than HTML. I was playing around with adding widgets to my footer using the example code provided in the theme options. I did something to the code assuming that if it was wrong it just wouldn't work and I could go back and delete it. Now all the text in the theme options from Post & Pages down are gone. When I try to go into style & edit Footer to delete the code I added there is no text showing at all. Just a blank white page. My site looks fine except that now there is a funny line of code in the footer (" class="bfa_widget_area">).
  #2  
Old Aug 31, 2013, 05:22 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
what version of Atahualpa and WP?
What is the url?
were you just doing this in the theme options or did you try modifying some of the theme code?
can you go to ato->Export/Import and export the setting to a TEXT file and attach them to a response
  #3  
Old Aug 31, 2013, 07:57 PM
AlyxMaz
 
3 posts · Aug 2013
I'm using WP 3.5.1 and Atahualpa 3.7.12
http://ornamentdesigns.com
I was doing this in the theme options and did not try modifying the theme code
Text file should be attached.
Thank you so much for your help.
Attached Files
File Type: txt ata-ornamentdesignscom-20130901.txt (15.3 KB, 1776 views)
  #4  
Old Sep 1, 2013, 05:40 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
ok, you messed up the new widget area code which caused an issue in the parser. If you look at the directions, each arameter needs to be seperated by a '&' nad you seperated them by a space: ie. you had
HTML Code:
<?php bfa_widget_area('name=Footer widget area cells=3 align_1=9 align_2=2 align_3=3 before_widget=<div id="%1$s" class="header-widget %2$s">&after_widget=</div>'); ?>
when it should have been
HTML Code:
<?php bfa_widget_area('name=Footer widget area&cells=3&align_1=9&align_2=2&align_3=3&before_widget=<div id="%1$s" class="header-widget %2$s">&after_widget=</div>'); ?>
in addition, you are creating a footer widget, but you didn't change the class which is ;header-widget' which could get confusing.

Since you are starting out, why not just create a single widget area with
HTML Code:
<?php bfa_widget_area('name=Footer widget area'); ?>
At any rate it took me quite a bit of time, but I was able to fix the export and remove the offending code. Here is a fixed version with just the one footer widget area.
Attached Files
File Type: txt ata-ornamentdesignscom.txt (14.5 KB, 1756 views)
  #5  
Old Sep 1, 2013, 06:45 AM
AlyxMaz
 
3 posts · Aug 2013
Thank you so much! That is the last time I "play" when I have no idea what I am doing. I am grateful for your help.

Bookmarks

Tags
footer, theme options problem

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
I cannot access the theme options Carina Multisite 14 Jun 20, 2012 02:57 AM
Theme options not visible chincho Atahualpa 3 Wordpress theme 5 May 19, 2010 10:56 PM
Atahualpa Theme Options itsyssolutions Header configuration & styling 4 Jul 19, 2009 07:27 AM


All times are GMT -6. The time now is 12:43 AM.


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