mndo123
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: what is the code for that ?yes u right
Forum: Fixing WordPress
In reply to: what is the code for that ?i am afraid not
Forum: Fixing WordPress
In reply to: what is the code for that ?nothing
Forum: Fixing WordPress
In reply to: what is the code for that ?[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
</div> </header> <div <div class="Members"> <?php global $wpdb; $user_count = $wpdb->get_var( "SELECT COUNT(*) FROM $wpdb->users" ); echo "<p>Members {$user_count}</p>"; ?> </div> <div class="Graphic-Designs"> <?php $args = array( 'post_type' => 'product', 'post_status' => 'publish', 'posts_per_page' => -1 ); $products = new WP_Query( $args ); echo $products->found_posts . '<p>Graphic Designs</p>'; ?> </div> <div class="sold-items"> <?php echo do_shortcode ('[wctss_total_sales]');?><div class="sold-items"> Sold Items </div> </div> <!-- HEADER --> .Members { background-image:url(https://www.designsmarketplace.com/wp-content/uploads/2015/08/members_icon.png); background-repeat:no-repeat; float:left; height:80px; margin-left:580px; margin-top:420px; padding-top:60px; } .Graphic-Designs { background-image:url(https://www.designsmarketplace.com/wp-content/uploads/2015/08/ads_icon.png); background-repeat:no-repeat; float:left; height:50px; margin-left:200px; margin-top:423px; padding-left:15px; padding-top:60px; width:80px; } .sold-items { background-image:url(https://www.designsmarketplace.com/wp-content/uploads/2015/08/sold_icon.png); background-repeat:no-repeat; float:left; height:50px; margin-left:200px; margin-top:423px; padding-left:15px; padding-top:60px; width:80px; }
Forum: Fixing WordPress
In reply to: what is the code for that ?its like this
sold
items
i want it like thus
sold itemsForum: Fixing WordPress
In reply to: what is the code for that ?like before i got another one down and the text is moved
Forum: Fixing WordPress
In reply to: what is the code for that ?i added the code
<?php echo do_shortcode (‘[wctss_total_sales]’);?><div class=”sold-items”> Sold Items</div>Forum: Fixing WordPress
In reply to: how can i use this for woocommerce?hi i did it
but its like this
sold
items
i want it like thus
sold itemsForum: Fixing WordPress
In reply to: how can i use this for woocommerce?@tara thanks
@juslooken i activated again please see what u can do ?
thanksForum: Fixing WordPress
In reply to: how can i use this for woocommerce?i removed it
till know what missing ?
Forum: Fixing WordPress
In reply to: how can i use this for woocommerce?Forum: Fixing WordPress
In reply to: how can i use this for woocommerce?Forum: Fixing WordPress
In reply to: how can i use this for woocommerce?i past <?php echo do_shortcode(“[shortcode]”); ?>
in header it appear shortcode
when i past
<?php echo do_shortcode(“[wctss_total_sales]
“); ?>it appear 0.00
what i need to add and where
to make it
sold items 0.00$
Forum: Fixing WordPress
In reply to: how can i use this for woocommerce?yes i know all that
but i need help with
outputting and create CSS to suit. the default location for CSS is in styles.cssonly
Forum: Fixing WordPress
In reply to: how can i use this for woocommerce?i know the basic but not when comes to the shortcodes
can give me example?
thanks