Forum Replies Created
-
AuthorPosts
-
Hey opareklov!
Füge diesen Code in die Child Theme functions.php ein:
add_filter( 'avf_google_heading_font', 'avia_add_google_font'); add_filter( 'avf_google_content_font', 'avia_add_google_font'); function avia_add_google_font($fonts) { $fonts['Exo 2'] = 'Exo 2:500'; return $fonts; }
und gehe anschließend zu Enfold > Theme Options > Styling um den Font auszuwählen. Dann speichere die Optionen und Enfold sollte den Exo Font laden.
Best regards,
PeterHey!
I tagged this thread for Kriesi. I’m not sure if we can help you because no other user reported an “open SQL database queries” issue and it’s not feasible to rewrite the code just because your host doesn’t like it. I asked Kriesi to comment on this issue though. Most of the queries are triggered by LayerSlider – if you want to deactivate the plugin insert:
add_theme_support('deactivate_layerslider')
into the child theme functions.php file. You can try other slider plugins like Master Slider or Revolution Slider instead but I’m not sure if WPEngine accepts these plugins…
Regards,
PeterHi!
Ich konnte zB mit Tools wie http://www.gaijin.at/olsnsl.php auch den Nameserver nicht ermitteln: http://www.clipular.com/c/6151401335947264.png?k=3S3vxrCDo7IKmTN_VgFMWDcu21A – es sieht so aus, als ob externe Benützer nicht auf den Server zugreifen können.
Best regards,
PeterHi!
Nein, es ist egal http://www.infinities1st.de/ , http://infinities1st.com/index.php/ oder http://infinities1st.com/index.php/loesungen/methodik/ funktionieren alle nicht. Ich verwende eine normale Breitbandanbindung aus Österreich (Wien – A1: http://www.a1.net/ ).
Regards,
PeterHi!
Great, glad we could help you :)
Regards,
PeterHey heho!
The default theme language is English (“hardcoded” text strings) and we didn’t include English mo/po files. If you want to generate them download and install this plugin: http://wordpress.org/plugins/codestyling-localization/ , go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language (English) 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).
You can also use Poedit: http://poedit.net/ to generate a text file on your PC/Mac – the use Filezilla or another ftp client and upload the files into the wp-content/themes/enfold/lang/ folder.
Cheers!
PeterHey!
It’s quite simple – just copy the files from your test server to the production server. Then you need to use a plugin which takes care of the serialized data – i.e. http://wordpress.org/plugins/wp-migrate-db/ or wp migrate pro – to export the database and to change the url. At least import the sql file you exported with the migrate plugin on your production server and point your domain to the production server/website folder.
Isn’t that something you should WARN people about?
Actually it’s a common practice to use serialized data to save complex data structures. Even wordpress uses serialized data for widgets and other elements and if the widget data contains absolute url paths you’ll also break it. We already created an article here: http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/ but eventually it’s up to the user to read the documentation and to ask us for help before he manipulates the database data. Even if you use the migrate plugin you should make a database backup first – then you can restore the database and export the database again if something goes wrong.Is there a way to get back Quick CSS stuff at least?
Maybe but I’m not sure. Your best best is to use phpmyadmin to search the database. Go to wp_options > avia_options_enfold and edit the data field. You should find your quick css code somewhere in the serialized data string (search for “quick_css”).Best regards,
PeterHi MarieAn!
Yes – I made a screenshot to show you the configuration: http://www.clipular.com/c/6327393794916352.png?k=vb_Wc5XvR6hO4Ar4mpp4J-sRs5A
Regards,
PeterJune 13, 2014 at 11:36 am in reply to: edit content boxes are unreadable and editor options are gone? #278561Hey e-conomy!
Please create us an admin account and post the login credentials as private reply.
Cheers!
PeterHi Effektid!
You can’t send the email to different recipients based on the user input/selection – no. This requires conditional logic which is only included in advanced contact form plugins like Gravity Forms or Formidable. However you can send the mail to multiple recipients. Just separate the email addresses with a comma. I.e. like.:
(Email address hidden if logged out) , (Email address hidden if logged out) , (Email address hidden if logged out)
Cheers!
PeterHi!
Great, glad it works now :)
Regards,
PeterHey!
Ja, technisch umsetzbar wäre es schon, aber es erfordert einiges an Arbeit und ist zeitintensiv. Von daher müsste man dbzgl einen Entwickler/Freelancer konsultieren.
Best regards,
PeterHi!
Ja, in der Tat, zumal wir dieses Problem schon öfters im Forum hatten (zB https://kriesi.at/support/topic/link-in-the-menu/ ). Werde es Kriesi berichten ;)
Best regards,
PeterHi!
I found the bug and fixed it on your server. We’ll include this fix with the next theme update.
Cheers!
PeterHey firstsquare_ka!
Wahrscheinlich verursacht ein Plugin diesen Fehler. Versuche einmal alle Plugins zu deaktivieren und siehe nach, ob der Fehler noch immer besteht.
Best regards,
PeterHey!
Great thanks – I forwarded them to Kriesi.
Best regards,
PeterHey!
1) Enfold creates a separate option set for each language and you can also insert a different text into the “Phone Number or small info text” field. Just use the language switcher on the theme options page: http://www.clipular.com/c/4814465795096576.png?k=-YtyxOvCdOHRb062x21vy1EElkQ to switch the language and configure the option for each language (different logo, phone number text, etc.).
2) Not sure why it’s not working – please create me an admin account and I’ll check if this is a theme issue.
3) Afaik the sidebar widgets are not directly translatable. You can use Widget Logic or http://wordpress.org/plugins/display-widgets/ to show different widgets (which then display different menus) for different languages. Please refer to this article: http://wpml.org/2011/03/howto-display-different-widgets-per-language/
4 + breadcrumb – you can translate all static text strings with Codestyling. Download and install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in 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).
Best regards,
PeterHi Martin!
Derzeit ist die Seite leider überhaupt nicht erreichbar. “Kein Zugriff auf das Netzwerk”-Fehler bei Chrome.
Best regards,
PeterHey!
1) You can change the thumbnail size of the slideshow images: http://www.clipular.com/c/5850478747320320.png?k=t_hyVLIacH4mzcuJ_Ac6h1FVP50 – it will determine the slifdehow height and aspect ratio.
2) I’m sorry but these questions are beyond the scope of our support forum because we can’t help with time intensive theme code customization. You can try to contact the user who posted the website in the showcase thread and maybe he can send you the customized code. If not please hire a freelancer – I guess a skilled developer can probably do this with 2 hours of work (including testing).
3) You can select it from the “separator” option screen: http://www.clipular.com/c/5449485299744768.png?k=CWr60AqezlGPg7v5YAhHnFDwhRo
4) You can use this css code:
#top .av-main-nav li#menu-item-2327{ background-color: #fff; }
and replace 2327 with the id of the menu item you want to style (i.e. CONTACT US) and #fff with your custom background color value.
Regards,
PeterHey Paul!
You can modify the gallery template – open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery.php and replace:
$thumbs .= " <a href='".$link[0]."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' $markup_url><img {$tooltip} src='".$img[0]."' width='".$img[1]."' height='".$img[2]."' title='".$title."' alt='".$alt."' /></a>";
with
$thumbs .= " <a href='".$link[0]."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' $markup_url><img {$tooltip} src='".$img[0]."' width='".$img[1]."' height='".$img[2]."' title='".$title."' alt='".$alt."' /><span class='img-title'>".$title."</span></a>";
Maybe some additional css styling will be required but it’s a starting point.
Regards,
PeterJune 13, 2014 at 9:00 am in reply to: Adjusting the height of Fullwidth Easy Slider for mobile #278515Hi rjflaherty!
Please use this code to adjust the font size of the text and paddings of the caption:
@media only screen and (max-width: 767px) and (min-width: 480px){ .responsive #top .slideshow_caption h2 { font-size: 20px; } .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { padding: 0px 15px; } }
Regards,
PeterHey obismarck!
Nein leider. Das “Slide-Show (volle Breite)” Element ist nur für Seiten und Portfolio Einträge verfügbar. Ganz allgemein benötigen die “Volle Breite” Elemente (Color Sections, LayerSlider, etc.) spezielle Templates und HTML Strukturen, welche mit Posts nicht kompatibel sind. Man könnte jedoch eine normale Slideshow mit dem “Zauberstab” Icon einfügen und die “Don’t display image on single post” Option unter dem Beitragsbild verwenden, um das Bild auf der Post Seite zu verstecken.
Best regards,
PeterHey!
Great, glad it works now :)
Regards,
PeterHey!
Yes, this is already possible but it’s a hidden feature ;) – just add this code:
add_theme_support('avia_template_builder_custom_post_type_grid');
to your child theme functions.php file and reconfigure the portfolio grid settings.
Best regards,
PeterHi Mkieling!
Yes, I strongly recommend to use ftp to update the theme: https://vimeo.com/channels/aviathemes/67209750
Regards,
PeterHi!
Afaik there’s no limitation. Please create us an admin account and post the login credentials as private reply – I’ll try to debug the code.
Best regards,
PeterHey blankonblank!
No, unfortunately you can’t use the template builder. If you want to customize the archive page you must customize the code of enfold/archive.php and the post loop file (enfold/includes/loop-index.php).
Regards,
PeterHey!
Schön, dass ich helfen konnte ;)
Cheers!
PeterHey!
You can place the code into the child theme functions.php file – then it should be update save because theme and plugin updates won’t overwrite it.
Cheers!
Peter -
AuthorPosts