Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Getresponse integration #1439145

    Great, that worked! Thank you!

    in reply to: Mobile Menu doesn’t work #1417989

    I tried this, still doesn’t work… I don’t think the slider is capturing the click, as clicking on the search icon next to the burger menu works. The burger menu just doesn’t open.

    <?php /*
    This page is used to display the static frontpage.
    */

    // Fetch theme header template
    get_header();
    /*
    require(‘fullscreen-slider-with-kenburns-effect.html’);*/
    ?>

    <section class=”avia_codeblock_section avia_code_block_0″ itemscope=”itemscope” itemtype=”https://schema.org/CreativeWork”&gt;
    <div class=’avia_codeblock ‘ itemprop=”text”>
    <iframe src=”fullscreen-slider-with-kenburns-effect.html” style=”display:block; border:none; height:100vh; width:100%; “>
    </iframe>
    </div>
    </section>

    <!– This page is generated outside of WP by: /wp-content/themes/CURRENT-THEME/home.php –>
    <!– Your HTML Code Here –>

    in reply to: Mobile Menu doesn’t work #1417985

    Could you help me how to do that? I am not familiar with code blocks, and also not sure what you mean by “top of the page”. Thank you!

    in reply to: Mobile Menu doesn’t work #1417983

    Yes, when I remove the code (e.g., by renaming front-page.php), it does work. I thought the problem might be caused by the iframe? But you are right, I am using the element or plugin, although not for the front-page. Any suggestions?
    Thank you,
    Holger

    in reply to: Mobile Menu doesn’t work #1417970

    I have upated the theme but the problem remains….

    Please note that I have edited front-page.php to the following to use MightySlider:

    <?php /*
    This page is used to display the static frontpage.
    */

    // Fetch theme header template
    get_header();
    /*
    require(‘fullscreen-slider-with-kenburns-effect.html’);*/
    ?>
    <iframe src=”fullscreen-slider-with-kenburns-effect.html” style=”display:block; border:none; height:100vh; width:100%; “></iframe>

    <!– This page is generated outside of WP by: /wp-content/themes/CURRENT-THEME/home.php –>
    <!– Your HTML Code Here –>

    in reply to: Mobile Menu doesn’t work #1417838

    Sorry, I was trying to fix this via quick css changes.
    Now the burger menu is visible again but doesn’t unfold on the front page. If you could take a look, please. Thank you!

    in reply to: Integrate Mightyslider Ken Burns on front-page #1345236

    Yes, thank you, Mike.

    in reply to: Integrate Mightyslider Ken Burns on front-page #1345014

    Hi Rikard,

    thank you for your reply, I’ve already found the solution. I switched the header to transparent and got the desired result.

    However, if you have a minute, I would be interested if you would there is a better method to implement a full-screen Ken Burns effect on the front page within the enfold theme. I guess the way I do it is kind of a hack.

    Best regards,
    Holger

Viewing 8 posts - 1 through 8 (of 8 total)