Forum Replies Created

Viewing 30 posts - 2,911 through 2,940 (of 3,695 total)
  • Author
    Posts
  • in reply to: HTML Table – edit CSS to disable border #404412

    Hey antosi!

    Thank you for coming back.

    Can you send us a link to the page with the problem pls. You can post it as a private link here.

    There is a CSS conflict, but without seeing the page and the underlying CSS we cannot provide any assistasnce.

    Best regards,
    Günter

    in reply to: extra graphic appearing in blog posts #404401

    Hey teachingwithamy!

    Thank you for using our theme.

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

    
    .blog .blog-meta a {
        display: none !important;
    }
    

    Best regards,
    Günter

    in reply to: How to delete white block after masonry? #404393

    Hi wordmax!

    Thank you for coming back.

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

    
    .home #after_masonry {
        display: none !important;
    }
    

    Best regards,
    Günter

    in reply to: Kategorie- und Schlagworte-Ansicht konfigurieren #404372

    Hi Oliver!

    Danke dass Du unser Theme verwendest.

    Kannst Du uns Dein Problem näher skizzieren?

    Es gibt das WP Standardverhalten, dass von einem Menüpunkt aus auf eine Kategorieseite verlinkt wird, die aufgrund der Templatehierarchie gefunden wird.

    Bei Enfold gibt es Einstellungen, wie die Seite aufgebaut werden soll.

    Alternativ kannst Du eigene Templates bauen für jede Kategorie. Siehe dazu:

    http://codex.wordpress.org/Category_Templates

    Ich hoffe, das hilft einmal für den Anfang.

    LG
    Günter

    in reply to: Custom CSS #402556

    Hi finchkelsey!

    Thank you for using our theme.

    You apply your custom class in the ALB element without “.”, that means only “blue”.

    This class is applied to the wrapper of the element. As the subelements of this element also have stylings, these can overwrite your settings. You have to check the HTML and CSS structure more closely on the actual page and combine it with classes, id or tags to the actual element, e.g.

    
    .blue .av-special-heading-tag{
    color:#1BC4DE !important;
    }
    

    Cheers!
    Günter

    in reply to: Need a new hook #402551

    Hi!

    Glad we could help you. Enjoy the theme and feel free to come back with further questions.

    Best regards,
    Günter

    in reply to: Need a new hook #402247

    Hey!

    I just contacted Kriesi. He will add it in the next release.

    Regards,
    Günter

    in reply to: Adjust Contact Form #401966

    Hi!

    Glad we could help you. Enjoy the theme.

    Regards,
    Günter

    in reply to: Reduce header padding #401965

    Hi!

    Thank you for coming back.

    The logo is an image which is displayed with 300px * 100px (width * height).

    If you want to use the maximum, you should scale your logo to that size and it will fill the complete space.

    I hope, I understood your question correctly.

    Cheers!
    Günter

    in reply to: Increase space between social media icons #401961

    Hi!

    Glad you found a solution. Thank you for posting it for other users.

    Enjoy the theme.

    Best regards,
    Günter

    in reply to: Font Size of Blog Titles #401959

    Hi!

    Thank you for cominbg back.

    If you want to limit it to that page only:

    
    .page-id-641 #main .post-title a {
        font-size: 60px !important;
    }
    

    Or you can try to use:

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

    Regards,
    Günter

    in reply to: Need a new hook #401958

    Hi hanslindstrom!

    Thank you for using our theme.

    I included the following hook (to follow the new naming convetions for Enfold):

    
    $excerpt = apply_filters( 'avf_post_slider_entry_excerpt', $excerpt, $prepare_excerpt, $permalink, $entry );
    

    and placed a pull request to Kriesi. It should be included in the next update(s) if Kriesi approves it.

    Best regards,
    Günter

    in reply to: Deutsch "Du"-Version #401947

    Hi!

    Gerne stehen wir auch für weitere Fragen zur Verfügung. Viel Freude mit dem Theme.

    Cheers!
    Günter

    in reply to: Deutsch "Du"-Version #401479

    Hi TF_Photography!

    Danke dass Du unser Theme verwendest.

    Die Übersetzung für Enfold Texte sind nur in dem Ordner enfold/lang (in wpde.org sind nur WP Übersetzungen).

    Die sauberste Lösung ist die deutsche Übersetzung mit poedit überarbeiten. Alle anderen Alternativen sind nicht wirklich gut, da Sie und Du auch grammatisch anders aufgebaut ist.

    LG,
    Günter

    in reply to: Customize Magazine #401453

    Hey!

    Thank you for coming back.

    I’ve never used this plugin, I only had a short look at the documentation homepage.

    I would like to help you, but it is bejond the scope of this support forum, as it will take some time to study the documentation and test it.

    Probably you will get a solution from the plugin authors.

    What you need is a HTML code for output of the fields and this should work with the solution I gave you above.

    Cheers!
    Günter

    in reply to: Pricing Table #401444

    Hi!

    Glad we could help you. Enjoy the theme.

    Regards,
    Günter

    in reply to: Border width of Contact Form #401371

    Hi!

    Freut mich, dass ich Dir helfen konnte. Viel Freude mit dem Theme.

    LG,
    Günter

    in reply to: Border width of Contact Form #401334

    Hi!

    Use the following:

    
    .home #footer.container_wrap {
        border-top: 0px !important;
    }
    

    Best regards,
    Günter

    in reply to: Bug: Masonry Sort Function by Category #401330

    Hi gentlemansgazette!

    Thank you for using our theme.

    The “Sort links” only filter and show the posts that have been loaded already. This is the intended behaviour and cannot be changed.

    As long as you see the “Load More” at the bottom, the posts NOT LOADED cannot be displayed.

    Best regards,
    Günter

    in reply to: Font Size of Blog Titles #401320

    Hi m!

    Thank you for using our theme.

    Try the following and adjust the value:

    
    .blog #main .post-title a {
        font-size: 60px !important;
    }
    

    If this does not work please give us a link to your page so we can see your setup.

    You can post it as a private reply here.

    Cheers!
    Günter

    in reply to: Pagination Color Styling #401315

    Hey!

    Try to use the following:

    
    .pagination .current {
        border: 1px solid #2c5b9c !important;
    }
    

    Regards,
    Günter

    in reply to: Reduce header padding #401307

    Hi kellymarie2001!

    Thank you for using our theme.

    Can you give us a link to your page please so we can see your setup.

    You can post it as a private reply here.

    Regards,
    Günter

    in reply to: breadcrumbs #401305

    Hi!

    Glad we could help you. Enjoy the theme.

    Cheers!
    Günter

    in reply to: Border width of Contact Form #401295

    Hi cberentz!

    Thank you for coming back.

    Use the following and adjust as needed:

    
    #top div .av-dark-form .input-text, #top div .av-dark-form input[type="text"], #top div .av-dark-form input[type="input"], #top div .av-dark-form input[type="password"], #top div .av-dark-form input[type="email"], #top div .av-dark-form input[type="number"], #top div .av-dark-form input[type="url"], #top div .av-dark-form input[type="tel"], #top div .av-dark-form input[type="search"], #top div .av-dark-form textarea, #top div .av-dark-form select, div div .av-dark-form .button {
        border-width: 1px !important;
    }
    

    To use the code above more flexible you can remove “.av-dark-form”.

    2 px is the default border width used with this element.

    Best regards,
    Günter

    in reply to: Customize Magazine #401279

    Hi lipstick!

    Thank youm for using our theme.

    As much as I’ve seen the mentioned function returns a string.

    So you can use it like this:

    
    
    $my_fields = types_render_field("my-date", array("style" => "calendar"));
    $output .= "<footer class='entry-footer'> . $my_fields . </footer>";
    
    

    Probably you need to do some CSS for the output in custom.css or Enfold->Styles->QuickCSS.

    Best regards,
    Günter

    in reply to: Post title over image #401273

    Hi!

    Thank you for coming back.

    Sorry we could not find an easy solution for you.

    Feel free to return with any problems you encounter.

    Cheers!
    Günter

    in reply to: latest wp version and javascript error #400632

    Hey nicolini76!

    Thank you for using our theme.

    Try to download the newest version of Enfold and reinstall the theme – maybe try it with ftp.

    Deactivate all plugins and check – maybe there is a plugin conflict.

    Come back, if the problem remains.

    Best regards,
    Günter

    in reply to: breadcrumbs #400629

    Hi ftt123!

    Thank you for coming back.

    enfold\framework\php\class-breadcrumb.php line 26 and 186

    Best regards,
    Günter

    in reply to: Im Menü nur eine Rubrik Farbe ändern #400625

    Hey!

    Jeder Menüpunkt hat eine eindeutige ID. Diese kann man z.B. in Firefox mit Firebug oder aus dem Quelltext der Seite herausfinden.

    Mithilfe dieser ID kann man dann die Textfarbe für den Menüpunkt wie folgt ändern:

    In custrom.css oder Enfold->Styles->QuickCSS und den Farbwert anpassen:

    
    #menu-item-758 .avia-menu-text {
        color: green !important;
    }
    

    Sollte das nicht gehen, bitte einen Link zu der Seite posten als private Reply.

    Best regards,
    Günter

    in reply to: Breadcrumbs and title margins #400621

    Hey!

    Thank you for coming back.

    Try the following and adjust the value:

    
    .title_container .main-title a {
        font-size: 30px !important;
    }
    

    Cheers!
    Günter

Viewing 30 posts - 2,911 through 2,940 (of 3,695 total)