Hi!
Those options appear as disabled because in the source menu (desktop menu) those links doesn’t have an actual link (instead they have a #).
Best regards,
Josue
Thanks for that, however I was talking about the side-navigation, not the top navigation.
When viewing third level pages, (parent>child>child), The side navigation menu item doesn’t have the background colour highlights and borders. You can use previously supplied link to see what I mean.
Thanks
This reply has been marked as private.
Hi guys,
I am trying to remove the layerslider border from http://codelessme.com/sparc
I did take a look at and try what was found at https://kriesi.at/support/topic/remove-layer-slider-borders/ and nothing mentioned there worked.
A little help.
Cheers
David
Hello everybody !
This trick to show comments on portfoilio pages built with the advanced editor was working perfectly on my parent theme : https://kriesi.at/support/topic/comments-dont-show-up-on-portfolio-pages/#post-123457 ; but it doesn’t on a child theme.
Any idea ?
Thanks ;)
-
This topic was modified 12 years, 1 month ago by
Ronan.
Hi,
I have looked through your forum and found many strings on this topic. For some reason those fixes are not working for me.
I am trying to change the caption background of the fullwidth slider to be similar to that of the regular slider.
I have this in my custom css right now:
.avia-caption-title .avia-caption-content .slideshow_caption .inner_caption .slideshow_inner_caption {
background:#000000;
display: block;
padding: 14px 15px;
}
I would like it to be partially transparent like in the regular slider also, which I realize this css won’t adjust yet. But I can’t get it to do anything… It still shows up with no background.
http://www.bushatlas.com/
Thanks for any help you may have!
Just purchased and downloaded Enfold on to my desk top. I’ve attempted to install it on to my site hosted by 123 reg and the install failed. I attempted to install on my local host and it failed with a message “are you sure you want to do this?” the version of wordpress is 3.8.1. Are you using a non standard install procedure or is there another issue? Your help is much appreciated.
Hey Josue
This is interesting…
I just noticed that the container for the top three portfolio items is narrower than all the others. On these the preview window is not zoomed in like all the rest of them are – it shows the entire image. All the other portfolio items show a larger preview container and a larger, zoomed in portion of the image… Any ideas why? Most slides I use are wither 1210px x 600px or 1210 x 650px.
Thanks Ed
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