Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter kdaye87

    (@kdaye87)

    I’m not sure if I’m explaining myself correctly. I’m selling prints in 3 different sizes and original one-off pieces. The first two sizes for the posters the shipping in the us is the same. the same shipping, at a different price though, is the also the size. the price goes up also.

    Will the plugin be able to add the shipping costs together if someone purchases mutliple versions? or which should i used aside from the zones, because the shipping classes don’t give me any option to edit anything.

    Thread Starter kdaye87

    (@kdaye87)

    and i just tried it on my mobile the shipping options don’t come up at all..

    Thread Starter kdaye87

    (@kdaye87)

    any help???

    Thread Starter kdaye87

    (@kdaye87)

    I’ve tried it with multiple ones, and it stopped working about a week ago. But it doesn’t show with any share plugin. The tweet and other buttons will work bu Safari doesn’t.

    Thread Starter kdaye87

    (@kdaye87)

    I tried that. And it’s still not working.

    Thread Starter kdaye87

    (@kdaye87)

    How would I do that? This is a Facebook plugin.

    Thread Starter kdaye87

    (@kdaye87)

    any ideas?

    Thread Starter kdaye87

    (@kdaye87)

    It also mixes up the order of the navigation. I’m confused as to why.

    Thread Starter kdaye87

    (@kdaye87)

    sorry, i thought i did.

    it’s https://www.artnouveaumagazine.com/blog8

    Thread Starter kdaye87

    (@kdaye87)

    Hi Esmi,

    I tried that and it doesn’t work. It still shows exactly the same. Any other ideas about how I can fix this?

    Thread Starter kdaye87

    (@kdaye87)

    hi, here is whats in my home.php which is my index im told.

    while ($the_query->have_posts()) : $the_query->the_post();
    
    				$do_not_duplicate = $post->ID; ?>
    <?php get_header(); ?>
    
    		<div id="topbanner" class="column span-14">   <!-- start top banner -->
                <div class="pagetitle">
                    // the affair
                </div>
            </div>   <!-- end top banner -->
    <?php $marker=0; ?>
            <div id="home_content" class="column span-14">   <!-- start home_content -->
    
                <div id="home_left" class="column span-7 first">   <!-- start home_left -->
    
                	<?php $catid = $wpdb->get_var("SELECT term_ID FROM $wpdb->terms WHERE name='Asides'"); ?>
    
    				<?php $catid2 = $wpdb->get_var("SELECT term_ID FROM $wpdb->terms WHERE name='Featured'"); ?>
    
    				<?php $the_query = new WP_Query('cat=-' .$catid. '&showposts=10&orderby=post_date&order=desc');
    
    				while ($the_query->have_posts()) : $the_query->the_post();
    
    				$do_not_duplicate = $post->ID; ?>
     <?php if($marker==0) { $marker=1; ?> <h3 class="mast">The Itinerary For December 2009</h3> <?php ; } ?>
    				<div id="latest_post">   <!-- start latest_post -->
    
    					<h3 class="latest_post_title" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
    
    					<?php if ( get_post_meta($post->ID, 'latest_home_img', true) ) { ?>
    
    					<div id="latest_post_image">
    					<a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/latest/<?php echo get_post_meta($post->ID, "latest_home_img", $single = true); ?>" alt="<?php bloginfo('name'); ?>: Latest post" width="470" height="420" /></a>
    					</div>
    
    					<?php } ?>
    
    					<p><?php echo strip_tags(get_the_excerpt(), '<a><strong>'); ?></p>
    
    					<div class="latest_post_meta">
    
    						<span class="latest_read_on"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">Continue Reading</a></span>
    						<span class="latest_comments"><?php comments_popup_link('Post a comment', 'One comment', '% comments', 'Comments off' ); ?></span>
    						<?php $cat = get_the_category(); $cat = $cat[0]; ?>
    						<span class="latest_category"><a href="<?php echo get_category_link($cat->cat_ID);?>"><?php echo $cat->cat_name; ?></a></span>
    					</div>
    				</div>   <!-- end latest_post -->
    
    <div class="navigation">
    <?php previous_posts_link(); $do_not_duplicate ?>
    <?php next_posts_link(); $do_not_duplicate ?>
    				</div>
    
    				<?php endwhile; ?>
    
                </div>   <!-- end home_left -->
    
                <div id="home_right" class="column span-7 last">
    
    				<div class="column span-4 first">
    
    					<h3 class="mast">Luggage Pick Up</h3>
    
    					<?php $the_query = new WP_Query('cat=-' .$catid. '&showposts=5&offset=1&orderby=post_date&order=desc');
    
    					while ($the_query->have_posts()) : $the_query->the_post();
    
    					$do_not_duplicate = $post->ID; ?>
    
    					<div class="home_recent_post">
    
    						<?php if ( get_post_meta($post->ID, 'thumb_home_img', true) ) { ?>
    						<div class="home_recent_thumb">
    							<a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/thumbs/<?php echo get_post_meta($post->ID, "thumb_home_img", $single = true); ?>" alt="<?php the_title(); ?>" /></a>
    						</div>
    						<?php } else { ?>
    						<div class="home_recent_thumb">
    							<a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php
    							the_title(); ?>"><?php if (function_exists('the_thumb')) { the_thumb('altappend=recent_&subfolder=recent&width=75&height=75&keepratio=0'); } ?></a>
    						</div>
    						<?php } ?>
    
    						<div class="home_recent_title" id="post-<?php the_ID(); ?>">
    							<a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
    						</div>
    
    						<div class="home_recent_date">
    							<?php the_time('F j, Y'); ?>
    						</div>
    
    						<div class="home_recent_auth">
    							By <?php the_author(); ?>
    						</div>
    
    					</div>
    
    					<?php endwhile; ?>
    
    					<?php include('ad_home.php'); ?>
    
    					<?php if ( !function_exists('dynamic_sidebar')
    					        || !dynamic_sidebar('MiddleColumn') ) : ?>
    
    					<div id="side_tag_cloud">
    
    						<h3 class="mast">Browse</h3>
    
    						<?php wp_tag_cloud(''); ?>
    
                		</div>					
    
    					<?php endif; ?>
    
                	</div>
    
                    <?php get_sidebar(); ?>         
    
                </div>
    
            </div>   <!-- end home_content -->        
    
    <?php get_footer(); ?>
    Thread Starter kdaye87

    (@kdaye87)

    I see them too. And yes, that’s the index.php

    This is what’s in home.php

    <?php get_header(); ?>
    
    		<div id="topbanner" class="column span-14">   <!-- start top banner -->
                <div class="pagetitle">
                    // home
                </div>
            </div>   <!-- end top banner --> 
    
            <div id="home_content" class="column span-14">   <!-- start home_content -->
    
                <div id="home_left" class="column span-7 first">   <!-- start home_left -->
    
                	<?php $catid = $wpdb->get_var("SELECT term_ID FROM $wpdb->terms WHERE name='Asides'"); ?>
    
    				<?php $catid2 = $wpdb->get_var("SELECT term_ID FROM $wpdb->terms WHERE name='Featured'"); ?>
    
    				<?php $the_query = new WP_Query('cat=-' .$catid. '&showposts=4&orderby=post_date&order=desc');
    
    				while ($the_query->have_posts()) : $the_query->the_post();
    
    				$do_not_duplicate = $post->ID; ?>
            <h3 class="mast">Latest Posts</h3>
    				<div id="latest_post">   <!-- start latest_post -->
    
    					<?php if ( get_post_meta($post->ID, 'latest_home_img', true) ) { ?>
    
    					<div id="latest_post_image">
    					<a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/latest/<?php echo get_post_meta($post->ID, "latest_home_img", $single = true); ?>" alt="<?php bloginfo('name'); ?>: Latest post" width="470" height="175" /></a>
    					</div>
    
    					<?php } ?>
    
    					<h3 class="latest_post_title" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
    
    					<p><?php echo strip_tags(get_the_excerpt(), '<a><strong>'); ?></p>
    
    					<div class="latest_post_meta">
    						<span class="latest_read_on"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">Continue Reading</a></span>
    						<span class="latest_comments"><?php comments_popup_link('Post a comment', 'One comment', '% comments', '', 'Comments off'); ?></span>
    						<?php $cat = get_the_category(); $cat = $cat[0]; ?>
    						<span class="latest_category"><a href="<?php echo get_category_link($cat->cat_ID);?>"><?php echo $cat->cat_name; ?></a></span>
    					</div>
    				</div>   <!-- end latest_post -->
    
    				<?php endwhile; ?>
    
                </div>   <!-- end home_left -->
    
                <div id="home_right" class="column span-7 last">
    
                	<div id="home_about">
    
    					<h3 class="mast3">Welcome to <?php bloginfo('name'); ?></h3>
    
    					<?php $the_query = new WP_Query('pagename=description');
    
    					while ($the_query->have_posts()) : $the_query->the_post();
    
    					$do_not_duplicate = $post->ID; ?>
    
    					<?php the_content(); ?>
    
    					<?php endwhile; ?>				
    
    				</div>
    
    				<div class="column span-4 first">
    
    					<h3 class="mast">Recent Posts</h3>
    
    					<?php $the_query = new WP_Query('cat=-' .$catid. '&showposts=5&offset=1&orderby=post_date&order=desc');
    
    					while ($the_query->have_posts()) : $the_query->the_post();
    
    					$do_not_duplicate = $post->ID; ?>
    
    					<div class="home_recent_post">
    
    						<?php if ( get_post_meta($post->ID, 'thumb_home_img', true) ) { ?>
    						<div class="home_recent_thumb">
    							<a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/thumbs/<?php echo get_post_meta($post->ID, "thumb_home_img", $single = true); ?>" alt="<?php the_title(); ?>" /></a>
    						</div>
    						<?php } else { ?>
    						<div class="home_recent_thumb">
    							<a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php
    							the_title(); ?>"><?php if (function_exists('the_thumb')) { the_thumb('altappend=recent_&subfolder=recent&width=48&height=48&keepratio=0'); } ?></a>
    						</div>
    						<?php } ?>
    
    						<div class="home_recent_title" id="post-<?php the_ID(); ?>">
    							<a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
    						</div>
    
    						<div class="home_recent_date">
    							<?php the_time('F j, Y'); ?>
    						</div>
    
    						<div class="home_recent_auth">
    							By <?php the_author(); ?>
    						</div>
    
    					</div>
    
    					<?php endwhile; ?>
    
    					<?php include('ad_home.php'); ?>
    
    					<?php if ( !function_exists('dynamic_sidebar')
    					        || !dynamic_sidebar('MiddleColumn') ) : ?>
    
    					<div id="side_tag_cloud">
    
    						<h3 class="mast">Browse</h3>
    
    						<?php wp_tag_cloud(''); ?>
    
                		</div>					
    
    					<?php endif; ?>
    
                	</div>
    
                    <?php get_sidebar(); ?>         
    
                </div>
    
            </div>   <!-- end home_content -->        
    
    <?php get_footer(); ?>
    Thread Starter kdaye87

    (@kdaye87)

    also by background I mean making the background look like hypebeast.com could i use bg image in css to that? I’ve tried but have styled it incorrectly i guess.

    Thread Starter kdaye87

    (@kdaye87)

    Thank You! And here is the code for index.php

    <?php get_header(); ?>        
    
            <div id="topbanner" class="column span-14">   <!-- start top banner -->
                <div class="pagetitle">
                    // index
                </div>
            </div>   <!-- end top banner -->
    
            <div id="arch_content" class="column span-14">   <!-- start home_content -->
    
            <?php if (have_posts()) : ?>
    
            	<div class="column span-3 first">
                	<h2 class="archive_name"><?php bloginfo('name'); ?></h2>        
    
                	<div class="archive_meta">
    
                		<div class="archive_feed">
                			<a href="<?php bloginfo('rss2_url'); ?>">RSS feed for <?php bloginfo('name'); ?></a>
                		</div>
    
                	</div>
                </div>
    
                <div class="column span-8">
    
                <?php while (have_posts()) : the_post(); ?>
    
                	<div class="archive_post_block">
                		<h3 class="archive_title" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
    
                		<div class="archive_post_meta">By <?php the_author_posts_link(); ?> <span class="dot">&sdot;</span> <?php the_time('F j, Y'); ?> <span class="dot">&sdot;</span> <a href="<?php comments_link(); ?>"><?php comments_number('Post a comment','One comment','% comments'); ?></a></div>
    
                		<?php the_excerpt(); ?>
                	</div>
    
                	<?php endwhile; ?>
    
    				<div class="navigation">
    					<p><?php next_posts_link('&laquo; Previous') ?> &nbsp; <?php previous_posts_link('Next &raquo;') ?></p>
    				</div>
    
    				<?php else : ?>
    
    					<p>Lost? Go back to the <a href="<?php echo get_option('home'); ?>/">home page</a>.</p>
    
    				<?php endif; ?>
    
                </div>
    
                <?php get_sidebar(); ?>
    
            </div>   <!-- start home_content -->
    
    <?php get_footer(); ?>
    Thread Starter kdaye87

    (@kdaye87)

    When I do find it and delete it messes up the coding and switches the right and middle column and puts it under the main content. What exactly am i doing wrong? And the Features and Asides Section is under the LATEST POST.

Viewing 15 replies - 1 through 15 (of 16 total)