Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Mia

    (@wellejus)

    My 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.

    Thread Starter Mia

    (@wellejus)

    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 ??

    Thread Starter Mia

    (@wellejus)

    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… ?

    Thread Starter Mia

    (@wellejus)

    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 screen
    Thread Starter Mia

    (@wellejus)

    Thanks!

    Thread Starter Mia

    (@wellejus)

    Now it works. But after I added the code the site goes blank after each update….?

    Thread Starter Mia

    (@wellejus)

    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 – Woocommerce
    Thread Starter Mia

    (@wellejus)

    And isn’t it possible to upload pictures to wordpress through Filezilla? Nothings shows up..

    Thread Starter Mia

    (@wellejus)

    YES!! I finally found out what was wrong after have been trying all day!
    Can I delete this post?

Viewing 9 replies - 1 through 9 (of 9 total)