Hi!
Please add following code to Quick CSS as well
.single-product h3.addon-name + p.form-row {
float: left;
width: 80%;
clear: right;
margin-top: -9px!important;
}
.single-product h3.addon-name {
float: left;
width: 20%;
}
Best regards,
Yigit
Hi Yigit,
This is the code I have now for the blue_section:
div#blue_section {
height: 32px;
min-height: 32px;
}
#blue_section {
position: fixed;
width: 100%;
top: 82px;
z-index: 99;
}
But it messed up the bar a bit.
Hey!
Please add following code to Quick CSS
#blue_section {
position: fixed;
width: 100%;
top: 82px;
z-index: 99;
}
Cheers!
Yigit
Hi Yigit,
Thanks for your contribution.
Please look to the website (in Private).
I simply want the blue bar below the header permanently fixed with 2 words below the logo (and centered with the logo).
Many thanks.
PS – If you have a chance to look into my other post here, I would be very grateful :)
Hi,
Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and display different elements on mobile and on desktop
Best regards,
Yigit
Hi,
You can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/ and display different elements on mobile and on desktop.
Also, we recommend updating to the latest version of the theme as they always come with new features and bug fixes.
Best regards,
Yigit
Hey rachelvanstaalduinen,
I don’t see any mega menu on your site but I do see the blue buttons on “over ons” and “Maak een afspraak” the top right which has a rounded corner if you are referring to that then please Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.sub_menu a {
border-radius: 0px!important;
}
Best regards,
Vinay
Hey EverydayAlternative,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
.responsive #top #menu-item-shop .cart_dropdown_link > span:nth-child(1) {
border: 1px solid #e2e2e2;
padding: 14px;
border-radius: 2px;
}
.responsive #top .cart_dropdown {
right: auto;
left: -50px;
}}
Best regards,
Yigit
hi guys,
this was previously in now closed thread https://kriesi.at/support/topic/function-not-working-change-page-title/#post-654563
function has stopped working since the latest update. any ideas?
thanks
Thanks Ismael for the support. Works fine. Topic can be closed
Hey bibahbuh,
I edited your page and changed masonry caption style. Please add following code to Quick CSS in Enfold theme options under General Styling tab to change overlay background color
#top .av-caption-style-overlay.av-hover-overlay- a.av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(255,0,0,0.3);
}
255,0,0 is RGB value of the color and 0.3 is opacity level
Best regards,
Yigit
Hi,
i have the same problem and already tried all these fixes like https://kriesi.at/support/topic/google-maps-api-error-missingkeymaperror-3/#post-677308 and using a Google API Key with a “blank” domain. Simply it happens NOTHING when hitting the “Koordinaten abrufen” Button. i really need a map view for the page of my customer. What can i do?
regards!!
Markus
Hi,
Please see private section for links to the uploaded images. These are screenshots of an iPad-mini retina display. What you see is that the photo’s are cut off and the text is too big. Somehow the site does not scale down properly, compared to on a desktop or laptop browser.
Thanks for the help.
Regards,
Marijn
Hi Vinay
No need to upload a screenshot. You can see on the page link in the footer that I’ve nearly achieved what I wanted. However, I just need to remove the padding from the top picture so that it reaches the sides. Then I just need to repeat it for the header – provided I can get rid of the grey line, which won’t go no matter what I do. Thanks for your help.
Dear Kriesi & Enfold Team.
I really really need answer to my 3 days old question.
Where’s the support in this? It’s been 3 days and no one seemed to bother answering.
https://kriesi.at/support/topic/ajax-portfolio-on-main-menu-link/
Thank you
Hi!
Yes, it’s an error with the google map widget. Please follow the instructions in the following thread. Let us know if it helps. https://kriesi.at/support/topic/google-maps-api-error-missingkeymaperror-3/#post-677308
Regards,
Ismael
Hi!
Add this in the functions.php file:
add_filter( 'ava_main_header', 'ava_main_header_mod', 10, 1);
function ava_main_header_mod( $items )
{
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
$icons = '<div class="mobile_social">';
$icons .= avia_social_media_icons($social_args, false);
$icons .= '</div>';
echo $icons;
}
And use the following css code to adjust the display and position property of the social container:
@media only screen and (min-width: 989px) {
/* Add your Desktop Styles here */
.mobile_social { display:none; }
}
@media only screen and (max-width: 988px) {
/* Add your Mobile Styles here */
.mobile_social {
position: absolute;
right: 0;
top: 10px;
}
}
Cheers!
Ismael
Hey!
It is actually working. Please remove browser cache or hard refresh the page. Honestly, I don’t think you need it on mobile because users can tap the top edge of the screen twice to scroll back to the top.
Best regards,
Ismael
I keep getting error messages at the top and bottom of the pages. I try a different browser until I find a version that does not have the error and will let me log in. I have found that the problem goes away on its own or when clearing cache, or viewing in a private browser window, but does not work well for presenting to clients
Warning: session_start(): open(/tmp/sess_07ddbe608ceb2daed9f3cb9873a97bfd, O_RDWR) failed: Permission denied (13) in /home/stlvision/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/stlvision/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php:32) in /home/stlvision/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
I use the following CSS to keep my nested sidebar navigation menus fixed:
#top #main .sidebar {
position: fixed;
}
It works great. But my problem is: It’s also affecting my Blog page, which does not have any nested pages in its sidebar, but it does have a very long list of blog post categories in its sidebar by using Sidebar Blog widgets. So I need the blog’s sidebar to be floating, not fixed.
Can I modify or add some CSS to make only the blog’s sidebar floating while keeping my nested navigation page sidebars everywhere else fixed?
Many thanks.
-
This topic was modified 9 years, 6 months ago by
Darrell.
Hi,
Add a unique category to the portfolio items with a custom link. The theme will automatically generate a custom css class attribute for the items included in that category. If the category is named “linked” for example, the css selector would be “linked_sort”.
.linked_sort:before {
content: '\E869';
font-family: 'entypo-fontello';
position: absolute;
border-radius: 50px;
background: #df8f04;
height: 80px;
width: 80px;
line-height: 80px;
left: 50%;
top: 50%;
margin: -40px 0 0 -40px;
z-index: 500;
text-align: center;
color: #fff;
}
Best regards,
Ismael
Hi team – I’m trying to load a new Google font into my child theme so that I can call it for the slideshow caption headings.
I’ve followed this thread many times and it works – but this time it won’t.
https://kriesi.at/support/topic/add-new-font/?login_error#post-234710
_________
This is how I’m calling my font in the functions
/* ADDING NEW GOOGLE FONTS */
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Kalam’] = ‘Kalam:400,700’;
return $fonts;
}
Then I’ve called the font in my stylesheet
#top #wrap_all .slideshow_caption h2.avia-caption-title, #top #wrap_all .av-slideshow-caption h2.avia-caption-title {
font-family: ‘Kalam’, cursive !important;
}
However – on the font that’s displaying isn’t the Kalam font – I don’t think the font is loaded properly – do you mind checking if the filter is correct?
This is the Google font I want to call
https://fonts.google.com/specimen/Kalam?selection.family=Kalam:400,700
Cheers
Any help on this? I can’t seem to get timely responses from support anymore :( I’ve purchased this theme over a dozen times and kind of feel like the support is going downhill, instead of up. Maybe there should be a top level support option for more timely paid support?
What is the expected turnaround on support now? I’d like an idea so I know if I should keep purchasing it (slow support is temporary) or if it’s time to search out something new.
I’m not bitching, I understand staffing can be an issue, I’d just like a heads up if this is what’s to be expected now?
Ok, I finally made it !
For those who look after it. I modified this on my CSS child theme file :
#top .av-video-slide iframe, #top .av-video-slide embed, #top .av-video-slide object, #top .av-video-slide video {width:110%;}
You modify width in order to fill completely your screen. Take care, you have other options you will find using the F12 developer tools. Just be sure that max-width is on none option otherwise you will not be allowed to pass over 100% width.
that worked well. thanks
the entries are still accessible via the admin top bar (see image below)

how can I remove the entries there?
thank you
-
This reply was modified 9 years, 6 months ago by
vernontrent.
I’d like to hide the tooltip that the browser shows when mousing over the masonry gallery thumbnail images.
I’ve tried a suggestion from:
In that post its suggested to use the following function:
•••••••••••••••••••
function add_custom_tooltip(){
?>
<script>
jQuery(window).load(function(){
jQuery(‘a’).removeAttr(‘title’);
jQuery(‘img’).removeAttr(‘title’);
});
</script>
<?php
}
add_action(‘wp_footer’, ‘add_custom_tooltip’);
•••••••••••••••••••
The trouble with this solution is that in addition to removing the TOOLTIP from the small gallery thumbnail images, it unfortunatly also removes the CAPTIONS from any of the lightbox enlargements.
Is it possible the script could be modified to only affect the thumbnails and not the enlargements?
That worked great although now there are some bullet points at the top of the page lol
How do I remove those?
Ben
Hi
I have search the knowledgebase but could not find resolution for my display issue. The following icons are not displaying: social icons & scroll to top.
I have three plugins installed which I deactivated but the problem still remains. I have since reactivated these.
My website is under development and access to view is required. I have included access credentials in the private area. Please note that sometimes, for some odd reason, it can take three tries before connecting.
Thanks
Lyse