Hi CharlieTh,
The extra element seems to be moved from left to right already.
As for making the top bar taller, using the CSS code:
#header_meta .container {
padding: 15px 0;
}
is fine, but you’ll need to add this code as well:
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 120px;
}
The original value was 90px but since you added top and bottom padding of 15px which is 30px overall, then you’ll have to set the value to 120px (90px + 30px).
Hope this helps.
Best regards,
Nikko
Another question about the same element.
In order to make the extra elements bar taller, I have used the suggestion from https://kriesi.at/support/topic/extra-elements-section-taller/
I tried css of
#header_meta .container {
padding: 15px 0!important;;
}
Works fine…but it seems to move stuff BELOW the extra elements bar over each other.
Look on the Prayer List page which has a Title. Its url is: https://calvarybaptistdunnellon.com/prayer-list
The title will get covered up when you type in the css above which makes the extra element bar taller.
I have left the css OUT of my actual website, so you can see how it works — or doesn’t.
Can you give me an idea of what I need to do to make the extra elements bar taller and NOT cover the elements below.
Hi there,
I want my entire website including all content to have the same width. In General Layout I set Layout to Boxed and Maximum Container Width = 1296px. Is there a global setting I can change to make all content (background image at the top of each page, color sections, headers and footers) all one width i.e., 1296px? If not, please suggest the most efficient way to set one width for content across the website.
Please see link below width screenshot with illustration of what I’m trying to do. For reference, see second link below with website width/layout I’m trying to emulate. I’m customizing the Enfold law firm demo – https://kriesi.at/themes/enfold-law/practice-areas/
Hi,
Please remove the css I posted and only use the css Ismael posted.
Stacked on top of each other for mobile is the default behavior.
Best regards,
Mike
Yes that worked thank you.
I’d prefer to stack them on top of each other rather then next to each other.
Could you help me with this change please?
Also – can we make the submit button full width?
View post on imgur.com
Hi,
Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Great, I’m glad that you both managed to get it working. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Great, I’m glad that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Great, I’m glad that you found a solution for your problem. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Ismael,
another result is a space between the “grid-line” on top and the “color-section” below as you can see on the website. But that is not the idea of the parallax, to float above the top section.
HJ
Ronald BolijnGuest
Hi cannot seem to reach you in any other way. I have bought enfold theme including support. However i cannot make any new topics on the support forum. Can you help me?
Hello Ismael,
Actually I haven’t changed anything, at least I don’t know anything about it. Your code works, thank you very much. But the jagged line can still be seen. To do this, I use the following code so that the spikes extend into the top of the slide show:
.avia-section.outwards-top-divider .avia-divider-svg-top {
transform: scaleY(-1);
-webkit-transform-origin: center top;
transform-origin: center top;
z-index: 100; /*** if you set it in the album – you don’t need this rule here ***/
}
Maybe there is a better option? I would like to have the SVG Dividers as a transition from the slide show to the normal content.
Best regards,
Martin
Hey joandjaxx,
Thank you for the inquiry.
You can’t use another icon font to alter the default shape, but you can apply css to create a different shape for the icon container. To adjust the first icon container to a diamond shape for example, please add this css code.
.iconbox.av-x9jgk-0341356a8a95f9e77745bc47d8dbb48f .iconbox_icon:after {
content: "";
position: absolute;
top: 25px;
left: -25px;
width: 0;
height: 0;
border-style: solid;
border-color: red transparent transparent transparent;
border-width: 70px 50px 0 50px;
}
.iconbox.av-x9jgk-0341356a8a95f9e77745bc47d8dbb48f .iconbox_icon {
border-style: solid;
border-color: transparent transparent red transparent;
border-width: 0 25px 25px 25px;
height: 0;
width: 50px;
box-sizing: content-box;
position: relative;
margin: 20px 0 50px 0;
padding: 0;
background: transparent;
}
.iconbox.av-x9jgk-0341356a8a95f9e77745bc47d8dbb48f .iconbox_icon:before {
top: 10px;
position: relative;
z-index: 9;
left: -4px;
}
This is based on: https://css-tricks.com/the-shapes-of-css/
Best regards,
Ismael
Hey solinpaul2,
Thank you for the inquiry.
The transparent and fixed header options are disabled on mobile devices by default. The header will remain static on smaller screens without transparency. We could add a few css modification to re-enable these options, but we don’t recommend it.
@media only screen and (max-width: 768px) {
/* Add your Mobile Styles here */
.responsive #top #wrap_all #header {
position: fixed;
}
#top #wrap_all .av_header_transparency {
background-color: transparent;
color: #333333;
border-color: #e1e1e1;
}
}
Best regards,
Ismael
Hey biggsuccess,
Thank you for the inquiry.
We have found an extra curly brace in the css code above, which renders the css rules below it invalid. We also adjusted the position of the css media queries.
.main_menu {
background: white;
}
#top #header_meta a,
#top #header_meta li,
#top #header_meta .phone-info {
font-size: 14px;
}
.avia-layerslider {
box-shadow: none !important;
border-top-width: 0 !important;
}
div#after_layer_slider_1 {
border-top: none !important;
}
.home #main>.container_wrap_first>.container>.content {
padding-bottom: 0;
}
@media only screen and (max-width: 430px) {
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 182px !important;
}
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
.responsive #top #wrap_all #main {
padding-top: 119px !important;
}
}
@media only screen and (max-width: 768px) {
.responsive #top #header #header_main .inner-container .widget {
order: 3;
flex-basis: 100% !important;
}
.responsive #top #header #header_main .inner-container .widget .avia-button.avia-size-medium {
padding: 12px 5px 10px;
font-size: 12px;
min-width: 60px;
}
.responsive #top #header #header_main .inner-container .widget>div {
padding: 0;
}
.responsive #top #header #header_main .inner-container .widget>div>div {
text-align: center;
}
}
Best regards,
Ismael
ok, just happened to find that it’s an issue with sticky posts – they are always shown on archive pages, ranked somewhere at the top, no matter if they are part of (i.e.) the current category.
but again, that’s not the case in the plain parent theme, so it must be some setting i set in the child theme (as it also happens if i reduce it to the minimum).
Hi – this is a follow-up to my thread here: https://kriesi.at/support/topic/header-widget-follow-up/
I’ve removed some duplicate css in quick css, and replaced the text block with a special header. I’m having the same problem as before: The CSS allows for the element below the header to show on mobile – but I’ve noticed only when the phone is vertical. When I turn the phone to horizontal view, the special heading block below the header is hidden.
My current css from quick css is in the private content.
Thank you.
Hi,
Try this css:
.avia-section.av-rk2b-b60529e4fd7ee3da92077755e7762691 .av-section-color-overlay {
top: 15%;
}
you may need to adjust for very large screens using media queries, but this seems to work for my screen.
Best regards,
Mike
Hi,
To add space between the letters for the post title, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.html_elegant-blog #top .post-entry .post-title {
letter-spacing: 4px;
}
adjust the number to suit.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
LynieGuest
Hi,
I hope this message finds you well. I’m reaching out to inquire about guest posting opportunities on your website. I specialize in general topics and am interested in contributing.
Do you currently accept guest posts? I’m prepared to submit well-researched articles tailored to your audience.
Could you provide information about the cost for guest posts where I’d provide the article? I’m dedicated to delivering high-quality content.
If feasible, I’d appreciate any guidelines or preferred topics for submissions.
I look forward to your guidance on the submission process and any specific requirements.
Thank you for considering this request.
Best regards,
Lynie
Marketing Specialist | Chalaki Law, P.C.
Mobile: 19727938500
Website: https://www.chalakilaw.com/
Hi there,
You may remember this thread I created and that we worked on 5 years ago. It comes up #1 on Google search when looking for ways to reduce the wordpress media library size:
https://kriesi.at/support/topic/photos-taking-up-a-huge-amount-of-space-on-my-site-storage-anything-i-can-do/
I am once again bumping up against my 10 gig limit and realize that i really use very few of the sizes on my site. I would like to take a look at this but I see that at least one of the plugins involved is no longer supported and has some fairly signifiant issues with PHP 7+ according to support forums that are no longer monitored. :( Having said that, I still have the Simple Image Sizes plugin running on my site and it does appear I can use it to further reduce the number of photo size options.
Has Enfold added anything in theme functionality to make it easier to seelct the default photo sizes or do we still need to do this in functions.php or the Simple Image Sizes Plugin? Any further advice before I embark on this?
Thanks!
Rob
Hi,
For what it’s worth, what I did was made my feature images transparent png files with rounded corners.
I had animation set to Default Animation, and Blur on Hover effect. To ensure the rollover retained the rounded corners I used the following CSS.
#top .av-masonry-entry * {
border-radius: 20px;
}
Hope this helps.
is there a way to define the source for attachment tab_image ?
A filter for that would be nice to have. ( for icon_select is image_top )
in the meantime i work with child-theme ALB Element and changed line 593
$src = wp_get_attachment_image_src( $atts['tab_image'], 'square' );
Thank you for your answer so what can I do?
I would like to have the video autoplay and not muted isn’t it possibile?
Hi,
Thank you for the clarification.
You should be able to use the following css code to adjust the position of the submenu container.
#top #header.av_header_transparency .avia_mega_div {
margin-top: 1px;
padding-top: 1px;
left: -40px !important;
}
Best regards,
Ismael
Hey Diana,
Thank you for the inquiry.
The style issue occurs because of the cell’s padding. To fix the issue, we can override the default padding settings with this css code.
@media only screen and (max-width: 1024px) {
/* Add your Mobile Styles here */
.responsive #top #wrap_all .flex_cell.av-lnzk99u3-2367dbc24f2a8c0e8958288f6e1097b4 {
padding: 20px !important;
}
}
Best regards,
Ismael
Hey John,
Thank you for the inquiry.
We could adjust the default top margin of the columns. We added this code in the Quick CSS field.
body .column-top-margin {
margin-top: 10px;
}
Best regards,
Ismael
I would like to reduce the space between the blocks as indicated in this screenshot.
I am using Code Snippets and Quick CSS. Last time you assisted you instructed me to use Quick CSS instead of WPCode Snippets so there is custom css in both locations. A previous snippet that you sent was called PADDING BETWEEN TOP IMAGE AND MAIN CONTENT but that no longer seems to work.
Thank you
John
Hey Gianluca,
Thank you for the inquiry.
Background videos are disabled on mobile devices by default, which is why there is a fallback image option. This image will be displayed instead of the background video on smaller screens. Also, please note that autoplay is only allowed for muted videos. Enabling audio by default will disable autoplay.
Best regards,
Ismael
Hi,
I do need to understand what the Enfold Performance settings should now be after those were deleted.
You can keep the default compression settings disabled and install a third-party compression plugin like Autoptimize or use the default compression options from your cache plugin. Re-enabling the default compression settings from the theme will just regenerate the database entries you’ve just deleted.
Best regards,
Ismael