Forum Replies Created
-
AuthorPosts
-
I have found the Overlay settings:
When an image in the Easy Slider is selected – it opens an “Edit Form Element” window and there is an “Advanced” tab menu. In this Advanced menu there is an option to “Enable Overlay? Check if you want to display a transparent color and/or pattern overlay above your slideshow image/video”.Galina
Hello, I have the same problem with the images in my Fullwidth Easy Slider (not video).
The images, which I have used for the Easy Slider are looking much darker. The images look normal when importing them in the site. The problem is just with the Easy Slide. Maybe there’s really an overlay above it.
How can I remove it? Please, help!
I am using the “Travel Demo”.Thank you.
GalinaSorry for the many messages.
I put the following code in the function.php file and now the logo is bilingual and the text in the socket also changes correctly in both languages.function av_change_logo($logo){
$lang = pll_current_language(‘locale’);
if ($lang == ‘en_GB’)
{
$logo = “https://edu-strategy.mon.bg/wp-content/uploads/2021/08/Logo_MON_470x138px_EN.png”;
}
return $logo;
}
add_filter(‘avf_logo’,’av_change_logo’);add_filter(‘kriesi_backlink’,’socket_per_language’);
function socket_per_language(){
$currentlang = get_bloginfo(‘language’);if($currentlang==”en_GB”) {
$output = “© Copyright – Strategic Framework for Development of Education, Training and Learning in the Republic of Bulgaria (2021 – 2030).”;
}
elseif($currentlang==”bg_BG”) {
$output = “© Copyright – Стратегическа рамка за развитие на образованието, обучението и ученето в Република България (2021 – 2030).”;
}
return $output;
}Galina
Actually the text [nolink] is now visible, so the problem with the Kriesi link for the both languages is also not solved.
I hope you can help.
Thank you.Galina
I solved the problem with the links by putting [nolink] after the two texts in the translation of Strings section.
I just cant find the way to change the logo for the english version of the site.
I hope you can help.Galina
Hello, Ismael,
Thank you.
Can I put this code in the Quick CSS redactor?
Actually I tried, but it doesn`t work.
Or can I put some code there, which can help.I have also problems with the Copyright text in the Socket for the both languages. The default language is Bulgarian and the second is English.
How can I a remove the Kriesi link from the both languages:
© Copyright – Strategic Framework for Development of Education, Training and Learning in the Republic of Bulgaria (2021 – 2030) – Enfold Theme by Kriesi
© Copyright – Стратегическа рамка за развитие на образованието, обучението и ученето в Република България (2021 – 2030) – Enfold Theme by KriesiThank you.
GalinaAugust 10, 2021 at 5:57 pm in reply to: How to activate Appearance Theme Editor functionality? #1316122Thank you very much!
The problem is solved.Please, close the topic.
Galina
August 10, 2021 at 8:23 am in reply to: SVG icons created by Fontello not showing – just blank squares #1315984Hi,
Thank you for the answer.
Everything with this topic i OK and it can be closed.
GalinaJuly 27, 2021 at 11:17 am in reply to: SVG icons created by Fontello not showing – just blank squares #1312700Hello, again,
After reading a few more answers on the same topic, I realized that I did not name the font correctly when creating it in Fontello. I did it again and now, after my font has its own name, all the icons are displayed correctly. Thanks for the answers in the other topics.
Hello, I have the same problem with the widgets:
The “avia_google_maps” block was affected by errors and may not function properly. Check the developer tools for more details.
The “portfoliobox” block was affected by errors and may not function properly. Check the developer tools for more details.
The “avia_fb_likebox” block was affected by errors and may not function properly. Check the developer tools for more details.I have updated the theme to 4.8.4, but I still have the same problem.
I am waiting for your advice.
Thank you.
Galina- This reply was modified 3 years, 4 months ago by galgro.
-
AuthorPosts