Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1409798

    Liber8d
    Participant

    Hi, I have a video that I would like to use, full bleed on my homepage, like you have on the Intergrity demo http://demo.theme.co/integrity-1/

    My movie is HTML format. Is this something that can be done, and if so how?

    Thanks

    D

    #1410132

    Joao
    Moderator

    Hi There,

    You need to install Revolution Slider Plugin.

    Create a Full Screen Slider.

    Add your video to the background.

    Once you have set your slider according to your wishes. Save it.

    Go to your home page. Click Edit Page. Once you are on WP Classic Backend Editor> Scroll down and select > Slider Above Masthead.

    * You also can download slider templates from here : https://revolution.themepunch.com/free-slider-exchange/

    Hope it helps

    Joao

    #1416299

    Liber8d
    Participant

    Hi,
    Thanks for the response. Is the Revolution part of the X Package I have already purchased? Is it free or an additional charge?

    #1416626

    Joao
    Moderator

    Hi There,

    It is a premium plugin that comes bundled with X.

    You can go to WP Admin Dashboard > Addons and Install Revolution Slider.

    Hope it helps

    Joao

    #1421476

    Liber8d
    Participant

    Ok,
    I added this slider and once I enabled it I had this error message come up and now I am unable to work on my site.

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 6 bytes) in /data03/c3196268/public_html/wp-includes/script-loader.php on line 308

    How can I turn the slider off and resolve this?

    #1421479

    Thai
    Moderator

    Hi There,

    Could you please try adding the following code into your wp-config.php file in the root of your WordPress installation.

    define( 'WP_MEMORY_LIMIT', '128M' );
    define( 'WP_MAX_MEMORY_LIMIT', '128M' );

    If that doesn’t help, please provide us with your FTP login credentials to check your current setup.

    Thanks!

    #1421493

    Liber8d
    Participant

    Thanks, but this does not help. I can now see the pages, but any attempt to edit, brings up this error

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 94 bytes) in /data03/c3196268/public_html/wp-includes/class.wp-scripts.php on line 443

    #1421515

    Christian
    Moderator

    Memory exhaustion is due to limitations in web hosting. Please pass the error message to your web host or try testing in a better server.

    Thanks.

    #1421519

    Liber8d
    Participant

    OK, but in the meantime I need to turn off the slider as this is causing the issue. How can i turn it off?

    #1421578

    Joao
    Moderator

    If you are able to login,

    Go to WP Admin Dashboard > Plugins > Installed Plugins.

    If not, you can access your site via FTP wp-content/plugins/ and rename the folder revslider.

    You can rename to revslider-off

    Hope it helps

    Joao