Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #950394
Features
Closed

Comments

  •  2
    awsjulio started the conversation

    Hi, 

    1) Can the automatic video embed script be disabled? I purchased this theme and realized there isn't a setting to disable this, and it has created errors and ruined content and prevents from using own player style or skin, disabling this globally is huge for me to be able to use this theme.


    2) Is there really not an option to disable Featured Image in single posts? Im thinking I'm just not seeing it...? Also using the child-theme and adding an extra class to hide "ltd-post-image" doesn't work because that same selector was used for the blog feed so it removes the featured image globally



  •  1,845
    Elated replied

    Hello,

    1) Could you please be precise here? Which error you got? If you've got this error  http://screencast.com/t/vG2XdsS26bV8, just please update your theme, since we've included fix for that today. 

    2) Please add this code in Elated Options > General > Custom CSS field and you'll be able to remove image:

    .single .eltd-blog-holder article .eltd-post-image img {
        display:none;
    }

    Thanks


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  2
    awsjulio replied

    Hi, Thanks for the CSS snippet. That too care of it. 

    Ive attached a screen shot of the errors

    A little bit more info: I am trying to use my own embed code that works fine on any other theme, so I am guessing it has something to do with Flow's automatic embed? If I just paste the videos URL it shows up. However I am trying to implement a custom player on my theme to play videos and this theme is already conflicting with simple custom embed codes... I would be happy to disable whatever is causing it if I can be guided in the right direction

    here is my code:

    <div class='embed-container'><iframe src='http://www.youtube.com/embed/Ab9OZsDECZw' frameborder='0' allowfullscreen></iframe></div>
    

    and the css:

    .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
    

    from embedresponsively.com which i've always used in the past with no issues


    Also just putting this out there in case it helps anyone, I have disabled the Google API error by adding this to the child theme functions file

    /**
     * Dequeue the Parent Theme scripts.
     *
     * Hooked to the wp_print_scripts action, with a late priority (100),
     * so that it is after the script was enqueued.
     */
    function my_site_WI_dequeue_script() {
     wp_dequeue_script( 'google_map_api' ); //removes google map api error
    }
     
    add_action( 'wp_print_scripts', 'my_site_WI_dequeue_script', 100 );
    

    *It would be nice in a future update to have an option in the dashboard to disable Google Maps Api for users who don't need it, no big deal but something to think about


    Thanks

  •  1,845
    Elated replied

    Hi Awsjulio,

    Unfortunately this kind of thing would require a lot of custom coding inside the default theme templates, and if you would like to do this, you would need to do it by yourself, because we primarily need to focus on providing Theme Support to all customers. We hope you understand.

    In case you are not familiar with programming, you could hire someone to do this for you. You could look for someone who you can hire for this kind of job at the following link: - http://studio.envato.com

    Thanks for understanding.

    Please let us know if there is anything else we can do for you, thanks!


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  2
    awsjulio replied

    Edited...looking into another option right now. 

  •  1,845
    Elated replied

    Okay!

    Let us know if you need anything else!

    Thanks 


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.