Forum Replies Created
-
AuthorPosts
-
July 22, 2019 at 11:27 am in reply to: Rev slider still not displaying after updating slideshow_revolution.php #1120806
Hi,
Did you upload the zip file directly? You should extract the files and update the theme manually via FTP.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelHi,
Thank you for the update.
Could you give us a link to one of the sites where you don’t see the same behaviour? Maybe we can inspect those and try to implemennt the same work around they’re doing to hide the cover image while the video is buffering. And it would be awesome if you can share the fix.
Best regards,
IsmaelHi,
You’re welcome. We’ll close the thread now.
Have a nice day!
Best regards,
IsmaelHi,
You can add that filter in the child theme’s functions.php file. Let us know if it changes anything.
Thank you for the update.
Best regards,
IsmaelHi,
Thank you for the update.
We can’t reproduce the issue on our own installation, so we’re not really sure what’s the issue in your site. We had to add this code in the functions.php file around line 19 to remove the duplicate title.
function avia_woocommerce_breadcrumb_mod_check( $trail, $args ) { if( is_singular('post') ) unset($trail[1]); return $trail; } add_filter('avia_breadcrumbs_trail','avia_woocommerce_breadcrumb_mod_check', 9999, 2 );Best regards,
IsmaelHi,
Danke für das Update.
Können Sie uns den aktuellen Link zur Seite mit dem Kontaktformular geben? Möglicherweise müssen wir das Namensfeld überprüfen.
Best regards,
IsmaelHi,
Thank you for the update.
Looks like you’ve replace the slider in the home page. Could you give us a link to the actual page where the rev sliders are located? We would like to check it again.
Best regards,
IsmaelHi,
You should consider adjusting it base on the size of the original images that you’re planning to use. It really depends on you. And the adjustment will affect any elements that are using the “large” thumbnail.
Best regards,
IsmaelHi,
Sorry for the late response. Would you mind creating a test page so that we can inspect the issue? The project page looks completely different now.
Best regards,
IsmaelHi,
Thank you for the update.
We removed the following code in the Quick CSS field because it prevents the cells from becoming full width on mobile view.
@media only screen and (max-width: 1024px) { .responsive #top #wrap_all .av-flex-cells .no_margin { display: table-cell; } }Best regards,
IsmaelHi,
Where did you put the font files? This is the font face snippet.
@font-face { font-family: 'MyWebFont'; src: url('webfont.eot'); /* IE9 Compat Modes */ src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */ }Change the font-family name and replace “webfont.format” with the path where the font files are located.
Best regards,
IsmaelJuly 22, 2019 at 10:15 am in reply to: Fonts (Headline h3) seems good on Macs, not on Windows #1120782Hi,
Thank you for the update.
Did you change the font before? I can see the issue now. It is possible that those characters are not available in the “Lato” font, so you should try and use another font. Are those supposed to be umlauts?
Best regards,
IsmaelHi,
Thank you fur das Update.
That’s for the non-transparent headers, so it won’t get applied to the menu items inside a transparent header. For the transparent header, go to the Enfold > Header > Transparency Options panel, then look for the “Transparency menu color” field.
Best regards,
IsmaelHi,
The site score is 62 which is not bad but not great either. You have to follow the recommendations or optimization opportunities listed in the tool. These articles should help.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
// https://kriesi.at/archives/4-key-wordpress-image-optimization-tipsThe “Reduce server response times (TTFB)” recommendation is related to your server.
// https://developers.google.com/web/tools/lighthouse/audits/ttfb?utm_source=lighthouse&utm_medium=unknown
// https://www.coralnodes.com/reduce-server-response-time-ttfb/Best regards,
IsmaelHi,
Thank you for the info.
Have you tried adding the filter provided in that article? That should work for the default menu or for the menu items with children. Unfortunately, the attributes are not going to be added automatically to the mobile or burger menu. We may have to directly edit the script for that.
Best regards,
IsmaelHey KauferSilvia,
Thank you for using Enfold.
You can use the following filter to adjust the content of the autoresponsder message — using the value of one of the input fields for example. An example of the snippet can be found here:
// https://kriesi.at/support/topic/contact-form-changes-after-enfold-update/#post-1092324
// https://kriesi.at/support/topic/customising-autoresponder-using-multiple-contact-forms/#post-877965Best regards,
IsmaelHey luckylobo10,
Thank you for the update.
The solution in the following thread might help fix that issue.
// https://kriesi.at/support/topic/internet-explorer-11-compatability/#post-1109429
You can also test the beta version containing that same fix. (see private field)
Best regards,
IsmaelHey WaspThemes,
Thank you for the offer.
We will forward this to Kriesi. Please wait for his response.
Best regards,
IsmaelHey WolfgangEmmer,
Thank you for using Enfold.
Try to adjust the line-height property.
#top h1 a, #top h2 a { font-size: 24px; !important; line-height: 1.5em; }Wrap it inside a css media query if you want to specifically apply it to mobile devices or certain screen size.
Best regards,
IsmaelHey WolfgangEmmer,
Thank you for the update.
You could edit the grid row cell and set the “Background Repeat” to “Stretch to fit”. That will cause the image to cover the whole container, but it may get cut off a bit on the edges or overflow outside the background positioning area.
Best regards,
IsmaelHey Marc,
Thank you for using Enfold.
You can apply a Section ID to the grid row element and use it to directly target that element. Insert the id right after the #wrap_all selector.
.responsive #top #wrap_all #grid-id-hereThis assumes that you’ve used “grid-id-here” as the Section ID.
Best regards,
IsmaelHi,
Thank you for the update.
Did you add any filters or modificastions to the theme? Please try to upgrade the theme from version 4.5.3 to the latest version — 4.5.7.
Best regards,
IsmaelHey!
. I’ve already tried to remove that line of code all together
The markup in that example is actually correct but some of the tags are unnecessary. For example, there are multiple span stags with different style attribute and there are also empty ones. You can restructure that markup like this.
<p style="text-align: center; color: #f05a1a; font-size: large;"><strong>I AM THE ONLY INSPECTOR IN LOUISVILLE KY THAT LIMITS THEIR WORKLOAD TO ONE INSPECTION A DAY. THIS ALLOWS ME TO TAKE THE NECESSARY TIME NEEDED TO GIVE YOU A HOME INSPECTION THAT IS SECOND TO NONE.</strong></p> .And relying on inline styling is not recommended because it’s a hassle to maintain.
understand, but can anyone explain how ‘excessive’ markups
If you forget to close even one of those tags, the content of the advance layout builder will break. And that’s probably what is happening in that page right now. I tried to check every elements in the page, but I can’t really see what’s missing because of the nested tags.
Best regards,
IsmaelHi,
@chinovtech: Did you update the theme manually? Try to remove the theme folder completely before uploading the latest version. Please create your own thread and we’ll continue there. We’ll close this one now. Thank you.Best regards,
IsmaelHi,
Sorry for the confusion. I didn’t find any parameter that will enable or disable the cover image, so I think it’s appropriate to assume that it’s the default behavior of the videos otherwise they would have included it in the documentation if it’s available.
Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the update.
The filter above actually works. We added it in the functions.php file.
Best regards,
IsmaelHi,
Thank you for the update.
Looks like you’ve adjusted the “thumbnail” thumbnail or image size. I am referring to the “widget” thumbnail added by the theme. You can’t adjust it in the Settings > Media panel without installing the plugin. And don’t forget to regenerate the thumbnails after the adjustment. You can also try this plugin.
// https://wordpress.org/plugins/simple-image-sizes/
Best regards,
IsmaelHi,
Thank you for the update.
You can add this code inside the css media query where we removed the previous one.
.av-main-nav li { float: right; }Best regards,
IsmaelHi,
Thank you for the update.
We can’t login to the site because of an error. Are you doing modifications to the site right now?
/Parse error: syntax error, unexpected ‘wp_enqueue_scripts’ (T_STRING), expecting ‘,’ or ‘)’ in /www/htdocs/w01415a5/ziegler.touch2be.de/wp-content/themes/enfold-child/functions.php on line 31
Best regards,
IsmaelHi,
@yifatcohen: You have to use this filter now.// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type
function avf_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'YOUR CUSTOM POST NAME'; $supported_post_types[] = 'YOUR CUSTOM POST NAME'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);Best regards,
Ismael -
AuthorPosts
