infexious
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: problem with html tables / alignment within wordpressanyone ???
Forum: Themes and Templates
In reply to: Showing two ctageories on one page?I TRIED AGIN AND IT WORKS! not sure why nto before
thanks loads!Forum: Themes and Templates
In reply to: Problem with html table within themeSorry i am kinda new to this.
can you suggest where ill find style.css
also which file and where should i put the code you recomend?Forum: Themes and Templates
In reply to: Problem with html table within themefound screen.css and removed the td . and great result 😉 many thanks
i couldnt find this bit thou:
top: -400pxnor this bittd {padding-top:6px}– there is quite a big gap now..Forum: Themes and Templates
In reply to: Showing two ctageories on one page?tried it but i got this error when i try n load the mixes page
Parse error: syntax error, unexpected T_STRING in /home/twistedm/infexious.tv/word/wp-content/plugins/page2cat/page2cat.php on line 632
Forum: Themes and Templates
In reply to: Showing two ctageories on one page?Thanks mate. Just downloading the whole installation so i can find page2cat.php . Will let you know how i get on.
Forum: Themes and Templates
In reply to: Problem with html table within themeThankls for the reply but where is screen.css ??
Forum: Themes and Templates
In reply to: Problem with html table within themehoping someone can help. so i can launch this site haha 😉
Forum: Themes and Templates
In reply to: Showing two ctageories on one page?can you post the full code of the [catlist=..] shortcode?
is that from a plugin?
if so, plugin download link?where do i get this from?
Forum: Themes and Templates
In reply to: Showing two ctageories on one page?anyone? 😉
Forum: Themes and Templates
In reply to: Showing two ctageories on one page?this is the category plug-in we are using..
http://pixline.net/wordpress-plugins/category-page-wordpress-plugin/en/
we reset and closed uls – it fixed the alignment problem, but is still confusing what should be in each category by putting top category items also in the catgory below it on the page.
The bottom four mixes in 2nd cat should be in 2nd list only and the rest in 1st list only!
<strong>Hardstyle Mixes</strong> [catlist=48] </ul> <strong>Harddance and Hardtrance Mixes</strong> [catlist=49] <br /> </ul>Forum: Themes and Templates
In reply to: Problem with html table within themeHmm this is what i got? any suggestions?
<?php get_header(); ?> <div class="span-24" id="contentwrap"> <div class="span-16"> <div id="content"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2 class="title"><?php the_title(); ?></h2> <div class="entry"> <?php if ( function_exists('has_post_thumbnail') && has_post_thumbnail() ) { the_post_thumbnail(array(300,225), array('class' => 'alignleft post_thumbnail')); } ?> <?php the_content('<p class="serif">Read the rest of this page »</p>'); ?> <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> </div> </div> <?php endwhile; endif; ?> <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> </div> </div> <?php get_sidebars(); ?> </div> <?php get_footer(); ?>Forum: Themes and Templates
In reply to: Problem with html table within themethese are the style sheets i have, but i cant see that code in there
Theme Files
Templates
404 Template (404.php)
Archives (archive.php)
Comments (comments.php)
Footer (footer.php)
Header (header.php)
Main Index Template (index.php)
Page Template (page.php)
Search Form (searchform.php)
Search Results (search.php)
Sidebar (sidebar.php)
Single Post (single.php)
Theme Functions (functions.php)
featured.php (featured.php)
recent-comments.php (recent-comments.php)
Styles
Stylesheet (style.css)Forum: Themes and Templates
In reply to: Problem with html table within themeI was thinking his suggestion was to chnage in the html, but it was already set like this in html (as showen above)
am i mistaken and this is for css ? If so which style sheet should I change do you know?
sorry for my lack of knowledge.
Forum: Themes and Templates
In reply to: Problem with html table within themeany ideas waht do chnage in style?