When you go to a user in the backend of WordPress and you click on the user, it shows the user details and all the orders that he has done. Now the total amount outputs the HTML and not the text, how do I fix this?
https://ibb.co/JyBhTnC
]]>I have created a custom invoice template as per my needs. When I see it as HTML, it shows the correct version but when I un-tick HTML output and try to download it as PDF, it shows “Fatal error: Call to a member function get_cellmap() on null”. It also shows many errors for packaging slips even if it’s disabled.
]]>If i need to have HTML code of the Reviews to embed them in Mailchimp or any other external place, of course the short codes does not work, is there a way to have HTML code for reviews?
]]><div class="wpem-venue-short-info"><?php printf( __('%s', 'wp-event-manager'), get_venue_description($venue_id) ); ?></div>
Only site admins will be adding data to the site, so it’s not a risk to have full html or even basic html though.
How do I override for both Organisers and Venues display to full html output; or how do I change the above code or do I need to add something to my functions file to allow html elements such as
<br>,<em>,<i>,<ul>,<ol>,<li>,<a>,<p>,<img>,<h3>,<hr>
etc.
Thanks
I know I go in my function since I put some console logs in it, I see my argument before and after modification. The problem is that my gallery on the page doesn’t take my edit.
Is there something I forgot to activate ? Do I have to be on the pro version ?
Here is the code I’m trying to run:
function remove_alt_attributes( $attr, $args, $foogallery_attachment ) {
if ( array_key_exists( 'title', $attr ) )
{
echo '<script>console.log("'.$attr['title'].'")</script>';
$attr['title'] = "test!";
echo '<script>console.log("'.$attr['title'].'")</script>';
}
return $attr;
}
add_filter('foogallery_attachment_html_image_attributes', 'remove_alt_attributes', 10, 3 );
]]>I am using the Avada Theme and set up a Carousel which is loading posts by a Taxonomy called “Blog”… but the output in the carousel is something like:
[fusion_builder_container admin_label=”xyz” hundred_percent=”no” hundred_percent_height=”no” hundred_percent_height_scroll=”no” hundred_percent_height_center_content=”yes” equal_height_columns=”no” menu_anchor=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” status=”published” publish_date=””…
It is outputting the whole shortcode instead of clean text !?
If i use the normale editor from WordPress, and not the Fusion Builder, the carousel output is as intended…
]]>When we click on the invoce, a new page is opened, but the invoice is an html page and not a pdf. Could you please help us?
Regards
]]>did an extra UL appear in the code with the latest plugin release?
Here’s a screenshot of our setup:
https://snag.gy/mATwgL.jpg
The whole output was wrapped in UL and had to put an extra closing /UL in the “Before link” field.
However I feel like this was not the right way to solve this. Could you please inform where the UL comes from so we could remove it? We’re using Foundation for layout so it’s not needed there.
Thanks!
]]>