Forum Replies Created
-
AuthorPosts
-
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,
PeterHey Daniela!
Try following – go to wp-content/themes/enfold/ and rename tag.php to tag_bak.php. Does this fix the issue?
Cheers!
PeterHey ANDRE!
Please create us an admin account. We need to check the setup and wordpress backend first hand.
Best regards,
PeterHi 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,
PeterHi 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!
PeterHey!
I fixed it by deactivating the “Use Google CDN version of jQuery” option on the LayerSlider settings page.
Cheers!
PeterHi!
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,
PeterOctober 16, 2014 at 4:51 pm in reply to: Magic Wand Shortcode wird nicht angezeigt für Autoren #336899Hi 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!
PeterHi!
Please create us an admin account and we’ll look into it.
Best regards,
PeterHi!
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!
PeterHi 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,
PeterHi!
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!
PeterOctober 13, 2014 at 3:55 pm in reply to: Slider / Bilder Effekt "Gitternetz" ? / Page in Page #334983Hey!
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,
PeterHi 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,
PeterHey 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!
PeterHi StMo!
Please create us an admin account and we’ll look into it.
Best regards,
PeterHi 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!
PeterHi!
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,
PeterHi!
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,
PeterHey!
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!
PeterOctober 11, 2014 at 10:47 am in reply to: Language versions of text strings in header element #334262Hi 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,
PeterHey!
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,
PeterHi!
Great, glad you found the answer :)
Regards,
PeterHey!
Thank you for the kind words :)
Best regards,
PeterHi 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,
PeterOctober 5, 2014 at 11:05 am in reply to: WordPress Multisite move to new Server and Domain mit Enfold failed #330443Hey!
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,
PeterHey Boris!
Yes I sent a workaround to Kriesi and it should already be included in Enfold 3.0.
Best regards,
Peter -
AuthorPosts