Hi,
The Google Maps API was changed recently and stopped working in theme unfortunately, we haven’t been able to release a fix for it yet but this temporary fix should work if you want to give it a try: https://kriesi.at/support/topic/solution-to-google-maps-key-issues/#post-661496
Regards,
Rikard
Hello!
Thank for the great theme!
I have some styling questions. Im using the woocommerce theme and got some small problems with the styling of my product page. First my product looked like this : https://www.dropbox.com/s/kh96cplvkxxka83/1.png?dl=0
I wanted to remove the borders, so i used this code:
.inner_product {
border: none;
}
.inner_product .thumbnail_container {
border: 1px solid white;
border-bottom: none;
}
#top .inner_product_header {
border: 1px solid white;
border-bottom: none;
}
.avia_cart_buttons {
border: 1px solid white !important;
border-top: none;
}
This did most of the work, but not everything. There is still a gray arrow left and a small bar between the “in cart” and ” more info” text. Here a picture: https://www.dropbox.com/s/g1hsona7h87je8g/2.jpg?dl=0
Is there a way to remove this?
One more question, the box with the text “in cart” and ” more info” is like 60& opacity, but when you hover the box it becomes 100& opacity. Is there a code that wil make the box always 100& opacity?
Here a picture: https://www.dropbox.com/s/jjut39vp3vrvyy8/3.jpg?dl=0
Thx!
-
This topic was modified 9 years, 7 months ago by
Stadsherberg.
hi Guys,
I have looked over the topics but couldnt find my answer.
Is it possible, while using the accordion slider, to move the title, caption or excerpt to the right? So that, it is hidden until the user mousses over the image in the slider and reveals the caption when it slides over? If i try it now with the code i found it is pretty spacing so i cant see the text normally.
I want the text to be black and the background white, is that also possible?
I do have a screenshot with how it has to look like 
I hope someone can help me out, Thanks a lot
-
This topic was modified 9 years, 7 months ago by
Angelo.
Hi,
Sorry for the delay. Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
Unfortunately, you can only choose between the full width parallax banner or the default or standard category image settings as shown here: http://www.vnx-pro.com/produkt-kategorie/beamer/
Or try the solution provided in the following thread in order to disable the parallax effect: https://kriesi.at/support/topic/dimensionsize-of-shop-banner/#post-609998
Best regards,
Ismael
Hi,
1. How can I make the main menu pages bigger on the top header (increase font size)?
Go to the Enfold > Advanced Styling panel. Edit the Main Menu Links element.
2. how can I make the main video non-clickable. if I click on it now it stops.
Use the Color Section instead of the slider.
3. I want to add a font family from google fonts (Rubik), what is the best way to do this. I saw the tutorial with the php code but I do not know how to
Please refer to this link: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
4. Is there a way to easily make the theme RTL (right to left) compatible?
Did you install WordPress to your own language? https://codex.wordpress.org/Installing_WordPress_in_Your_Language
If possible, please create a single topic for each inquiry.
Best regards,
Ismael
I know this has been covered several times in support and forums, but we are baffled: We’re unable to get a simple YouTube video to show within a lightbox. We added the image, gave it a manual link to the YouTube video, set it to Same Window, and then tried New Window. Nothing.
Any help would be greatly appreciated. We’re trying it here on this site: http://1recovery.com/
We’re trying to get the video in the main top boxed area and the videos near the bottom of the page to work in a lightbox. Help?
Thanks!!!
Hi,
Kriesi will release a patch in the following days that will fix this issue. For now, please follow the solution provided on the following threads:
https://kriesi.at/support/topic/enfold-google-maps-widget-not-working/#post-657900
Best regards,
Ismael
Same problem here with no maps because of API key. This solution works for a temp fix. Just verified. Don’t forget to remove the first line on the GitHub snippet. Add the GitHub snippet to your functions.php file then add the API key from Google to the const GOOGLE_MAPS_KEY in the top of the snippet.
Thanks @bitnissen for the temp solution!!!
Best regards,
Todd
Hi!
The login credentials are below. However, I am unsure how to tell where the enfold.zip file is on my server. I store it on my desktop in a folder called “Website Info”. Sorry for my lack of knowledge on this topic.
Jonah
Hey fudongfan!
One user posted a workaround. Please refer to this post – https://kriesi.at/support/topic/solution-to-google-maps-key-issues/
Cheers!
Yigit
I’ve been customizing this Enfold Child Theme, and once I added the LayerSlider, I noticed that the items such as phone number and Woo Commerce links have now disappeared from the top thin header. They were all there before. The regular header is still intact with the main menu links, it’s just the top bar.
Can you please help me?
Thank you in advance.
elizabeth
Solved it! I’ve created a solution for this issue. Please look hére for a copy-paste solution, which solves both the frontend and backend issues, by enabling support for the browser keys from Google, making the maps-integration work again:
https://kriesi.at/support/topic/solution-to-google-maps-key-issues/
-
This reply was modified 9 years, 7 months ago by
bitnissen. Reason: moved to separate post
Dear all,
I have been banging my head against the wall like the rest of you because of this issue. So I decided to take things into my own hands and have created a patch.
Please have a look here for the solution:
https://kriesi.at/support/topic/solution-to-google-maps-key-issues/
-
This reply was modified 9 years, 7 months ago by
bitnissen. Reason: moved to separate post
I totally agree with you sammysouthall, it’s incredible how Enfold developers team is so slow to set a fix for that. At least a new option in Enfold settings to enter the key…:(…
Sure I could do it myself but I want to stay ‘clean’ with future updates.
But in general I can see Enfold team is not so reactive for many months, look like they stop that theme, that could explain why they don’t increase too much # licences compared to Avada which # has increased a lot, nothing to compare with Enfold.. So maybe time now to change my prefered theme, almost all my web sites are made with Enfold, I bought many licenses one for each site. Divi seems great too..
Enfold team, if I’m wrong I’m sorry.
Hi Eleina_Shinn,
If you want to target only the home page you could try something like this:
.home .slideshow_align_caption {
display: table-cell;
vertical-align: middle;
position: position: absolute;
top: 50px;
}
The same applies to other pages but you could have to replace home with the page ID of the page in question. You can find the page ID by inspecting the page in question and looking at the classes inside of the body tag. You can also see it in the URL if you edit the page in question in the backend.
Thanks,
Rikard
Hi Kriesi team
I’m using a color section background image, but its not responsive. (section layout –> at least 25%of browser window high) It doesn’t scale on a iphone or tablet. Desktop version works fine, even if I make the browser smaller.
Is there a way to fixed this?
thank you
Alex
I LOVE this theme, and seek to use it for all of our clients. In this case, I have a specific layout I am trying to accomplish. I downloaded the Enfold Shop Demo, as we need WooCommerce, and I have 4 custom pages I need to design. I’ve accomplished the homepage, but I’m having problems with the Products Catalog page. I need to send you an image of what I’m trying to accomplish. How do I do that?
Basically, under the header, I need a background image at the top of the page to be full screen left to right and 416 pixels tall. Then on the left, I need a white box that I can added HTML and a button into, and on the right, I need an image that when clicked, will bring up a lightbox Video.
When I purchased Enfold for this client, it was based on seeing that video lightbox pop up on the Business Starter demo, and I read that features could be combined from different demos.
So, can you please tell me how to use the top slider (which I hope I can tweek to make it look like my goal) from the business demo with the shop demo onto the products page?
Also, is there a way to add a full screen element that isn’t in a box. I have choosen the full screen option. I wanted to place a call to action that goes full screen left to right.
Thank you so much!
elizabeth
-
This topic was modified 9 years, 7 months ago by
sitedesyne.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #top .logo img {
margin: auto;
}
.responsive #top .logo {
width: 100%;
}}
Regards,
Yigit
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-menu-fx {
background: green !important;
}
.html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
border-top-color: green !important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
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 desktop
Best regards,
Yigit
Hi,
It looks like the text in the widget is too big to fit inside the header after the header shrinks, you can try the following to change the position after scroll though:
.header-scrolled #text-27 {
top: 10px !important;
}
Thanks,
Rikard
-
This reply was modified 9 years, 7 months ago by
Rikard.
Hi Rob,
Ok great, glad you found the problem. We’ll keep the thread open in case you should have any further problems on the topic.
Regards,
Rikard
Hey MSTSolutions,
Can you please refer to this post – https://kriesi.at/support/topic/content-element-google-maps/#post-656399?
Best regards,
Yigit
I’m using a full width easy slider on the top of my homepage. The slider has three images with caption titles, caption text and two buttons each. It looks fine on the PC but on mobile the images are small, the two buttons are big and the captions are not displayed.
Please advise how I can make the images bigger, the buttons smaller and display the captions on mobile.
I’ve attached my setting if you would like to take a look:
Hey!
It should have worked alone. Would you like to remove that top border from all of your sections? If so, please use this one
.container_wrap {
border-top: none!important;
}
Cheers!
Yigit
I’m a website developer/freelancer, etc. I just wanted to say that the Enfold theme and support that is provided is by far the best of any theme provider. Top quality coding with issues being addressed immediately by support staff.
This is what separates you from your competitors. :-)
Thank you so much! Keep up the awesome work!
Hi
If i activate Lightbox on Endold i have 2 ones, a simple one yours.
I see your answer on https://kriesi.at/support/topic/masonry-gallery-is-showing-2x-lightbox-images-when-you-click-on-an-image/,
but i would like to use the enfold Lightbox because if i have a pictues gallery i can go forward and back, so what can i do?
second question, who can i change the background color.
Cheers,
Pascal
Hi,
Ok, great. I’m guessing it was due to caching then. Please let us know if you should need any further help on the topic.
Best regards,
Rikard