Latest Discussions

Topic — Add New »
Posts Last Poster Freshness

adding first image from post to front page spoiler.

Q: hi so i have done some modification to my index.php. on the frontpage the code i am using is the index.php from your website, where you select one post from each category to be ...
A: looking at the code again I think you get the matches after preg_match so you could try this by putting "$image_src = ..." below preg_match_all The line with the comment ($image_src = '';) might help, ...

4 Joern 5 days

Arthemia and WordPress 3.0

Q: Having updated some sites running on the free version of Arthemia theme to WordPress 3.0.1 I would say it is running on that latest WordPress smooth as it should be. So do not hesitate to ...
A: Please Check free wordpress themes created by me :). Free Wordpress Themes

4 RichardSilver 1 week

add_filter to embed_oembed_html to get wmode transparent

Q: The video embedded by WordPress 2.9 hasn't the parameters <param name='wmode' value='transparent' /> and <embed wmode="transparent" ... >. This makes it stay above a dropdown menu and any other elements on the page. Yes, it ...
A: Thank you very much! I was embedding the code form youtube rather than just using a plain url. This works great. Thanks once again! :-)

4 s0206 1 week

does a class within a div have its own properties. Here is an example

Q: Hi Joern, So in the featured section, anytime an image is made into a link a border of 1px is put around it. I have ...
A: You can put a div class around all your social icons. just under <div id="featured" align="left"> put <div class="socialicons"> and the closing /div before your h3 Featured items! now restore the border in style.css under ...

2 masteradmin 1 week

Lost my featured categories on the front page

Q: I've heavily modified the code of Arthemia for my website. As you can see, the Featured catergory has been moved. My boss doesn't want a generic "Featured" category but instead for each section to link ...
A: Dear Joern, The website just went live a little bit ago. I can't express my appreciation enough for how much help you've been. Thank you!

3 Hanscrafter 1 week

Foreclosure

Foreclosure

1 marysgrigsby 1 week

style not showing up correctly in IE 8

Q: I am using the newest version of Arthemia and WP but the text on the sidebar and left,right,middle footer is huge with in IE8 firefox shows up fine. domain in question thuylehomes.com ...
A: in my IE8 it looks almost like in firefox??

2 Joern 2 weeks

long time no talk, need some simple help pls!

Q: Hi Joern, You can visit my site here just want to know how you change the Navbar a active color ...
A: The gap between the navbar and the header banner: remove '15px' in margin here: #navbar { background:url("images/navbar.png") repeat scroll 0 0 #2C2C2C; font:100% Arial,Helvetica; margin:auto 0; padding:0 10px; text-transform:uppercase; }

3 Joern 2 weeks

Moving the search bar

Q: Hi Joern, I'm finally updating all of our static content which means more content heading up to the nav bar and consequently things are getting a bit crowded. What I'd really like to ...
A: this is solved I guess?

12 Joern 2 weeks

Creating a footer

Q: Hello there, Is it possible to create a footer that functions in much the same way as the top nav bar, but just place it above the footer section of the page? I need ...
A: you could duplicate the pages list in footer.php by copy all ul /ul stuff from header.php to footer.php Put it below the line div id="front-popular" above div id="recentpost" like this: <div id="front-popular" class="clearfloat"> <ul id="page-bar" ...

2 Joern 2 weeks

Scrolling "featured" panel

Q: Another quickie - do you know of any of the scrolling panels that could be implemented with Arthemia? I can't find one that's been done but it's the bit where all the feature articles ...
A: i love the slider the paid version gets. how would i go about adding this to my free version? thanks!

5 shortybookit 2 weeks

Arthemia category drop down

I have the free version and would like to add code that would allow the sub category's to drop down when a user is hovering mouse over one of the 5 category's on the main ...

1 shortybookit 2 weeks

Index.php Problem IE

Q: Hey all, First off, I've been lurking for about a year and this forum has been a GREAT source of knowledge. Now... onto the problem. This seems to only be happening in IE, all ...
A: Easy as that! Thank you so much for the quick reply. After making that post, I had a sneaking suspicion it was the video code that was throwing things off. Thanks again! Oh... Joern, can ...

3 waywestmedia 1 month

custom query loop with SELECT and pagination

Q: I have a custom template listing only posts of one category (category-XX.php) Here I am listing only events, future events and passed events. Using the plugin 'MR Event' I get the date of all events ...
A: I do not know.. you might have to put previous_posts_link() and next_posts_link() into the plugin itself. If you run other queries on that file WordPress might not 'know' which is the query you want to ...

3 Joern 1 month

Static Title for Featured

Q: My boss has decided that she wants the Featured section to be changed to different categories (Faculty, Students, Community) and wants those words to appear instead of the post's actual title. Is there an ...
A: you have to duplicate the query and loop of your current featured category section. Displaying one latest post of four categories you need actually four loops. In each loop you set the category you want ...

2 masteradmin 1 month

Horrible gap in IE6 and IE7

Q: Hi Between my navigation bar, and slider, I have a horrible gap that appears in IE6 and 7 I'm guessing it's to do with floats? Here's my code: <div id="header-container"> <div id="head" class="clearfloat"> <div ...
A: Thanks Jorn

7 adamwork 1 month

Slideshow using Flash and XML in sidebar, IE pageload error

Q: Hi there, I am using a flash slideshow with XML in the sidebar to display images. It works fine in Firefox and Chrome. However, in Internet explorer, the page stops loading once Flash file (swf) ...
A: Hi Joern Thanks for your reply. There was an error on my part. I forgot to include the closing <object> tag. It's now resolved now. I always use object tag to include flash media. I'll ...

3 qtest 1 month

How to display grid of authors

Q: I understand that you can use <?php list_authors(TRUE, TRUE, TRUE); ?> to display the list of all the authors on the site. But how would you go about setting up a grid with a ...
A: no idea how to exclude the admin in top query, you could do something like this inside the loop, it will jump the author with id=1: if ( '1' == $author->ID ) { continue;} no ...

4 Joern 1 month

Scrolling headline between headline section and browse categories

Q: Hi again Joern, sorry for the rash of posts! I'm trying to add a scroll bar of our news stories in between the headline and featured top section and the browse category section. It's ...
A: Thanks Joern, that fixed it perfectly. Unfortunately, the headline animator from Feedburner is buggy as hell and made everything impossible to sort out. Your code was ace though!

3 drwhom 1 month

Moving to a different subdomain

Q: So at the moment I have everything working fine at: www.example.com/blog but I need to move it to www.example.com/example What's the easiest way to do this? Many thanks Adam
A: means you have all wordpress files in a folder /blog and want to move it to /example? I would COPY the whole stuff to a new folder, to have it twice on the server. Now ...

2 Joern 1 month

Forums

Main Theme Topics Posts
WordPress Code Snippets – looking for a php or css code - here you get help 148 580
bbpress discussion – setup and run it, problems and solutions 8 14
RSS posts RSS topics for latest discussions
Join us! or log in (lost password?):