Ale Urrutia
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] 404 error – permalink not workI fixed adding the following after my custom post types at the end of functions.php before closing the php
flush_rewrite_rules();Forum: Plugins
In reply to: [BuddyMobile] [Plugin: BuddyPress Mobile] Add jet event system to mobile siteHi Shoeyn, thanks for sharing, but I couldn’t find the events link on home page, just your website title and google adsense on the bottom. I checked and the event’s folder is there so I don’t know what would happen.
Have a great new year!
Forum: Plugins
In reply to: [Plugin: Custom Post Type UI] 404 error – permalink not workSame problem for me, anyone found the solution?
Forum: Plugins
In reply to: [BuddyMobile] [Plugin: BuddyPress Mobile] Add jet event system to mobile siteOh, thanks so much shoeyn!
Looks a great plugin and will install it to start to try it, if I find something not working I will send you email.
Thanks for this plugin.
Forum: Plugins
In reply to: [BuddyMobile] [Plugin: BuddyPress Mobile] Add jet event system to mobile siteHi shoeyn, I tried your code, but seems doen’t work, so I modified it
<?php if (is_user_logged_in()) : ?> <li class="menu"><a href="<?php echo site_url() ?>/<?php echo JES_SLUG ?>"><span class="name"><?php _e( 'Events', 'jet-event-system' ) ?></span><span class="arrow"></span></a></li> <?php endif; ?>Anyway when I click on Events I only get the Events, not the rest of website structure…
Forum: Themes and Templates
In reply to: wp_query ordered by custom field valueHi James,
Thanks for replying and for enlighten the way to find the solution.
Here’s the resulting code for anyone who wants to use it:<?php $loop = new WP_Query( array( 'post_type' => 'work', 'posts_per_page' => 999, 'meta_key'=>'year', 'orderby' => 'meta_value_num', 'order' => DESC ) ); while ( $loop->have_posts() ) : $loop->the_post(); ?> ...Regards.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] reset field?no problem, I learned a little last summer in japan :D, I think I willl travel next march for sakura
Contact Form 7 doesn’t have this type of format because HTML format is simpler than it.
Ok I got it.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] reset field?arigatou gozai mashita Takayuki! That worked good… I just wanted to know if it is possible to add it with the same format of your plugin, something like this:
[reset class:reset-btn “Reset”]
again, thanks for replying!
Forum: Plugins
In reply to: TTFTitles helpI mean sub pages
Forum: Plugins
In reply to: TTFTitles helpIs there a way to use another style for subtitles?
Forum: Plugins
In reply to: TTFTitles helpHi lotech, is at least one of your ttf styles called menu?
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] WP-Stats: Error from last API Key attemptHi penseelibre, Did you fix it?
Forum: Plugins
In reply to: TTFTitles helpThanks a lot lclarkberg! this works just fine!
Forum: Installing WordPress
In reply to: 2.8 Problems and Solutions (FAQ)My cache problem was fixed just commenting on my wp-config.php the following line:
define( 'WP_CACHE', true );