ashique12009
Forum Replies Created
-
Checkout order pay page mean: checkout/order-pay/22/?pay_for_order=true&key=wc_order_LSjAZADL9ANHy&order_type=training this page.
Where a user comes from his profile.Can we put the file upload field in this page?
Thanks.
- This reply was modified 2 years, 9 months ago by ashique12009.
- This reply was modified 2 years, 9 months ago by ashique12009.
- This reply was modified 2 years, 9 months ago by ashique12009.
Forum: Plugins
In reply to: [WooCommerce] Image issue in order emailI’ve also modified wp-content\themes\mytheme\woocommerce\emails\email-header.php file like below:
<td align="center" valign="top"> <!-- <div id="template_header_image"> --> <?php //if ( $img = get_option( 'woocommerce_email_header_image' ) ) { //echo '<p style="margin-top:0;"><img src="' . esc_url( $img ) . '" alt="' . get_bloginfo( 'name', 'display' ) . '" /></p>'; //} ?> <!-- </div> --> <table border="0" cellpadding="0" cellspacing="0" width="600" id="template_container"> <tr> <td align="center" valign="top"> <!-- Header --> <table border="0" cellpadding="0" cellspacing="0" width="100%" id="template_header"> <tr> <td id="header_wrapper"> <h1> <?php echo $email_heading; ?> </h1> </td> <td style="padding: 2px 8px;"> <div id="template_header_image"> <?php if ( $img = get_option( 'woocommerce_email_header_image' ) ) { echo '<p style="margin-top:0;"><img src="' . esc_url( $img ) . '" alt="' . get_bloginfo( 'name', 'display' ) . '" /></p>'; } ?> </div> </td> </tr> </table> <!-- End Header --> </td> </tr>
Okay
Forum: Plugins
In reply to: [W3 Total Cache] gzip does not enabled@vmarko please have a look at here(https://climateportal.ccdbbd.org/)
Thanks.
@aswingiri for editor role user, when it clicks send confirmation again then they see wp error message “You do not have enough permissions to do that”.
Admin user can do it but editor can’t.
Could you tell us, by user role editor plugin can we set any permission that editor user can do it or internally it is hard coded like manage_options?Thanks.
Thanks that works!
@farazfrank could you tell me one thing, if a slider made with fixed height but in responsive case that image won’t stress. Is it possible by this plugin brother?
Thank you.
@farazfrank somehow some of my table’s auto_increment was not set properly that is why I hope I was watching the issue.
See the screenshot: https://prnt.sc/tJVhzh_CikGO
Instead of that PUBLISH button I was watching SUBMIT FOR REVIEW button.Anyway hope it works normally.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Unable to create order@maykato sorry my bad, my database’s some table’s auto increment was not set, that is why Woo could not create order. Now it is working.
Thanks.
Is it possible to upload image as screenshot here?
If yes then how?
Thanks.I think I’ve got the issue.
In inspect I see this css:
html :where(img) {
height: auto;
max-width: 100%;
}Which is coming from this css: /wp-includes/css/dist/block-library/style.min.css?ver=5.9.2
This style makes it wrong size, how to fix it?
Any hints?
Thanks.@serpentdriver , I’ve disabled Litespeed cache plugin but although those sidebar images are not getting back to original state ??
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Getting 404 from wplc_data/check.jsActually I’ve put that folder with an empty check.js file inside that folder and it resolved the 404 error.
Thanks.This issue is solved by this plugin: https://www.ads-software.com/plugins/custom-permalinks/
Thanks.@oaoyadeyi no you did not get my problem.
All of my product’s URL will be this:
somedomain.com/product/product-name
But only one category product’s URL will be this:
somedomain.com/training/product-name
I do not want to change permalink for all of my post and others from settings->permalink.
This will effect to all of my posts and products.
Hope you got me.Thanks.