Hi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi @trentscott,
I think that should be possible, did you try setting a high z-index value to the element you want on top of the slider?
z-index:10000 !important;
Best regards,
Rikard
Hi there,
We managed to rectify our last issue thanks.
But I’m now trying to replace the text that says “My Lewin & Reilly” (My Account) with a small logo image that says “My Lewin & Reilly”. I tried a few things from other recommendations on the forum but nothing worked.
Also, on tablet, our cart icon overlaps the hamburger menu. how can we prevent this please?
Lastly, Is there a way to put the cart icon (which we only want to show once a customer has put items into their cart) into the very top menu that says “Complimentary Shipping…”?
Our homepage is https://www.lewinandreilly.com
When I add you as a user, please can you let me know what email to use?
Thanks.
Over the last three days I have been attempting to install a new plugin. I have been having issues with the wordpress page freezing and the upload stopping, or if it does get to 100%, which is rare I get an error, are you sure you want to do this. I have attempting many things to ix this, my internet connection isn’t very fast, but I doubt this could be an issue as it never has been before. I have disabled all my plugins, and my theme and activated the wordpress 2017 one, and this didn’t help the issue, I can still upload media without any issues. I have tried uploading various plugins with the same issue, however if I install a free plugin through wordpress, it works fine, I am thinking an upload issue. I have uploaded my plugin using ftp, in a zip file and extracted using cPanel file manager, however when in wordpress the plugin won’t display under the plugins area to activate it. I have searched for everything on google that may help and still have had little success with this problem.
I have checked my host has available storage space left. I have administrative rolls, I haven’t altered any other backend files as I don’t believe anything should have been altered since I last uploaded a plugin.
I have emailed my hosting provider for the error logs my hosting provider has asked me to check cPanel/errors, which displays no errors and public_html/error_log, which is a file that I don’t have and can’t find. Is this a file I should definitely have? Anywhere else I can look for error logs? I have tried re-installing the newest version of WordPress on itself, this didn’t fix the issue.
I am desperate to fix this issue and am happy to provide login credentials to anyone that may be able to help me further with this.
Can anyone please help, it would be greatly appreciated,
Thanks,
David…
Yes I want the image to stay the same way as it is on the desktop site but be full size on mobile.
When I add the iframe embed code the auto play works but I get bars at the top and bottom. When I enter the vimeo url it works but no autoplay.
Is there now way to use the short code with autoplay?
-
This topic was modified 8 years, 12 months ago by
jungleboy.
This article is a translation of Korean by Korean Translator.
I am using it as a default demo.
When writing blog posts in the enfold theme
You can create it with [Default Editor] and [Advanced Layout Editor].
When you write in [Default Editor], the contents of the top and bottom of the result screen
[Advanced Layout Editor] The results at the top and bottom of the screen are different.
There is a way to make the result come out in the same form as [Default Editor] even if it is made with [advanced layout editor].
Hi Ismael,
I turned off enfold lightbox for the page and changed to Pro Lightbox in NextGen settings (so we have social media buttons, comments on pictures etc.). Everything worked fine on high-resolution displays but then there occured a big problem: On smaller displays (e.g. Surface Pro 3 using chrome [firefox and edge working!!] and my iPhone) this error gets displayed when I am opening an image:
‘fatal error: could not extract a stage height from CSS. Traced height: 0px’
After some research I found several users using enfold with the same problem (if I switch to standard theme everything works great; on enfold support forums I was able to find 2 threads about this). The only working solution (I was able to find) was this:
– turn off enfold lightbox in the whole theme
– add ‘height: 100%’ at .galleria-theme-nextgen_pro_lightbox .galleria-stage in this file: /wp-content/plugins/nextgen-gallery-plus/modules/nextgen_pro_lightbox/static/theme/galleria.nextgen_pro_lightbox.css
Solution found here: https://kriesi.at/support/topic/fatal-error-with-nextgen-plus-1-3-0/
Well, if anything would work now it would be great and yeah everything is still fine on big displays but I think the solution caused the following problem:
– on mobile displays not the full picture gets displayed (there is some kind of ‘zoom’ into the picture)
– using chrome on my surface the image does not get scaled and centered correctly. I display comments initially as without the user might not see the function (more detailed screenshot you can see in private content).
Could you tell me whats going wrong? How can I fix this? We are in urgent need of this function.
The edited block with height 100% looks like this at the moment:
.galleria-theme-nextgen_pro_lightbox .galleria-stage {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
height: 100%;
}
Should I edit something more in here?
Hello,
Both attempts did not work. The red elements are still red.
I have tried the Quick CSS and also tried the General Settings > Alternative Color > Primary Color // Highlight Color
The parts that I am trying to adjust are namely the hover in the primary nav from red to: #ff9d00
and the periods at the end of the titles, some text in the body that is still red even if you try to over-right with kitchen sink HTML in the case of body element paragraph copy.
I completed each step that is here: https://kriesi.at/support/topic/color-change-2/#post-766749
Where would be next place to try?
Thanks in advance
Hi andrzejkozdeba,
Try this css:
@media only screen and (max-width: 767px) {
.html_header_top.html_header_sticky #header {
position: fixed !important;
}
}
Let us know if this was helpful.
Best regards,
Victoria
Hi,
Please go to Enfold Theme Options > Advanced Styling and adjust custom colors there.

Or Try this code in the General Styling > Quick CSS field:
#top .all_colors strong {
color: #ff9d00 !important;
}
Best regards,
Mike
Hello everyone, thought I had this solved but couldn’t quite get it figured!
I’m trying to make my home page section images have a full image on mobile, and stretch fill on desktop.
Also if possible I’d like to move the buttons under the headers (on-top the section images) on mobile so they don’t look staggered
Screenshots below. Also I should add this is my first time making a website!
Desktop
[IMG]http://i68.tinypic.com/2n8staa.png[/IMG]
Mobile
[IMG]http://i64.tinypic.com/x2tnqb.png[/IMG]
Hi,
Here is the code you can put to enfold/custom.css to help resolve your issues:
.html_header_top.html_header_sticky #header {
position: fixed !important;
min-height: 80px;
}
#advanced_menu_toggle, #advanced_menu_hide {
position: absolute !important;
right: 0;
}
#advanced_menu_toggle {
top: 45%;
}
#advanced_menu_hide {
top: 10%;
right: 10px;
}
Let us know if this was helpful.
Best regards,
Victoria
-
This reply was modified 8 years, 12 months ago by
Victoria.
Hey Tomer,
Please register on the forum and create a topic so we can assist you.
Best regards,
Mike
Hey Charlotte,
Try this code in the General Styling > Quick CSS field:
.el_after_av_one_half.column-top-margin {
margin-top: 35px!important;
}
But I would recommend resizing your images to the same size as the form, to have better consistently.

Best regards,
Mike
Thanks that works perfectly. Also thanks to all of you for never stopping to make Enfold better!
Rob
I have a Widget (jpg image) in my header and when I updated Enfold yesterday, the Widget disappeared inside my header.
The Widget is still there in wordpress, but it will not show up on my header.
I also used the code below in my quick CSS area to align the widget.
#header .widget {
left: 70%;
padding-top: 0;
position: absolute;
top: 0;
transform: translate(-50%);
z-index: 999;
}
Thanks,
Ken
Danke für´s nachschauen! :)
Der Link funktioniert leider nicht. Ich denke, da ist ein Übersetztungsprogramm am Werk?
Aber ich werde den Standard-Editor ausprobieren. Hoffe es klappt dann.
LG – Birgit
————-Edit————–
I find the link. I try it! THX!
https://kriesi.at/support/topic/post-meta-information-not-appearing-on-single-post-in-restaurant-theme-in-enfold/
-
This reply was modified 8 years, 12 months ago by
Photojunky.
Thanks Nikko,
But when I put on a background color on a block, it will be moved to the top and the “left sidebar” will move to the buttom…
Can you tell me how I can color with still the “left sidebar” ?
Thanks!
Hi Ismael,
Apologies for the delay in getting back to this (was out of the country!).
The first CSS code for changing the top header’s transparency is working, however the second/last CSS edit you suggested does not seem to be doing anything (the opacity doesn’t change when I edit the value from .1).
Any ideas?
Thank you!
Hey Charles,
I didn’t know what a .ggpkg file was until I when to https://ggnome.com/ggpkg
So I hope this is what you are referring to :) I downloaded the plugin and a sample file at: https://ggnome.com/forum/viewtopic.php?t=9025
an uploaded to the media folder. Then in the Advanced Layout Builder, I used a text block to add the “file” which turned into a shortcode. I saved & viewed the page and found that the image was working. I hope this helps.
Best regards,
Mike
Hey MORTULGAAH,
Did you create both .po & .mo files?
Here is some info: https://kriesi.at/support/topic/please-contribute-and-translate-enfold/#post-22223
Best regards,
Mike
Hey Innovie,
Please refer to this thread to resolve the issue.
Let us know if this was helpful.
Best regards,
Victoria
Hi,
Ich habe festgestellt, dass bei der Verwendung des Advanced Layout Editors Ihre Post Meta nicht angezeigt wird. Wenn Sie den Standard-Editor für Beiträge verwenden, wird Ihr Post-Meta angezeigt. Ich habe auch hier eine Arbeit gefunden: https://kriesi.at/support/topic/post-meta-information-not-aufmerksamkeit-on-single-post-in-Restaurant-dashe-in-enfold/#post -508189
Das habe ich auf meinem localhost versucht und schien zu arbeiten. Ich hoffe das hilft.
Best regards,
Mike
maxGuest
is there a way to search a topic within the flashlight theme in the support forum?
Hi 1lizcollins,
Here is the code that can fix your current request. You can put it in themes/enfold-child/styles.css
All this mess is due to the fact that two menus are used. And in mobile you can see two icons for 2 menus and Enfold menu looks good out of the box, UebrMenu needs a lot more adjustments. Looks like UberMenu is overkill in this case. You might want to look closer to the menu situation.
.responsive.html_boxed.html_header_sticky #header,
.responsive.html_boxed.html_header_transparency #header {
width: 100%;
margin-left: -5%;
}
@media screen and (min-width: 960px) {
#top .ubermenu-responsive-default.ubermenu {
display: block!important;
height: 108px ;
border: none;
}
}
#top #header_main > .container,
#top #header_main > .container .main_menu ul:first-child > li > a,
#top #header_main #menu-item-shop .cart_dropdown_link {
line-height: 82px !important;
}
Let us know if this was helpful.
Best regards,
Victoria