Hey Jyles!
Try adding this code to the Quick CSS:
#header_main_alternate:before {
content: "";
height: 1px;
background: rgb(206, 206, 206);
display: block;
position: absolute;
z-index: 10000;
top: 45px;
width: 100%;
}
Cheers!
Josue
I tried that first but didn’t really understand it.
I tried this plugin called DIsplay Widgets which seems to
work but doesn’t display the correct portfolio on that page.
I worked around it by putting all the items I wanted at the
top of my portfolio taxonomy, but I’d rather do it the right way.
can you help me set that up?
thanks
Vielen Dank für Antwort und den Link.
MfG. Christopher
Hey Christopher!
Diese Auswahl wird durch den Produkttyp “Grouped Product” (oder auf Deutsch “Gruppiertes Produkt”) erzeugt. Hierzu legt man mehrere Produkte an und weist diese dann einem gruppierten Produkt zu. Variationen kann man leider nicht mit einer Tabelle anlegen. Siehe hierzu auch: https://www.youtube.com/watch?v=3JKZp0QWX0Y
Best regards,
Peter
Hey!
I fixed it with this code:
add_filter('avf_portfolio_cpt_args','avia_deactivate_portfolio_slug_rewrite', 10, 1);
function avia_deactivate_portfolio_slug_rewrite($args)
{
$args['rewrite'] = false;
return $args;
}
I added it into the functions.php file. You can also add it to a plugin or child theme php file if necessary.
It will deactivate the slug rewrite for portfolio items and then wordpress will process the page permalinks properly. It seems like your server hits a limitation if all post types (pages, portfolio items, posts and other custom post types) register their “pretty” permalink rules and it just stops to process them at a certain point. When I deactivate the pretty permalink for the portfolio post type the “pretty” permalinks at least start to work for the pages.
Best regards,
Peter
Thanks Devin – great customer support – brilliant theme. :-)
Hi,
I’ve installed a plugin (called Map List Pro) which can be inserted from the default editor. However i created my pages in avia content builder so far. Is there any solution for this? i’ve found these articles on adding new elements to avia builder but i have no idea if that’s what i’m looking for:
Add new or replace Advanced Layout Builder elements from Child Theme
http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
More “Content Elements”
https://kriesi.at/support/topic/more-content-elements/
Can somebody show me the right way how can i add plugin elements to the builder OR how can i insert it manually?
Thanks in advance!
Attila
Hey!
You need to upload your own logo on Enfold > Theme Options > Logo. Refer to this link if you want to add a tagline below the logo:
https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/#post-203194
Best regards,
Ismael
Hi!
Please add this on Quick CSS or custom.css:
.home #av_section_1 .flex_column.av_one_half.avia-builder-el-4.el_after_av_one_half.avia-builder-el-last {
position: relative;
top: 20px;
}
Cheers!
Ismael
Hey!
Please be specific about what elements you want to change or adjust. You can remove some white space on every section using this on Quick CSS or custom.css:
.content, .sidebar {
padding-top: 10px;
padding-bottom: 10px;
}
.hr {
margin: 10px 0;
}
Best regards,
Ismael
Hi!
This should fix the image gap on mobile view:
@media only screen and (max-width: 767px) {
.avia-align-center.avia_image.avia-builder-el-no-sibling {
margin-bottom: 0;
margin-top: 15px;
}
}
This is for the footer widget.
@media only screen and (max-width: 989px) and (min-width: 768px) {
div .av_one_fourth {
width: 48.0%;
}
}
Regards,
Ismael
Hey!
Please use this:
#top .fullsize .template-blog .post-title {
text-align: left;
}
#top .fullsize .template-blog .post-meta-infos {
text-align: left;
}
Cheers!
Ismael
Hi Peter, thanks for your reply.
I think I didn’t explain the issue I am seeing properly.
When you choose to navigate the slider with the left and right buttons, the autorotation stops completely. Then you can only navigate manually.
But I guess there is no way for the autorotation to resume, after some manual navigation has been performed ?
Thanks, David
Hallo, wie bekomme ich aus dieser Auswahl

diese Auswahl?

MfG. Christopher
Hi @kbardin!
Go to https://kriesi.at/support/forum/enfold/ and scroll down to the bottom, you’ll see a form there to create a new topic.
Regards,
Josue
Previously I asked how to change the CSS so when someone moused over the top main navigation that I could change what ever color of that bold rule to be other than the base color of the theme.
Enfold developers sent me this CSS code:
.header_color .avia-menu-fx { background-color: #e5143b;
border-color: #e5143b; }
But my client also see’s on her Mac a little “Arrow or Carrot” that is in the middle of the Rule.
I don’t see it on a PC using Chrome or Firefox
She sent me a screen shot of what she is seeing.
https://app.box.com/s/ftlbadb1n1af4yta7p4z
Using Firebug I do see the following code that does mention “ARROW”
.header_color .primary-background, .header_color .primary-background a, div .header_color .button, .header_color #submit, .header_color input[type=”submit”], .header_color .small-preview:hover, .header_color .avia-menu-fx, .header_color .avia-menu-fx .avia-arrow, .header_color.iconbox_top .iconbox_icon, .header_color .avia-data-table th.avia-highlight-col, .header_color .avia-color-theme-color, .header_color .avia-color-theme-color:hover, .header_color .image-overlay .image-overlay-inside:before, .header_color .comment-count, .header_color .av_dropcap2 {
I was wondering if you could show me the CSS code that would change that ARROW to red?
Thanks in advance
Paul
Hi!
Please add following code to Quick CSS instead
#top .fullsize .template-blog .post-title {
text-align: left; }
Best regards,
Yigit
I’m having the same problem. Please help. Even with SMTP installed, thats for outgoing mail. But when a user fills out the contact form it, an email is never sent to me as the moderator/ business owner.
Futhermore- this is my “first post” – how in the world do I begin a new topic? For the life of me I cannot figure it out. Thanks
Thanks for the follow up. I’ll let the other support crew know.
Hi Paul,
Yes, somewhat. The basic grid in grid.css outlines all of the columns and then the margins for each as they are in the regular output of the theme. The grid.less file actually shows the raw data used to generate the grid using less (http://lesscss.org/)
Regards,
Devin
Hey!
I have found your website from your previous posts and that site is using resizing header. If your current website is using a fixed header ( you can check it in Enfold theme options > Header ), please refer to my post here https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003 and change the height to 156px.
Best regards,
Yigit
Hey!
For the first issue, we are looking into a fix but I think it will need something from Kriesi.
For the full width, it isn’t an easy slider but instead either a color section with the video background or at the top a Fullscreen slider.
Regards,
Devin
Hi chartier!
I believe its already been requested a few times in the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests/ as well as something we’ve talked about internally.
Best regards,
Devin
Hi Devin,
Thanks for the reply. I have pushed to the server and it seem ok up there. Still can’t get it to work on my localhost though. (mamp)? I have deleted and recreated the .htaccess file. Any other Ideas?
Now, the top left of the bread crumbs says ‘Blog’. The right hand side says “You are here:Home / Reports / Racist 3”
How can I specify a template for the CPT so that posts from the Reports category (reached via the blog content item in the Avia layout builder). ?
Thanks, VIncent
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) {
body .column-top-margin {
margin-top: 0;
}
body .container_wrap .avia-builder-el-last {
margin-top: 30px; }}
Best regards,
Yigit
-
This reply was modified 11 years, 8 months ago by
Yigit. Reason: forgot to add media queries
Hi
I update enfold theme in my web site, and i have some problem. I ad this code to custm css, to show portfolio item in 5 columns with white margine between them. If I’m logged I show the porfolio in a right way, but if I’m not logged I show portfolio with four columns without margin.
`.avia-icon-list .iconlist_title { font-size: 14px; }
.main_color .iconlist_content { font-size: 11px; line-height:12px;}
.avia-icon-list li { padding: 0 0 4px 0; }
.avia-icon-list .iconlist_icon{height:40px; width:25px; line-height: 30px; font-size: 15px; text-align: center; border-radius: 250px; position: relative; float:left; margin-right:15px; margin-left:1px; z-index: 5; border-style:solid; border-width:1px; color:#fff;}
#header_meta { display: none!important; }
.js_active .tab {
font-size: 110%;
background-color:#FFF;
}
.title_container{
background-color:#dedcdb;
}
#top div .avia-gallery img {
padding: 0;
margin-top: 25px;
padding-right: 8px;
margin-bottom: 10px;
border: none;
}
.grid-entry-title {
font-size: 14px;
color: #000!important;
font-weight:bold;
}
.social_bookmarks .rss { display: none; }
I try to disactive the plugin but the problem there is the same
the site is
http://www.caimorbegno.org