Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.header-scrolled .logo {
margin-top: 0!important;
}
Best regards,
Yigit
Hi guys,
Both maps we have on the website suddenly stopped showing. I have updated the theme to the latest version but the maps are still gone.
Another thing os im not able to see the search icon in the navigation nor the social network icons in footer when using Chrome.
What is happening here?
May thanks!!
-
This topic was modified 9 years, 9 months ago by
eriatarka.
The only customisations I had were as follows:
#header_meta .phone-info
{
font-size: 15px !important;
font-weight: normal !important;
}
@media only screen and (max-width: 1024px) {
.html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
width: 102%;
}}
I have removed these and nothing changed; the ‘contact us’ on the navigation bar still appears to overlap.
In your demo is Sale button on the right bottom corner, but in my web page is Sale button on the left top corner. How can I fix this, that Sale icon would be in the right place in the related product view?
Best regards,
Eve KJ
hi
i have added a new menu and set the location to be footer menu. It appears great on desktop, but its not showing on mobile (iPhone).
hi
have a look at link below, and click on news and then into the only post which is there. You will see the image at top, but the text under is like showing in a 50% width column. I dont know where it is getting this from- the post is in standard layout with just a standard text box spanning the page?
I am using version 3.6 and having issues with the mobile menu – the icon at the top just shows up as a square box and does not have the traditional lines to indicate that it is a mobile menu. When you click the box it works but I would like to have the icon show up properly. Next how do I remove the arrows next to the menu item options on the mobile menu and customize it so it looks more user friendly?
Thanks so much!
I have a solid green donate button in my secondary menu (top right corner) on this page: http://www.justoneafrica.org.
I had to change the URL of the button so it required me to delete the menu item that was there and create a new one.
Here is the custom CSS that you gave me for the original one, but now it is not working, even using the new “menu-item-5332” location:
/*———- Secondary Menu – donate button——–*/
#menu-item-5332 a {
background: #89cc0e !important;
padding: 10px 15px !important;
text-decoration: none;
color: white !important;
border-radius: 2px !important;
font-size: 14px; text-transform: uppercase;
margin-top: 10px !important;
}
The original was linked to a page on the site and this one is linked to a URL. Did something change? What am I missing?
Thank you,
Clay
Hey TomaszCwil!
You are currently using an older version of the theme. Please update Enfold to the latest version 3.6.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
If you see any issues while/after updating the theme, please see – https://kriesi.at/support/topic/having-problems-after-updating-to-enfold-3-6-please-read-this-first/
Cheers!
Yigit
Hi, I have a problem with my fullwidth sidebar and ajax search box.
They both stopped working after the update.
Tom
Once again you rock !
Thanks a lot enfold team !!
Clement
the topic can be close
Many thanks.
Maybe you can help me with my other issue?
hello hello,
after some excessive digging i found this thread which answers my question perfectly…
I’m setting up a landing page to be very similar to the one page demo layout here(http://kriesi.at/themes/enfold-one-page-portfolio/)
I have a question on how the top part is done where it says “WELCOME! I AM ENRIQUE FOLD” etc….is that using a static slider or just a color section with elements on top of it?
Any additional info for the styling of the buttons and down arrow would help to.
Thanks!
Hey!
I changed the code to following one
function avia_custom_logo_app(){
?>
<script>
jQuery(window).scroll(function(){
if(jQuery(this).scrollTop() > 30) jQuery('#sub_menu1').show();
if(jQuery(this).scrollTop() < 30) jQuery('#sub_menu1').hide();
});
</script>
<?php
}
add_action('wp_footer', 'avia_custom_logo_app');
and removed custom CSS code. Please review your website now
Regards,
Yigit
Hi Yigit
Now we are missing 2 galleries from this page: http://scotwebtesting.co.uk/composite-doors/
And that code was given by your support team (https://kriesi.at/support/topic/set-image-to-open-up-lightbox-gallery/). We want to remove the feature image from the galleries. So the them image that is clicked to activate the lightbox we want to be removed.
-
This reply was modified 9 years, 9 months ago by
robertscott.
Hi,
Yabadabadou everything works !!! Thanks a lot !!!!!!!!! Enfold team you are the best :)
Best regards,
Clement :)
the topic can be close
Hey!
There was a missing closing curly bracket in your Quick CSS field. I closed it and added the code i posted here. Please review your website now
Cheers!
Yigit
Hi!
I edited the code i posted here. Please replace the code and check once again. You can adjust 30 as needed. That is pixel value from top when scrolled
Best regards,
Yigit
I added this in and it isn’t working exactly. On page load the Sub Menu still loads but once you scroll some and then scroll back to the top it disappears. I need it not to show on load and only show once the page has been scrolled.
Hey sublime5o!
Please add following code to Functions.php file in Appearance > Editor
function avia_custom_logo_app(){
?>
<script>
jQuery(window).scroll(function(){
if(jQuery(this).scrollTop() > 30) jQuery('#sub_menu1').removeClass('disp-no');
if(jQuery(this).scrollTop() < 30) jQuery('#sub_menu1').addClass('disp-no');
});
</script>
<?php
}
add_action('wp_footer', 'avia_custom_logo_app');
and then add following code to Quick CSS in Enfold theme options under General Styling tab
.disp-no { display: none !important; }
Regards,
Yigit
-
This reply was modified 9 years, 9 months ago by
Yigit.
Hi,
So I have this on the top of the dashboard :
Notice: get_currentuserinfo est déprécié depuis la version 4.5! Utilisez wp_get_current_user() à la place. in /home/bluebearov/wwwvaler/wp-includes/functions.php on line 3658
And also I have this on the appearence>menu :
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/bluebearov/wwwvaler/wp-includes/formatting.php on line 1025
Does that help ?
Thanks a lot anyway !
Best regards,
Clement
Hi Vinay,
Thank you very much. Top!
Hi,
The code you entered was replaced in Quick CSS
/* transparent submenu*/
#top .av-main-nav li:hover > ul {
background: rgba(0, 58, 121, 0.55) !important;
}
#top #wrap_all .av-main-nav ul > li:hover > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul{color:#ffffff;background-color:rgba(0, 58, 121, 0.55) !important;border-color:#ee820f;}
replaced code
.header_color .main_menu ul ul,
.header_color .av-subnav-menu > li ul
{
background: rgba(0, 58, 121, 0.55) !important;
}
.header_color .main_menu .menu ul li a {
background:transparent!important;
}
.header_color .main_menu .menu ul li a:hover {
background:#ee820f !important;
}
The WP rocket was deactivated for testing purpose please clear cache in the plugin options and enable it.
Best regards,
Vinay
Hi,
I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?
The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.
However please refer to this link https://kriesi.at/support/topic/having-problems-after-updating-to-enfold-3-6-please-read-this-first/
If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Vinay