aquastar
Forum Replies Created
-
Forum: Plugins
In reply to: [Sharedaddy] Sharedaddy plugin causing background problems in IE8Hi fxbodin, Im glad that someone else is getting this error, Im sure many others are too but they haven’t noticed it in IE. I searched the Internet high and low for 1 month now trying to find a solution. I like the sharedaddy plugin as its very clean but just had to delete it in the end as I couldn’t solve this. So are you saying just deactivate and reactive and the backgorund colour should display fine in IE?
Forum: Fixing WordPress
In reply to: Add noindex tag to single pages using custom filedsMaybe a different way than using custom fields?
Forum: Fixing WordPress
In reply to: Add noindex tag to single pages using custom filedsAny help with this? 🙂 Im using weaver theme
Forum: Fixing WordPress
In reply to: Images Showing differently from WP site to WP siteAh ok cool, that explains it, thanks esmi. How do I go about setting either as the “default”?
Forum: Plugins
In reply to: [Sharedaddy] [Plugin: Sharedaddy] Remove Sharing on TemplateHi Great plugin but I’m wondering how I can remove the + signs from the twitter feed? eg (text+text+text) I want just (text text text)
Forum: Themes and Templates
In reply to: Category Archives Titleh1.page-title {font-family:Verdana,sans-serif;}Hi, thanks but that actually changes the page title font
I actually want to change where it says “Tech Rulez Products” Please see the image below
Forum: Themes and Templates
In reply to: Category Archives Titlethanks I tried it on http://www.techrulez.com/category/tech-rulez-products but it didn’t seem to work
Forum: Themes and Templates
In reply to: Twenty Ten ModsIm trying to put some images down the side of the “no side bar template” but it pushes the text down to the bottom of the page
http://www.romantictubs.com/privacy-policy
Can anyone see any probs with the code??
<?php /** * Template Name: One column, no sidebar * * A custom page template without sidebar. * * The "Template Name:" bit above allows this to be selectable * from a dropdown menu on the edit page screen. * * @package WordPress * @subpackage Twenty_Ten * @since Twenty Ten 1.0 */ get_header(); ?> <p><h2><img src="/wp-content/themes/minisite/images/image1.jpg" alt="Image 1" width="130" height="120"></h2></p> <p><h2><img src="/wp-content/themes/minisite/images/image2.jpg" alt="Image 2" width="130" height="120"></h2></p> <p><h2><img src="/wp-content/themes/minisite/images/image3.jpg" alt="Image 3" width="130" height="120"></h2></p> <p><h2><img src="/wp-content/themes/minisite/images/image4.jpg" alt="Image 4" width="130" height="120"></h2></p> <div id="container" class="one-column"> <div id="content" role="main"> <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?> <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?> </div><!-- .entry-content --> </div><!-- #post-## --> <?php comments_template( '', true ); ?> <?php endwhile; ?> </div><!-- #content --> </div><!-- #container --> <?php get_footer(); ?>Forum: Themes and Templates
In reply to: Black line under adsThanks govpatel for the explanation, that’s exactly how I understand it after reading the info and links that esmi provided. I think that I’m not expressing and explaining myself correctly in my posts above, sorry for that
BUT the thing that I don’t understand about it – lets say that I change some code in
/themes/minisite/templates/page.php and save it – then I go to /themes/twentyten/templates/page.php the same changes are there too. That’s what I don’t really understand about it
—————–
In regards to the black line, it appears only when you make a post sticky. I have refreshed the page and can still see it
It appears above the post box heading, can you see it there? If so is there some code that I can add to the child css to remove it?
Thanks….
Forum: Themes and Templates
In reply to: Black line under adslol I know that, the stylesheet is the css, thanks anyhow for your assistance, I will try to work it out
Forum: Themes and Templates
In reply to: Black line under adsThanks anyhow, I tried that fix but it didn’t work as mentioned above
In regards to the templates, in WP control panel is says
The template files are located in /themes/twentyten. The stylesheet files are located in /themes/minisite. Minisite Theme uses templates from Twenty Ten. Changes made to the templates will affect both themes.
Forum: Themes and Templates
In reply to: Black line under adsThanks but that’s exactly what happened, If that’s how it works I don’t understand the point of child themes
Is it because im using @import url(“../twentyten/style.css”); in the css, Should I create a full css without this rule?
Also, how do you remove the black line at the top on “sticky posts”?
Forum: Themes and Templates
In reply to: Twenty Ten ModsOr should I use a two column template to make this easier?
Forum: Themes and Templates
In reply to: Black line under adsFor example when I activated the child theme all the Twenty Ten templates also appeared under the child theme. I edited the page template in child themes but then when I go to the page template in Twenty Ten the changes are there to. That’s whats confusing me lol
Forum: Themes and Templates
In reply to: Black line under adsNo. The child uses the parent’s template files only if the template does not exist in the child’s folder.
Ok thanks, that’s how I thought it should work but when I activated the child theme all the twenty ten templates copied across to the child theme and are visible under child templates, a direct copy they are. So should I delete all of them and just have the ones that I have made changes on? That’s what I really don’t understand
The post is sticky now 🙂