Forum Replies Created

Viewing 30 posts - 1,501 through 1,530 (of 9,352 total)
  • Author
    Posts
  • in reply to: Google maps is blank #990785

    Hi,

    Please try to add this code to the child theme functions.php file (you can insert it at the very bottom before the ?> tag:

    
    // Add scripts to wp_head()
    function child_theme_head_script() { ?>
    <script id='avia_gmaps_framework_globals' type='text/javascript'>
     /* <![CDATA[ */  
    var avia_framework_globals = avia_framework_globals || {};
    	avia_framework_globals.gmap_api = 'AIzaSyBU4h5U0jMD-CbqGqHq4oVIFUN1ANB0Nhg';
    	avia_framework_globals.gmap_maps_loaded = 'https://maps.googleapis.com/maps/api/js?v=3.30&key=AIzaSyBU4h5U0jMD-CbqGqHq4oVIFUN1ANB0Nhg&callback=aviaOnGoogleMapsLoaded';
    	avia_framework_globals.gmap_builder_maps_loaded = 'https://maps.googleapis.com/maps/api/js?v=3.30&key=AIzaSyBU4h5U0jMD-CbqGqHq4oVIFUN1ANB0Nhg&callback=av_builder_maps_loaded';
    	avia_framework_globals.gmap_backend_maps_loaded = 'https://maps.googleapis.com/maps/api/js?v=3.30&callback=av_backend_maps_loaded';
    	avia_framework_globals.gmap_source = 'https://maps.googleapis.com/maps/api/js?v=3.30&key=AIzaSyBU4h5U0jMD-CbqGqHq4oVIFUN1ANB0Nhg';
    	avia_framework_globals.gmap_avia_api = 'http://www.zimmervermittlung-windrose.de/wp-content/themes/enfold/framework/js/conditional_load/avia_google_maps_api.js';
    /* ]]> */ 
    </script>	
    <?php }
    add_action( 'wp_head', 'child_theme_head_script' );
    

    Best regards,
    Dude

    in reply to: Newsletter fields on contact page #990773

    Hey navindesigns,

    Please create us an admin account and we’ll look into it.

    Best regards,
    Dude

    in reply to: Google Maps for development purposes only #990767

    Hi,

    No problem, glad I could help you :)

    Best regards,
    Dude

    in reply to: Seiteninhalte verschwinden bei Aktualisierung #990766

    Hey!
    Ich konnte ohne Probleme einen Akkordeon-Slider hinzufügen und diesen speichern: https://clean.willenskraft.co.at/hundetrainer-ausbildung-steiermark/ (ganz unten – die Bilder können übrigens verwendet werden, da sie unter freier Lizenz stehen).

    Über das Wochenende kann ich leider keine weiteren Updates anbieten. Günter (unser Framework-Entwickler) wurde über den Fehler informiert und wird sich den fehlerhaften Code nächste Woche ansehen.

    LG,
    Peter

    in reply to: Google Maps for development purposes only #990763

    Hi!

    I added the api key and the map works now: http://www.fusteriahenares.com/contacte/

    The final code is:

    
    // Add scripts to wp_head()
    function child_theme_head_script() { ?>
    <script id='avia_gmaps_framework_globals' type='text/javascript'>
     /* <![CDATA[ */  
    var avia_framework_globals = avia_framework_globals || {};
    	avia_framework_globals.gmap_api = 'AIzaSyAMeG0we5Yf6S7TO_c5Rjz0XLow0xgd_eY';
    	avia_framework_globals.gmap_maps_loaded = 'https://maps.googleapis.com/maps/api/js?v=3.30&key=AIzaSyAMeG0we5Yf6S7TO_c5Rjz0XLow0xgd_eY&callback=aviaOnGoogleMapsLoaded';
    	avia_framework_globals.gmap_builder_maps_loaded = 'https://maps.googleapis.com/maps/api/js?v=3.30&key=AIzaSyAMeG0we5Yf6S7TO_c5Rjz0XLow0xgd_eY&callback=av_builder_maps_loaded';
    	avia_framework_globals.gmap_backend_maps_loaded = 'https://maps.googleapis.com/maps/api/js?v=3.30&callback=av_backend_maps_loaded';
    	avia_framework_globals.gmap_source = 'https://maps.googleapis.com/maps/api/js?v=3.30&key=AIzaSyAMeG0we5Yf6S7TO_c5Rjz0XLow0xgd_eY';
    	avia_framework_globals.gmap_avia_api = 'http://www.fusteriahenares.com/wp-content/themes/enfold/framework/js/conditional_load/avia_google_maps_api.js';
    /* ]]> */ 
    </script>	
    <?php }
    add_action( 'wp_head', 'child_theme_head_script' );
    

    Regards,
    Peter

    in reply to: resdiary.com widget #990738

    Hey ste_thumbs,
    We didn’t test resdiary and we’ve no experience with it. Did you try to paste the resdiary code into the code block element?

    Best regards,
    Dude

    in reply to: Google Maps for development purposes only #990736

    Hi,

    Please post your google api key and I’ll add it to the functions.php file.

    Best regards,
    Dude

    in reply to: Seiteninhalte verschwinden bei Aktualisierung #990734

    Hi!

    Ich habe den Fehler gefunden und einen schnellen Fix geschrieben. Versuche einmal, ob er auch für Dich funktioniert (Link im Private Content Feld). Falls ja, lade bitte die Datei herunter und füge diese auf der Live Seite unter wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/js/ ein.

    Best regards,
    Peter

    in reply to: Google Maps for development purposes only #990658

    Hey!
    Ok I added this code to your enfold functions.php file:

    
    function child_theme_head_script() { ?>
    <script id='avia_gmaps_framework_globals' type='text/javascript'>
     /* <![CDATA[ */  
    var avia_framework_globals = avia_framework_globals || {};
    	avia_framework_globals.gmap_api = 'MYAPIKEY';
    	avia_framework_globals.gmap_maps_loaded = 'https://maps.googleapis.com/maps/api/js?v=3.30&key=MYAPIKEY&callback=aviaOnGoogleMapsLoaded';
    	avia_framework_globals.gmap_builder_maps_loaded = 'https://maps.googleapis.com/maps/api/js?v=3.30&key=MYAPIKEY&callback=av_builder_maps_loaded';
    	avia_framework_globals.gmap_backend_maps_loaded = 'https://maps.googleapis.com/maps/api/js?v=3.30&callback=av_backend_maps_loaded';
    	avia_framework_globals.gmap_source = 'https://maps.googleapis.com/maps/api/js?v=3.30&key=MYAPIKEY';
    	avia_framework_globals.gmap_avia_api = 'http://www.fusteriahenares.com/wp-content/themes/enfold/framework/js/conditional_load/avia_google_maps_api.js';
    /* ]]> */ 
    </script>	
    <?php }
    add_action( 'wp_head', 'child_theme_head_script' );
    

    Please replace all occurrences of “MYAPIKEY” with your api key and save the file again. Then the map should work as intended.

    Best regards,
    Peter

    in reply to: reset privacy policy link in enfold menu setting #990651

    Hi!

    Great, glad I could help you :)

    Best regards,
    Peter

    Hi,

    Please create us an admin account and ftp account and post the login credentials – we’ll look into it.

    Best regards,
    Dude

    in reply to: Mixed Content Error SSL #990632

    Hey ashlandwebsites,

    I had to remove the background image from the layerslider. It was still set, although the url was not valid anymore because it pointed to your developer server. I copied the option page url (where I removed the background image) into the private content field.

    Best regards,
    Dude

    in reply to: reset privacy policy link in enfold menu setting #990629

    Hey Andreas,

    Go to Settings > Privacy (in German Einstellungen › Datenschutz) to change the privacy page).

    Best regards,
    Dude

    in reply to: MULTILANGUAL PLUG-IN #990627

    Hey markusgrueck,

    We recommend WPML which is the only officially supported plugin. Other plugins are probably not fully compatible with Enfold.

    Best regards,
    Dude

    Hi,

    Ja dies sollte möglich sein, wenn das Padding der Links entsprechend angepasst wird. Verwende hierzu diesen Code:

    
    #top #wrap_all .av-main-nav > li > a {
        padding: 25px 13px 0;
    }
    

    und ersetze den ersten Wert (25) durch andere Werte, um die Position zu verändern (höhere Werte schieben die Links nach unten)

    LG,
    Dude

    Hi,

    Unfortunately I’m not familiar with polylang and we officially don’t support it. I’d recommend to study the documentation https://polylang.pro/doc/ – hopefully it will help you. If not you probably need to hire a developer or buy the pro version of polylang to get support from the plugin developer.

    Best regards,
    Dude

    in reply to: Google Maps for development purposes only #990615

    Hi,
    1) Please check if you’ve activated api restrictions and deactivate them. Go to this page: https://console.developers.google.com/apis/credentials , click on the api key you’re using for google maps and set “restrictions” to “none”
    2) Go to this page https://console.developers.google.com/google/maps-apis/api-list and make sure you’ve activated all apis.
    3) Go to the Theme Options Panel and verify the api key again. The maps should then start to work.
    4) Afterwards you can start to activate the restrictions again, but be careful and always test the maps.

    Best regards,
    Dude

    in reply to: Google Maps even with API key not possible #990611

    Hey m_reiprich,

    1) Please turn off the restrictions
    2) Go to this page https://console.developers.google.com/google/maps-apis/api-list and make sure you’ve activated all apis (I guess you’ll use the German version of Google Developers and the APIs should be listed under the headline “Verwendete APIs” and not “Unbenutzte APIs”).
    3) Go to the Theme Options Panel and verify the api key again. The maps should then start to work.
    4) Afterwards you can start to activate the restrictions again, but be careful and always test the maps.

    Best regards,
    Dude

    in reply to: Tabellenformatierung #990606

    Hi,

    Sehr gut – schön, dass ich helfen konnte :)

    Best regards,
    Dude

    in reply to: Single Post layout – is it changable? #990604

    Hi,

    I created a quick fix – this fix (or maybe another solution if we find a better one) will be added to the next update.

    I uploaded the fix here if you want to test it: https://files.fm/u/c4tnhhfe
    You need to replace two files – enfold/config-templatebuilder/avia-template-builder/assets/js/avia-builder.js and enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php

    Best regards,
    Dude

    in reply to: Single Post layout – is it changable? #990578

    Hi,

    Thanks for reporting this bug. We’ll look into it.

    Best regards,
    Dude

    in reply to: Google Tag Manager, child themes, and the header.php #990574

    Hi,

    You need to add it to the child theme funtions.php file (i.e. at the very bottom). Yigit’s code contained some invalid quote characters (I think the forum script converted them accidentally) – please use this code instead:

    
    //-------------------------------
    // Google Tag Manager script in head section
    //-------------------------------
    
    function av_google_tag_head(){
    ?>
    <!– Google Tag Manager –>
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:";j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-THXCK3T');</script>
    <!– End Google Tag Manager –>
    <?php
    }
    add_action('wp_head', 'av_google_tag_head');
    
    //-------------------------------
    // Custom script in body
    //-------------------------------
    
    function av_google_tag_body(){
    ?>
    <!– Google Tag Manager (noscript) –>
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-THXCK3T"
    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!– End Google Tag Manager (noscript) –>
    <?php
    }
    add_action('wp_footer', 'av_google_tag_body');
    
    

    You also need to check the google tag manager id. At the moment it’s set to GTM-THXCK3T in the code above (two occurrences) but you may need to replace it with your id, otherwise the code won’t work.

    Best regards,
    Dude

    Hi,

    As far as I know you can use Relevanssi to enhance the product search ( https://www.relevanssi.com/user-manual/woocommerce/ ). You can also combine it with the ajax search function of enfold by adding this code to your child theme functions.php file:

    
    
    add_filter('avf_ajax_search_function', 'avia_init_relevanssi', 10, 4);
    function avia_init_relevanssi($function_name, $search_query, $search_parameters, $defaults)
    {
        $function_name = 'avia_relevanssi_search';
        return $function_name;
    }
    
    function avia_relevanssi_search($search_query, $search_parameters, $defaults)
    {
        global $query;
        $tempquery = $query;
        if(empty($tempquery)) $tempquery = new WP_Query();
    
        $tempquery->query_vars = $search_parameters;
        relevanssi_do_query($tempquery);
        $posts = $tempquery->posts;
    
        return $posts;
    }
    
    

    Best regards,
    Dude

    in reply to: Issue with Amazon Affiliate Code? #990564

    Hi,

    Ok, I’ll leave this thread open :)

    Best regards,
    Dude

    in reply to: New Enfold Theme update crashes java script #990561

    Hi,

    I’ll close this thread and we’ll continue in the other thread.

    Best regards,
    Dude

    in reply to: securing theme files for SSL Cert #990382

    Hi dabomb!

    Please try to install a plugin like https://de.wordpress.org/plugins/really-simple-ssl/ or https://wordpress.org/plugins/ssl-insecure-content-fixer/ and check if this solves the issue.

    Cheers!
    Peter

    Hey!
    Ich habe die Website gerade auf Windows 10 mit einer aktuellen Version von Internet Explorer 11 getestet (Version: 11.165.17134.0,
    Updateversionen: 11.0.75 (KB4339093)) und konnte keine Fehler mit der “Galerie bearbeiten/hinzufügen”, etc. Funktion feststellen. Ich konnte Bilder hochladen, bestehende Bilder auswählen und diese einzeln oder mehrere einfügen.

    Überprüfe bitte, ob die Internet Explorer Version auf deinem Rechner aktuell ist (alte Versionen bis Internet Explorer 10 werden nicht unterstützt – siehe https://wptavern.com/wordpress-4-8-will-end-support-for-internet-explorer-versions-8-9-and-10 ). Falls dies nicht hilft, deaktiviere einmal alle Browser Plugins, vielleicht verursacht ein Plugin diesen Fehler.

    LG,
    Peter

    in reply to: Woocommerce Tab #990368

    Hey pddcoms,

    This is not supported by default and requires some customization. This customization is beyond the scope of our support forum because it’s a woocommerce issue and not a theme issue. I’d suggest to install a plugin like: https://woocommerce.com/products/woocommerce-tab-manager/ to rename, move, etc. the tabs.

    Best regards,
    Dude

    Hi,

    No, I thought you want to change the masonry element (like mentioned in the first post). If you want to change the magazine query use this code:

    
    add_filter('avf_magazine_entries_query', 'avia_magazine_custom_query', 10, 2);
    
    function avia_magazine_custom_query( $query, $params ) {
    $exclude_cat = array("category__in" => array(1), "category__not_in" => array(2));
    $query = array_merge((array)$exclude_cat, (array)$query);
    return $query;
    }
    

    Best regards,
    Dude

    Hey Pino,

    Es wäre technisch machbar, aber erfordert zeitaufwendige Anpassungen und Tests, welche nicht von unserem Support umfasst sind. Vielleicht kann euch ein Webentwickler auf Werkvertragbasis weiterhelfen.

    LG,
    Dude

Viewing 30 posts - 1,501 through 1,530 (of 9,352 total)