Forum Replies Created
-
AuthorPosts
-
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,
StefanHi Yigit,
this don’t works. I’ve give you an Admin for my website, so you can have a look ;)
Thank You.Best regards,
StefanSorry, I’ve found the problem. It was a adjustment problem by
Responsive under and Layers containerYou can Close the Ticket.
Thanks,
StefanHi Andy,
vielen Dank.
Viele Grüsse,
StefanHi,
wurde ich vergessen? ;)
Hi Ismael,
I have insolved my problem, thank youThis works!, Thank You ;)
best Regards,
StefanHi 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? ThanksBest Regards,
StefanHi 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,
StefanHallo 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,
StefanHi 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,
StefanHi 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.
Thanks Yigit ;)
that works, but the mouse over looks not so fine, please have a look on enfold.tvg.de
Regards,
StefanThanks Elliot,
that works fine ;)best regards,
StefanThanks 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.
Thanks Yigit, I use now the Mega Menue ;)
November 25, 2015 at 10:35 am in reply to: Beitragsseite/Startseite mit gleichem Slider über die ganze Breite #542244Vielen Dank :)
Viele Grüsse,
StefanHi 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 rightBest Regards,
StefanHi Yigit,
ok, thanks. I’ve understand and I buy a new license ;)
Regards,
StefanNovember 12, 2015 at 2:25 pm in reply to: Beitragsseite/Startseite mit gleichem Slider über die ganze Breite #534750habe leider noch keine zufriedenstellende Lösung gefunden
- This reply was modified 9 years ago by tvgverlag.
thanks Elliott, this works fine :)
Regards,
StefanBluecafe 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 :)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.
Hi Elliott,
the size alone was not the reason, but I can live with this solution ;)
Thanks!Best Regards
Stefanp.s. there are certainly many more questions arise * g
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;
}
}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,
StefanHi Yigit,
ok, i’ve understand now the way with the default Editor and this works fine, thanks ;)
Regards,
Stefan -
AuthorPosts