Forum Replies Created

Viewing 30 posts - 6,781 through 6,810 (of 9,352 total)
  • Author
    Posts
  • Hi!

    Please create an admin account and post the login credentials as private reply. I’ll look into it and maybe I can find a solution.

    Regards,
    Peter

    in reply to: Content Slider and Tabs not working – 'undefined' #180667

    Hey ClaireBrummell!

    Please make sure you’re using the latest version of the theme (Enfold 2.4). If the tabs still don’t work please deactivate all plugins and check if this solves the issue. If yes the undefined error is caused by a plugin conflict.

    Best regards,
    Peter

    in reply to: No preview with Enfold in dev website #180666

    Hi!

    I tried to login but the login credentials don’t work for me (“The username or password you entered is incorrect. Lost your password?”).

    Cheers!
    Peter

    in reply to: Archives for category strange behaviour or bug ? #180659

    Hey!

    I tried to login with this password but it doesn’t work for me. However I found the issue and we’ll fix it in the next version.

    Best regards,
    Peter

    Hey Morten!

    Can you post a link to your website/sitemap please?

    Cheers!
    Peter

    in reply to: Using HTTPS #180652

    Hi Michael!

    Yes, thank you. We’ll fix it in the next version.

    Regards,
    Peter

    in reply to: The google Maps API server rejected your request #180651

    Hey!

    Strange, maybe try to contact the vodafone support staff and ask them why the connection doesn’t support the google maps api.

    Cheers!
    Peter

    in reply to: wordpress 3.7 #180613

    Hi!

    I installed WP3.7 on all of my websites and I didn’t notice any bugs with Enfold 2.4.x yet but I can’t guarantee that everything works. If we find a bug we’ll fix it asap. If yo want to be on the safe side wait some days and monitor the support forum for bug reports regarding wp3.7.

    Regards,
    Peter

    in reply to: additional menus #180604

    Hey thanp73!

    Enfold supports up to 3 menus but it depends on the selected header type (Enfold > Header). I.e. here: http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ Kriesi used the “Header with Social Icons and bottom Navigation” which supports a small sub menu, a main menu underneath the logo and a footer menu (socket menu). You can create your menus on the menu page (Appearance > Menus) and assign the menus to the theme locations.

    If you want to display more menus you can use the “Custom menu” widget (Appearance > Menus) to display a menu in the sidebar or to embed it into the content (Widget Layout Element which helps you to embed a custom widget area into the text content).

    Best regards,
    Peter

    in reply to: Link Portfolio Category #180603

    Hi jt!

    No, by default WP uses the taxonomy slug for archive pages (in this case portfolio_entries) and changing the slug can break the permalinks easily. Maybe we’ll add such a feature with a theme update but right now it’s not possible.

    Regards,
    Peter

    in reply to: Enfold White Screen With Events Calendar #180595

    Hey creative.collab!

    Please try to increase the allocated php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Regards,
    Peter

    Hi!

    Please try following code instead

    
    #top div.product .woocommerce-tabs ul.tabs li.reviews_tab{
    width: 100px !important;
    }
    

    If it still doesn’t work please post a link to your website.

    Cheers!
    Peter

    in reply to: WordPress SEO (yoast) breaks page editing #180584

    Hey!

    I need a link to the website too :)

    Best regards,
    Peter

    in reply to: Kategorie Übersicht #180582

    Hey sschiller!

    1) Welches Theme verwendest du?

    2) Was ist der derzeitige “status quo” und was muss verändert werden? Bekommst du den gesamten Artikel angezeigt und nicht nur ein Excerpt?

    Cheers!
    Peter

    in reply to: wpml #180577

    Hi ELEM!

    You can deactivate the flags with this code

    
    add_action('after_setup_theme','remove_avia_flags');
    function remove_avia_flags(){
    remove_action( 'avia_meta_header', 'avia_wpml_language_switch' );
    }
    

    insert the code into the enfold/functions.php file. If you want to display the default language switcher you can use following code

    
    add_action('after_setup_theme','remove_avia_flags');
    function remove_avia_flags(){
    remove_action( 'avia_meta_header', 'avia_wpml_language_switch' );
    }
    
    add_action('avia_meta_header','add_avia_flags');
    function add_avia_flags(){
    do_action('icl_language_selector'); 
    }
    

    Cheers!
    Peter

    in reply to: Media queries and custom CSS for French translations (WPML) #180573

    Hi!

    You can try following code instead

    
    html[lang="fr-FR"] p{
    font-size: 14px;
    }
    

    If it still doesn’t work you can use the code from here: http://wpml.org/forums/topic/body-class-based-on-language/#post-18785 (insert it into the functions.php theme file) to add the language shortcode to the body classes. Afterwards you shoud be able to style your website with

    
    body.fr_FR p{
    font-size: 14px;
    }
    

    Regards,
    Peter

    in reply to: error message when loading theme in IE 8 #180567

    Hey!

    Did you ask them why the other pages don’t work after they changed the portfolio settings?

    Regards,
    Peter

    in reply to: Frage bevor wir Enfold ordern #180566

    Hey VelvetStarter!

    1) Ja, schema.org markup ist seit 2.4 fixer Bestandteil des Theme Codes. Es werden keine zusätzlichen plugins benötigt.

    2) Nein, Enfold enthält nicht Gravity Forms. Dieses Plugin muss man hier: http://www.gravityforms.com käuflich erwerben und auch der Support bzgl des Plugins wird nicht von uns geleistet sondern von den Plugin-Entwicklern. Enfold enthält nur spezielle Code Anpassungen, sodass sich Gravity Forms besser in das Theme integriert.

    3) Nein, der Layout Builder ist eine komplette Eigenkreation und basiert nicht auf anderen Plugins wie Visual Composer. Die Funktionsunterschiede kann ich nicht beurteilen, da wir mit den anderen Plugins nicht gearbeitet haben.

    4) Ja, letztendlich muss man sich am Kunden orientieren – wenn der die Kriesi Themes nicht möchte ist er selber schuld :)

    Best regards,
    Peter

    in reply to: The google Maps API server rejected your request #180564

    Hey!

    Seems to be a problem with the connection and not the device – maybe the connection provider manipulates the requested url somehow but our script sends the sensor parameter with

    
    ?sensor=false
    

    Best regards,
    Peter

    in reply to: Layout Element (Spalte) zentriert setzen #180563

    Hey!

    Man müsste dann die Spaltenbreite anpassen. Mit folgenden CSS Code

    
    .page-id-2380 div .av_one_fourth {
    width: 20.5%;
    }
    
    .page-id-2380 div .av_one_half {
    width: 47%;
    }
    

    kann man die Weiten abändern. Wenn die Weite des av_one_fourth verringert wird kann man die Weite des av_one_half vergrößern – naturgemäß um das doppelte jenes Wertes, um welchen man das 1/4 Element verringert hat (da die Struktur 1/4 1/2 1/4 ist und man daher die Weite des 1/4 Elements zweimal benötigt). Die page-id-2380 Klasse stellt sicher, dass nur die Seite mit der ID 2380 von der Änderung betroffen ist.

    Best regards,
    Peter

    in reply to: Portfolio Breadcrumbs problem #180555

    Hi!

    WordPress doesn’t know which “portfolio grid” is the parent page of a “single portfolio entry” because the portfolio grid is actually just a shortcode which is embedded into the content of a page. Kriesi found a workaround and Enfold stores the id of the portfolio/grid page into a session. If the session data exists the breadcrumb will show the portfolio grid link in the breadcrumb, otherwise not. I.e. if the user first views the grid page (Mobile Apps) the server will save the id into the session and as soon as the user views the single portfolio entry Enfold uses the session data to build the breadcrumb. On the other hand (if the user accesses the portfolio entry directly from the homepage) it won’t save a session/id and the breadcrumb won’t show the portfolio grid link.

    If you don’t want to show the portfolio grid page in the breadcrumb but just the portfolio categories of the current entry you can use the code I posted here https://kriesi.at/support/topic/breadcrumbs-with-portfolio/

    Best regards,
    Peter

    in reply to: SSL Pages do not work with Android devices #180552

    Hi!

    We understand the problem but we don’t have a solution because your server replaces the https:// protocol with http:// and does not take care of the theme output. I recommend to try install the theme on another server (and a different hoster without additional plugins, etc.) and check if the https protocol starts to work afterwards. Right now we have no idea why it doesn’t work for you…

    Best regards,
    Peter

    Hi yonngwoo!

    Please contact the Envato support team: http://support.envato.com/ – we (the support team and Kriesi) can’t issue refunds.

    Best regards,
    Peter

    in reply to: Linking an external blog #179866

    Hi!

    No, this is definitely not possible without some custom code and/or additional wordpress plugins. I recommend to hire a freelancer if you need this feature.

    Regards,
    Peter

    in reply to: Enfold and Woothemes Sensei #179863

    Hi!

    We’re very busy at the moment because the 2.4 update causes some additional support load and we need to focus our efforts on theme related support requests at the moment. Actually you’re the first user who reports this issue and we need to set the priority to bug reports and feature requests which affect all (or at least some) of our users.

    I suggest to contact the WooThemes support staff – they know the plugin code better than we do and maybe they can provide some useful hints why it’s not working. I plan to look into it when I’ve some spare time but right now I don’t have enough time to debug the issue. If you’re in a hurry and the WooThemes support team can’t help you I recommend to hire a freelancer to fix the issue for you.

    Cheers!
    Peter

    in reply to: Conflict with Cookie Law Compliance WP plugin #179814

    Hi!

    I’m not familiar with the cookie plugin code but basically you can avoid the smooth scroll effect by calling the preventDefault method. If this is not possible ask the author if you can add

    
    class="no-scroll"
    

    to the links. The class will deactivate the scroll function.

    Cheers!
    Peter

    in reply to: Artikelbild ohne Popup #179790

    Hi!

    Öffne hierzu /wp-content/themes/enfold/includes/loop-index.php und ersetze

    
            //echo preview image
            if(strpos($blog_style, 'big') !== false)
            {
                if($slider) $slider = '<a href="'.$link.'">'.$slider.'</a>';
                if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
            }
    

    mit

    
            //echo preview image
            if(strpos($blog_style, 'big') !== false)
            {
                if($slider && !is_single()) $slider = '<a href="'.$link.'">'.$slider.'</a>';
                if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';
            }
    

    Cheers!
    Peter

    in reply to: Enfold not working with yoast video seo #179789

    Hey!

    Great, I’ll contact the devs and ask them if we need to tweak some code on our end too.

    Cheers!
    Peter

    in reply to: script for google analytics link tracking #179784

    Hey!

    Great, let us know if the script doesn’t load.

    Cheers!
    Peter

    in reply to: Enfold: EasySlider – two questions #179781

    Hi!

    Yes, please use ftp to update the theme ( https://vimeo.com/channels/aviathemes/67209750 ).

    Best regards,
    Peter

Viewing 30 posts - 6,781 through 6,810 (of 9,352 total)