davidgimenez
Forum Replies Created
-
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] woocommerce password resetI see a lot of this error also present in the logo of my servers: [06-Jun-2023 09:47:25 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/** /public_html/wp-includes/class-wp-styles.php:350) in /home/**/public_html/wp-content/plugins/tutor/templates/login.php on line 17
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] woocommerce password resetwhat order number do you want if this problem is caused by the free plugin tutor lms, I communicated an error found in your plugin that causes woocommerce and it is very serious since my users cannot establish the access code
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] woocommerce password resetthis code does not work for me the password change link remains the same in the woocoommerce login form as I mentioned before tutor lms adds /retrieve-password instead of leaving /my-account/lost-password by default woocommerce
Forum: Plugins
In reply to: [Brevo for WooCommerce] problems connectingif you updated the latest version the plugin settings options no longer appear in the woocommerce settings
Forum: Plugins
In reply to: [WooCommerce] unique product attributesI solved the problem
Forum: Plugins
In reply to: [WooCommerce] unique product attributesWith this code I was showing the attributes on the product page it shows me the old attributes but not the new ones added
function woo_cbp_custom_attributes(){
global $product;
$attributes = $product->get_attributes();
if ( ! $attributes ) return;
$out = ‘‘; foreach ( $attributes as $attribute ) { if ( $attribute->get_variation() ) { continue; } $taxonomy = $attribute->get_name(); $value_string = implode( ‘, ‘, $attribute->get_options() ); $out .= ‘
‘; $out .= ”.$taxonomy.’ ‘; $out .= ”.esc_html( $value_string ).”; $out .= ‘
‘;
}
$out .= ”;
echo $out;
}
add_action(‘woocommerce_after_add_to_cart_button’, ‘woo_cbp_custom_attributes’, 20);Forum: Plugins
In reply to: [WooCommerce] unique product attributesI am using the storefront theme with woocommerce since I always tell you I already have attributes in each product and they are displayed but if I want to edit them it does not show what has been edited or what has been added and this has happened since I updated the last version of woocommerce I have no conflicts because I already checked before contacting them
Forum: Plugins
In reply to: [WooCommerce] unique product attributesHere you can see screenshot of the attributes created for a single product, but the attributes are not displayed on the single product page after saving https://snipboard.io/6eRNiZ.jpg
- This reply was modified 2 years ago by davidgimenez.
Forum: Plugins
In reply to: [WooCommerce] unique product attributesHi, I’m not talking about global attributes, but about custom attributes for individual products. I already have them created for 600 products, but since I updated woocommerce to the latest version, it doesn’t show me the attributes. If I’m going to create a new product, it shows them for the other products. They were already created but the same if I edit them, what was edited is no longer shown, I mean the attributes of simple products
- This reply was modified 2 years ago by davidgimenez.
I have the same problem how do I go back to the previous version?
Forum: Plugins
In reply to: [Tutor LMS Elementor Addons] Registration box not workingif you help me make a shortcode I pay you money friend for the work
Forum: Plugins
In reply to: [Tutor LMS Elementor Addons] Registration box not workingIs there a way to add this code in a shortcode to be able to show it on the woocommerce product page related to tutor lms payment if you help me with that
`do_action( ‘tutor_course/single/before/material_includes’ );
$materials = tutor_course_material_includes();
if ( empty( $materials ) ) {
return;
}if ( is_array( $materials ) && count( $materials ) ) {
?>
<div class=”tutor-course-details-widget”>
<h3 class=”tutor-course-details-widget-title tutor-fs-5 tutor-color-black tutor-fw-bold tutor-mb-16″>
<?php _e(‘Material Includes’, ‘tutor’); ?>
</h3>
<ul class=”tutor-course-details-widget-list tutor-fs-6 tutor-color-black”>
<?php foreach ($materials as $material): ?>
<li class=”tutor-d-flex tutor-mb-12″>
<span class=”tutor-icon-bullet-point tutor-color-muted tutor-mt-2 tutor-mr-8 tutor-fs-8″ area-hidden=”true”></span>
<span><?php echo $material; ?></span><?php endforeach; ?>
</div>
<?php
}do_action(‘tutor_course/single/after/material_includes’);
you don’t have a private contact to send him an email because showing publicly I don’t like, And apart from that, the videos are only played on the web, even if I send it to you, you can’t see it, give me a contact and I’ll detail everything.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Error WordPressI was able to verify that the problem is in my case related to the lms tutor because I deactivate all my plugins and there is no error, I activate the lms tutor and the error appears, therefore it is due to the lms tutor
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Course progress barthe progressive bar changes color with the last update and does not show the progress in the bar only on the side 2%
https://prnt.sc/26jercq