rddigital
Forum Replies Created
-
Forum: Reviews
In reply to: [WooCommerce Satispay] fatal error v2.2.0Same situation
Forum: Plugins
In reply to: [WooCommerce] Virtual thumbnail during product creationHi image is a jpg (tried with different images). After some tests i have differents situations:
on some websites (from backend) thumb has correct url but image is not uploaded into wp folder so img url get a 404. I used these websites just to test situation because they have different themes (perhaps i miss something?)
on other website (with wc-vendors) image is loaded from backend but not on the frontend (by wc-vendors form). I need this site works (my problems started fromt this website, then i tried on others)
thanks
ok, i did some more tests and problem is about wordfence security (is it is not activated it is all ok)
@missveronicatv hi, memory was 1024. No problem using admin but only with custom user. And as i said if i check “delete_users” capability then it works fine
@missveronicatv problem was about hosting and spam rules. Problem resolved by hosting. Thanx for your help
it’s not that. I tried to put activation email content in the account deleted content and email (when user is deleted) is arrived. Thanks for your support ?? i hope will fix this problem!!
@missveronicatv ok i will do, but remember please that all the other emails arrive (email to admin and email to user when admin delete him)
i see that sendgrid offers 100 email free for day. I think they will be more than 100 so i’d like to do not use sendgrid as i configured smtp and problem is only with that type of email
@missveronicatv no i created a sender@ email and using it with its own parameters
@missveronicatv as i wrote in the first post “I installed wp smtp mail”. I think this is what you mean ??
@missveronicatv email results as sent but it does not arrive (@gmail, spam is empty)
@missveronicatv i tried also with autoapprove and the email arrives. Emails to the admin arrives. Just that email does not arrive
@missveronicatv hi i had all of these
Same situation, but it works only if i have not optimized plugin enabled. In both cases i have a js error : elementorFrontendConfig is not defined. With Optimized this error means entire code error
public function __construct($data = [], $args = null) { parent::__construct($data, $args); wp_register_script( 'slick', get_template_directory_uri() . '/assets/js/resources/slick.min.js', [ 'elementor-frontend' ], '1.0.0', true ); wp_register_script( 'red-js-slick', get_template_directory_uri() . '/assets/js/slick-carousel.js', [ 'elementor-frontend','slick' ], '1.0.0', true ); wp_register_style( 'red_tmp_styles-slick_carousel', get_template_directory_uri() . '/assets/css/elementor_elements/slick_carousel.css'); } public function get_script_depends() { return [ 'slick','red-js-slick' ]; } public function get_style_depends() { return [ 'red_tmp_styles-slick_carousel' ]; }
- This reply was modified 3 years, 6 months ago by rddigital.
missing
$admin->add_cap( ‘delete_published_reservation’ );
$admin->add_cap( ‘delete_published_reservations’ );