Forum Replies Created
-
AuthorPosts
-
Hi,
I can’t find what’s causing the issue. Did you use the “khak” category for posts and products?
Best regards,
IsmaelJanuary 21, 2019 at 7:15 am in reply to: Adding Social Media Icons at bottom of mobile menu #1056456Hi,
Would you mind if we access the dashboard and the file server? You can post the login details for both in the private field.
Best regards,
IsmaelHi,
Could you give us a screenshot of the layout that you have in mind? You can use imgur or dropbox.
Best regards,
IsmaelJanuary 21, 2019 at 6:20 am in reply to: After password protection removed my page.php child theme code is not working #1056434Hi,
Are you using the advance layout builder? You have to edit the template-builder.php file.
Best regards,
IsmaelHi,
It’s located around line 80. Let us know if you need further help.
Best regards,
IsmaelHi,
Did you regenerate the thumbnails after adding the code? I recheck the events template and it seems to be using the “medium” thumbnail, which is specified in the Settings > Media library. Please try to adjust that thumbnail and then regenerate thumbnails again. Or post the FTP details in the private field so that we can check the events template.
Best regards,
IsmaelHi,
Use this css code to remove the categories from the search results page.
.search-results span.blog-categories.minor-meta { display: none !important; }Best regards,
IsmaelJanuary 21, 2019 at 5:38 am in reply to: Inserting Google Captcha in the Enfold contact form #1056417Hey gabs01,
Thank you for using Enfold.
Is this the image?
// https://pronosgame.fr/wp-content/uploads/2019/01/montage-snap-insta-pronosgame.png
It doesn’t look blurry or anything.
Best regards,
IsmaelJanuary 21, 2019 at 4:33 am in reply to: Layerslider video background not working on Chrome #1056404Hi,
Have you tried setting the youtube url from “https” to “http” or vice versa?
Best regards,
IsmaelHi,
Thanks for the update.
Adjust the last modification with the following css code to remove the date:
.avia-content-slider .slide-meta { display: none !important; }Best regards,
IsmaelHi,
I adjusted it again added a condition for the last page.
add_action('wp_head', 'wp_head_pagination_mod'); function wp_head_pagination_mod() { global $wp_query; $page = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : get_query_var( 'page' ); $page = ! $page ? 0 : $page; $url = (isset($_SERVER['HTTPS']) ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; $url = substr($url, 1, strpos($url, "page")); $link_prev = $url . 'page/' . ($page - 1); $link_next = $url . 'page/' . ($page + 1); if( ! $page ) { $output .= ' <link rel="next" href="'. $link_next .'" />' . PHP_EOL; } elseif( $page == $wp_query->max_num_pages ) { $output = ' <link rel="prev" href="'. $link_prev .'" />' . PHP_EOL; } else { $output = ' <link rel="prev" href="'. $link_prev .'" />' . PHP_EOL; $output .= ' <link rel="next" href="'. $link_next .'" />' . PHP_EOL; } echo $output; }Best regards,
IsmaelHi,
Edit the page and remove the masonry element from the advance layout builder. You should also disable the plugins temporarily to see if one of them is causing the error.
Best regards,
IsmaelHi,
It is displaying properly on desktop view. Did you remove the browser cache? Please purge the cache and then test the page again. Or do a hard refresh.
Best regards,
IsmaelHi,
Did you set jQuery to load in the footer? It’s an option in the Performance panel. The console reported that jQuery is not defined, so the script above is actually not being executed properly.
Best regards,
IsmaelHey MarcusJeroch,
Thank you for using Enfold.
What is the file name of the sidebar template? You should use the sidebar slug, not its actual name, so if the template name is sidebar-sidebar-name.php, the function should look like this:
get_sidebar('sidebar-name');Best regards,
IsmaelHi,
Thanks for the update. You have to set the page’s Layout > Header visibility and transparency settings to “Transparent Header”.
Best regards,
IsmaelHi,
The “www” site is a different domain and it’s using a different theme. The “2019” site, however, is displaying the “Aktuelles” page as front page as set in the theme options.
Best regards,
IsmaelJanuary 18, 2019 at 11:03 am in reply to: Speed values went down the gutter after updating Enfold #1055395Hi,
Alright. The site’s score might have changed because that test is now using a different testing tool (https://searchengineland.com/google-pagespeeds-insights-tool-gets-a-major-update-with-more-data-from-lighthouse-307968). Please look at the suggested optimizations provided by the reports. For example, it says that you have to “Defer offscreen images”. In the list, you can see images that can be optimized and one of them is a gif image (gefaellt.gif). That image alone is 867KB, which is far from an optimized image. Yes, it is animated, but if you really want to optimize the page, you should remove it or lower its quality a bit more. Another suggestion is that you should “Use video formats for animated content” and again, it points to the gefaellt.gif image. Follow those suggestions and you should be able to increase the page speed.
Best regards,
IsmaelHi,
You have to install a cache and a minification plugin to decrease the external http requests. Some cache plugins have a minify feature by default.
If you don’t want to install a plugin to minify those resources, go to the Enfold > Performance panel and enable the File Compression settings. You should not enable that option if you’re still working on the site.Best regards,
IsmaelJanuary 17, 2019 at 8:54 am in reply to: After password protection removed my page.php child theme code is not working #1054889Hi,
Did you remove this line?
$avia_config['size'] = avia_layout_class( 'main' , false) == 'fullsize' ? 'entry_without_sidebar' : 'entry_with_sidebar';I think it’s not working because the content container doesn’t have these class attributes.
Best regards,
IsmaelHi,
You can use the is_page conditional function if you want this modification applied to a specific page. And change the value “meat” to an array if you need to exclude multiple categories.
Best regards,
IsmaelJanuary 17, 2019 at 5:53 am in reply to: Envato/TF is NOT showing an update for the 4.+ version of enfold in our login #1054870Hey mocablue,
Thank you for using Enfold.
The latest version (4.5.2) is always available in your themeforest account’s Download panel. If you’re still on version lower than 4.5, you will have to update the theme manually via FTP because the update script on that version has been deprecated. This documentation should help: https://kriesi.at/documentation/enfold/install-enfold-theme/#reinstall-or-update-using-ftp
Best regards,
IsmaelJanuary 17, 2019 at 5:47 am in reply to: Unable to set browser caching.May be because of theme? #1054869Hey MAKSIMS,
Thank you for using Enfold.
The site is still running on a very old version of the theme, 4.0.2, so it doesn’t have the performance feature, which is available in the latest version of the theme. Please upgrade WordPress to 5.0.2 and the theme to version 4.5.2.
This article should help: https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
Setting a browser cache is quite straight forward because all you need to do is define how long the files (scripts, css, images etc) will stay in the users’ local storage.
// https://gtmetrix.com/leverage-browser-caching.html
The article above provides a snippet that will go to your .htaccess file.
Best regards,
IsmaelHey Stephan,
Thank you for using Enfold.
You can use this css code to control the maximum height and width of the logo on mobile view.
@media only screen and (max-width: 1024px) { .responsive #top .logo { height: 60px !important; width: 80%; } }Default height value is 80px.
Best regards,
IsmaelHi,
Did you copy the code from your email? The arrow and equal symbols are converted to their html entity codes. You should copy it directly from the forum.
Best regards,
IsmaelHey Biggy,
Thank you for using Enfold.
Do you have a screenshot or a mockup of the map? I think it’s possible with the map element and the map marker because you can add custom marker images. You can also try the hotspot element.
Best regards,
IsmaelJanuary 17, 2019 at 5:29 am in reply to: Section Background not displaying after update to 4.5.2 #1054860Hi,
Thanks for the update.
Did you add this css code?
#top #main, #top .html_stretched #wrap_all, #top .alternate_color, #top .main_color, #top, #top .header_color .container_wrap_meta { background-color: rgba(255,255,255,0) !important; }This sets the background opacity to zero.
Best regards,
IsmaelJanuary 17, 2019 at 5:25 am in reply to: Latest Enfold [5.+] not working with H5P plugin [no errors in console] #1054856 -
AuthorPosts
