Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Advanced Layout Builder not working with WP 5.0.3 #1062710

    Hi! I did everything you wrote :( Enfold and WordPress have the lastest Versions. I deleted everything on the Server and installed Wp and Enfold new and nothing changed eccept the Pages are gone now and I can not work with enfold because the enfold navigation is also gone :((( please help!!!!! Thanks so much!
    If I create a new side its the same problem! I can not use the Advanced Layout Builder….

    • This reply was modified 5 years, 9 months ago by JBM.
    in reply to: Advanced Layout Builder not working with WP 5.0.3 #1059802

    Thanks for your quick reply! i deleted the theme via ftp but nothing changed :( any other ideas? Would be great…

    in reply to: Booking tool Dr. Flex #930609

    Hey, thank you very much for your help. The developers wrote me this:
    I looked at your embedding problem. In your theme, there is a margin directly in the body element. This is very rare and was not covered by our script. The next update (most likely tonight) fixes the problem without you having to do anything. For an immediate solution, you can also include the following CSS Snipped:

    #dr-flex-embed-holder {
    left: 0;
    }

    This worked out!

    in reply to: Booking tool Dr. Flex #929849

    ok, thank you so much… there is access data in the private section… let me know if you need anything else!

    in reply to: Booking tool Dr. Flex #929308

    I put this in the header.php <script src=”https://dr-flex.de/embed.js?medicalPracticeId=14651″></script>
    maybe on a wrong position?

    `<?php
    if ( !defined(‘ABSPATH’) ){ die(); }

    global $avia_config;

    $style = $avia_config[‘box_class’];
    $responsive = avia_get_option(‘responsive_active’) != “disabled” ? “responsive” : “fixed_layout”;
    $blank = isset($avia_config[‘template’]) ? $avia_config[‘template’] : “”;
    $av_lightbox = avia_get_option(‘lightbox_active’) != “disabled” ? ‘av-default-lightbox’ : ‘av-custom-lightbox’;
    $preloader = avia_get_option(‘preloader’) == “preloader” ? ‘av-preloader-active av-preloader-enabled’ : ‘av-preloader-disabled’;
    $sidebar_styling = avia_get_option(‘sidebar_styling’);
    $filterable_classes = avia_header_class_filter( avia_header_class_string() );
    $av_classes_manually = “av-no-preview”; /*required for live previews*/
    $av_classes_manually .= avia_is_burger_menu() ? ” html_burger_menu_active” : ” html_text_menu_active”;

    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?> class=”<?php echo “html_{$style} “.$responsive.” “.$preloader.” “.$av_lightbox.” “.$filterable_classes.” “.$av_classes_manually ?> “>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
    <?php
    /*
    * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives
    * located in framework/php/function-set-avia-frontend.php
    */
    if (function_exists(‘avia_set_follow’)) { echo avia_set_follow(); }

    ?>

    <!– mobile setting –>
    <?php

    if( strpos($responsive, ‘responsive’) !== false ) echo ‘<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>’;
    ?>

    <script src=”https://dr-flex.de/embed.js?medicalPracticeId=14651″></script&gt;
    <!– Scripts/CSS and wp_head hook –>
    <?php
    /* Always have wp_head() just before the closing </head>
    * tag of your theme, or you will break many plugins, which
    * generally use this hook to add elements to <head> such
    * as styles, scripts, and meta tags.
    */

    wp_head();

    ?>

    </head>

    <body id=”top” <?php body_class($style.” “.$avia_config[‘font_stack’].” “.$blank.” “.$sidebar_styling); avia_markup_helper(array(‘context’ => ‘body’)); ?>>

    <?php

    if(“av-preloader-active av-preloader-enabled” === $preloader)
    {
    echo avia_preload_screen();
    }

    ?>

    <div id=’wrap_all’>

    <?php
    if(!$blank) //blank templates dont display header nor footer
    {
    //fetch the template file that holds the main menu, located in includes/helper-menu-main.php
    get_template_part( ‘includes/helper’, ‘main-menu’ );

    } ?>

    <div id=’main’ class=’all_colors’ data-scroll-offset='<?php echo avia_header_setting(‘header_scroll_offset’); ?>’>

    <?php

    if(isset($avia_config[‘temp_logo_container’])) echo $avia_config[‘temp_logo_container’];
    do_action(‘ava_after_main_container’);

    ?>

    in reply to: Booking tool Dr. Flex #929306

    yes, there is nothing else in it…

    in reply to: Booking tool Dr. Flex #929289

    no, thats the problem. I just got this:

    Integrate in Header:
    <script src=”https://dr-flex.de/embed.js?medicalPracticeId=14651″></script&gt;

    This is the Button:
    Termine online buchen

    I asked them if they can fix it, but they told me its up to the theme???
    thank you for your help :)

    in reply to: Booking tool Dr. Flex #929283

    click on TERMINE ONLINE BUCHEN button, so you can see….

    in reply to: Booking tool Dr. Flex #929280

    sorry, it didn´t work so far… any other suggestions. that would be great! thank a lot!

    in reply to: blogpost without picture #461530

    something like this.
    http://www.janinebaier.de/screen.jpg
    an additional menu point if you don´t want a thumbnail etc.
    :)

    in reply to: blogpost without picture #461518

    hi thanx for quick help but now every picture is gone.

    if I have a picture for my blogpost it should be showen
    if I have no picture there should be only text no icon or frame…

    is this possible?

    thank you :)

    in reply to: blogpost without picture #461444
    This reply has been marked as private.
    in reply to: blogpost without picture #461442
    This reply has been marked as private.
    in reply to: blogpost without picture #461294

    hi rikard, sorry – ok, there are two screenshots now. When I create a blogpost and I don´t have a picture for it, there´s a color-area with an icon (pencil). is it possible to have only plain text if there is no picture?

    http://www.janinebaier.de/screenshot.zip

    thanx for help….

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