Forum Replies Created

Viewing 30 posts - 1,891 through 1,920 (of 9,352 total)
  • Author
    Posts
  • in reply to: WPML Translations #342758

    Hey nectarestudio!

    We recommend to use the Codestyling plugin or Poedit to translate the mo/po language files of the theme. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” from the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Regards,
    Peter

    in reply to: Accordion Slider + WPML #342750

    Hi!

    1) Please update Enfold to the latest version (version 3.0).

    2) Please update WPML to version 3.1.8. You’re using WPML 2.9 which is not compatible with WordPress 4.

    Cheers!
    Peter

    in reply to: Post tags not working if Relevanssi is enabled #340945

    Hey Daniela!

    Try following – go to wp-content/themes/enfold/ and rename tag.php to tag_bak.php. Does this fix the issue?

    Cheers!
    Peter

    in reply to: issue with portfolio items and portfolio view #340944

    Hey ANDRE!

    Please create us an admin account. We need to check the setup and wordpress backend first hand.

    Best regards,
    Peter

    in reply to: WooCommerce WPML trouble #340942

    Hi artspbseo!

    You’re using an old version of WPML (version 3.1.5) which is not compatible with WordPress 4.0. Please update WPML to the latest version. I think it’s 3.1.7.2.

    Regards,
    Peter

    in reply to: javascript not showing up since enfold update :-( #337960

    Hi wolfross!

    I noticed several js errors in the browser console and I recommend to contact the service provider (script author) because we can’t debug third party code. The javascript code ouput is correct – I checked the html source code and it looks like:

    
     <div class="tab_inner_content invers-color"  itemprop="text" >
    <link rel="stylesheet" type="text/css" href="http://pfjava.globiflow.com/0-globiflow-cms-default-styles.css" />
    <script src="http://pfjava.globiflow.com/593-114-9794299-0.js" type="text/javascript"></script>
    </div>
    

    You can also try to remove the js code/script from the “tab” element and to use a “Code” element instead – tbh I don’t thinkthis will fix the issue because the html syntax/output is already valid but it’s worth a try.

    Best regards,
    Peter

    in reply to: How to remove WPML flags from top bar #337678

    Hi vanderburg!

    Normally the theme should add the flags to the menu automatically and you don’t need to activate the WPML language switcher option. The flags will be displayed in the top bar by default. To deactiveate the WPML language switcher go to WPML > Languages and deactivate the “Display the language switcher in the WP Menu” checkbox.

    Cheers!
    Peter

    in reply to: AVIA Builder not working with WPML on #337676

    Hey!

    I fixed it by deactivating the “Use Google CDN version of jQuery” option on the LayerSlider settings page.

    Cheers!
    Peter

    in reply to: Language Switcher #337674

    Hi!

    Please try to clear the browser cache. Maybe the browser cached the website when you used your admin account and when you logged in as “Kriesi” the browser loaded the “new” website data without using the cache.

    Regards,
    Peter

    in reply to: Magic Wand Shortcode wird nicht angezeigt für Autoren #336899

    Hi tolloti!

    Ja, man muss zumindest “Moderator” sein, dass dieser Button angezeigt wird. Wenn ihr dies ändern wollt, öffnet enfold\config-templatebuilder\avia-template-builder\php\tiny-button.class.php und ersetzt:

    
    if ( current_user_can('edit_posts') &&  current_user_can('edit_pages') && self::$count == 0)  
    

    durch

    
    if ( current_user_can('edit_posts') && self::$count == 0)  
    

    zu ersetzen.

    Alternativ könnt ihr mit zB https://wordpress.org/plugins/groups/ die edit_pages Berechtigung auch an Editoren vergeben, oder ihr “upgraded” alle Editoren, welche Shortcodes einfügen müssen, zu Moderatoren.

    Cheers!
    Peter

    in reply to: The Events Calendar 404 page #336894

    Hi!

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

    Best regards,
    Peter

    in reply to: Enfold & NexGen Pro Gallery #336890

    Hi!

    We don’t support the “pro lightbox” because it would require quite a lot of work to integrate it and I’m not aware of many other requests regarding the integration of the pro lightbox. You can suggest this feature here: https://kriesi.at/support/enfold-feature-requests/ and we’ll look into it if more users vote for it.

    Cheers!
    Peter

    in reply to: Anpassungen vom "Product List" Modul #336881

    Hi Romsky!

    Diese Anpassung ist leider zeitintensiv und wir können dabei nicht helfen, da wir nur kleine Anpassungen von unserem kostenlosen Support umfasst sind. Mehr hierzu: https://kriesi.at/support/register/#av_section_2

    Wenn du den Code selber anpassen möchtest, so findest diu diesen in enfold\config-templatebuilder\avia-shortcodes\product_list.php. Ggf würde ich hierfür einen Entwickler beauftragen, falls dies notwendig ist.

    Best regards,
    Peter

    in reply to: WPML menu item not showing #335756

    Hi!

    Please add the code Ismael posted here: https://kriesi.at/support/topic/wpml-menu-item-not-showing/#post-321008 to the child theme (or enfold) functions,php file. Otherwise Enfold will add the theme language switcher to the menu and WPML will add the default language switcher to the menu too.

    Cheers!
    Peter

    in reply to: Slider / Bilder Effekt "Gitternetz" ? / Page in Page #334983

    Hey!

    Ein solcher Effekt wird von Enfold derzeit nicht unterstützt. Mit Photoshop lässt es sich jedoch mit etwas Arbeit umsetzen. Anfragen bzgl neuer Funktionen bzw Einstellungen stellt bitte hier: https://kriesi.at/support/enfold-feature-requests/ rein.

    Best regards,
    Peter

    in reply to: avf_title_args not working? #334981

    Hi asthyanax!

    Use ftp and upload the original, unmodified functions.php file. If the website works again please post a short notice here and we’ll log in and look into it.

    Regards,
    Peter

    in reply to: Akismet Crashing Enfold #334976

    Hey enigmaverse!

    I’m pretty sure it’s not an incompatibility issue because I’m also using Akismet on my Enfold websites without any problems. Try to increase the allocated php memory to 128M. Open up wp-config.php (which is located in the root WordPress directory) and replace

    
    <?php
    

    with

    
    <?php
    define('WP_MEMORY_LIMIT', '128M');
    
    

    Cheers!
    Peter

    in reply to: Language Switcher #334973

    Hi StMo!

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

    Best regards,
    Peter

    in reply to: Translate the theme #334472

    Hi eymata!

    1) mo files will not translate the page/post content, the menu(s) and widgets. You need to use WPML if you want to translate these things. mo files will only help you to translate hardcoded text strings which are part of the theme php files (i.e. like the word “search” in the search form).

    2) You can use this plugin: to translate the widgets: https://wordpress.org/plugins/display-widgets/

    3) For the menus please read this article: http://wpml.org/documentation/getting-started-guide/translating-menus/

    Cheers!
    Peter

    in reply to: ALB form elements not translatable via WPML #334468

    Hi!

    Because the captions are not hardcoded text strings but shortcode values. The contact form is generated with a shortcode and if the shortcode contains the English captions (because you just duplicated the content from the English page) the po/mo translation will not be used.

    Regards,
    Peter

    in reply to: Blog page not recognized correctly, WPML, #334274

    Hi!

    It works now (i.e.: http://www.abol.ac.at/en/highlights-en ). I just had to set the same blog settings for the English website which you’re already using for the German website.

    Best regards,
    Peter

    in reply to: menu not working when setting Post name permalink #334270

    Hey!

    Please contact the WPML support team and ask them to look into it. I switched to the default theme (TwentyThirteen) and pages/posts which should be translated (i.e. like http://alzeinsoft.com/en/about-us/ ) don’t display a language switcher which indicates that WPML does not recognize them as translated pages. This is also the reason why our theme links to the homepage – we link to the homepage if no translated entry exists of the current post/page. This is nothing we can fix on our end but which seems to be a WPML configuration issue or maybe a plugin bug.

    Cheers!
    Peter

    in reply to: Language versions of text strings in header element #334262

    Hi Rainer!

    Unfortunately we don’t support CML and we don’t know how and if you can use this plugin with Enfold. We are also not familiar with the CML code and the plugin api.

    Regards,
    Peter

    in reply to: ALB form elements not translatable via WPML #334257

    Hey!

    No, you need to translate the form field captions manually. Click the “Translate independently” button on the editor page, then click on the “Contact Form” element and edit the contact form fields to translate the field captions.

    Regards,
    Peter

    in reply to: Date format #330453

    Hi!

    Great, glad you found the answer :)

    Regards,
    Peter

    in reply to: Enfold Woo Commerce Fix For now #330452

    Hey!

    Thank you for the kind words :)

    Best regards,
    Peter

    in reply to: So Disappointed #330447

    Hi Patrick!

    We’re sorry to hear this. Enfold uses it’s own page builder and thus we also don’t support Visual Composer. However I hope you’ll find a theme which fits your requirements.

    Regards,
    Peter

    Hey!

    We use serialized data to store the theme settings and post meta data and you can’t simply replace the url in the database. I recommend to use WP MigrateDB or WP MigrateDB PRO to batch replace the urls in the database. Use the “domain replacement” feature to replace all occurrences of http://olddomain.com with http://newdomain.com in your database and then export the database sql file. Afterwards make a backup of your old database, delete the database data/tables and import the database file you exported with the migrate plugin.

    Best regards,
    Peter

    in reply to: Can't load editor #330441

    Hey!


    @Starkos
    – please check the login credentials – they don’t work for me.

    Regards,
    Peter

    in reply to: Yoast Slug Bug Filter Question #330438

    Hey Boris!

    Yes I sent a workaround to Kriesi and it should already be included in Enfold 3.0.

    Best regards,
    Peter

Viewing 30 posts - 1,891 through 1,920 (of 9,352 total)