Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_sticky #top.page-id-38 #wrap_all #main {
padding-top: 53px;
}
Cheers!
Yigit
@Yigit – I got an email from you answering this but it has not updated here in my original post:
“Yigit wrote:
Hey zimbo,
Please refer to my post here – https://kriesi.at/support/topic/manu-bar/#post-622656
Best regards,
Yigit
Post Link: https://kriesi.at/support/topic/how-to-display-an-arrow-in-a-sub-menu-to-indicate-a-further-sub-level-exists/#post-633080”
That solution works for the sub-levels but it also puts the ‘ >’ on the top level main menu elements – is there a way to NOT have the right arrow on the main menu but only on the sub-menu/levels?
-
This reply was modified 9 years, 10 months ago by
zimbo.
Hey Nathan,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av_header_transparency #header_meta {
border-bottom: none;
}
Best regards,
Yigit
Hey Nathan,
There seems to be an empty H3 element at the top of your content. Please remove it and also please see this post – http://kriesi.at/documentation/enfold/custom-tab-and-toggle-ids-for-prettier-url-hashes/
Best regards,
Yigit
Hi,
You could try adding !important rule as following
#after_section_1, #after_section_2, #after_section_3, #after_section_4, #after_section_5, #after_section_6 {
border-top: none !important;
}
If you would like us to check it again let us know :)
Best regards,
Yigit
Hey zimbo,
Please refer to my post here – https://kriesi.at/support/topic/manu-bar/#post-622656
Best regards,
Yigit
Topic has been marked as read by Yigit
Hi,
“Unstick topbar” was checked in Enfold theme options > Header > Header Behaviour. I unchecked it. Please review your website now
Best regards,
Yigit
okay you asked for the ftp……
Josue wrote:
Hi,
Can you please provide us a temporary FTP access (via private data field)?
Best regards,
Josue
Post Link: https://kriesi.at/support/topic/theme-backend-not-working-anymore/#post-632859
Hey clairemartindigital,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#advanced_menu_hide {
width: 116px;
height: 66px;
top: -20px;
}
Can you please elaborate on the second issue? I am not sure if i understood you clearly
Best regards,
Yigit
Hello Rikard ,
I created a template “TextBoxTop”‘ its supposed to be the first element of the page. You can check it out yourself how it looks like on the preview/ published versions.
Thank you for your fast reply.
regards Tony
Hey schnippel,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .widget_nav_menu ul ul{
display: block;
}
Best regards,
Josue
Hey ,
Fixed, added this to child theme functions.php:
function avia_get_header_scroll_offset(){
return 0;
}
I happened because the scroll script calculates the top offset using the header size.
Best regards,
Josue
Hey,
That’s a “warning”, in PHP, these are simple messages indicating something is odd, they don’t stop execution like Fatal Errors. That being said, do you always get this exact message when updating the theme? does it happen with plugins too?
Best regards,
Josue
Hi!
If you don’t mind, we would like to ask you to create a separate thread for additional inquries. This will keep the thread from drifting off topic and it will help other user searching for the same solution. Thank you for your understanding.
Best regards,
Ismael
Hey Robyn,
Thank you for using Enfold.
Use the “avia_meta_header” action hook. Example:
https://kriesi.at/support/topic/google-language-translator-plug-in-intergration/#post-333078
Best regards,
Ismael
Hi,
We got these errors when we checked the page “hoteli-zlatibor”:
(program):1 Uncaught ReferenceError: cr is not defined
VM61:1 Uncaught ReferenceError: cr is not defined(anonymous function) @ VM61:1
jquery-migrate.min.js?ver=1.4.0:2 JQMIGRATE: Migrate is installed, version 1.4.0
Did you add any custom modifications to the theme? Please follow the instructions here: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/
Best regards,
Ismael
Hi guys
This is actually a follow up to Ticket: https://kriesi.at/support/topic/enfold-full-width-sub-menu-button-color-state/#post-630441
The fullwidth sub menu was working OK with the custom css (color active state).
Since then we’ve set up some changes in General Styling > Logo Area > Font/Highlight Colors
Not sure if this caused this new issue, but the red active color state is now displaying permanently on all sub menu items (and with a grey hover state).
Can you please check example url below.
Thanks
Hi I need to add some text caption on single images. However I would like to have the following: on the desktop they should appear only on mouse hover. On the other side, when I look at it in responsive mode, I need the caption to be always visible, as the mouse hover doesn’t work in responsvie mode. How can I set the CSS to do that? I tried different solutions buyt they don’t work!
Hello,
this Topic was closed without a solution: https://kriesi.at/support/topic/kontaktformular-antwort-mail-andern/
–> #407021
I also have the issue with the true and false answer in the reply mail. Changing “false” into “nein” is easy but “true” into “ja” isn’t possible by just changing it in the class-form-generator.php file.
Can you please help me out with this?
Best Regards,
David
Hi, i can’t see your replay Jordan, i just recived email notification.
I leave link in private contenent. I’ve noticed that the issue happen just on safari either on desktop and iPhone. It doesn’t happen on chrome descktop version i dont’t know why
Hi Ryan,
Ok, let us know if you should need any more help on the topic.
Regards,
Rikard
Hi @frame_michael,
I’m not sure what could have gone wrong there but I’m glad to hear you got it working. Please let us know if you should need any further help on the topic.
Thanks,
Rikard
Hi Dennis,
Great, glad you got it working. Let us know if you should have any further problems on the topic.
Regards,
Rikard
Hi Tia,
Ok, let us know if you should need any further help on the topic.
Best regards,
Rikard
Hey stefvnx2,
I’ve tagged the topic for our german speaking moderator, please wait for his reply.
Best regards,
Rikard
Hi,
The only workaround is to adjust the minimum height of the content slider based on the tallest or the item with the longest content. Or make sure that the items has the same length of content as much as possible.
@media only screen and (max-width: 767px) {
#top .avia-content-slider {
min-height: 367px;
}
}
The code above should work for phones or small tablets.
Best regards,
Ismael