dartanidi
Forum Replies Created
-
Thank you!
- This reply was modified 5 months, 3 weeks ago by dartanidi.
Forum: Plugins
In reply to: [Site Reviews] Error importing CSVThanks!
Forum: Plugins
In reply to: [BadgeOS] Achievement emails are sending twice in 3.7.0Thanks for your reply.
Unfortunately it’s a live site so due to GDPR statements we cannot give access to third parties.
I would like to try to downgrade the plugin to v.3.6.14 to check if the issue disappears, do you think it’s a safe move? Also, where can I download it?
Thanks a lot!
- This reply was modified 2 years, 11 months ago by dartanidi.
Forum: Plugins
In reply to: [BadgeOS] Badge page created with Elementor not showing in evidence pageSInce there is no interaction from the developer, I have solved myself.
Maybe the developer can add it to a future version of the plugin.In evidence-shortcode.php you must change from line 173 as follows:
?php if($achievement) { ?>
<?php
$contentElementor = “”;if ( \Elementor\Plugin::$instance->db->is_built_with_elementor($achievement->ID) ) {
$pluginElementor = \Elementor\Plugin::instance();
$contentElementor = $pluginElementor->frontend->get_builder_content($achievement_id);
echo $contentElementor;
} else {echo $achievement->post_content;
}
?><?php } ?>`
doing so, if the achievement is created with Elementor, it is echoed using the style used, otherwised the standard content is printed.
Forum: Plugins
In reply to: [BadgeOS] Badge page created with Elementor not showing in evidence pageIs this plugin abandoned? I don’t see too much reaction from the developer…
Amnyway, let me try another time: looks like the issue is related only to the evidence page (the one with the shortcode). Creating a badge page with Elementor works perfectly in the “normal” badge pages, but the styling is completely stripped out when using the [badgeos_evidence] shortcode.
Is there a way to solve it?
Thanks
Forum: Plugins
In reply to: [BadgeOS] Badge page created with Elementor not showing in evidence pageJust to update, I made a new badge from scratch; now the content created with elementor shows up, but the styling is completed stripped out.
Is there a way to keep the content as created with elementor?
Thanks