Mia
Forum Replies Created
-
Forum: Plugins
In reply to: [Videojs HTML5 Player] Grey/Black border around videoMy site is not public at the moment. But it is around every video you upload. So if you use your plugin and add a video you can see the border. It is much more visible when I have a white border around the video.
If you can’t help unless I provide a link, I have to wait to get it fixed. But it would be nice if you can upload your own video and see the border/shadow/background.
Forum: Plugins
In reply to: [KIA Subtitle] Show on "all products"So I added the code once again and activated the plugin. At the moment I have no problems… :/
Thanks for your help. I hope it will work from now on. Otherwise I will try the debug again – or contact you again ??
Forum: Plugins
In reply to: [KIA Subtitle] Show on "all products"At first I added it into the same <?php ?> tag, but then it crashed so I added it in a new tag.
But it still crash..
I tried to use the WP_DEBUG but probably not at the right way because nothing show up, only white screen… ?Forum: Plugins
In reply to: [KIA Subtitle] Show on "all products"I couldn’t find out how to use the WP_Debug – nothing appeared on the white screen. But I just think I won’t use this plugin that I figured out it is this plugin that causes the white screen. ?? But thank you for your help.
If it didn’t caused the white screen it is a nice plugin.Forum: Fixing WordPress
In reply to: White screenThanks!
Forum: Plugins
In reply to: [KIA Subtitle] Show on "all products"Now it works. But after I added the code the site goes blank after each update….?
Forum: Plugins
In reply to: [KIA Subtitle] Show on "all products"Thank you. I tried to add
add_action( ‘woocommerce_shop_loop_item_title’, ‘kia_add_subtitle_to_woocommerce’ );But then the site went blank. (it crashed).
I added it like this:
<?php
function kia_add_subtitle_to_woocommerce(){
if( function_exists( ‘the_subtitle’ ) ) the_subtitle( ‘<h2 class=”subtitle”>’, ‘</h2>’ );
}add_action( ‘woocommerce_single_product_summary’, ‘kia_add_subtitle_to_woocommerce’, 7 );
add_action( ‘woocommerce_shop_loop_item_title’, ‘kia_add_subtitle_to_woocommerce’ );
?>Forum: Plugins
In reply to: Import SQL – WoocommerceAnd isn’t it possible to upload pictures to wordpress through Filezilla? Nothings shows up..
Forum: Themes and Templates
In reply to: 9 widgets to align in a 3X3YES!! I finally found out what was wrong after have been trying all day!
Can I delete this post?