Forum Replies Created

Viewing 30 posts - 3,301 through 3,330 (of 3,706 total)
  • Author
    Posts
  • in reply to: How can I change the font color on buttons? #338263

    Hi!

    Thank’s for feedback.

    In custom.css or Enfold->Styles->QuickCSS put the following:

    
    .avia-button.avia-color-orange, .avia-button.avia-color-orange:hover{
    color: #000 !important;
    }
    

    Regards,
    Günter

    in reply to: Überschrift blog #336878

    Hallo Neo,

    Gerne.

    Falls weitere Fragen auftreten, stehen wir gerne zur Verfügung.

    Viel Freude mit dem Theme.

    Best regards,
    Günter

    Hey onegirlrtw!

    Thank you for using our theme.

    All changes you make to that file will be relevant for the child theme, as this file is loaded by the child theme.

    Regards,
    Günter

    in reply to: Überschrift blog #336724

    Hallo Neo,

    Bei den Themeoptions Enfold -> Blog Layout -> Related Entries gibt es ein DropDown mit mehreren Einstellungen. Falls ein Post kein Thumbnail hat, kann auch keines angezeigt werden. Ansonsten einfach einmal die Möglichkeiten durchprobieren.

    Regards,
    Günter

    in reply to: Überschrift blog #336688

    Hallo Neo,

    Die Beitragüberschrift über die volle Breite (habe es bereits eingebaut). Für die Überschrift zum formattieren (ist hier nur ein Beispiel):

    
    #top .fullsize .template-blog .post-title {
    max-width: none !important;
    }
    
    #top .fullsize .template-blog .post-title {
        color: blue !important;
       font-size:  20px !important;
    }
    

    Regards,
    Günter

    in reply to: Spacing after text boxes #336684

    Hey Giles!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value:

    
    #main .template-page .entry-content-wrapper > div {
        margin-top: 20px !important;
    }
    

    If you want to limit it to the given page:

    
    .page-id-15 #main .template-page .entry-content-wrapper > div {
        margin-top: 20px !important;
    }
    

    Cheers!
    Günter

    in reply to: Changing size and colour of page titles #336672

    Hey Giles!

    Thank you for using our theme.

    The color can be changed with:

    
    #main .main-title a {
        color: #2d5c88 !important;
    }
    

    You can only change the font-size with CSS, not the tag. Adjust the value to your need.

    
    #main .main-title a {
        font-size: 20px !important;
    }
    

    Regards,
    Günter

    in reply to: Page title and breadcrumbs font colour #336666

    Hi Rupert!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following:

    
    #main .main-title a {
        color: #f2f3f5 !important;
    }
    #main .breadcrumb, 
    #main .breadcrumb a {
        color: #f2f3f5 !important;
    }
    
    

    Regards,
    Günter

    in reply to: Überschrift blog #336657

    Hallo Neo,

    Fehler gefunden. Man muss es so eintragen:

    
    #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: none !important;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: none !important;
    }
    

    Habe es bereits in QuickCSS korrigiert. Sollte jetzt funktionieren.

    Man könnte den Container noch etwas breiter machen, wenn man den folgenden padding Wert 50px verkleinert:

    
    .container{
    padding: 0 50px !important;
    }
    

    LG aus Wien
    Günter

    in reply to: Überschrift blog #336134

    Hallo Neo,

    Eigentlich sollte die erste Version funktionieren. Wenn ich diese in FF bei mir verwende, geht es.

    Vielleicht ist beim Eintragen ein Tippfehler passiert:

    
    #top .fullsize .template-single-blog .post .entry-content-wrapper > * {
      max-width: none !important;
    }
    

    Wenn es wieder nicht geht, können wir einen admin login bekommen?

    Cheers!
    Günter

    in reply to: Current menu item #336112

    Hey Richard!

    Thank you for using our theme.

    Try to replace the code above with:

    
    li.current_page_item a .avia-menu-text{
    color: #ff553e !important;
    }
    

    Cheers!
    Günter

    in reply to: Translation of Woocommerce string "Warenkorb Zwischensumme" #336105

    Hi!

    Thank you for using our theme and the forum and the feedback about solving the problem.

    Feel free to come back with any problems.
    Enjoy the theme.

    Regards,
    Günter

    in reply to: Testimonial Slider not showing Name or Subtitle #336046

    Hi Courtney!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS field try to put the following:

    
    .avia-slider-testimonials .avia-testimonial-meta-mini {
        overflow: visible !important;
    }
    

    Regards,
    Günter

    in reply to: Can't edit ARCHIVES template #336040

    Hey!

    Glad we could help you. Enjoy the theme.

    Cheers!
    Günter

    in reply to: Überschrift blog #335542

    Hallo Neo,

    Ersetze die untere Zeile durch:

    
    #top .fullsize .template-single-blog .post .entry-content-wrapper{
    max-width: none !important;
    }
    

    Best regards,
    Günter

    Hey!

    Thank you for using our theme and forum.

    Glad, you could solve the problem yourself.

    Feel free to come back any time you need help.
    Enjoy the theme.

    Cheers!
    Günter

    in reply to: Page Titles aligned to left #334808

    Hey erkuto!

    Thank you for using our theme.

    Please try to deactivate all plugins. Maybe one of the plugins causes this problem. If the problem still occurs, please come back and give us an admin account to check.

    Cheers!
    Günter

    in reply to: phone info (small bar above the main menu) font color #334803

    Hey Haybazak!

    Thank you for using our theme.

    In custom.css or Enfold->Styling QuickCSS field put the following and adjust the color value:

    
    #top .header-scrolled #header_meta .phone-info {
        color: #23408e !important;
    }
    

    Best regards,
    Günter

    in reply to: How to create a new archive style for CPT #333748

    Hi Sandie!

    Thank you for using our theme.

    Have a look at this:

    http://codex.wordpress.org/Page_Templates

    It explains, how to create custom templates.
    Come back, if you have more questions.

    Cheers!
    Günter

    Hey!

    Thank’s for your feedback.

    Out of the box the table object does not support your request. If you need that, you have to modify

    enfold\config-templatebuilder\avia-shortcodes\table.php

    to allow to add specific classes to single cells. This will be the only way to be independent from cell content.

    But this is beyond the scope of support.

    Best regards,
    Günter

    in reply to: Header border between Search icon & Social Icons #333262

    Hey debenm!

    Thank you for using our theme.
    Can you post us a link to your page, so we can check?

    Best regards,
    Günter

    in reply to: Length of breadcrumbs #333257

    Hi musklick!

    Thank you for using our theme.

    There is a fiterhook for the breadcrumb array, where you can remove the portion you do nt like.

    In functions.php (or preferred in functions.php of the child theme) at the end add the following:

    
    add_filter( 'avia_breadcrumbs_trail', 'my_custom_trail', 10, 2);
    function my_custom_trail($trail, $args)
    {
    // $trail is an array - each element is one part of the trail starting with 0 for the first entry of the trail
    // maipulate the array and return it
    
    return $trail;
    }
    

    Best regards,
    Günter

    in reply to: How to add space below the tags on a product page? #332280

    Hi DROR!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value :

    
    .single-product .product_meta{
    margin: 0 0 10px 0 !important;
    }
    

    Regards,
    Günter

    in reply to: How to: H1 titels not in CAPITALS but Normal #332277

    Hey jdrijver!

    Thank you for using our theme.

    In custom.css or Enfold->styles->QuickCSS field put the following:

    
    h1 {
    text-transform: none !important;
    }
    

    Alternativ you can try to modify the h1 in Enfold->AdvancedStyling

    Regards,
    Günter

    Hey connect4consulting!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS field put the following:

    
    .home .breadcrumb-trail {
        display: none !important;
    }
    

    Best regards,
    Günter

    Hey Staggerlee60!

    Thank you for using our theme.

    It sounds as there is to few php memory.

    Try to put the followig at wp-config.php at the end of the file but before the line:

    
    require_once(ABSPATH . 'wp-settings.php');
    
    
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );
    
    

    If this does not work check with the hoster your maximum php memory – 128MB iwould be fine at least

    Best regards,
    Günter

    in reply to: Überschrift blog #327933

    Hey!

    Versuche einmal das folgende zusätzlich zu obigen:

    
    #top .fullsize .template-single-blog .entry-content-wrapper .post-title {
        font-size: 30px !important;
        line-height: 1.3em !important;
    }
    
    #top .fullsize .template-single-blog .post .entry-content-wrapper > * {
        max-width: none !important;
    }
    

    Best regards,
    Günter

    in reply to: Darstellung Aufzählung in WooCommerce Artikelbeschreibung #326640

    Hi!

    Glad we could help you. Enjoy the theme.

    Best regards,
    Günter

    in reply to: Problem with "Read more" #326627

    Hey!

    Thank you for using our theme.

    Feel free tio come back with any further questions.

    Best regards,
    Günter

    in reply to: Possible to add our own icons? #326622

    Hey gb!

    Thank you for using our theme.

    Have a look at the following article:

    http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Come back, if you need further assistance.

    Regards,
    Günter

Viewing 30 posts - 3,301 through 3,330 (of 3,706 total)