heyman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: previous_posts_link() – next page re-displaying same post twiceI have the same problem. This my code:
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts('post_type=portfolio&posts_per_page=9&paged=' . $paged); ?>The link(s) for ‘next’ and ‘previous’ posts are displaying correctly, problem i have is when clicking through to page 2, the first post is being re-displayed..
This url shows up:
http://www.heymansmulders.nl/wordpress/?paged=2But is should be:
http://www.heymansmulders.nl/wordpress/?page_id=743&paged=2I have set this page as my front page.
When this page is NOT my frontpage it all works fine.Any Idea’s?
HeymanForum: Plugins
In reply to: Horizontal DropDown Menu that pushes the page downI got it working!
For everyone who is interested in having this menu (http://imbalance.wpshower.com/). Here is how you do it.
It’s pretty straight forward, but here it is anyway.
-Download the free theme here: http://wpshower.com/free-wordpress-themes/imbalance-free-wordpress-theme/
-Copy the animatedcollapse.js en collapse.js and put them in your js theme js folder.
-Take a look at the header.php from the imbalance theme copy the lines that load the jquery files and the whole #menu section. Past these in your header.
Your’re done!
You can also copy the CSS part of the menu just to get started en customize from there.I had a problem with my sliding because of a defined hight of my header so check your css if it is not working straight away.
Cheers & happy hacking!
Thanks to the guys from http://wpshower.com for awesome themes and coding!Forum: Plugins
In reply to: Horizontal DropDown Menu that pushes the page downThanks for taking a look!
I will figure it out eventually…I thought there would be a ton of plugins that do this, found nothing though.
I’ll post it here when I found a working solution!Cheers!
Forum: Plugins
In reply to: Horizontal DropDown Menu that pushes the page downHi Samuel, Thanks for your reply.
Yeah I know i’m doing that, but have some problems in Firefox, it’s not animating smooth. I’m still on it.
If someone has a better solution, let me know.
This is what i got so far:
http://www.heymansmulders.nl/wordpress/Cheers Heyman
Forum: Plugins
In reply to: Theme Minimalist & Plugin Sliding-panel not working togheter.Ok I think I know why it’s not working:
I already load mootool en javascript in my header:If I delete the line below from my header the plugin works. But then the sliding on my page stops working….
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/scripts/mootools.js"></script> <script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/scripts/script.js"></script> <script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/scripts/styleswitcher.js"></script>What should I do to get it working?
ThanksThanks! That is very usefull.
I was searching for that, thanks you for sharing!
Check my variation here:
http://www.heymansmulders.nlForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Only 4 thumbnails showing up in sidebar widgetOk, This was stupid you just have to wait while the thumbnails are being created.
So have a little patience and things will work out fine.Cheers
HeymanForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Only 4 thumbnails showing up in sidebar widgetSame problem here.
Anyone got an anwser?
Thanks
HeymanForum: Fixing WordPress
In reply to: echo category_description(); not working since WP2.7 updateI’m having the same problem.
MichaelH i’m not following, can you explain your text a bit more?
Thanks
Heyman