Forum Replies Created
-
AuthorPosts
-
Hi,
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,
Great! Glad that you figured it out. Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
Thanks for the update.
We created a test page (see private field). We applied a custom css class attribute to the column containing the text and modified it in the Quick CSS field.
.offset-column { position: absolute; left: -200px; bottom: -300px; }You may need to adjust this on smaller screens.
Best regards,
IsmaelHey newki75,
Thank you for using Enfold.
The title and post meta info are set to not display via css.
.entry-content-wrapper .post-title { display: none !important; } .post-meta-infos { display: none; }You have to remove that css codes or override them with these.
.search .entry-content-wrapper .post-title { display: block !important; } .search .post-meta-infos { display: block; }Best regards,
IsmaelHey alexanderduenchem,
Thank you for using Enfold.
Did you add the submenu element on every page? This css code should help with the adjustment but we may need to adjust the selector a bit later on when we get more info about the menu setup.
.single #main #sub_menu1 { top: 118px !important; } .single .av_header_transparency + #main #sub_menu1 { top: 0 !important; }Best regards,
IsmaelJune 28, 2018 at 4:29 am in reply to: Sidebar @ Blog Archive on Tablet / Portrait View is squeezed / too narrow #978703Hi,
Thanks for the update.
We adjusted it a bit. This css code should hide the sidebar and increase the width of the content container when the screen width is less than 1024px.
@media only screen and (max-width: 1024px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar { display: none; } .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin: 0; margin-bottom: 20px; width: 100%; } }Best regards,
IsmaelHi,
Thank you for using Enfold.
The images’ url were not updated. They still point to the demo url. Is it OK if we reset the database and re-import the demo?
scale-ruler-on-blueprints-845x321.jpg:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error) house-wire-model-fade-white-1500x1085.png:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error) construction-site-machines-845x321.jpg:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error) cropped-hand-of-a-carpenter-845x321.jpg:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error) architect-handling-keys-to-a-couple-845x321.jpg:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error) urban-development-845x321.jpg:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error) modern-home-845x321.jpg:1 Failed to load resource: the server responded with a status of 500 (Internal Server Error)Best regards,
IsmaelHi,
Thanks for the update.
The following container breaks the layout of the page. It is being rendered between the content and the sidebar container.
<div class="swp-content-locator"></div>Do you have any idea where it’s generated from?
Best regards,
IsmaelHi,
Thanks for the update.
You can split the columns into two earlier than usual or when the screen width is equal or less than 1024px (common logical resolution of tablets/iPad).
@media only screen and (max-width: 1024px) and (min-width: 768px) { .responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth.flex_column_div, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth.flex_column_div, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth + .av_one_fourth.flex_column_div, .responsive .avia-content-slider-inner .av_one_fourth.flex_column_div { margin-left: 4%; width: 48%; } .responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div, .responsive .avia-content-slider-inner .av_one_fourth.first.flex_column_div { margin-left: 0%; clear: both; } .iconbox_content { min-height: 330px !important; } }By default, the columns will split into two when the screen width is 989px or less.
Best regards,
IsmaelHi,
b) or to use it as a link that leads to the first submenue (or a default submenue)
Have you tried to create a “Custom Link” in the Appearance > Menus panel? Create one, name it “Produkte” and then add a hashtag in the url field. You can also use the url of the sub menu item.
Best regards,
IsmaelJune 28, 2018 at 3:59 am in reply to: Problems with Google Maps: "Google Maps API warning: RetiredVersion" #978689Hey AJDesignCo,
Thank you for using Enfold.
This is the error when I try to authenticate the key.
js?v=3.32&callback=av_backend_maps_loaded&key=AIzaSyD2dKbb0E_4yVBwqv_jJfu736B16qfenhQ:42 Geocoding Service: This API project is not authorized to use this API. For more information on authentication and Google Maps Javascript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-key
Are you sure that you selected the correct API when you created the project?
This might help. https://kriesi.at/documentation/enfold/google-map/#google-maps-setup
Best regards,
IsmaelHi,
Thanks for the update.
There’s no solution for the second issue though. It’s possible but it will require modifications that are beyond the scope of support. You can’t set the duration of a specific animated number element by default.
Best regards,
IsmaelHi,
There’s another article that should help you speed up the site and get the highest score possible. It will show you how to optimize the images, leverage browser cache, eliminate render-blocking scripts and more. It also explains why you should not worry about the score that much.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
Best regards,
IsmaelHey Kirstie,
Thank you for using Enfold.
The items are not re-positioning correctly. Please add this script in the functions.php file.
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ var int = window.setInterval(function(){ $(window).trigger('resize'); }, 2000); $(window).load(function () { setTimeout(function() { clearInterval(int); }, 2000); }); })(jQuery); </script> <?php }You may need to purge the cache or temporarily disable the css/js compression in the Enfold > Performance panel.
Best regards,
IsmaelHey jacobcoffy,
Thank you for using Enfold.
Yes, this is possible but you have to use a mp4 or self hosted video.
More info in the following link. https://webers-testseite.de/mute-unmute/
Best regards,
IsmaelHi,
Did you disable the js/css compression? It is still enabled when I checked the site and I can’t find the “horizontalOrder” parameter when I edited the merged js files. ( see private field )
Best regards,
IsmaelHi,
Did you set the Blog Layout > Blog Layout to “Use the advance layout builder..” instead of the default layout? Set it to that option because the blog page is going to ignore the advance layout builder content.
Best regards,
IsmaelHi,
@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,
Ismael -
AuthorPosts
