Hi,
Note that some of the language files are incomplete so you have to add the translations manually. Please install the loco translate plugin then search for the strings in order to translate it. Or edit the nl_NL.po file, add this:
# @ avia_framework
#: includes/error404.php:2 includes/loop-author.php:148
#: includes/loop-index.php:246 includes/loop-page.php:52
#: includes/loop-portfolio-single.php:65 includes/loop-search.php:123
msgid "Nothing Found"
msgstr "Es konnte leider nichts gefunden werden"
# @ avia_framework
#: includes/error404.php:4
msgid ""
"Sorry, the post you are looking for is not available. Maybe you want to "
"perform a search?"
msgstr ""
"Entschuldigung, aber der gesuchte Eintrag ist nicht verfügbar. Wollen Sie "
"eine neue Suche starten?"
# @ avia_framework
#: includes/error404.php:24
msgid "For best search results, mind the following suggestions:"
msgstr ""
"Um die besten Suchergebnisse zu bekommen beachten Sie bitte folgende "
"Hinweise:"
# @ avia_framework
#: includes/error404.php:26
msgid "Always double check your spelling."
msgstr "Überprüfen Sie die Rechtschreibung immer sorgfältig."
# @ avia_framework
#: includes/error404.php:27
msgid "Try similar keywords, for example: tablet instead of laptop."
msgstr "Probieren Sie auch ähnliche Suchbegriffe, z.B. Notebook anstatt Laptop"
# @ avia_framework
#: includes/error404.php:28 includes/loop-search.php:134
msgid "Try using more than one keyword."
msgstr "Versuchen Sie mehr als einen Suchbegriff zu verwenden."
# @ avia_framework
#: includes/error404.php:33 includes/loop-search.php:138
msgid "Feel like browsing some posts instead?"
msgstr "Wollen Sie sich lieber andere Artikel oder Seiten ansehen?"
Adjust the translation. After the translation, go back to the Loco Translation plugin then sync the language files.
Best regards,
Ismael
Hey!
1) If aligned “top center”, the tooltip flashes/blinks on an off constantly
I’m sorry but I can’t reproduce the issue on Chrome, Windows 7. What is your browser and OS?
2) If aligned left or right, top, center or bottom, it’s mis-aligned..
What do you mean by mis-aligned? Note that you can set the tooltip to only display on mouse hover.
Cheers!
Ismael
Hi,
Please add this in the functions.php file:
// custom script
add_action('wp_footer', 'ava_custom_script');
function ava_custom_script(){
?>
<script>
(function($){
function h() {
$('#top .product').each(function() {
var onsale = $(this).find('.onsale'),
thumb = $(this).find('.thumbnail_container');
onsale.appendTo(thumb);
});
}
h();
})(jQuery);
</script>
<?php
}
This will move the onsale container inside the thumbnail container.
Best regards,
Ismael
Hi there…
How do I remove the home from being included in the browser TOP tab? Home – Sweet Capones …. should just show Sweet Capones
Hello Support @ Kriesi,
I am in a bit of a situation here.
I have upgraded the company website to Enfold 3.6.1 and to WordPress 4.5.2.
I followed the instructions to the tee.
Unfortunately I am now seeing errors on my site such as strange characters appearing in place of icons, and some of the enfold JavaScript fails to initiate on pages where I have used light animation.
I have checked the developer console in Google Chrome (running in Incognito mode) and it displays two JavaScript errors:
Uncaught SyntaxError: Unexpected identifier | avia.js:1918
Uncaught SyntaxError: Unexpected string | shortcodes.js:572
I have followed the instruction from your thread:
https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/
Unfortunately this has not fixed the problem.
When I log into WordPress admin, strangely the issues disappear if I view the website pages while logged in.
Please advise
Darrell
Top Man Michael!
Thank god there are guys like you looking over us all
Kindest regards
Peter
Hey Poirot,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .main_color .avia-color-theme-color:hover {
border-color: #00ec92;
}
It is being turned into the closest web safe color :)
Best regards,
Yigit
Hi Peter!
Please refer to this post – https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161
Cheers!
Yigit
Hello Kriesi,
We were supposed to go live with our site yesterday however encountered the following issue:
The site was transferred from one server to another. At first the Enfold theme settings showed all the default theme settings so I exported the theme settings file from our development site that has everything correct and imported these theme settings file. It appears that the site is not accepting the theme settings and is still showing most of the enfold default CSS (e.g., green font, no quick CSS, etc).
Please help, the entire site’s CSS looks off which is a major showstopper. I am including the site’s url however you have to change your local hosts file since the url already exists for our old but currently ‘live’ site. Im sorry for this extra step in troubleshooting the site. I am also including access to the dashboard.
Thanks, I can get the blue column and text box to fill out to the right, but not the left or top. Any ideas.? Thanks, Mike.
Hey!
Please change the code to following one
#top .phone-info span:nth-child(2) .av_font_icon {
-ms-transform: rotate(90deg)!important;
-webkit-transform: rotate(90deg)!important;
-moz-transform: rotate(90deg)!important;
transform: rotate(90deg)!important;
}
Cheers!
Yigit
Hi Vinay,
I have added this code to my CSS. Now the email icon is also transition. How can I tell the browser that only the phone icon von entypo fontello (ue854)show do the transformation?
#top .phone-info .av_font_icon {
-ms-transform: rotate(90deg)!important;
-webkit-transform: rotate(90deg)!important;
-moz-transform: rotate(90deg)!important;
transform: rotate(90deg)!important;
}
Hey PKoch,
are you talking about the input fields? if yes try this code inside of Quick CSS field:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
font-family: "Cera Pro" !important;
}
Best regards,
Andy
You certainly did Rikard, thanks again. The topic is solved for me now, so can be closed.
Cheers,
Gerard
Hi,
No problem, glad we could point you in the right direction. Please let us know if you should need any more help on the topic.
Regards,
Rikard
Hey chelminger,
Sorry for the late reply, I’ve tagged the topic for our german speaking moderator, please wait for his reply.
Best regards,
Rikard
Hi,
Great, glad we could help. Please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi,
Great, glad we could help. Please let us know if you should need any more help on the topic.
Regards,
Rikard
Hi,
No problem, please let us know if you should need any more help on the topic.
Regards,
Rikard
Hi,
thanks for the precise link. Try this code inside of Quick CSS field:
.flex_column.av_two_fifth.flex_column_div.av-zero-column-padding.first.avia-builder-el-9.el_after_av_one_full.el_before_av_three_fifth.column-top-margin {
margin-left: -30px;
}
and adjust as needed.
Best regards,
Andy
Hi,
i want to change the position of the title and the date of my blog entries.
First image, than date, than title. How can I change this?
And how can I change the padding top between image and title (than date)?
Hi support team,
I want to transform the phone icon in the top sidebar. Could you please help me with the code?
????????{
-ms-transform: rotate(90deg)!important;
-webkit-transform: rotate(90deg)!important;
-moz-transform: rotate(90deg)!important;
transform: rotate(90deg)!important;
}
Hi,
If this is a fresh site you are creating from scratch go ahead and import the demo from Enfold > Demo Import.
If you already have content and made changes to the theme settings importing demo will reset the theme settings.
Just create a new LayerSlider and add it at the top of your page should give you the same effect.
Best regards,
Vinay
Hi,
it`s possible to have some pages (complete pages not just parts) visible only on iPads/smartphone?
If YES, how can HIDE this pages on Desktop?
Thank you
Hey Drake-Sports,
I’ve tagged the topic for our german speaking moderator, please wait for his reply.
Best regards,
Rikard
Hey SDUS,
I’ve tagged the topic for our german speaking moderator, please wait for his reply.
Best regards,
Rikard
Hi,
Great, please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi,
Great, please let us know if you should need any more help on the topic.
Best regards,
Rikard