Forum Replies Created

Viewing 30 posts - 3,601 through 3,630 (of 3,713 total)
  • Author
    Posts
  • in reply to: Latest news widget – shorten title length #291007

    Hey!

    You just have to go down the code and replace
    get_the_title()

    with

    $title

    in lines

    
    528 echo "<strong class='news-headline'>".get_the_title();
    545 echo "<strong class='news-headline'>".get_the_title()."</strong>";
    

    Regards,
    Günter

    in reply to: Latest news widget – shorten title length #290959

    Hey Holger!

    You need to change the php code in:

    enfold->framework->php->class-framework-widgets.php

    At line 519 you find:

    
    echo "<a class='news-link' title='".get_the_title()."' href='".get_permalink()."'>";
    

    Replace this with:

    
    $title = get_the_title();
    if(strlen($title) > 30)
    {
    $title = substr($title, 0, 27).'...';
    }
    echo "<a class='news-link' title='".$title."' href='".get_permalink()."'>";
    

    Best regards,
    Günter

    in reply to: Sidebar kommt auf einigen Seiten erst am Ende #290957

    Hey GRP!

    Danke dass Sie unser Theme verwenden.

    Haben Sie in Enfold->Sidebar Layout die Sidebars auf rechts eingestellt (v.a. für pages)?

    Können Sie uns einen admin Zugang einrichten, damit wir uns die Einstellungen im Backend anschauen können?

    mfg
    Günter

    in reply to: Header #290949

    Hi Nelson!

    Thank you for using our theme.

    Can you send us a link to your page please?

    Cheers!
    Günter

    in reply to: Seperator line above post title #290948

    Hey Swedfit!

    Thank you for using our theme.

    You need to make a change to the php code in file enfold/includes/loop-index.php.

    At line 127 you find:

    
    echo $title;
    

    If you are using a child theme, copy this file to the includes folder of the childtheme and make your changes there. This would be the recommended way as in case of an update your changes will not be overwritten.

    Cheers!
    Günter

    in reply to: spacing between share and comment section #290915

    Hey Swedfit!

    Thank you for using our theme.

    Try to put the following in custom.css or Quick CSS field in Enfold->Styling and adjust the value of px:

    
    .us_posts_bottom {
    margin-bottom: 20px !important;
    }
    
    

    Regards,
    Günter

    in reply to: Include thunbnail in serach results #290914

    Hey gd0g!

    Thank you for using our theme.

    Open file /includes/loop-search.php and goto line 88. There you can use your code snippet.

    Regards,
    Günter

    in reply to: Centre logo #290913

    Hey Richard!

    Thank you for using our theme.

    Can you send us a link to your page please?

    Best regards,
    Günter

    in reply to: Reduce margin space in for unitt container #290907

    Hey!

    Thank you for your update.

    If it works, it is fine and a good solution.

    Glad if we could help you.

    Cheers!
    Günter

    in reply to: Reduce whitespace in 2 locations #290905

    Hi Ed!

    Thank you for using our theme.

    In custom.css or Quick CSS fielld and adjust the value of px:

    
    .single-post .entry-content-wrapper .entry-content-header{
    margin-bottom: -10px;
    }
    .archive .content .post{
    margin-bottom: -10px;
    }
    

    This reduces the distance on every single post page and between on archive pages.

    Cheers!
    Günter

    in reply to: Main Menu #290757

    Hey!

    Glad we could help you. Enjoy the theme.

    Cheers!
    Günter

    in reply to: logo size #290756

    Hey!

    Using this type of header it is not possible to upload a larger logo, because it is resized via java script on scrolling. This is a limitation of the theme.

    Regards,
    Günter

    in reply to: remove spacing #290754

    Hey!

    Glad we could help you. Enjoy the theme.

    Best regards,
    Günter

    in reply to: php in page #290401

    Hey!

    Glad we could help you.

    Best regards,
    Günter

    in reply to: additonal picture sizes #290398

    Hi!

    Glad we could help you. Enjoy the theme.

    Cheers!
    Günter

    in reply to: php in page #290193

    Hey!

    php is case sensitive !!
    $myUserID != $myUserId

    Regards,
    Günter

    in reply to: Footer layout & column width #290177

    Hi!

    Thank you for using the forum and enjoy the theme.

    Regards,
    Günter

    in reply to: php in page #290176

    Hi twdlewis!

    You are outputting a string and not the value of a variable.

    Regards,
    Günter

    in reply to: Header mor than 1 line #290111

    Hey!

    Thanks for the update.

    Can you send us the link to the page?

    Best regards,
    Günter

    in reply to: additonal picture sizes #290109

    Hey ThomasWitzany!

    Thank you for using our theme.

    Open functions.php and goto line 91.

    If you are using a child theme, you can put your changes also in functions.php, bot need an action hook:

    
    add_action ('init', 'my_custom_sizes', 99);
    
    function my_custom_sizes()
    {
       global $avia_config;
    
      put your changes here
    }
    

    Cheers!
    Günter

    in reply to: Blog Posts' Featured Image #290106

    Hey wintner!

    Thank you for using our theme.
    1)
    Currently there is no easy possibility to avoid this space. Would need changes in the core files.

    Put the following in custom.css or Enfold->Styling-> Quick CSS field to hide ALL inages:

    
    .home article .blog-meta{
    display: none;
    }
    

    2)
    The image sizes used in the templates are predefined (see functions.php line 91ff). When uploading images WP automatically does the resizing. Best way if you are not satisfied is resizing images manually and then uploading.

    Regards,
    Günter

    in reply to: Increase space between header and content #290080

    Hey!

    Glad we could help you. Enjoy the theme.

    Cheers!
    Günter

    in reply to: Team Member Layout #290078

    Hallo,

    Das ganze liegt in einem <p> block (Bild und Text). Damit fließt der Text um das Bild – das geht nicht anders.

    Den Abstand kann man setzen im tag mit:

    
    <img ........ style="margin-bottom: 10px; margin-right: 18px; float: left;">
    

    Cheers!
    Günter

    in reply to: Footer layout & column width #290067

    Hi!

    Thanks for coming back.

    Sorry, but the theme does not support this by default.

    It can be implemented, but this is customization and is beyond the scope of support.

    If you are interested, you can you can hire a freelancer or send me an email at (Email address hidden if logged out) and I can give you a quote.

    Regards,
    Günter

    in reply to: Team Member Layout #290041

    Hallo Sascha,

    Ich habe hier einen Link – vielleicht beantwortet der Deine Frage:

    http://little-boxes.de/lb1/13.1-text-um-bilder-fliessen-lassen.html

    Besser wäre eine konkrete Seite – hast Du einen link?

    Fals es so wie im 2. Bild aussehen soll, geht das nur mit 2 <div>, die in einem umgebenden <div> liegen.

    LG
    Günter

    in reply to: Team Member Layout #289978

    Hallo sascha-Juliot

    Der Code passt, nur folgendes fehlt noch:

    In custom.css oder Enfold->Styling in Quick CSS:

    
    .avia-testimonial-image{
    height: 180px;
    width: 180px;
    }
    

    Regards,
    Günter

    • This reply was modified 10 years, 7 months ago by Günter.
    in reply to: Removing one sidebar menu & Background at blog #289588

    Hi!

    This should do for the 2 pages above.

    
    .page-id-3036 .widget_nav_menu,
    .page-id-3016 .widget_nav_menu{
    display: none;
    }
    

    Best regards,
    Günter

    in reply to: Custom Logo Link #289578

    Hi!

    Danke für die Info, war ein Tippfehler von mir.

    Freut mich, dass wir helfen konnten. Viel Freude mit dem Theme.

    LG
    Günter

    in reply to: order by title with numbers #289575

    Hi!

    As far as I see in the code, the default magazine query is only by date descending. See enfold/config-templatebuilder/avia-shortcodes/magazine.php Line 366ff.

    We also have a chance to hook into the query parameters, if it does not work:

    line 388: apply_filters(‘avf_magazine_entries_query’, $query, $params);

    Best thing you try and if you encounter problems, we can take a closer look.

    Best regards,
    Günter

    in reply to: Increase space between header and content #289522

    Hi frankwelschlehmann!

    Thank you for using our theme.

    Can you send us a link to the page please.

    We can then provide you with the CSS solution.

    Cheers!
    Günter

Viewing 30 posts - 3,601 through 3,630 (of 3,713 total)