Forum Replies Created
-
AuthorPosts
-
Hi,
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,
IsmaelHi,
Sorry for the confusion. Regarding your question, that option is not available in the contact form but you can add multiple checkbox elements as a substitute.
Best regards,
IsmaelHi,
Great! Glad it helped. We’ll close the thread now.
Have a nice day.
Best regards,
IsmaelHi,
Great! Glad it helped. We’ll close the thread now.
Have a nice day.
Best regards,
IsmaelHi,
Could you give us a screenshot of what you’re trying to implement? Do you want the icon to stick, or set it as a fixed element? You can start with this css code:
.whatsapp-icon { position: fixed; bottom: 50px; right: 50px; z-index: 1000; }Make sure that the icon container has the “whatsapp-icon” class attribute.
Best regards,
IsmaelHi,
The excerpt or summary is not displayed because you’re using the Advance Layout Builder for your posts. You have to manually add a summary in the Excerpt field.
Best regards,
IsmaelHi,
Great! Glad it’s fixed. We’ll close this thread now.
Have a nice day. And thank you for using Enfold!
Best regards,
IsmaelHey Excention,
Thank you for using Enfold.
You can use this css code to adjust the position of the logo.
div .logo { float: none; position: absolute; left: 50%; transform: translateX(-50%); }Best regards,
IsmaelJanuary 15, 2019 at 3:33 am in reply to: After password protection removed my page.php child theme code is not working #1053926Hey 110percent,
Thank you for using Enfold.
We need to see the actual modifications. Please post the page.php codes on pastebin.com.
Best regards,
IsmaelHey mitiuphoto,
Thank you for using Enfold.
This is possible but it will require modifications that are beyond the scope of the support. Please a hire a freelance developer or contact our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
I get this error on IE:
https://platform.twitter.com/widgets/widget_iframe.2e05bcc02f9198c4399ba5dc0c61000f.html?origin=https%3A%2F%2Fwww.smith-scott-mullan.co.uk&settingsEndpoint=https%3A%2F%2Fsyndication.twitter.com%2Fsettings SCRIPT5: Access is denied. File: widget_iframe.2e05bcc02f9198c4399ba5dc0c61000f.html, Line: 1, Column: 1It seems to be related to a twitter widget. Did you install any twitter related plugin?
Best regards,
Ismael -
AuthorPosts
