Forum Replies Created
-
AuthorPosts
-
Hi,
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] #1054856Hi,
Great! Glad that you figured it out because I have no idea what caused the issue. We’ll close the thread now.
Best regards,
IsmaelHi,
Awesome. One thing though. You don’t need to set the “mfp-iframe” and “lightbox-added” class attributes manually because they will be added automatically once the lightbox script is initialized.
Best regards,
IsmaelHi,
Did you add this text somewhere?
SkinnyFATS - Old Site CSSIt’s causing a script error.
Best regards,
IsmaelJanuary 17, 2019 at 5:12 am in reply to: Small line appearing when using diagonal settings on color element #1054851Hey Daniel,
Thank you for using Enfold.
That page doesn’t exist. Did you remove it? Please create a test page so that we can see the issue.
Best regards,
IsmaelJanuary 17, 2019 at 5:11 am in reply to: Adding Social Media Icons at bottom of mobile menu #1054850Hi,
Try to clone the social icons by replacing this line:
htmlString = $('#footer .social_bookmarks').find('li a'),.. with:
socialContainer = $('#footer .social_bookmarks').clone(), htmlString = socialContainer.find('li a'),Best regards,
IsmaelHi,
I was referring to other optimization options in that article. Anyway, I’m not sure why those particular options are now enforced but I guess it has something to do with the theme’s performance options. If you want to disable it, edit the config-layerslider > config.php file and disable this line of code.
add_action( 'init', array( $this, 'force_settings'), 10, 0 );Best regards,
IsmaelHi,
Have you tried adjusting the color value of the “Highlight color” or “Alternate Background Color” options in the General Styling > Logo Area panel? Those are the colors used for the menu hover, buttons etc. If you want to change it manually, use this css code:
#top #wrap_all .header_color .av-menu-button-colored:hover > a .avia-menu-text { background-color: blue; color: red !important; border-color: purple; }You can adjust the color values as you wish.
Best regards,
IsmaelHey HostageMedia,
Thank you for using Enfold.
That section has a “sky” background. Could you give us a screenshot? You can use imgur or dropbox.
Best regards,
IsmaelHi,
Around 10 seconds on the video, it looks like you’re dragging the product container towards the quantity field. You’re actually dragging the url of that product inside the input field. It’s a browser feature. You won’t be able to do that unless you drag the product container or the product title, which contains the product url, inside the field.
Best regards,
IsmaelHi,
You should replace the “.avia-progress-bar” selector with the custom css class attribute. Where can we see the progress bars? I can’t find any in the site.
Best regards,
IsmaelHi,
Is this fixed? This is what I see on my end.
Screenshot: https://imgur.com/a/q2NTIWo
Best regards,
IsmaelJanuary 17, 2019 at 4:24 am in reply to: Portfolio – Excerpt Overlay Not Showing on Service Pages #1054840Hey kathyfg,
Thank you for using Enfold.
The “grid-entry-excerpt” containers of the portfolio item in the “branding” page don’t exist. Please check if the “Excerpt” settings of the portfolio grid element is set to “Title and Excerpt”. Or post the login details in the private field so that we can check the issue further.
Best regards,
IsmaelJanuary 17, 2019 at 4:16 am in reply to: Anzeigeprobleme bei color section mit diagonal border #1054838Hi,
That border should not be there. Is the site live now? We need to inspect it in order to find the issue.
Best regards,
IsmaelHey delta3informatica,
Thank you for using Enfold.
Did you install a child theme? You can move those css modifications in the child theme’s style.css file.
// https://kriesi.at/documentation/enfold/child-theme/
Best regards,
IsmaelHi,
The update script in that version is already deprecated, so you have to do it manually using FTP. Here’s how:
// https://kriesi.at/documentation/enfold/install-enfold-theme/#reinstall-or-update-using-ftp
This article should help as well:
// https://kriesi.at/archives/the-complete-guide-to-updating-enfold
After upgrading to version 4.5.2, you’ll be able to update again automatically via the theme options
// https://kriesi.at/support/topic/updating-to-enfold-4-5-and-validating-personal-token/
Best regards,
IsmaelHi,
This script should set the “Events” menu item as the current menu item when the current post belong to the “event” category.
add_action('wp_footer', 'ava_script_set_events_menu_item', 9999); function ava_script_set_events_menu_item() { ?> <script> (function() { const single = document.querySelector('.single'); const categories = document.querySelectorAll('.blog-categories a'); const journal = document.querySelector('#menu-item-1152'); const events = document.querySelector('#menu-item-1661'); let event = null; if( ! single ) return; for (i = 0; i < categories.length; ++i) { if( categories[i].textContent == 'events' ) { event = categories[i]; } } if( event ) { journal.classList.remove('current-menu-item'); events.classList.add('current-menu-item'); } })(); </script> <?php }Just add it in the functions.php file.
Best regards,
IsmaelJanuary 17, 2019 at 3:45 am in reply to: Enfold Theme Conflict with The Events Calendar – Two Register Buttons #1054834Hi,
I’m not really why it’s duplicated, but you can use this css code to remove the other button.
.tribe-events-schedule + .rtec-outer-wrap.rtec-js-placement { display: none !important; }Best regards,
IsmaelJanuary 17, 2019 at 3:42 am in reply to: Portfolio grid: unwanted space between items (page bottom) #1054833Hi,
It’s because the title of the first item is quite a bit long compare to the other items. Try to decrease the font size of the title.
@media only screen and (max-width: 989px) { #top .isotope-item.special_av_fullwidth .av_table_col .entry-title { font-size: 13px; margin: 0 0 10px; } }Best regards,
IsmaelJanuary 15, 2019 at 4:12 am in reply to: Instagram Widget: Fehlermeldung: "Inhalt kann nicht eingebettet werden" #1053944Hey Andreas,
Thank you for using Enfold.
Our developers are working on this issue. You may need to use the following plugin temporarily.
// https://wordpress.org/plugins/instagram-feed/
For GDPR compliance, please refer to this thread:
// https://smashballoon.com/gdpr-and-our-plugins/
// https://smashballoon.com/instagram-feed-gdpr-compliance/Best regards,
IsmaelJanuary 15, 2019 at 4:01 am in reply to: Instagram Widget: Anzahl der Bilder ist eingeschränkt #1053943Hey Andreas,
Thank you for using Enfold.
That is not possible with the theme’s instagram widget, unfortunately, but you can use the gallery or the masonry element instead.
Best regards,
Ismael -
AuthorPosts
