Forum Replies Created

Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • in reply to: Formular nicht responsiv #712358

    Hallo Andy,
    das Cache Plugin war nicht das Problem, sondern nur der lange Text im Absendebutton. Behoben werden konnte das durch
    .responsive .avia_ajax_form .form_element .button{
    white-space: normal;
    }
    Viele Grüsse,
    Stefan

    in reply to: Formular nicht responsiv #710820

    Hi Yigit,

    this don’t works. I’ve give you an Admin for my website, so you can have a look ;)
    Thank You.

    Best regards,
    Stefan

    in reply to: responsiv problems with layer slider #710766

    Sorry, I’ve found the problem. It was a adjustment problem by
    Responsive under and Layers container

    You can Close the Ticket.

    Thanks,
    Stefan

    in reply to: no follow Links Kundenempfehlung #655544

    Hi Andy,

    vielen Dank.

    Viele Grüsse,
    Stefan

    in reply to: no follow Links Kundenempfehlung #654092

    Hi,

    wurde ich vergessen? ;)

    in reply to: Blogbeiträge ohne Bilder #629047

    Hi Ismael,
    I have insolved my problem, thank you

    in reply to: individuelle Logo Größe #584539

    This works!, Thank You ;)

    best Regards,
    Stefan

    in reply to: individuelle Logo Größe #582204

    Hi Yigit,

    one problem but I have now found it with this setting: on a smart phone, the logo image will no longer be reduced enough.
    What can I do? Thanks

    Best Regards,
    Stefan

    in reply to: individuelle Logo Größe #582102

    Hi Yigit,

    great, thank you, that works. Really great, that I can relaxed post in German my problem here;) This is already my third website with Enfold. Our own website is also ready and to see under http://www.tvg-verlag.de

    Best Regards,
    Stefan

    in reply to: neues g+ icon #550283

    Hallo Andy,

    genau das hatte ich ja getan. Aber das Problem hat sich erledigt. Ich weiss nicht warum, aber es dazuert ein paar Stunden, dann wird das auch auf der Website richtig angezeigt, scheint irgendwie ein Cach problem zu sein, andere Änderungen werden sofort sichtbar. Seltsam, aber damit kann ich leben ;)

    Viele Grüsse,
    Stefan

    in reply to: neues g+ icon #548692

    Hi Andy,

    die Anleitung ist ok und soweit klappt das auch, nur….. das Symbol, dass auf der Website angezeigt wird ist ein ganz anderes, als das in Fontello. Ich habe die svg datei einmal unten verlinkt, vielleicht kannst du das ja mal ausprobieren, vielen Dank

    Grüsse,
    Stefan

    in reply to: Article preview #544537

    Hi Elliott,
    sorry for the late reply, which this is not yet a priority project, but in January :) The main Website is not a WordPress Site.
    The URL to the Worpress is http://wordpress.actaudit.de/, here you can see the problem.
    The store is currently planned only in German.

    Best Regards,
    Stefan

    • This reply was modified 8 years, 11 months ago by tvgverlag.
    in reply to: Footer Höhe #544361

    Thanks Yigit ;)

    that works, but the mouse over looks not so fine, please have a look on enfold.tvg.de

    Regards,
    Stefan

    in reply to: Icon Liste #543498

    Thanks Elliot,
    that works fine ;)

    best regards,
    Stefan

    in reply to: Footer Höhe #543495

    Thanks Elliott,
    that works, but not so good, the image on the right is after the mouseover very small ( I think -60px :))

    Best Regards,
    Stefan

    • This reply was modified 8 years, 11 months ago by tvgverlag.
    in reply to: Ansicht Navigation Hauptmenue Ebene 2 #542246

    Thanks Yigit, I use now the Mega Menue ;)

    Vielen Dank :)

    Viele Grüsse,
    Stefan

    in reply to: Ansicht Navigation Hauptmenue Ebene 2 #537992

    Hi Yigit,
    this don’t work, but this was my mistake. I#ve don’t tell you my wishes correkt.

    At the top level in the main menü is the second Item Produkte.
    under Produkte (at the second level in the main menue) is Das Telefonbuch, Das Örtliche, TB GUIDE
    under Das Telefonbuch (at the third level in the main menue) is Telefonbuch Berlin, Telefonbuch Hamburg, Telefonbuch München,
    and that appears to the left of the Entry Das Telefonbuch, but it should be displayed to the right

    Best Regards,
    Stefan

    in reply to: Frage zur Lizenzierung #537977

    Hi Yigit,

    ok, thanks. I’ve understand and I buy a new license ;)

    Regards,
    Stefan

    habe leider noch keine zufriedenstellende Lösung gefunden

    • This reply was modified 9 years ago by tvgverlag.
    in reply to: Social Icons #534669

    thanks Elliott, this works fine :)

    Regards,
    Stefan

    in reply to: Startseite wird nicht mehr gefunden #523508

    Bluecafe vielen Dank :) Bei Enfold war da zwar keine spezielle Seite ausgewählt, nachdem ich das aber nun getan habe klappt es.
    Aber auch doof, dass es diese Einstellung 2 mal gibt. Aber nun ist wieder alles ok :)

    in reply to: Startseite wird nicht mehr gefunden #523500

    Hi Andy,

    ich habe alle Plugins deaktiviert, hilft nichts.
    Alle Theme Dateien gelöscht und das Theme neu aufgespielt, hilft nichts, es wird keine Startseite angezeigt, erstellte seiten werden auch in der Voransicht nicht angezeigt. Noch eine andere Idee?

    Wenn ich das Theme zu einem WP Standardtheme wechsle, geht es, nur Enfold mag nicht.

    Viele Grüsse,
    Stefan

    • This reply was modified 9 years ago by tvgverlag.
    in reply to: Widget Title #515037

    Hi Elliott,

    the size alone was not the reason, but I can live with this solution ;)
    Thanks!

    Best Regards
    Stefan

    p.s. there are certainly many more questions arise * g

    in reply to: Widget Title #514169

    Hi Yigit,

    that’s exactly what I’ve done

    here you can see it:
    <?php
    // global $wp_registered_sidebars;
    #########################################

    register_sidebar(array(
    ‘name’ => ‘Displayed Everywhere’,
    ‘before_widget’ => ‘<section id=”%1$s” class=”widget clearfix %2$s”>’,
    ‘after_widget’ => ‘<span class=”seperator extralight-border”></span></section>’,
    ‘before_title’ => ‘<h5 class=”widgettitle”>’,
    ‘after_title’ => ‘</h5>’,
    ‘id’=>’av_everywhere’
    ));

    register_sidebar(array(
    ‘name’ => ‘Sidebar Blog’,
    ‘before_widget’ => ‘<section id=”%1$s” class=”widget clearfix %2$s”>’,
    ‘after_widget’ => ‘<span class=”seperator extralight-border”></span></section>’,
    ‘before_title’ => ‘<h5 class=”widgettitle”>’,
    ‘after_title’ => ‘</h5>’,
    ‘id’=>’av_blog’
    ));

    register_sidebar(array(
    ‘name’ => ‘Sidebar Pages’,
    ‘before_widget’ => ‘<section id=”%1$s” class=”widget clearfix %2$s”>’,
    ‘after_widget’ => ‘<span class=”seperator extralight-border”></span></section>’,
    ‘before_title’ => ‘<h5 class=”widgettitle”>’,
    ‘after_title’ => ‘</h5>’,
    ‘id’=>’av_pages’
    ));

    if(class_exists( ‘woocommerce’ ))
    {

    register_sidebar(array(
    ‘name’ => ‘Shop Overview Page’,
    ‘before_widget’ => ‘<section id=”%1$s” class=”widget clearfix %2$s”>’,
    ‘after_widget’ => ‘<span class=”seperator extralight-border”></span></section>’,
    ‘before_title’ => ‘<h5 class=”widgettitle”>’,
    ‘after_title’ => ‘</h5>’,
    ‘id’=>’av_shop_overview’
    ));

    register_sidebar(array(
    ‘name’ => ‘Single Product Pages’,
    ‘before_widget’ => ‘<section id=”%1$s” class=”widget clearfix %2$s”>’,
    ‘after_widget’ => ‘<span class=”seperator extralight-border”></span></section>’,
    ‘before_title’ => ‘<h5 class=”widgettitle”>’,
    ‘after_title’ => ‘</h5>’,
    ‘id’=>’av_shop_single’
    ));

    }

    //dynamic widgets

    #footer
    $footer_columns = avia_get_option(‘footer_columns’,’5′);

    for ($i = 1; $i <= $footer_columns; $i++)
    {
    register_sidebar(array(
    ‘name’ => ‘Footer – column’.$i,
    ‘before_widget’ => ‘<section id=”%1$s” class=”widget clearfix %2$s”>’,
    ‘after_widget’ => ‘<span class=”seperator extralight-border”></span></section>’,
    ‘before_title’ => ‘<h5 class=”widgettitle”>’,
    ‘after_title’ => ‘</h5>’,
    ‘id’=>’av_footer_’.$i
    ));
    }

    //dummy widgets

    function avia_dummy_widget($number)
    {
    switch($number)
    {
    case 1:
    $title = apply_filters(‘widget_title’, __(‘Interesting links’,’avia_framework’) );

    ?>
    <section class=’widget’>
    <h5 class=’widgettitle’><?php echo $title; ?></h5>
    <span class=’minitext’><?php _e(‘Here are some interesting links for you! Enjoy your stay :)’,’avia_framework’);?></span>
    </section>
    <?php
    break;

    case 4:
    $title = apply_filters(‘widget_title’, __(‘Archive’,’avia_framework’) );

    echo “<section class=’widget widget_archive’>”;
    echo “<h5 class=’widgettitle’>” . $title . “</h5>”;
    echo “

      “;
      wp_get_archives(‘type=monthly’);
      echo “

    “;
    echo “<span class=’seperator extralight-border’></span></section>”;
    break;

    case 3:
    $title = apply_filters(‘widget_title’, __(‘Categories’,’avia_framework’) );

    echo “<section class=’widget widget_categories’>”;
    echo “<h5 class=’widgettitle’>” . $title . “</h5>”;
    echo “

      “;
      wp_list_categories(‘sort_column=name&optioncount=0&hierarchical=0&title_li=’);
      echo “

    “;
    echo “<span class=’seperator extralight-border’></span></section>”;
    break;

    case 2:
    $title = apply_filters(‘widget_title’, __(‘Pages’,’avia_framework’) );

    echo “<section class=’widget widget_pages’>”;
    echo “<h5 class=’widgettitle’>” . $title . “</h5>”;
    echo “

      “;
      wp_list_pages(‘title_li=&depth=-1’ );
      echo “

    “;
    echo “<span class=’seperator extralight-border’></span></section>”;
    break;

    case 5:
    $title = apply_filters(‘widget_title’, __(‘Bookmarks’,’avia_framework’) );

    echo “<section class=’widget widget_archive’>”;
    echo “<h5 class=’widgettitle’>” . $title. “</h5>”;
    echo “

      “;
      wp_list_bookmarks(‘title_li=&categorize=0’);
      echo “

    “;
    echo “<span class=’seperator extralight-border’></span></section>”;
    break;
    }
    }

    in reply to: Widget Title #513655

    Hi Elliott,

    Thanks for your answer. I’ve change the register-widget-area.php, but that doesn’t works. You can look on
    http://enfold.tvg.de/telefonbuch-berlin. It works only in the Footer.

    I want to change that, because it does not look nice with the large font in the sidebar.

    Regards,
    Stefan

    in reply to: Formular Widget #511600

    Hi Yigit,

    ok, i’ve understand now the way with the default Editor and this works fine, thanks ;)

    Regards,
    Stefan

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