Forum Replies Created

Viewing 30 posts - 2,041 through 2,070 (of 3,695 total)
  • Author
    Posts
  • Hi,

    A direct hook at the moment – no.

    But $advanced is assigned to $avia_elements[] in enfold\includes\admin\register-admin-options.php line 1173ff and you have in file enfold\framework\php\class-superobject.php line 118 the following filter:

    
    if(isset($avia_elements)) $this->option_page_data = apply_filters( 'avf_option_page_data_init', $avia_elements);
    

    If this does not help let me know and we can add filters to change the path to the include files in the core for the next release.

    Best regards,
    Günter

    in reply to: Individual Read more Button #889966

    Hey steps3011,

    Thank ypu for using our theme.

    To change the read more text you can use filters and you find the necessary info at
    https://codex.wordpress.org/Customizing_the_Read_More

    Check, if this helps you.

    Best regards,
    Günter

    Hi,

    Danke dass Du unset theme verwendest.

    Tut mir leid für die verspätete Antwort.

    Der angesprochene wrapper ist integraler Bestandteil von Enfold für das Styling und macht bei keinen plugin Probleme.

    Wir versuchen soweit wie möglich plugins zu unterstützen, aufgrund der Vielzahl von am Markt befindlichen ist dies aber nicht immer möglich.

    Bis jetzt hatten wir auch keinen Report bezüglich dieses Plugins.

    Ich habe mir die Seite kurz angeschaut – konnte aber nichts erkennen, dass durch unser Theme verursacht werden könnte.

    Als einziger Tip fällt mir noch ein, auf Enfold -> Theme Options -> Page Transitions zu deaktivieren. Diese Option verursacht mit WC oft Probleme.

    Sollte das nicht helfen, dann kann ich nur an den plugin author zurückverweisen – Ich bitte um Verständnis, dass momentan von unserer Seite aus eine Unterstützung dieses Plugins nicht möglich ist.

    Best regards,
    Günter

    in reply to: Wechselnde Menüfarbe beim transparentem Header #889256

    Hi,

    Danke dass Du unser theme verwendest.

    Wenn Du nur die Startseite anders haben möchtest, triff Deine Einstellungen für die Menüs in den Optionen und in custom.css oder 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 und passe die Werte Deinen Vorstellungen an:

    
    
    #top.home #header .main_menu li.menu-item .avia-menu-text {
        color: white !important;
    }
    
    #top.home #header{
        background: transparent;
    }
    
    

    Hoffe, das hilft weiter.

    LG,
    Günter

    in reply to: Mobile menu not visible #888277

    Hi,

    Great you found the solution.

    Feel free to come back if you need further assistance – simply open a new thread.

    Enjoy the theme.

    Best regards,
    Günter

    in reply to: Inhalts-Seite als Blog Kategorie #887467

    Hi,

    Freut mich, dass Du eine Lösung gefunden hast.

    Gerne stehen wir bei weiteren Fragen und Problemen zur Verfügung.

    Viel Freude noch mit dem Theme.

    Best regards,
    Günter

    in reply to: Noch immer Problem mit Burger Menu auf smartphone #887464

    Hi,

    Freut mich, dass Du eine Lösung gefunden hast.

    Gerne stehen wir bei weiteren Fragen und Problemen zur Verfügung.

    Viel Freude noch mit dem Theme.

    Best regards,
    Günter

    in reply to: Which function is responsible to display the_content(). #887459

    Hi,

    Thank you for using our theme.

    I modified the code for the ALB posts and pages a bit to fit better into general WP behaviour on pageload.

    Can you please update the file enfold\template-builder.php with the raw paste content of

    https://pastebin.com/atYks3gZ

    or download the complete file from

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_2/template-builder.php

    Don’t forget to make a copy of the original file for a fallback (make sure you use Enfold 4.2).

    Let us know, if the changes fix the problem.

    Best regards,
    Günter

    in reply to: Noch immer Problem mit Burger Menu auf smartphone #887270

    Hi,

    Danke dass Du unser Theme verwendest.

    Ein Problem sehe ich, dass die Menüs a tags brauchen – sieh Dir die HTML Struktur von “Anmelden” an.

    Der Aufbau des Burger Menüs setzt diese Struktur voraus. Vermutlich ist das das Problem.

    Die Position ist die Standard Position des Burger Menü Items. Schwer zu erkennen ist es, weil es schwarz ist. Überlege eine andere Farbe – z.B. weiss.

    LG,
    Günter

    in reply to: Inhalts-Seite als Blog Kategorie #886493

    Hey emilconsor,

    Danke dass Du unser Theme verwendest.

    Out of the box ist das sicher nicht leicht umzusetzen, da WP die URL als Grundlage für die Selektion der Seiten/Posts verwendet = Permalink Struktur.

    Leider kenne ich auch kein Plugin, dass dafür in Frage kommen würde.

    Tut mir leid, dass wir in diesem Fall nicht weiterhelfen können.

    Gerne stehen wir aber bei weiteren Fragen gerne zur Verfügung – einfach ein neues Topic anlegen.

    Best regards,
    Günter

    in reply to: Hauptmenü nach Update verschoben #886491

    Hey Christian,

    Danke dass Du unser Theme verwendest.

    In custom.css oder 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 und passe die Werte Deinen Vorstellungen an:

    
    
    .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu #avia-menu {
        width: auto !important;
        float: right !important;
    }
    
    

    LG,
    Günter

    in reply to: Gallery Element: Disable Click-Functionality #886195

    Hi,

    Gerne.

    Solltest Du weitere Fragen oder Probleme haben, kannst Du jederzeit ein neues Topic anlegen und wir helfen Dir gerne weiter.

    Viel Freude noch mit dem Theme.

    LG
    Günter

    in reply to: Gallery Element: Disable Click-Functionality #886069

    Hi,

    Es gibt bei den Theme options Dashboard -> Enfold Child -> Theme Optionen ziemlich unten die Checkbox “Page Transitions”.

    Wenn Du das Häckchen wegnimmst, funktioniert es (habe es einmal gemacht).

    Diese Option macht leider immer wieder Probleme, auch mit WooCommerce. Ich hoffe, du kannst mit dieser Lösung leben. Ich nehme es auf jeden Fall in die Bugliste auf.

    LG,
    Günter

    in reply to: Gallery Element: Disable Click-Functionality #885663

    Hi,

    Danke dass Du unser Theme verwendest.

    Kann auf meinem Entwicklungsrechner das Problem nicht nachvollziehen.

    Kannst Du uns bitte einen temporären Admin Account einrichten damit wir ins Backend kommen und auch bitte den ALB Debug Mode aktiviern (https://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/).

    Danke.

    Best regards,
    Günter

    in reply to: Ankerpunkt setzen auf einer zweiten seite #885640

    Hey beatwittwer,

    Danke dass Du unser Theme verwendest.

    Ganz habe ich es nicht verstanden, aber Du kannst mehrere Sections untereinander anlegen und jeder Section im Feld “For Developers: Section ID” einen eindeutigen “Namen” geben, den Du im link dann mit #Namen als Ankerpunkt anhängen kannst.

    Weiters kannst Du angeben beim Tab Screen Options, bei welcher Bildschirmbreite eine Section sichtbar oder unsichtbar ist.

    Für jedes Video also eine Section anlegen.

    Ich hoffe, das hilft einmal weiter.

    Best regards,
    Günter

    in reply to: Spalten werden untereinander dargestellt #885615

    Hi,

    Thank you for using Enfold.

    The problem you reported is a bug, that should be fixed with the next update.

    Meanwhile you have to update file enfold\config-templatebuilder\avia-template-builder\php\shortcode-helper.class.php.

    Please replace the complete content of this file with the RAW paste content of

    https://pastebin.com/AL0QLyjb

    This link is valid for one month. Make sure to make a copy of the original file to have a fallback and that you are using Enfold 4.2.
    Do not forget to clear browser and server cache after the update.

    Best regards,
    Günter

    in reply to: Slide-Show – Verlinkungen nicht aktiv #884580

    Hi,

    Tut mir leid für die verspätete Antwort, aber ich bin nicht regelmässig im Forum.

    Ich kann dieses Problem auf meinem Server nicht reproduzieren – bei mir geht der Text einwandfrei.

    Deutet auf einen plugin Konflikt hin – versuche einmal alle plugins zu deaktivieren und dann einzeln dazu nehmen.
    Eventuell könnte es auch ein cache Problem am Server sein, dass die Seitenänderung nicht erkannt wird.

    Best regards,
    Günter

    in reply to: Columns not displayed correctly after updating to 4.0.7 #883863

    Hi,


    @stanbrid

    Thanks for pointing at this problem. This is really a bug but only concerning the preview mode.

    If you update the page and then preview, the layout is correct.

    I put it on our todo list and we will try to fix it in the next update.

    Best regards,
    Günter

    in reply to: Slide-Show – Verlinkungen nicht aktiv #883325

    Hi,

    Soweit ich sehe, verwendest Du “Sonderzeichen” wie “, Ü im Text.

    Das bricht möglicherweise den Shortcode. Versuche einmal, diese Zeichen wegzulassen.

    Wir arbeiten momentan an einer Lösung, dass man auch Sonderzeichen verwenden kann.

    Best regards,
    Günter

    in reply to: WooCommerce productpage shows errors #883307

    Hi,


    @lisagadman

    Glad you manaaged this and we could help you. If you need any further assistance please open a new thread.

    Enjoy the theme.

    Best regards,
    Günter

    in reply to: ENFOLD Beitragsbild zuschneiden #882599

    Hi,

    In functions.php des Child Themes (oder des Hauptthemes, wenn Du kein Child Theme verwendest) am Ende füge das folgende ein (z.B. über Dashboard -> Appearance > Editor):

    
    
    function custom_modified_thumb_sizes( $sizes )
    {
    	/**
    	 * Example: Change sizes for 'masonry'
    	 * 
    	 * Remove // at beginning of the line and make your changes.
    	 * 
    	 */
    						//	set to true to crop images (= default value if not set)
    	$size['masonry'] = array('width'=>1024, 'height'=>1024, 'crop' => false);
    				
    	return $sizes;
    }
    add_filter('avf_modify_thumb_size', 'custom_modified_thumb_sizes', 10, 1 );
    
    

    In enfold/functions.php ab Zeile 146 findest Du die möglichen Werte, mit denen Du ‘masonry’ ersetzen kannst, z.B.

    
        $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321, 'crop' => false);
    

    Dann auf jeden Fall mit https://wordpress.org/plugins/regenerate-thumbnails/ die WP Bildgalerie thumbnails neu generieren lassen.

    Da ich Deine Einstellungen nicht kenne, kann ich Dir keine genauere Hilfestellung geben.

    Dafür würden wir einen Link zur Seite und einen temporären admin account benötigen. Diesen kannst Du im private content unterbringen.
    Best regards,
    Günter

    in reply to: Enfold Theme #882534

    Hey Ray,

    Danke für das Interesse an unserem Theme.

    Da unsere Themes weltweit verkauft werden, und Englisch die allgemein verbreitetste und verstandene Sprache ist, haben wir unsere Seiten auf Englisch gehalten.

    Unsere Themes werden und dürfen nur exklusiv über Themeforest vertrieben werden – ein Direktverkauf ist uns leider untersagt.

    Bezügl. Ihres Bekannten: Er kann sich gerne in unserem Supportforum registrieren (https://kriesi.at/support/register/) und einen Thread mit dem Problem dort anlegen. Unsere Supportmitarbeiter stehen dann gerne zur Verfügung. Bitte dabei einen Link zu der Seite angeben.

    Mfg,
    Günter

    in reply to: Equal Height columns #880407

    Hi,

    I would recommend not to touch the shortcode directly.

    If a page makes problem only check the shortcode in the debug window, but delete the content inside the section (or the complete section if something remains inside) and rebuild everything using drag and drop – this is the safest way.

    Best regards,
    Günter

    in reply to: Equal Height columns #880328

    Hi,

    I could locate the problem.

    I do not know why but in the first section the shortcode end tag for the first special header “Udgivelser” was missing and after that was a textblock with:

    Synes du ikke, at du får nok ud af et enkelt dagskursus? Eller har du nogle unikke behov i din virksomhed? Vil du gerne selv sammensætte et kursusforløb, som er tilpasset til dig? Så har du muligheden nu.

    Hos Kursusfabrikken tilbyder vi tilpassede kursusforløb, der sammensættes ud fra dine ønsker og behov. Kontakt os for at høre mere om dine muligheder.

    and another special heading with:

    Få en underviser på besøg

    I added the missing shortcode end tag, updated the page and now the columns return fine.

    You can now edit the page as usual.

    Best regards,
    Günter

    in reply to: Equal Height columns #880236

    Hi,

    Sorry for the late reply – my team mate missed to tag this topic for me and I’m not working in the forum on a regular base.

    Thank you for enabling the debug mode.

    I copied the shortcode to my working environment and can reproduce the problem. This helps me to locate the error.

    As soon as I have the fix I will be back.

    Best regards,
    Günter

    in reply to: Columns not displayed correctly after updating to 4.0.7 #880193

    Hi,


    @stanbrid

    Do I understand it correctly:

    You mean clicking the button “Preview Changes” on the Edit Page and not the “Live Preview” on the Themes page.

    Is it still messed up after updating the page ?

    Can you give us the shortcode of the page (https://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/) please so we can try to reproduce the problem on our test environment? You can paste it in https://pastebin.com/ and put the link in private content.

    Best regards,
    Günter

    in reply to: Events Countdown ist auf Englisch #880119

    Hi,

    Das ist in den Theme options Dashboard -> Enfold Child -> Theme Options -> Frontpage Settings.

    Dort solltest Du es auch einstellen.

    LG,
    Günter

    in reply to: Events Countdown ist auf Englisch #879823

    Hi,

    Dürfte ein Problem mit den Permalinks und Caching plugin gewesen sein.

    Habe einige Plugins deaktiviert, mehrmals zwischen Standard Theme 2017, Enfold, Enfold Child gewechselt und die Peremalinnks öfters gewechselt und abgespeichert. Die “Homepage” habe ich einmal auf “Home” eingestellt.

    Eine Testseite http://derivatexx.seyther-kommunikation.de/test-countdown/ habe ich angelegt.

    LG,
    Günter

    in reply to: Title tags not completely changing #879788

    Hi,

    Thank’s for reporting this.

    The function avia_set_title_tag() had been deprecated with Enfold 3.6, because WP introduced _wp_render_title_tag() with 4.1. Since that time our theme is using the default WP way to output the title.

    So the hook you are using is the only and correct way to update the title.

    Best regards,
    Günter

    Hi,

    The theme is built to “break” the burger menu at 989px.

    If you want to have a wider screen you can try to modify the media queries in enfold\css\layout.css line 3992ff.

    I did not try it up to now and we had no requests for that. But you can post a feature request at https://kriesi.at/support/enfold-feature-requests/ for that.

    Best regards,
    Günter

Viewing 30 posts - 2,041 through 2,070 (of 3,695 total)