Peter Boosten
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Navigation bar – delete linksYeah, create your own menu. It’s probably an unordered list you can put your own list items in.
Peter
Forum: Themes and Templates
In reply to: Using JQuery… what is the right way to do it?Should not matter. From an older theme:
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/lib/js/jquery-1.3.2.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/lib/js/jquery.prettyPhoto.js"></script> <script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $("a[rel^='prettyPhoto']").prettyPhoto({ animationSpeed: 'normal', /* fast/slow/normal */ padding: 40, /* padding for each side of the picture */ opacity: 0.35, /* Value betwee 0 and 1 */ showTitle: false, /* true/false */ allowresize: false, /* true/false */ counter_separator_label: '/', /* The separator for the gallery counter 1 "of" 2 */ theme: 'light_rounded', /* light_rounded / dark_rounded / light_square / dark_square */ callback: function(){} }); }); </script> <?php wp_head(); ?>Peter
Forum: Themes and Templates
In reply to: custom fields get_post_meta questionBut what do you put in as value for those custom fields?
Peter
Forum: Themes and Templates
In reply to: Php help – mystery codeYou can safely comment out this command from the plugin:
add_filter('the_content', 'sdac_insert_ad_code_filter', 50);Peter
Forum: Themes and Templates
In reply to: custom fields get_post_meta questionWhat’s the value of both custom fields? Show an example.
Peter
Forum: Themes and Templates
In reply to: why are my blog post underlinedNothing strange in there as well. It seems this theme has some configuring options đ
Have you already tried to disable plugins one by one?
Peter
Forum: Themes and Templates
In reply to: WordPress isn’t showing all of my CSS/imagesSite url?
Peter
Forum: Themes and Templates
In reply to: Pyrmont V2, the orange thingLĂŚs mereis likelees meerin Dutch, so no problem. Anyway, the orange thing is international đIf you remove the piece (including) between:
<div class="date"> </div>from your page.php, you’ll be where you want to be.
Peter
Forum: Themes and Templates
In reply to: why are my blog post underlinedIt’s not in this file either.
Two possibilities left: either the functions.php (in your theme directory) or any of the plugins.
Please show us your functions.php if you have one.
Peter
Forum: Themes and Templates
In reply to: Display page related content in sidebarThat depends on what you put in the custom field.
If you actually want it to display a picture, then you’ll have to fill the custom field ‘image’ with something like this:
<img src="path to your image.jpg" alt="picture" />And if you put in that custom field ‘hello’, then it just will disply hello.
But yes, it can do the trick.
Peter
Forum: Themes and Templates
In reply to: why are my blog post underlinedOke, now I need item.php, because that’s where the actual post is displayed.
Peter
Forum: Themes and Templates
In reply to: Adding Static / Non-WordPress link to MenuNever tried it, I must admit, it was just a guess. I’m going to try on a test site…
Peter
Forum: Themes and Templates
In reply to: Pyrmont V2, the orange thingwhat the url to your site?
Peter
Forum: Themes and Templates
In reply to: My theme is going crazy!Yeah, but has 20px padding to its left and right, and therefore its 250px
Peter
Forum: Themes and Templates
In reply to: Blog Page TemplateWhen you hover your mouse over this button, what url is shown in the status bar of that browser (in other words: where is that button pointing to)?
Peter