Hey Mrmsmsk,
I think the video has to publicly accessible yes, Vimeo works just as well as Youtube. Please link to your site if you should need any further help on the topic.
Regards,
Rikard
Hi,
It would be great if you could stick to one thread per problem, I replied to you in your other thread. Let’s stick to that? https://kriesi.at/support/topic/html-footer/
Regards,
Rikard
Hi,
Ok, so I’m guessing you gave up on that idea? Let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi Mark,
Ok, please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hey Joe,
What do you want it to look like instead? You can try adding this to Quick CSS and change the value 800 to the value of your liking:
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 800px !important;
}
Best regards,
Rikard
Hi Everett,
Great, please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-17 .av-special-heading-h5 {
margin-top: 20px !important;
}
Best regards,
Rikard
Hey!
My bad. I didn’t notice that you use the new header option. Please add this in the Quick CSS field:
.html_top_nav_header .av-logo-container {
height: 69px !important;
}
.. And this code in the functions.php file:
add_action('init', 'ava_action_init');
function ava_action_init() {
global $avia;
$avia->options['avia']['header_custom_size'] = 10;
return $avia;
}
Adjust the “header_custom_size” value as needed.
Cheers!
Ismael
Hey!
Did you adjust the top value? Please try this:
@media only screen and (max-width: 1024px) and (min-width: 768px) {
#top #header .avia_mega_div {
top: 60px !important;
}
}
Cheers!
Ismael
Hello. Looking to place my social icons in a sidebar widget. I’ve searched and found this thread (https://kriesi.at/support/topic/enfold-social-media-icons-in-widget/) which is how i got the ball rolling. I’ve tried multiple things but can still only show the first icon. Any help is appreciated. Site is: http://www.inglenookblog.com
Same problem here
I can stop it re-directing by hitting the red cross in my browser window to stop any actions
I can then do some editing but when I revisit Layerslider WP I have to quickly hit the STOP button again
Wasssup?
-
This reply was modified 9 years, 11 months ago by
canasta.
Hi Vinay, ok thanks. so to recap we are trying to put a rev slider set to auto into a grid row set to 90% height of the screen on desktops (good if we could change this %) , so that no matter what size desktop screen or resolution the slide underneath always shows a little bit. On tablet and mobile it should not take this rule though, it should just be as normal, as we don’t want the slider filling most of the screen on these small devices. Thanks.
Howdy!
Hopefully this is a quickie. I’m building a very tall page with many sections. The site uses the sticky left sidebar main navigation. At a certain point down toward the bottom of the page color sections stop being aligned like they are toward the top of the page. They seem to align as if there is not a left sidebar menu. So – the left part of the color section and contents within are hidden behind the sticky navigation sidebar.
Similarly, the footer is aligning in this way too – so that the left edge of the footer and left widgets are hidden behind the sticky left sidebar.
Any idea why this is happening? I’ve tried building new color sections and copying exiting color sections that align properly, but when I place them down toward the bottom of the page after the “Our Staff” section they always begin to fall behind the sticky left sidebar navigation.
(No plugins added into the site yet. Brand new version of Enfold and WP.)
I believe what Ed is saying is that unless categories are selected within the Avia builder, they don’t appear as sortable for the masonry. What that means is that if you make a masonry from categories and do not select, the theme does not automatically display them at the top of the masonry. This does pose a problem in that when a new category is added, it won’t show up on its own.
Regards,
Hi silvanosartori!
You don’t have to put the code in private content to get support :)
please use the following CSS in Enfold > General Styling > Quick CSS
#top #scroll-top-link {
opacity: 0!important;
display: none!important;
}
Cheers!
Vinay
Hey everyone –
I added a custom footer in the child theme, overriding the standard layout. This has caused the video background to be thumbnail size at the top center of the container. Is there a certain piece of code that needs to be left in the footer.php to let the background video function work properly? Thanks for the help!
With these new code the replacing stops working :(
Hi grusett!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.hr-custom .hr-inner.inner-border-av-border-fat {
border-top-width: 5px;
}
Best regards,
Yigit
I am having a strange problem with the incorrect phone number showing in top bar, extra elements in header. Ref. http://vistalandscapes.net in Safari and it displays 248-877-5500, and I changed it to 248-320-7080 and it display correctly when I’m logged in. Once logged out the number changes back. I deleted the number, disabled the extra elements, re-enabled the elements and input correct number. I also deleted browser history and cache -but no luck.
Hi:
I have removed unworking CSS. The banner is at the top of every page. It says, “For a limited time new shoppers get 20% OFF! Enter code “ilove20″ at checkout.”
It is called a “sitewide banner” in Woocommerce and is activated there. It is supposed to be controlled by “p.demo_store { }”, but noting I try with that works. You can see what I have tried also in related markups.
Thank you.
– Michael
Jordan gave me a solution for one problem I’m having with the interaction between the latest version of Enfold and The Events Calendar plugin. Here’s another:
The events list display is now fine, but when displaying an individual event, there’s some misbehavior. The Details/Organizers/Venue box, which used to display at the bottom of the listing, has now been hoisted up to the top, in a column to the left of the main panel. The problem is that when the organizer’s domain name is a bit long, as ours is, the email address and website URL bleed off the panel. There’s no longer enough room for them on the Details, etc., panel. This looks a little tacky and unprofessional. See, for example:
http://centerforworldmusic.org/event/passport-worlds-music-2016-04-30/
So, the question is, is their a way to make that panel a tad wider? Or would that screw everything up (including the perhaps mobile display)? Or the font for the email addresses and URLs a tad smaller? Or a way of moving that Details, etc. pane back to the bottom of the listing?
Thanks! Lance
Hi!
Please try this:
.html_header_left #top #header {
position: fixed;
}
If it doesn’t work and if you don’t want to implement the suggestions we provided above, please contact our partner codeable: http://kriesi.at/contact/customization
Best regards,
Ismael
Hi Francesco!
Thank you for using Enfold.
You can move the breadcrumb below the title with this:
.title_container .breadcrumb {
position: relative;
right: 0;
top: 0;
margin-top: 0;
}
Or add this in the functions.php file to remove the categories:
// single post breadcrumb
add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 10, 1 );
function avia_breadcrumbs_trail_mod( $trail ) {
if( is_single() && get_post_type() == "post" ) {
$home = $trail[0];
$last = array_pop($trail);
$trail = array(
'0' => $home,
'1' => $trail[1],
'trail_end' => $last
);
}
return $trail;
}
Regards,
Ismael
Hey OneClickTech!
Thank you for using Enfold.
You can change the color of the options text in the Quick CSS field:
#top .av-custom-form-color select option {
color: gray;
}
Best regards,
Ismael
Hey kazse!
Thank you for using Enfold.
Please add these css codes in the Quick CSS field:
.sidebar_left.sidebar {
text-align: left;
}
#top .sidebar_left .widget_nav_menu ul ul li:before {
left: 0;
}
Best regards,
Ismael
Hi!
Did you add any custom css to the site? Copy those to the other site and vice versa.
3.) Look for this code in the Quick CSS field:
html #top .header_color .widgettitle, html #top .main_color .widgettitle, html #top .alternate_color .widgettitle, html #top .footer_color .widgettitle, html #top .socket_color .widgettitle {
border-style: solid;
border-width: 1px;
padding: 10px 0;
border-left: none;
border-right: none;
margin-bottom: 15px;
}
Copy it to the other site.
4.) Regarding the header borders, set the Header > Header Style to Default.
Best regards,
Ismael
Hi All,
Googles pagespeed insights (grrrr)… I have added in a google font as per ‘https://kriesi.at/support/topic/add-new-font/#post-234710‘ post. But I have am having an issue removing it from the ‘Elimate render blocking….above the fold’ error on pagespeed.
I am using BWP-minify and w3 Total Cache.
Any help would be greatly appreciated.
Jay
-
This topic was modified 9 years, 11 months ago by
4jDesigns.
Hey!
Thank you for the info. Please check our last post on the previous thread: https://kriesi.at/support/topic/ninja-forms-conditional-logic-in-enfold/#post-603765
We didn’t ask you to re-open a thread here but seek for additional help on the plugin’s forum. How can we reproduce the issue? Could you please provide a step by step instruction or setup a test page? Right now, we have no idea what to look for.
Best regards,
Ismael
Hey!
Alright. However, if you can provide the FTP details, we’ll be happy to check it for you. We also found another workaround that may work without modifying the child theme: https://kriesi.at/support/topic/anchor-not-aligning-with-color-section/#post-606940
Cheers!
Ismael