seks
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Columns] how do you show customized field?When I go to WOOCOMMERECE > SUBSCRIPTIONS, I click on the gear icon. I click ADD COLUMN, select CUSTOM FIELD for TYPE, and I am able to select that custom field in FIELD. The custom field column displays properly in SUBSCRIPTIONS.
Same with WOOCOMMECREE > ORDERS, I am able to display the custom field there.
So I am not able to select it (and display it) while in USERS.
Forum: Fixing WordPress
In reply to: An error of type E_ERROR was caused in line 780 of the fileI did…36 hours ago. No response. Time is money and I am losing customers.
I figured it may just be a simple fix…that is why i asked here.
I’m confused.
I did not pay for any plugin. But I do see the WC Subscriptions plugin installed and activated.
I was not informed by the lancer that WC subscription is a paid feature.
Forum: Plugins
In reply to: [WooCommerce] WC: Email to customer on cancelled orderNo I didn’t. Do you have any suggestions? Seems like there’s a lot out there..
Forum: Plugins
In reply to: [WooCommerce] WC: Email to customer on cancelled orderI use a plugin called Code Snippets. “An easy, clean and simple way to run code snippets on your site. No need to edit to your theme’s functions.php file again!”. I inserted your code in the plugin.
I only tried a dummy order once. Did a cancellation but my test customer email didn’t get anything. My owner email got an email but it’s the one that WP/WC sends by default.
I have another code in that plugin and it works fine. Not sure why yours doesn’t.
- This reply was modified 6 years ago by seks.
Forum: Plugins
In reply to: [WooCommerce] WC: Email to customer on cancelled orderTnx for your reply
function wc_cancelled_order_add_customer_email( $recipient, $order ){
return $recipient . ‘,’ . $order->billing_email;
}
add_filter( ‘woocommerce_email_recipient_cancelled_order’, ‘wc_cancelled_order_add_customer_email’, 10, 2 );Anything to change in there?
Forum: Plugins
In reply to: [Contact Form 7] Sender still showing as EasyWPCan I email you at your email address I found on your website? My website is private and still under development.
Forum: Fixing WordPress
In reply to: centering menu header verticallyHere’s the CSS that I dug up:
.xs-header .xs-logo img { max-height: 130px; } .nav-menu>li>a>i { position: absolute; top: 12px; left: 35%; } .xs-menus .nav-menu>li>a { text-align: center; width: 60px; } .xs-menus .nav-menu>li.contact-ic a { width: 78px; } .xs-menus .nav-menu>li { margin-right: 20px; } .discord a { position: relative; } .discord a:after{ position: absolute; content: ''; left: 6px; top: -5px; width: 36px; height: 36px; background: url(http://www.webspace.com/dis-1.png) no-repeat; background-size: 100%; } ul.xs-menu-tools i.icon.icon-cart2 { font-size: 30px; } ul.xs-menu-tools { padding-top: 12px !important; } .xs-menus .nav-menu>li.twt>a i { font-size: 1.6rem; top: 6px; } .xs-menus .nav-menu>li.twt>a, .xs-menus .nav-menu>li.discord>a{font-size:0 !important} .xs-footer-section.footer-v2 { padding: 12px 0; text-align: center; } .footer-bottom .col-md-6 { flex: 0 0 100%; max-width: 100%; } .elementskit-faq-header, .elementskit-faq-body{position:relative;} .elementskit-faq-header:after { position: absolute; content: 'Q'; left: 12px; top: -10px; font-size: 46px; color: #122daa; } .elementskit-faq-header h2, .elementskit-faq-body { padding-left: 15px !important; } .elementskit-faq-body { padding-left: 56px !important; } .elementskit-faq-body:after { position: absolute; content: 'A'; left: 12px; top: 3px; font-size: 46px; color: #ccc; } .xs-service-block { padding: 30px;} .xs-service-block .service-img { margin-bottom: 20px !important; } .elementor-widget-xs-icon-box .xs-service-block p { margin-bottom: 0; } .xs-menus .nav-menu>li.twt{ margin-left: 22px; margin-right: 0; width: auto; } .wpcf7 label, .wpcf7 input, .wpcf7 textarea { width: 100% !important; } div#comments { display: none; } .page-id-38 .main-content.blog-wrap.xs-section-padding { padding: 0; } section.xs-banner.service-banner.contet-to-center { display: none; } .header-transparent { background: linear-gradient(-45deg, #1045db 0%, #15095e 60%, #15095e 99%); } .page-id-361 .header-transparent { background:none; } .entry-content.hostinza-main-content.xs-page-single { padding-top: 70px; }- This reply was modified 6 years, 1 month ago by seks.
- This reply was modified 6 years, 1 month ago by Steven Stern (sterndata).