Forum Replies Created

Viewing 30 posts - 3,391 through 3,420 (of 3,744 total)
  • Author
    Posts
  • in reply to: Make tab darker #312761

    Hey Benjamin!

    Thank you for using our theme.

    In custom.css or Enfold -> Styling -> Quick-CSS put the following and adjust the values:

    
    div .main_color .tabcontainer .active_tab {
        background-color: #efefef !important;
        font-size: 1.1em !important;
    }
    div .main_color .tabcontainer .tab {
        font-size: 1.1em !important;
    }
    

    You also can change the font size to a fix value with:

    
      {
        font-size: 11pt !important;
    }
    

    Best regards,
    Günter

    in reply to: Testimonials #312754

    Hi Chrisparkins!

    Thank you for using our theme.

    Can you send us a link to the page so we can check please?

    Cheers!
    Günter

    in reply to: How do I install Enfold to an existing website #312753

    Hi ehlmarket!

    Thank you for using our theme.

    Upload enfold to your website (via WP or FTP) and activate the theme like you do with any other WP-Theme.

    The content (posts, pages) will be taken from the Database and will be displayed by our theme.

    Of course you have to set up your required theme settings in Dashboard -> Enfold -> …..

    If your old theme had used custom post types, those will not be recognised by Enfold.

    Regards,
    Günter

    in reply to: Enfold Theme- Theme options not showing in the dashboard #312750

    Hi Geoffdoyle!

    Thank you for using our theme.

    First step – deactivate all plugins. If Enfold works, try to reactivate 1 plugin after the next.

    Before strarting to reactivate the plugins you also can try to increase php memory. In wp-config.php before the line:

    
    require_once(ABSPATH . 'wp-settings.php');
    

    insert the following:

    
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );
    

    Regards,
    Günter

    in reply to: Change breadcrumb separator #312195

    Hey!

    Copy the original file Enfold/framework/php/class-breadcrumb.php into the root directory of enfold-child (same, where enfold-child/functions.php is).

    Modify this file as described above.

    In enfold-child/functions.php put the following at the end:

    
    require_once( 'class-breadcrumb.php' );
    

    Delete the original file. You have to delete the original file after every update of the theme.

    Regards,
    Günter

    in reply to: Remove Comments, Category, Author Meta from Blog Feed #312189

    Hi indy1003!

    Thank you for using our theme.

    Try to put the following in Enfold -> Styling -> Quick CSS or in custom.css:

    
    .entry-content-wrapper .post-meta-infos {
    display: none !important;
    }
    

    If it does not work, please send us a link to your page.

    Best regards,
    Günter

    in reply to: Sidebar #312179

    Hey!

    Thank you for using our theme and the support forum.

    Glad, you could fix the problem.

    Come back with any further questions and enjoy the theme.

    Cheers!
    Günter

    in reply to: Anchor in a page #312175

    Hi!

    As long as you did not change anything in the theme files you can update without problems. Your settings made in the Enfold settings page and Quick CSS will be kept.

    Best regards,
    Günter

    in reply to: Fehler beim Aufschalten der Seite #311947

    Hi Papillon16!

    Danke, dass Sie unser Theme verwenden.

    Wenn ich auf den Link gehe, bekomme ich die Seite angezeigt. Hat sich das Prblem erledigt?

    Cheers!
    Günter

    in reply to: Mega Menu Firefox #307339

    Hi!

    Danke für die Rückmeldung.

    Gerne stehen wir für weitere Fragen zur Verfügung.

    Viel Freude mit dem Theme.

    Cheers!
    Günter

    in reply to: Changing color of social icons in transparent header #307297

    Hey!

    Glad I could help you. Come back with any further questions.

    Enjoy the theme.

    Regards,
    Günter

    in reply to: Different Colored Pricing Table Columns #307295

    Hey!

    Glad I could help you. Come back with any further questions.

    Enjoy the theme.

    Regards,
    Günter

    in reply to: Mega Menu Firefox #307284

    Hi dondela!

    Danke dass Sie unser Theme verwenden.

    In custom.css oder Enfold->Styles->QuickCSS Feld bitte das folgende eingeben:

    
    #top #header .avia_mega_div .sub-menu{
    float: left !important;
    }
    

    Best regards,
    Günter

    in reply to: Reduce white space above featured image on Blog Post #307268

    Hey jacobtaddy!

    Thank you for using our theme.

    In custom.css or Enfold->Styling->Quick-CSS field put the following and adjust the px value:

    
    .single .entry-content-wrapper{
     margin: -15px 0 0 0 !important;
    }
    

    Best regards,
    Günter

    in reply to: Different Colored Pricing Table Columns #307263

    Hi!

    This should do for a single column:

    
    .avia-pricing-table-container > .pricing-table-wrap:nth-child(1) > .pricing-table.avia-center-col > li:nth-child(5) {
        background-color: red !important;
    }
    

    Best regards,
    Günter

    in reply to: Changing color of social icons in transparent header #307259

    Hi!

    Try to add the following:

    
    #top .social_bookmarks li a {
    color: gray !important;
    }
    
    #top .av_header_transparency .social_bookmarks li a {
    color: white !important;
    }
    
    

    Regards,
    Günter

    in reply to: Different Colored Pricing Table Columns #307253

    Hey Slade!

    Thank you for using our theme.

    Try the following and adjust the value of the color for each nth-child:

    
    .pricing-table.avia-center-col > li:nth-child(5) {
        background-color: red !important;
    }
    

    Cheers!
    Günter

    in reply to: Icons not displaying correctly #307252

    Hi boazmns!

    Thank you for using our theme.

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

    
    .avia-icon-list .iconlist_icon {
        font-size: inherit !important;
    }
    

    Best regards,
    Günter

    in reply to: Add spacing between List Item Title and List Item Content? #307248

    Hi Starkos!

    Thank you for using our theme.

    In custom.css or Enfold-> Styling-> QUICK-CSS-field put the following and adjust the first px value:

    
    .main_color .iconlist_content {
        margin: 15px 0 0;
    }
    

    ,

    Cheers!
    Günter

    in reply to: ReferenceError: Can't find variable: WPRemoveThumbnail #307244

    Hey!

    Freut uns, dass wir helfen konnten.

    Viel Freude mit dem Theme.

    Cheers!
    Günter

    in reply to: Menu im Header von einer bestimmten Seite entfernen #307241

    Hi!

    Gerne. Jederzeit stehen wir für weitere Fragen zur Verfügung.

    Viel Freude mit dem Theme.

    Cheers!
    Günter

    in reply to: Menu im Header von einer bestimmten Seite entfernen #306912

    Hey!

    Wenn auch die Lupe weg soll, geht das einfacher:

    
    .page-id-2752 .main_menu,
    .page-id-2632 .main_menu {
        display: none !important;
    }
    

    Für jede Seite braucht man eine Zeile mit der jeweiligen ID der Seite mit “,” von dem nächsten Eintrag trennen (2752 ist nur ein Beispiel)

    Cheers!
    Günter

    Hi!

    Gerne. Danke dass Sie unser Forum benützen und gerne stehen wir für weitere Probleme zur Verfügung.

    Viel Freude mit dem Theme.

    LG aus Wien
    Günter

    in reply to: Default template page name and location #306739

    Hey!

    Glad I could help you. Enjoy the theme.

    Cheers!
    Günter

    Hi!

    Den folgenden Code in custom.css oder Enfold->Styles->Quick-CSS Feld eingeben:

    
    #top #payment #place_order{
      margin: 0 0 10px !important;
    }
    
    .order-again .button {
        float: right !important;
    }
    

    Regards,
    Günter

    Hey christopherd6!

    Thank you for using our theme.

    If the plugin does not offer an option for that – we can try to move the section with JavaScript. Can you send us a link to the page so we can check.

    Cheers!
    Günter

    in reply to: Default template page name and location #306704

    Hey seaveal!

    Thank you for using our theme.

    The default pages are found in Enfold root directory:
    page.php for pages, archive.php for categories, single.php for single posts, e.t.c.

    Cheers!
    Günter

    in reply to: Changing the white space between blog entries #306697

    Hi dreye01!

    Thank you for using our theme.

    Can you please post us a link to your page so we can provide you with the correct CSS code.

    Best regards,
    Günter

    in reply to: Category Sidebar #306694

    Hi miketica!

    Thank you for using our theme.

    Did you already try to change the settinge on Dashboard-Enfold-Sidebar Layout?

    Set Archive Pages to “No Sidebar”.

    Regards,
    Günter

    in reply to: Setting Excerpt limits in blog category view #306686

    Hey foxvendetta!

    Thank you for using our theme.

    Try to put the following code in functions,php (preferred is of your child theme) and adjust the number of length:

    
    function custom_excerpt_length( $length ) {
           if(is_category())
           {
                  $length = 30;
           }
    	return $length ;
    }
    add_filter( 'excerpt_length', 'custom_excerpt_length', 999, 1 );
    

    Best regards,
    Günter

Viewing 30 posts - 3,391 through 3,420 (of 3,744 total)