Forum Replies Created

Viewing 30 posts - 2,671 through 2,700 (of 3,706 total)
  • Author
    Posts
  • in reply to: blog pagination top and bottom? #430373

    Hi!

    Thanks for the feedback.

    The code above does not work, because you use a grid layout. I removed the code already.

    You have to modify an ALB element.

    In functions.php of the child theme put the following:

    
    /**
     *	Add filter to add or replace Enfold ALB shortcodes with new folder contents
     *	
     *	Note that the shortcodes must be in the same format as those in 
     *	enfold/config-templatebuilder/avia-shortcodes
     *
     *	@link http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
     */
    
    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        	array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }
    
    

    Create a subfolder shortcodes in the child theme directory and copy

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

    Open the copied file, goto line 282 and locate:

    
    			$output .= 		"<div class='avia-content-slider-inner'>";
    

    Before this line insert:

    
              if($use_main_query_pagination == 'yes' && $paginate == "yes")
                {
                    global $wp_query;
                    $avia_pagination = avia_pagination($wp_query->max_num_pages, 'nav');
                }
                else if($paginate == "yes")
                {
                    $avia_pagination = avia_pagination($this->entries->max_num_pages, 'nav');
                }
    
                if(!empty($avia_pagination)) $output .= "<div class='pagination-wrap pagination-slider'>{$avia_pagination}</div>";
    

    Be aware that < or > are not changed !!!

    If you have troubles, create the directory, copy the file and we will insert the code for you.

    Regards,
    Günter

    in reply to: blog pagination top and bottom? #429586

    Hi!

    Thank you for your feedback.

    I cannot access http://www.resteasyhosting.com/wp-admin
    Can you give us the link to your login page, pls.

    Just for a try – replace the code above with:

    
    echo '<p>  -----------------  </p>';
    echo "<div class='{$blog_style}'>".avia_pagination('', 'nav')."</div>";
    

    This should produce an output in any case.

    Best regards,
    Günter

    Hey!

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

    Cheers!
    Günter

    in reply to: Logos/Referenzen in quadratisches Feld einpassen #429568

    Hi riverjack!

    Danke dass Du unser Theme verwendest.

    Wenn Du den ALB verwendest, versuche einmal folgendes:

    Füge ein mit Layout -> Gridrow und erweitere dieses um Zellen und Spalten wie notwendig.
    In jede Zelle füge ein Media Elements -> Image.

    In jedes Image Element wähle das Logo aus der Mediengalerie aus – beim Hochladen werden alle definierten image sizes angelegt – und wähle aus der selectbox die gewünschte Bildgröße aus.

    Sollte die passende nicht dabei sein, so können wir dir den Code geben, um sie zu definieren.

    Regards,
    Günter

    in reply to: How to add space after Masonry Gallery #429561

    Hey DROR!

    Thank you for coming back.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:

    
    .av-masonry{
         margin-bottom: 25px !important;
    }
    

    Regards,
    Günter

    Hi!

    Danke für die Rückmeldung.

    Könntest Du uns bitte einen Link zu dieser Seite geben, damit wir uns das genauer anschauen können. Du kannst den Link hier als Private Reply posten.

    Ohne die aktuelle Seite ist es etwas schwierig, da es so viele Kombinationsmöglichkeiten gibt. Danke.

    Best regards,
    Günter

    in reply to: ava_after_content() problem #429533

    Hi!

    Thank you for coming back and posting your solution in the forum.

    If you think a hook should be implemented in the core, feel free to post your request here and we will check it. If it makes sense for other clients also, we will integrate it in the next release then.

    Best regards,
    Günter

    in reply to: Limit Amount of Tags in Widget #429531

    Hey!

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

    Regards,
    Günter

    in reply to: Sidebar and main content border thickness #429526

    Hey lizybloom!

    Thank you for coming back.

    Try to use the following:

    
    .page-id-3848 #main .content {
        border-right: 0 none !important;
    }
    .page-id-3848 #top #main .sidebar {
        border-left-width: 2px !important;
    }
    
    

    Regards,
    Günter

    in reply to: Remove thumbnail image | facebook widget #429508

    Hi colapsnux!

    Thank you for coming back.

    If you are taking about the Enfold facebook likebox – no. This is done by the facebook API. This widget only prepares the container for it.

    Regards,
    Günter

    in reply to: footer widget title #429503

    Hey suchfin!

    Thank you for using our theme.

    You can specify more precise where to change the widget titles by adding the surrounding container like:

    For the sidebar use:

    
    .sidebar .widget .widgettitle {
    
    }
    

    and for the footer:

    
    #footer .widget .widgettitle {
    
    }
    

    Best regards,
    Günter

    Hi ftt123!

    Thank you for using our theme.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following:

    
    .widget.newsbox .news-thumb {
        display: none !important;
    }
    
    .widget.newsbox .news-time {
        display: none !important;
    }
    

    Best regards,
    Günter

    Hey!

    Glad I could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.

    Best regards,
    Günter

    in reply to: How to Change Page URL #429009

    Hi!

    Glad we could help you again. Enjoy the theme.

    Best regards,
    Günter

    in reply to: Increase Font Size in Table #428939

    Hi!

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

    Cheers!
    Günter

    in reply to: Search Settings – Disable search of posts #428938

    Hey!

    I hope, it will help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.

    Cheers!
    Günter

    in reply to: How to Change Button Colour on Contact Page #428936

    Hi!

    Glad I could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.

    Cheers!
    Günter

    in reply to: How to Change Page URL #428935

    Hey dominiquehurley!

    Thank you for coming back.

    This is a rewrite problem in .htaccess or of WP.

    Check in your trash, if you have the old about page there -> delete it permanently.

    Goto Dashboard -> Settings -> Permalinks and click “Save Changes”. This should rewrite the settings.

    Regards,
    Günter

    in reply to: How to Change Button Colour on Contact Page #428925

    Hi dominiquehurley!

    Thank you for coming back.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed or add your stylings:

    
    .page-id-11425 form .button {
        background-color: white !important;
        border: 2px solid red !important;
        color: purple !important;
    }
    

    Cheers!
    Günter

    in reply to: Search Settings – Disable search of posts #428915

    Hey asteratos!

    Thank you for using our theme.

    With the standard WP search – no.

    Try to use this plugin: https://wordpress.org/plugins/relevanssi/

    Regards,
    Günter

    in reply to: Post Title Smaller Than Sub Headings on Page #428909

    Hey!

    You find the base settings in enfold\css\base.css line 79ff.

    But they may be overwritten. So you have to check with e.g. firebug, where the actual settings are coming from.

    Cheers!
    Günter

    in reply to: Fehlerhafte Filterung im Masonry-Element #428901

    Hi!

    Tut mir leid, wenn ich mich da etwas unexakt ausgedrückt habe mit 2:”Dein beschriebenes Problem habe ich bereits des öfteren gehört. ”.

    Ich hatte konkret einen Fall vor 1 oder 2 Jahren aus einem anderen Theme, der dieses Feature benötigte – aber in anderer Konstellation. Ansonsten habe ich mit Kollegen nur ein paar mal darüber gesprochen.

    Ich möchte mich hiermit nochmals für das entstandene Mißverständnis entschuldigen.

    Ich habe das Problem auf jeden Fall an Kriesi reported.

    Best regards,
    Günter

    in reply to: Fehlerhafte Filterung im Masonry-Element #428850

    Hi!

    Enfold wird ständig weiterentwickelt und es gab in den letzten Jahren kaum Anfragen in dieser Richtung.

    Wie bereits oben erwähnt, kannst Du gerne in https://kriesi.at/support/enfold-feature-requests/ einen entsprechenden Vorschlag machen.

    Kriesi schaut diese regelmäßig durch und entscheidet dann, was weterentwickelt wird.

    LG
    Günter

    in reply to: Image title used for alternative text #428811

    Hey!

    If you have problems with adding the code to functions.php, we can help you.

    You can create us a temporary admin account and can post it here as a private reply.

    Best regards,
    Günter

    in reply to: Fehlerhafte Filterung im Masonry-Element #428805

    Hey!

    Umgesetzt habe ich es soweit ich mich erinnern kann einmal etwas ähnliches – aber für ein anderes Theme und in anderer Konstellation.

    Es wird aber darauf hinauslaufen, dass bei jeder Änderung der Filterung die Elemente neu geladen werden müssen (mit pagination eingeschränkt auf die Filterung).

    Das hat Auswirkung auf die Seite, da der Ladeprozess Zeit braucht, wenn der User ein Filter wechselt, da mit ajax die Elemente am Server abgefragt werden müssen – sollte in etwa vergleichbar sein mit der Zeit, die der Benutzer beim Wechseln mit pagination warten muss.

    Auf die anderen Funktionen des Themes sollte das keine Auswirkung haben, da die Änderung nur das Element betrifft.

    Man müsste aber die Seite sehen, wo das Element implementiert ist.

    Vom Aufwand her schätze ich etwa 10 – 15 Stunden (Java Script und php Modifikationen und Tests).

    Mein Stundensatz wäre € 40,- (exkl. Mwst, die bei vorhandener UID Nr. innerhalb der EU nicht anfällt).

    Bei Interesse kontaktiere mich bitte unter (Email address hidden if logged out) – würde mich freuen.

    Regards,
    Günter

    in reply to: Bilder Vorschau in Firefox #428788

    Hi Stoffgeheimnis!

    Danke dass Du unser Theme verwendest.

    In custom.css or Enfold -> General Styling -> Quick CSS (resp. falls Du ein Child theme verwendest: in style.css des Child themes oder Enfold-Child -> General Styling -> Quick CSS) füge den folgenden Code ein:

    
    .single img.attachment-large {
        height: 80px !important;
        width: 80px !important;
    }
    

    Regards,
    Günter

    Hi stupaul22!

    Thank you for coming back.

    In framework > php > class-framework-widgets.php goto line 523 (original file), locate:

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

    and replace with:

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

    Regards,
    Günter

    in reply to: Fehlerhafte Filterung im Masonry-Element #428774

    Hi!

    Danke für die Rückmeldung.

    Dein beschriebenes Problem habe ich bereits des öfteren gehört.

    Bei dem momentanen Stand der Implementierung gibt es dafür keine Lösung. Das Filter geht IMMER nur auf die bereits geladenen Elemente (erfolgt mittels JavaScript).

    Um Deine Problematik umzusetzen, ist eine komplexe Logik zu implementieren, die unter anderem auch während des Filterns fehlende Elemente nachlädt – es macht ja keinen Sinn, eine leere Seite anzuzeigen wenn Elemente vorhanden sind, diese aber noch nicht geladen wurden, da SIe auf einer weiter hinten befindlichen Seite wären bei allen Elementen.

    Der Aufwand ist aber ziemlich hoch und sprengt den Rahmen des Supports.

    Grundsätzlich kann Ich Dir so eine Implementierung als Customization anbieten – Bei Interesse kannst Du mir gerne eine Mail senden an (Email address hidden if logged out) und wir können dann näher darauf eingehen.

    Cheers!
    Günter

    in reply to: Post Title Smaller Than Sub Headings on Page #428768

    Hi slui!

    Thank you for using our theme.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the value as needed:

    
    .single .entry-content-wrapper .post-title {
        font-size: 34px !important;
    }
    

    Regards,
    Günter

    in reply to: Remove link on titles in Ajax portfolio #428357

    Hey!

    Thank you for coming back.

    I found a solution – Added an empty link before the headline:

    
    $output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='{$link}'></a></h2>";
    $output .= "<h2 class='portfolio-preview-title entry-title' $markup>".$entry->post_title."</h2>";
    

    I hope, it will work now.

    Cheers!
    Günter

Viewing 30 posts - 2,671 through 2,700 (of 3,706 total)