Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter danielhpark

    (@danielhpark)

    THANK YOU TO THE MAX!!

    You are amazing and may God bless you!

    Thread Starter danielhpark

    (@danielhpark)

    Then how do import these xml files?
    Tried both

    1. “Maskitto Light Options > Import/Export”
    2. “Tools > Export”

    Sorry I am so lost 🙁

    Thread Starter danielhpark

    (@danielhpark)

    I 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.5

    Error 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 services

    Error when uploading “maskitto-light.types”:
    This does not appear to be a WXR file, missing/invalid WXR version number

    Thread Starter danielhpark

    (@danielhpark)

    Text 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.

    Thread Starter danielhpark

    (@danielhpark)

    Thank you!

    I’ve added “wpcf-button-url” in name custom field with the link inside value box.

    Thread Starter danielhpark

    (@danielhpark)

    so 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

Viewing 6 replies - 1 through 6 (of 6 total)