clinic
Forum Replies Created
-
Thanks for reply, yes this works ?? but I forgot something, because I got below this section another section with is also testimonials, the one below it’s stretched and cut part which I don’t want to, it’s there option to limit this CSS only to that first section where I got doctors but not use this CSS on part where I got 3 swinging reviews?
Forum: Plugins
In reply to: [Maintenance] Exclude pages don’t show all pagesany idea how to fix this?
Forum: Plugins
In reply to: [Maintenance] Exclude pages don’t show all pagespage is published and public, no custom etc. and I still don’t see them
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Pickup time on invoiceOkay, will try figure out how to do this.
Also can you tell me if it’s any chance in invoice pdf have only products from specific category?
what I mean it’s my online shop sell food for e.g. pizza, burgers, salads, drinks, and on invoice I want only show products from pizza category, it’s this possible to do?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Pickup time on invoiceYes to PDF invoice, at this moment in invoice.php
<td class="price"><span class="totals-price"><?php echo $total['value']; ?></span></td>
this code add pickup date and time to invoice but it’s at bottom together with subtotal and total, so even if I move this to top above table with products, then if move everything and I want only keep pickup time or date and pickup time. What I know this plugin use delivery_time, pickup_date, pickup_time and delivery_date.In code I found also coderockz_woo_delivery_pickup_time and woo_delivery_pickup_time
but I don’t know how to use this to show in PDF
Forum: Plugins
In reply to: [Track, Analyze & Optimize by WP Tao] Brak statystykczy jest mo?liwo?? aby to naprawi? ?
Forum: Plugins
In reply to: [Simple User Listing] two column per pageHi, thanks for that ?? I make this like that and looks good :), I’m not sure I make this in correct way but looks good.
I got another question, I use plugin User Control (https://www.iwebux.com/disableenable-wordpress-users/) to turn of users account, but not delete them, and I want show on my list only user with status “enable”. Did you think is any chance do that?
<?php /** * The Template for displaying Author listings * * Override this template by copying it to yourtheme/authors/content-author.php * */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly global $user; $user_info = get_userdata($user->ID); $num_posts = count_user_posts ( $user->ID ); ?> <style> html, body { margin: 0; padding: 0; width: 100%; height: 100%; } .content { min-height: 100%; position: relative; overflow: auto; z-index: 0; } .background { position: absolute; z-index: -1; top: 0; bottom: 0; margin: 0; padding: 0; } .top_block { width: 100%; display: block; } .bottom_block { position: absolute; width: 100%; display: block; bottom: 0; } .left_block { display: block; float: left; } .right_block { display: block; float: right; } .center_block { display: block; width: auto; } .background.block_left { height: auto !important; padding-bottom: 0; left: 0; width: 70px; background-color: #9999ff; } .block_left { height: auto; width: 110px; padding-bottom: 0px; } .background.block_content { height: auto !important; padding-bottom: 0; left: 0; right: 0; background-color: #999999; margin-left: 70px; } .block_content { width: auto; height: auto; padding-bottom: 0px; word-wrap: break-word; } .author-block { width: 48%; margin-right: 3.8%; float: left; margin-bottom: 1.5em; } /* 2,4,6 */ .author-block:nth-of-type(2n) { margin-right: 0; } /* 1,3,5 */ .author-block:nth-of-type(2n+1) { clear: both; } </style> <div id="user-<?php echo $user->ID; ?>" class="author-block"> <div class="left_block block_left"><a target="_self" href="<?php echo get_author_posts_url($user->ID); ?>"> <?php echo get_avatar( $user->ID, 100 ); ?></a></div> <div class="center_block block_content"><b><i><a href="<?php echo get_author_posts_url($user->ID); ?>"><?php echo $user_info->display_name; ?></a></b></i> <p><?php echo $user_info->description; ?></p></div> </div>
Forum: Plugins
In reply to: [Simple User Listing] two column per pageOk, I know You not provide support, but maybe someone else can do this or know how to do that. I know how change “design” with single user view but don’t know how just made 2 columns. Any tips will be good.
Forum: Plugins
In reply to: [Simple User Listing] two column per pageHi, can you help me with two column per page? how I can make this? any solution? tip? I’m not very good with php
I disable ajax and still have that “Your browser doesn’t have Flash, Silverlight or HTML5 support”
Forum: Plugins
In reply to: [Cart66 Lite :: WordPress Ecommerce] No update of the checkout pageHi I got this same problem, when I add different product, cart is no update, and when I try go to checkout page I got message “my cart is empty”
Forum: Plugins
In reply to: [WP Better Emails] edit " %content%"Ok, any chance you can tell, when will be next release ?
Forum: Plugins
In reply to: [Hide Login+] adds code to htaccess that brings down the adminmy website as well
any help ?
I have this same problem , how to change it can be? the same e-mail address to download the same voucher but with another code?