bytesforall
Forum Replies Created
-
Forum: Plugins
In reply to: Changing Atahualpa header imageActually your theme path might be /wp-content/themes/atahualpa/images
(instead of …/atahualpa3/…)
Depends on which version you have and where you downloaded it.
Forum: Themes and Templates
In reply to: Height in AtahualpaAt Atahualpa Theme Options -> Header Image -> Header Image Height
you’ve put 400px although the image is around 360px tall, that’s where the 40px white space are coming from.
You also have an empty additional container above the header but you probably know that.
Forum: Themes and Templates
In reply to: Height in AtahualpaPost a URL please
Forum: Fixing WordPress
In reply to: bringing sidebars farther in & centering widgetsAt Atahualpa Theme Options -> Layout -> Layout WIDTH and type (FLUID or FIXED) change 99% to another value, i.e. 85%
Add these via Atahualpa Theme Options -> HTML/CSS Inserts -> CSS Inserts:
To center the flickr widget content:
div.zg_div { margin-left: auto; margin-right: auto; }To center the etsy widget content.
div#text_1 { text-align: center; }To center all widget titles:
div.widget-title h3 { text-align: center; }Forum: Themes and Templates
In reply to: Height in AtahualpaWhite Space: You probably still have %bar1 or %bar2 in Atahualpa Theme Options -> Header -> Configure Header Area
2) Not sure about that. The page height will depend on the content?
3) Use a text widget at Site Admin -> Appearance (“Presentation” in older WP versions) -> Widgets -> Select “Right Sidebar” in the dropdown menu -> Click “Show” -> Click on “Add” on the “Text Widget” on the left side -> Click on “Edit” on that widget which is now on the right side -> Paste this into the widget’s bigger, lower textarea:
<img src=”/wp-content/themes/atahualpa/images/myimage.gif” alt=”My image” />
Click “Done” on the widget. Click “Save changes” at the bottom.
Your image path might be /wp-content/themes/atahualpa3/images/myimage.gif depending on where you downloaded the theme.
Forum: Themes and Templates
In reply to: editing theme ( atahualpa )What sargemarcori (thanks) described is available since the 3.x series of Atahualpa: There are check boxes to turn on/off left and/or right sidebar on a page type basis (Home, Single, Page…) and even based on single pages ID’s.
Forum: Fixing WordPress
In reply to: [Theme: Atahualpa] [Plugin: podPress]Can you check both plugins with the “default” WP theme for a moment and see if they work there?
Forum: Themes and Templates
In reply to: Atahualpa goes so slowEarly 3.x versions used to save all 200+ options at once, since 3.1.2 it only saves the options of the current menu tab (around 1-20 options). Do you have the same problems with a new Atahualpa version?
And, going to the admin panel may take a few seconds for the first visit but it should be quicker on subsequent page loads?
Forum: Themes and Templates
In reply to: “By Email” feedburner by google no ID numberForum: Themes and Templates
In reply to: “By Email” feedburner by google no ID numberAtahualpa 3.2 is out now, and the Google/Feedburner issue is fixed
Forum: Themes and Templates
In reply to: “By Email” feedburner by google no ID numberThere would be a message in the admin area but you can only see it when you’re on the “Atahualpa Theme Options” page.
Forum: Themes and Templates
In reply to: “By Email” feedburner by google no ID numberI am aware of that issue. users that signed up at feedburner.google.com don’t have that 7 digit ID anymore and the submit URL has changed as well. I’ll release an updated version 3.2 of Atahualpa tomorrow or on the weekend which will cover both old feedburner.com accounts and new feedburner.google.com accounts.
Forum: Themes and Templates
In reply to: Background color for widget containers/headers/body not workingIs that a typo:
background: D0D0FF?Should be
background: #D0D0FF;(Note the hash sign # in front of the color code)
The color input fields with the javascript color pickers don’t get the hash sign, that might have confused you I guess.
Forum: Fixing WordPress
In reply to: Multi-post Pages in Atahualpa?In Atahualpa, “multi post pages” mean all pages with multiple posts such as the homepage, category pages, archive pages, tag pages, search results and author pages. It does not mean “Page” pages with posts.
Forum: Themes and Templates
In reply to: Moving page menu in Atahualpa themeThe admin section I mentioned does not only let you add / remove header items, you can also re-arrange their order.
Looks like you already edited “Atahualpa Theme Options -> “Header” -> “Configure Header Area” to remove the header image. Your current setting should look like this:
%pages %logoIf you change that to
%logo %pagesDoes the page menu bar not go below the logo area?