Hey!
Following css code should work
#top.page-id-18 .avia_message_box.avia-size-normal {
margin-bottom: 10px;
}
Best regards,
Peter
Hi p_niedrich!
Another user reported a similar issue and I posted a solution here: https://kriesi.at/support/topic/create-portafolio-entry-and-404-error/#post-205295
Install the WPML string translation extension and go to the option page: http://berlinguitartrio.de/wp-admin/admin.php?page=wpml-translation-management%2Fmenu%2Fmain.php&sm=mcsetup&admin_bar=1
You’ll then see some text fields which help you to translate the portfolio slug ( http://www.clipular.com/c/5427218738053120.png?k=-y-mKIbXukjXaOL7CJjwBrDPQLE ). You must also configure the default slug on the “Settings > Permalinks” page. Afterwards save all settings (WPML and permalink settings) and the portfolio items should work.
Regards,
Peter
Hey!
You can use this for the sub or top menu:
.sub_menu>ul>li:hover a {
background: gray;
padding: 10px 0 5px 0;
}
Cheers!
Ismael
Hey!
Please use this:
.page-id-18 .flex_column.av_one_fourth {
margin-top: 5px;
}
Regards,
Ismael
Hi!
Please add this on your custom.css or Quick CSS to adjust the height then position the language selector properly:
#lang_sel_click a, #lang_sel_click a:visited {
line-height: 5px;
}
#lang_sel_click {
position: absolute;
top: -10px;
left: -150px;
}
#lang_sel_click .sub_menu li ul {
top: 26px;
left: 10px;
border-top: none;
}
Cheers!
Ismael
Hey EvanMPW!
You can use a Text Block then switch to the Text editor. Add the youtube embed code under Share panel.
<iframe width="560" height="315" src="//www.youtube.com/embed/w9OhG7Wx1CY?rel=0" frameborder="0" allowfullscreen></iframe>
The “?rel=0″ at the end of the URL will disable the suggested videos. You can also add “&autoplay=1″ to enable auto play.
<iframe width="560" height="315" src="//www.youtube.com/embed/w9OhG7Wx1CY?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
Best regards,
Ismael
Thank you so much!
You can consider closed this topic
Cheers!
Cloddi
Hey!
Please add following code to Quick CSS as well
#top .header_color .ajax_search_entry:hover {
background-color: white;
}
Regards,
Yigit
Thanks Devin.
Yes, my aim would be to have it behind the header but could still work with the color content section.
The challenge with the image inside the color content section is that to make it use the whole area – it also centers the containers. If you only have a few containers, then they appear in the middle of the screen.
Is there any CSS to use all available area (not including behind the menu) via a color section AND make those containers align to the top of the screen and not the middle?
Thanks
-
This reply was modified 12 years, 2 months ago by
Weka.
This reply has been marked as private.
Hey KingConga!
Not great BuddyPress integration yet but it looks like S2Member can work with BBPress http://www.s2member.com/forums/topic/bbpress-2-2-4-integration/
Best regards,
Devin
Hey!
Please see Ismael’s post here to deactivate LayerSlider https://kriesi.at/support/topic/disable-layerslider-failed/#post-203464
It depends on the slider that you are going to use but i do not think it will cause any issues.
Regards,
Yigit
Hey!
Try adding this code to the Quick CSS:
.avia_wpml_language_switch:before {
content: url(https://upload.wikimedia.org/wikipedia/commons/2/29/WikEd_Button_WhereIHaveBeenTools.PNG);
position: absolute;
width: 20px;
height: 20px;
display: block;
top: -10px;
left: -8px;
}
Result:

Cheers!
Josue
Hey debkeller!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .social_bookmarks { float: right; }
Regards,
Yigit
Hey!
I was able to fix it using the plugin i mentioned, go to Ferramentas > Tradução > Enfold > Português/Brasil: Editar, then look for the string “Sort by”:

Fix it, and finally click the button on top that says “Gerar arquivo .mo”, and that should be it.
If that doesn’t work, please provide me with an Administrator account so i can try to fix it myself.
Cheers!
Josue
This reply has been marked as private.
i know.. i want the top row of light blue boxes to be CLOSER than the blue,green,map and contact graphic, i want to remove the space
Hi,
I am building a Gravity Forms with pagination. Each time I move to the next page of the form the page re-aligns and places the top part of the Gravity Forms underneath the menu, it seems it thinks it putting the form at the top of the page but isn’t recognising the floating header.
Does anyone know of a quick fix for this kind of problem please?
Regards,
Graeme.
This reply has been marked as private.
Hi,
after the last Enfold update I got a lot of error 404 issues. I’m using WPML as well and followed the instructions on other topics. I added the following code to my functions.php:
———
flush_rewrite_rules( false );
add_action(‘init’,’deactivate_avia_flush’, 10);
function deactivate_avia_flush(){
remove_action(‘wp_loaded’, ‘avia_flush_rewrites’);
}
———
That solved at least most of the problems. But with portfolio entries I still get the error 404.
Have a look, on this page I display a portfolio grid:
http://berlinguitartrio.de/biographien/
Regards
Philipp
Hey!
Please add !important to Ismael’s code so it should be
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link { display: block!important; } /*iphones etc scroll better by tapping the status bar at the top of the screen*/
}
Then flush browser cache on your iphone
Regards,
Yigit
Hello!
Thanks for your help, I added the .responsive #scroll-top-link code to custom.css and am still not seeing it consistently.
It is working on this page:
http://jmhpremium.azurewebsites.net/
But not these pages:
http://jmhpremium.azurewebsites.net/bases/
http://jmhpremium.azurewebsites.net/products/
http://jmhpremium.azurewebsites.net/graviesdemi/
I’m testing on an iphone 4s in safari.
Thanks for your help! Let me know if you need any further info.
Carolyn
Hey Minz!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.header_color .avia-tt .avia-arrow, .header_color .avia-tt { background-color: red; color: blue; }
#top .header_color input[type='text'] { background-color: blue; color: white; }
.header_color input[type='submit'] { background-color: red; }
.header_color input[type='submit']:hover { background-color:blue; }
Best regards,
Yigit
Hi!
If Kriesi has some additional input he will be able to open the topic and add it in. I’ve closed it for now since so it doesn’t accidentally become a secondary feature request topic :)
Cheers!
Devin
Hi sundialstudios!
Can you try the css I posted here and see if that works for you: https://kriesi.at/support/topic/color-box-anchor-tag-is-dicplaced-due-to-the-statis-header/#post-202912
Best regards,
Devin
Thanks for your tip on the plugins. Yoast WordPress SEO had an upgrade. After upgrading it, the website displayed the same correct content that displayed in WP control panel. How can an available upgrade damage a website? I didn’t make any changes to the website, it just stopped working because a plugin had an update available???
Hello, i am a new user to Enfold.
I am not a software developper;
I create a portfolio, and i insert an EasySlider.
I want to resize the EasySlider, but there no mention like A/B on the top, at the left, to change the size of the column.
I have been creating a layout element of 1/3, and i would like EasySlider to be at 2/3, on the same level.
I tried everything, drag & drop of the 2 boxes, i looked everywhere, I just do not see.
Help, please !!!
Hey german_photographer!
No, afaik there’s no feed for topic or forum entries. The default blog feed url is http://kriesi.at/feed/
Best regards,
Peter
https://kriesi.at/support/topic/portfolio-sortable-all-no-first-by-default/
Sorry for this new topic, but I see the other closed to new entries, and I just want to know if there has been or will be in the future some improvement regarding this. Thanks
Hello,
I’m looking for :
1. Delete text informations below the comment box
2. Get up the comment box above the comments
3. Add a comments navigation (I have a lot of comments : http://www.stoplaclope.fr/champix)
Can you help me?