Forum Replies Created
-
AuthorPosts
-
Hi,
@artemovm: Are you “buxton161”?We’ll keep the thread open in case you need anything else. :)
Best regards,
IsmaelHey acscreativenew,
Thank you for using Enfold.
Do you mind if I take a look at the dashboard? I don’t know why those breaks are added after the button containers, yet.
Best regards,
IsmaelHi,
Thank you for using Enfold.
There are two pages called “Spencer” (see private field). Which one is which? You may need to delete the other. Also, you need to upgrade the theme from version 4.0.5 to 4.4.1
Best regards,
IsmaelHey AU5985,
Thank you for using Enfold.
Do you have a mockup of the page? I don’t really think that’s possible because you can’t embed a slider inside another.
Best regards,
IsmaelHey Cynthia45!
Thank you for using Enfold.
Use the following css code to decrease the columns’ bottom margin.
@media only screen and (max-width: 767px) { .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin-bottom: 0; } }Cheers!
IsmaelHi,
The adjustment that I did should have fixed the blog page. The blog should display the full content of the posts after that adjustment. Did you set the blog layout to “Grid Layout”?
I tried to access the site again but the login credentials are not working. Please provide a valid login info.
Best regards,
IsmaelHi,
The adjustment that I did should have fixed the blog page. The blog should display the full content of the posts after that adjustment. Did you set the blog layout to “Grid Layout”?
I tried to access the site again but the login credentials are not working. Please provide a valid login info.
Best regards,
IsmaelHi,
Thanks for the update.
The site is running on an old version of the theme, 4.0.7. You have to upgrade the theme to version 4.4.1 to fix the cart issue.
Best regards,
IsmaelHi,
Yes, it looks like a temporary workaround. You can still use the advance layout builder but the code block element will not work properly or as it should.
Best regards,
IsmaelJune 28, 2018 at 2:07 am in reply to: video loading screen on homepage in 'startup business demo'. #978659Hi,
That is the default youtube iframe background. Unfortunately, we can’t control or adjust that from our side.
Best regards,
IsmaelHi,
The second one will only be applied to the hover state because the “Apply only to mouse hover state” is enabled.
Best regards,
IsmaelHi,
Thanks for the update.
Replace the recent modifications with the following css codes so that it won’t affect the mobile layout.
@media only screen and (min-width: 768px) { .avia-timeline .milestone_icon { height: 150px!important; width: 150px!important; line-height: 150px!important; } .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-date { left: -10px; } .avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-odd .av-milestone-date { right: -10px; } }We just wrapped the same css codes inside a css media query.
Best regards,
IsmaelHi,
@acscreativenew: That issue is not relevant to the original topic. Please create your own thread with the site url and login credentials. We’ll check it there.Best regards,
IsmaelHi,
Awesome! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelJune 28, 2018 at 1:37 am in reply to: How to set the social icons of the header to another page #978647Hi,
Thanks for the update.
I can’t modify the functions.php file via Appearance > Editor panel. We modified the shortcode a bit. Please try it again.
I also noticed that you’re not using a child theme so this modification will be lost when you update the theme. Please move your installation to a child theme when you have the time.
// https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme
Best regards,
IsmaelHi,
I meant a file/database backup created directly to your server. You need to be able to restore the site from that backup. Please ask your hosting provider to create one for you. We can’t download that file because it’s 1GB in size.
Best regards,
IsmaelHi,
Glad it works. :)
If you have additional questions at this time, we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelHi,
Yes, the Performance features are quite new.
There’s a predefined margin for every columns and you can’t configure it in the settings panel. Adjust it in the Quick CSS field instead.
div .av_one_half { width: 51%; margin-left: 2%; } div .av_one_fourth { margin-left: 2%; width: 24.5%; } div .av_one_fifth { margin-left: 2%; width: 19.2%; }Default left margin is 6%. The css code above will decrease the margin 2% and add the difference to the default width.
Best regards,
IsmaelJune 28, 2018 at 1:16 am in reply to: Is it possible to set te picture fixed in the LayerSlider ? #978642Hi,
If you want a simple fixed background, add this code inside an html layer.
<div id="fixed-bg"></div>Set the width and height to 100% then apply the background properties in the Quick CSS field.
#fixed-bg { background: url('IMAGE URL HERE'); background-attachment: fixed; background-size: cover; width: 100%; height: 100%; }Best regards,
IsmaelHey Cynthia45,
Thank you for using Enfold.
Increasing the padding value should create more space between the columns. Did you toggle the css/js compression in the Enfold > Performance panel? A screenshot will help. Upload it on imgur or dropbox.
Best regards,
IsmaelHey Ken,
Thank you for using Enfold.
Did you set the Blog Layout > Blog Layout settings to “Use the advance layout builder…”? The blog page is not going to use the builder’s content if this option is not selected.
Best regards,
IsmaelHey jb84,
Thank you for using Enfold.
What is the site url? I can’t find it from your previous thread. Please post it inside the private field.
Best regards,
IsmaelHey ezcom,
Thank you for using Enfold.
Have you tried to add a custom widget area inside the header container?
// https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
IsmaelHi,
Thanks for the update.
This is what I see when I add an icon element.
// https://imgur.com/a/fadqEIo
Please try to remove the browser cache.
Best regards,
IsmaelJune 27, 2018 at 5:38 pm in reply to: Stretched Layout come content is not streched to fullwidth #978514Hi,
Thanks for the update.
We removed this css code from the Quick CSS field.
/*volle-weite Slider. Schrift Hintergrund färben*/ /*.caption_framed .slideshow_caption .avia-caption-title, .caption_framed .slideshow_caption .avia-caption-content p { background: rgba(243, 234, 234, 0.5); }/*It breaks the theme’s dynamic stylesheets.
Best regards,
IsmaelJune 27, 2018 at 5:35 pm in reply to: Masonry Galery with pagination link not working correct #978511Hi,
Awesome! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
Thanks for the update.
I would like to check the site but the login credentials above are invalid. Please provide a valid login info. Are you going to use the demo images? Since the pages are imported properly, you’ll be able to upload your own in place of the missing images. Just edit the existing shortcodes.
Best regards,
IsmaelHi,
It will only replace the theme files. The content (pages, posts, theme options etc) will not be affected. However, it is recommend that you create a backup or a restore point just in case something went wrong.
Best regards,
IsmaelHi,
No problem! Those things can be easily missed sometimes. Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
@krugerparktours: Thanks for the update! Let us know if you need anything else. :)Best regards,
Ismael -
AuthorPosts
