yaeko
Forum Replies Created
-
Forum: Themes and Templates
In reply to: jQuery Ajax callForgot the mention the problem ??
The problem is that I don’t get any feedback, no error, just the POST request in Firebug that “turns” red?
Forum: Themes and Templates
In reply to: jQuery Ajax calldata: {action: 'update'}
doesn’t work eitherForum: Themes and Templates
In reply to: Modify the_content outputHmm, this is more for the “read more” button, there’s nothing about modifying the content except strip tag.
Forum: Plugins
In reply to: add_submenu_page isn't workingsolved.
Forum: Plugins
In reply to: add_submenu_page isn't workinganyone?
Forum: Plugins
In reply to: add_submenu_page isn't workingForum: Plugins
In reply to: add_submenu_page isn't workingForum: Fixing WordPress
In reply to: register activation hookOh damn, how could I overlook this … thanks ??
Forum: Themes and Templates
In reply to: Standard photo gallery questionWell I can’t give a demo link yet, the server isn’t online yet.
But I’ve managed to remove the embedded style that WP generates by using this code:
add_filter('gallery_style', create_function( '$css', 'return preg_replace("#<style type=\'text/css\'>(.*?)</style>#s", "", $css);' ) );
Now, this is working like a charm but there’s still one thing that need some tweeking. My client wants the latest 6 images from the last gallery that he would upload, I’ve understand that I can include and exclude image using the id in the short_code, but since it’s going change al the time how can I make this dynamic? Or should I use another plugin for this?
Forum: Fixing WordPress
In reply to: category page, weird problemoh my god, this is very stupid, sorry it was on 1 .. ??
Forum: Fixing WordPress
In reply to: category page, weird problemI’ve just de-activated all plugins, but It’s still the same … very weird..
Forum: Themes and Templates
In reply to: linksCool! Thanks, this helps a lot ??
Forum: Themes and Templates
In reply to: WP theme dev menu questionI tried to use this:
<?php $nav_args= array( 'menu' => '', 'container' => '', 'menu_class' => 'horizontal-list clearfix', 'menu_id' => 'nav', 'echo' => true, 'theme_location' => 'index' ); ?> <?php wp_nav_menu( $nav_args ); ?>
But it doesn’t work, anyone knows why?
Forum: Themes and Templates
In reply to: Different themes in differents pages?Yes, just change the link to the css file in the header of your customized template for that specific page.