Hey!
Please try this on your custom.css or Quick CSS to make it transparent:
.header_color .avia_mega_div ul.sub-menu {
background-color: rgba(255,255,255,0.3);
}
You can change the color of the mega menu title using this:
#top #header .mega_menu_title a {
color: blue;
}
Regards,
Ismael
Hi,
When adding a slider to the home page it forces down the special heading as well as creating horizontal lines on top and bottom of slider.
Here is a SS with easy slider looks normal
https://drive.google.com/file/d/0B8c42yKOTY8NSmNRV2x3LVNXOVE/edit?usp=sharing
Here is a SS Layerslider WP showing issues.
https://drive.google.com/file/d/0B8c42yKOTY8NdldDYllYSVpLLVU/edit?usp=sharing
Thanks
Frank
-
This topic was modified 12 years, 4 months ago by
fdnven.
Hi salai_com!
You don’t have a 6 column mega menu. Can you please create one? Please add this on your custom.css or Quick CSS:
#top #header .avia_mega_div .sub-menu {
width: 100%;
}
Remove browser cache then reload the page.
Cheers!
Ismael
After investigating a little more it seems that it only happens when I make changes to the CSS to the container_wrap:
.container_wrap {
clear: both;
position: relative;
z-index: 1;
border-top-style: solid;
border-top-width: 1px;
}
If I set the border-top-width to 0 it hides the grey border, which is what I want but on the iPad it keeps showing those black lines in the screenshot.
Nesting shortocodes inside tabs is going to be somewhat touchy and will never be suitable for handing off to a client easily. Even with how many layout options there are with the theme and shortcodes some things are just not suitable.
For that kind of layout what I would normally do is only edit it in the text tab and never let the visual editor touch it.
On that page specifically you can do somewhat of a workaround and use:
#top.page-id-38 #tab-id-4-container br {
display: none;
}
To target that page and the tab with the columns and then remove the breaks from rendering.
Devin,
I also went more into the WP documentation on this & installed the plug-in that should make this all work (http://wordpress.org/support/plugin/wpautop-control) – still not working. I even made a new page & it wouldn’t work there either.
Hey Ygit !
I thank you for your message.
In fact, I have a double problem :
Height and also width for first child are not very adapted.
Why my menu content does’nt have the same width that the blue line just under my main menu?
Thank you for all you make for us.
Stéphane
Devin,
“If you are trying to use shortcodes within a text element inside of the advanced layout editor then that isn’t actually supported at the moment since there isn’t coding in place for full stacking inside the text element.”
This is exactly the issue I am having. I am using the advanced editor when I can (pretty slick might I add), but on the pages that use tabs, you have to use a text element w/ less features as you stated. So I’m stuck with the shortcodes unless you have another idea for laying out what you see at http://eyemaginationdev.com/wondoor/wondoor-fireguard/
If there are no options, do you have any suggestion on why wpautop isn’t working when I add it to the functions.php page (and adding in the custom field)?
Thanks,
Brian
what???
after more than 20 hours of work on it??
is that what you call support??
Just suggest “start from scratch”?? No explaination about the backround! Not even a hint nor an educated guess? Just “start again”??
Since hours i find bugs after bugs after bugs and i dont like to say that but Enfold is a helluva mess.
It might be fine for Apple-Users who just want to “drag & drop” a bit around like they are used to.
Or you have to be a 110% nerd.
But if you just know enough php to get along with most themes and you want to do some customizations Enfold is pita!
That theme is so far off any WP-standards that you cant do almost nothing except stay put with the functions it serves.
But thats far away from usability for owners.
Even usually very simple things like changing the image-size of post-images in the list-view of a blog needs hours of research.
Always permalinktrouble (specially in breadcrumb), no proper documentation, Enfold takes archive.php for a single-view!!!! and so much more issues that i really think stop it and ask Themeforest for a refund and look for a Theme which does a good job.
Content Slider element is also buggy now :( slides aren’t auto-rotating and are displaying in one small column off to the right
How do I do that? I tried changing the permalink settings. When I put it to default it actually starts working properly. When I set it back to post name it stops and I get the 404.
My Portfolio Grid content element stopped displaying upon the new update. Are you aware of this? Any way to fix?
Hi there,
I had to update my enfold theme to fix another probelm- This worked out perfectly!
However now my sub-menu doesn’t look the same:
http://plpl3750.staging-cloud.netregistry.net/upcoming-events/2942/18th-aapsw-2014
Yigit was helping me
https://kriesi.at/support/topic/white-background-underneath-custom-sub-menu/
Basically I need the white background under the main header to extend under the sub-menu.
The sub-menu also needs to be easily clickable.
Thanks so much.
i’m aiming to speed up my home page load time. the advanced banner has a few items that seem to cause my page to hesitate 2 seconds on load. i’ve tried w3 total cache to minify the js and css but it throws an error. are there any compatible items (or ways to manually fine tune the code) to increase my load time?
google tells me from http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Flapolla.com
“Your page has 3 blocking CSS resources. This causes a delay in rendering your page. None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML”
http://www.lapolla.com/wp-content/cache/autoptimize/autoptimize_5113476e13ee4bddfeba11242682eb5b.php
http://www.lapolla.com/wp-content/cache/autoptimize/autoptimize_34b92eb0547d9fe45b0c46fd34ddeaab.php
http://fonts.googleapis.com/css?family=Open+Sans:400,600
I’m configuring our blog and the option to set the page to use for the Blog has disappeared: http://screencast.com/t/anaN5tjjA0or
I had originally started down this path by trying to update the blog to show excerpts with the Read More link – I tried the update mentioned in this post but that did not work.
Is it possible to get the option back?
Hi JaredBurnett!
Please take a look at Peter response here: https://kriesi.at/support/topic/photoswipe-lightbox/#post-187243
Best regards,
Josue
Hello!
It’s possible, but that customization is beyond the scope of our support form. If you really need it try hiring a freelancer for the job.
Cheers!
Josue
Hey!
Please add following code to Quick CSS instead of the first one i posted
td { border-style: none; }
tr:first-child td { border-top-style: none; }
tr td:first-child { border-left-style: none; }
.alternate_color tr:nth-child(odd) { background: #111111; }
Regards,
Yigit
tranparency:
#top #header .avia_mega_div > .sub-menu {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-top-style: solid;
border-top-width: 2px;
display: table;
padding: 20px 30px 30px;
}
Hi rdswestnet!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .isotope-item { padding-right: 10px; }
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) { #top .onsale { top: 30px; }
span.onsale { padding: 1px; font-size: 11px; } }
Best regards,
Yigit
Hey!
Please see Mega Menu video tutorial here http://vimeo.com/channels/aviathemes/67651241
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
.sub_menu { margin-top: 10px; }
Cheers!
Yigit
Hey!
Would you mind creating a temporary admin login and posting it here privately so i can take a look?
You can add following code to Quick CSS section
#top .main_menu .menu li ul a { font-size: 14px; }
Best regards,
Yigit
Hi Devin,
we already did that and it works.
But i am not talking about shortcodes.
We are talking about making the Advanced layout builder work in custom page types.
Therefore we need to call the meta.php in our childtheme
All the thing said in our last post is about this topic.
Hi slingfly!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-menu-fx { bottom: 30px; }
.main_menu .menu ul { top: 65%; }
Best regards,
Yigit