danielhpark
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Maskitto Light] Add Pictures to SlideshowTHANK YOU TO THE MAX!!
You are amazing and may God bless you!
Forum: Themes and Templates
In reply to: [Maskitto Light] Add Pictures to SlideshowThen how do import these xml files?
Tried both1. “Maskitto Light Options > Import/Export”
2. “Tools > Export”Sorry I am so lost 🙁
Forum: Themes and Templates
In reply to: [Maskitto Light] Add Pictures to SlideshowI don’t see a slider menu. Maybe it’s because demo content I’m trying to upload keeps giving me errors?
I am still having problems with uploading the xml files.
This is via godaddy. I tried both MYSQL 5.0 & 5.5Error when uploading “maskitto-light.demo.xml”:
Failed to import “Beautiful Wild Nature”: Invalid post type portfolio
Failed to import “Pretty White Dress”: Invalid post type portfolio
Failed to import “Eye on the sky”: Invalid post type portfolio
Failed to import “Burning rubber”: Invalid post type portfolio
Failed to import “Everyday fruit”: Invalid post type portfolio
Failed to import “A day off”: Invalid post type portfolio
Failed to import “Grab on!”: Invalid post type portfolio
Failed to import “Field of flowers”: Invalid post type portfolio
Failed to import “Wafele”: Invalid post type partners
Failed to import “Wingline”: Invalid post type partners
Failed to import “Boxel”: Invalid post type partners
Failed to import “Karate chop”: Invalid post type partners
Failed to import “Starym”: Invalid post type partners
Failed to import “LOOKING FOR SOMETHING NEW?”: Invalid post type slider
Failed to import “TAKE A DEEP BREATH & DIVE IN”: Invalid post type slider
Failed to import “TWEAK IT, TUNE IT, USE IT!”: Invalid post type slider
Failed to import “Clean Layout”: Invalid post type services
Failed to import “Responsive Design”: Invalid post type services
Failed to import “Easy To Use”: Invalid post type servicesError when uploading “maskitto-light.types”:
This does not appear to be a WXR file, missing/invalid WXR version numberText input to use the link provided on the site.
I just ended up trying it few times and it worked??Not sure. Thanks for your prompt help! Appreciate it.
Forum: Themes and Templates
In reply to: [Maskitto Light] Button #link on Home PageThank you!
I’ve added “wpcf-button-url” in name custom field with the link inside value box.
Forum: Fixing WordPress
In reply to: post image attachments to make a post galleryso for i got something like this:
<?php global $post; $args = array( 'post_parent' => $post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image', 'orderby' => 'menu_order', 'order' => 'ASC', 'offset' => '1', 'numberposts' => 1 ); $images = get_posts($args); if ($images) { $i = 0; ?> <a href="/"><?php echo wp_get_attachment_image( $images[$i]->ID, 'full' ); $i++; ?></a> <?php } else { ?> <img src="<?php bloginfo('template_url') ?>/images/thumb-bg.png" /> <?php } ?>But I can’t seem to link it to the attachment