Hey!
Not that i know of. Please add following code to Quick CSS in Enfold theme options to remove social icons
#top .social_bookmarks { display: none; }
You should change following style with your login buttons style to have similar hover state with social icons
.yourstyle:hover { color: #fff; background-color: red; }
Regards,
Yigit
Hi!
1) Please try re-generating thumbnails
2) Please refer to this topic https://kriesi.at/support/topic/collapsable-menu/#post-165144
Regards,
Yigit
Hey Vigit – appreciate your help here.
No – I’ve not made any changes. In fact, I only recently upgraded to v2.4.2 by replacing the old Enfold folder with the latest download.
(Thanks for the heads-up by the way on the back-to-top icon)
Hey!
We see and respond to every single post that gets posted and have for about the past year so no need to ever double post or even bump a post since our queue goes by oldest post to newest (and a self response pushes it to the end of our queue).
Ismael has responded to your other topic here: https://kriesi.at/support/topic/portfolio-grid-content-element-not-showing-on-webpage/#post-184097
Regards,
Devin
Hey mgma!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.main_color #js_sort_items { font-size: 16px; }}
Regards,
Yigit
Hey!
Have you made any changes on theme files?
By the way, back to top icon is not working on your website, you can refer to this post to fix it https://kriesi.at/support/topic/back-to-top-button-broken/#post-179730
Regards,
Yigit
Duplicated. Please do not start the same topic more than once as it makes it harder for us to follow threads. Closed!
Regards,
Yigit
This reply has been marked as private.
Hey!
Please add following code to Quick CSS as well
.responsive #top .avia-content-slider-odd .slide-entry.slide-parity-even { clear: none;
margin-left: 4%; }
.responsive #top .slide-entry { margin-left: 0; clear: both; }
Regards,
Yigit
Hi,
Sorry for that! I just figured out that when I add some text underneath the special header it fixes the problem. The header goes up on the page so it’s fine.
You can close this subject.
Thanks.
Hi,
I wanted to reproduce something which is on your demo (please see the files above)
Instead of a slider on the left it’s an image.
I don’t understand why my special heading is not in line with the picture and why there is so much space on top of it…
https://www.dropbox.com/s/tz1wz2e4moxvdf3/mariage_inoui___About_Us.jpg
https://www.dropbox.com/s/wpuk58cqw8ji6z0/mariage_in_oui___L%E2%80%99%C3%A9quipe.jpg
How can I fix that?
Kind regards
Delphine
Isn’t there a custom walker, so that HTML works in menu items in general?
Hey Peter,
I change the code in line 38 but it didn´t work: Here
Regards,
Bruno
Hey Bruno!
You can use the “Forum” widget area if you want to display certain widgets on all forum pages. If you want to display a certain sidebar on all forum pages you need to modify sidebar.php. Open up the file and replace
if(!empty($the_id) && is_singular())
{
$custom_sidebar = get_post_meta($the_id, 'sidebar', true);
}
with
if(!empty($the_id) && is_singular())
{
$custom_sidebar = get_post_meta($the_id, 'sidebar', true);
}
else if(is_post_type_archive('forum') || is_singular(array('forum','topic','reply')))
{
$custom_sidebar = 'Forum';
}
Replace “Forum” with your custom sidebar name if you don’t want to use the default “Forum” widget area for the sidebar.
Regards,
Peter
Perfect answer thanks. I never thought of that. I will probably add it back in for continuity sake but thanks for the info
Hi!
You can add the .home selector:
.home .fixed_header #main {
padding-top: 0;
}
.home .header_bg {
opacity: .1;
filter: alpha(opacity=10);
}
Best regards,
Ismael
Hey!
Please add this on your custom.css or Quick CSS:
#header {
background-color: white;
}
#top .social_bookmarks li a {
display: initial\9;
}
Best regards,
Ismael
Hi!
You can do something like this. Edit the menu item then change the “Navigation Label” to something like this:
Online Print <span class="menu-second-line">and Content Writing</span>
Add this on your custom.css or Quick CSS:
.menu-second-line {
clear: both;
display: block;
position: relative;
top: -70px;
}
Best regards,
Ismael
Hi!
That ‘top alignment’ is the default CSS behavior for floated elements. Although it is possible, that would require a deep modification to the Theme, unfortunately i think that is out of the scope we can offer. If you really need it try hiring a freelancer for the job.
Cheers!
Josue
Hi!
It is disabled because most mobile browsers allow users to simply tap the menu bar at the top of the screen to scroll back to the top of a webpage, the scroll to top button is not necessary.
Cheers!
Ismael
This reply has been marked as private.
Hey!
Add this code to the Quick CSS:
#top #wrap_all ins:before {
display: none !important;
}
Cheers!
Josue
Currently when an image and a text element are on the same line the elements aligin to the top, what css can we add so that if the text takes up more vertical space than the image the image is vertically aligned to the text. Also vice versa when the text takes up vertically less space than the image the text is vertically aligned to the image.
Hi,
Whenever I embed a Google Ad to the theme, it places 2 or 3 black dots above the ad. How do I remove these? Rather annoying.
I found this CSS code from someone else requesting,
#top #wrap_all ins::before {
content: “”;
It works – partially. It leaves blank space and pushes the ad down, and when viewing on mobile – the dots reappear.
Hey!
1.) Edit the button layer then go to Attributes panel. Give it a unique id like “learn-more-button. Use it on your Quick CSS field.
#learn-more-button:hover {
color: blue;
background: white;
}
2.) Please give it a css selector id or class.
3.) You can use this for the black events button:
.avia-button.avia-icon_select-yes.avia-color-custom.avia-size-small.avia-position-center {
background-color: red;
border-color: red;
color: blue;
}
4.) Use this:
.main_color.iconbox_top .iconbox_icon:hover {
background-color: blue;
}
Best regards,
Ismael
Hey covaun!
You can use the Fullscreen Slider or the LayerSlider then add this on your custom.css or Quick CSS to move the content upwards.
.fixed_header #main {
padding-top: 0;
}
You can change the transparency of the header using this:
.header_bg {
opacity: .1;
filter: alpha(opacity=10);
}
Regards,
Ismael
Yes! Thank you so much! Been struggling with this one for quite some time. Thanks again for your help, much appreciated.
Cheers
it seems as if the html tags are stripped out in the menus, tried to have the menu items in two lines, too – without success.
Hi there,
I have attached a screenshot of what i am trying to do. I just want the menu titles to be on two lines are they are quite long titles.
http://bit.ly/19voS87

Cheers