bytesforall
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Point form mis alignmentTry adding this to header.php, right before </head>
<style type="text/css">
.announcement_post ul li {
margin-left: 1em
}
</style>
or use “1.5em” etc.
Forum: Themes and Templates
In reply to: Archives only show the number of posts from front pageCan you elaborate and use “post” for posts and “page” for pages. I think you mean “post” when you say “page” but I am not sure.
What is your setting at “Site Admin” -> “Settings” -> “Reading” -> “Blog pages show at most”? Should be 10 by default. That means 10 per page, not 10 total. It would still show all, just broken up into 10 posts per page.
=================================
To have the homepage display only 3 posts, and the other pages (archives, category, tag pages, search result pages) whatever you have set at “Blog pages show at most”, ADD, in index.php, this:
<?php if (is_home()) {query_posts('showposts=3');}?>
RIGHT BEFORE this:
<?php if (have_posts()) : ?>
Forum: Fixing WordPress
In reply to: Changing Background ColorsIn version 2.21 it would be rather hard to change colors due to the layout technique being used. But I will release a new version in just a few days. Changing colors will be significantly easier in that version.
Forum: Fixing WordPress
In reply to: no link in headerIn the current theme version 2.21 this cannot be done easily. I will see if I can include that in the next version.
Currently you can overlay the blog title over the header image (see theme options page) and the blog title would be linked (but the image itself still wouldn’t)
Forum: Fixing WordPress
In reply to: Atahualpa Header – Immage not changing@1546ft: Remove the space in “a .jpg” and it should work.
Forum: Everything else WordPress
In reply to: Editing Header Images1) The code is located at
/wp-content/themes/atahualpa2/functions/bfa_rotating_header_images.php
2) If you put/keep only 1 image in
/wp-content/themes/atahualpa2/images/header
then you’d have a static header image.
Forum: Themes and Templates
In reply to: Meta Description &KeywordsYou would have to change (in v. 2.21: lines 84 & 90, in v. 2.01: lines 62 & 68) in /wp-content/themes/atahualpa2/functions/bfa_meta_tags.php
is_home()
to
(is_home() OR is_front_page())
This will work in WordPress 2.5 and newer only.
I will add this to the next version of the theme.Please note that in version 2.01 the meta tags may be messed up when using both the theme’s meta tag functions and a SEO plugin (i.e. All-in-one-SEO) at the same time. This has been fixed in v. 2.21
Forum: Fixing WordPress
In reply to: Color of bottom of the postsFind this in (in version 2.21 of the “Atahualpa” theme, should be:) line 243-249 in style.css:
.postmetadata {
clear:both;
margin: 15px 0 15px 0;
padding: 5px;
color: #999;
background: #f4f4f4;
}and change
background: #f4f4f4;
Forum: Fixing WordPress
In reply to: Sidebars go to the bottom of the page.Some (non-shrinking) content such as an image or a form in a sidebar is probably too big to fit in at the given screen size. Try increasing the width of that sidebar on the options page, additionally you may have to increase the “min-width” value on the options page.
Forum: Themes and Templates
In reply to: Atahualpa backgroundI will have to postpone the custom color stylesheet because Atahualpa is probably going to get a new layout model / engine (note: not a new design)
Forum: Installing WordPress
In reply to: Can’t see or administer the register/login pageYou would have to put the “Meta” widget into one of the sidebars. Alternatively, if you don’t want to use that widget, you can add this:
<?php wp_register(); ?>
somewhere in index.php, header.php or footer.php whereever you want the link to appear.
Forum: Themes and Templates
In reply to: Atahualpa backgroundThat would be a rather huge task since this theme is not prepared to have a background image, You would have to change all the background and background-color occurencies in style.css and style.php from currently white to none or transparent.
I will release a custom color css file before the end of the month on https://wordpress.bytesforall.com. That would enable you to easily change the background colors everywhere in the layout.
Forum: Themes and Templates
In reply to: Can’t see header images in Atahualpa 2 themeThis is resolved, the issue was not related to the theme.
See also https://wordpress.bytesforall.com/?p=51#comment-3433
Forum: Themes and Templates
In reply to: Nasty base64 code in header.php – Can you decodeGreat, yet another name caller arrived.
The links didn’t contain anything that I had not figured out myself. And obviously I was the first one to actually report them. So calm down jonimueller or whoever is going to chime in next.
Forum: Themes and Templates
In reply to: Nasty base64 code in header.php – Can you decodeWell whooami you where snippy from the get go. I apologize for not actually reading the content of the links and for calling your post trolling but you shouldn’t need to get all shooked up now. I got to wpsphere through an Adsense ad on google.com an hour ago. I had to assume that their scam is fairly new or the ad wouldn’t be running on #1 in adsense. I actually acted fairly knowledgable and figured it out quick, and reported them to adsense, too. And the links you mentioned do indeed NOT explain more than I already figured out myself, the second link mentions that it could be “very, very, very dangerous”.