Forum Replies Created
-
AuthorPosts
-
November 2, 2018 at 8:57 am in reply to: "Slightly increase the image on hover" not workin after update to 4.5 #1029075
Hi,
Thanks for the update. Add this css code:
.av-hover-grow { overflow: hidden; }Best regards,
IsmaelNovember 2, 2018 at 8:55 am in reply to: Google Search Console reports usability problems after update to Enfold 4.5 #1029074Hi,
You don’t need to obsess over those tests because they’re not that accurate. This article might clear things up a bit.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
// https://wp-rocket.me/blog/the-truth-about-google-pagespeed-insights/Best regards,
IsmaelHi,
Yes, that’s what I’m trying to show you. Increasing the header_meta will not fix it. You can either move the logo in the header_meta container, disable the “castellano” item’s sub menu or move the menu item inside the main header.
Best regards,
IsmaelNovember 2, 2018 at 8:51 am in reply to: Parent page link works correct but translation doesn't #1029070Hi,
Alright. Please open a new thread if you need anything else. We’ll close this one now.
Best regards,
IsmaelNovember 2, 2018 at 8:50 am in reply to: Google Structured Data hcalender "Location" Error & The Event Calendar #1029069November 2, 2018 at 8:49 am in reply to: Bild leicht vergrößern und Bild mit Link fubktioniert in Version 4.5 nicht mehr #1029068Hi,
Thanks for the update.
Can we access the site? I would like to check the css codes.
You can use this css code to fix the overlay issue temporarily..avia-image-overlay-wrap a.avia_image .image-overlay { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }Best regards,
IsmaelNovember 2, 2018 at 8:46 am in reply to: Default Template Settings Missing from Event Calendar Pro #1029067Hi,
What do you mean? Do you see any layout issues? Please open a new ticket.
Best regards,
IsmaelHi,
Is this fixed? The map is displaying properly even without logging in.
Best regards,
IsmaelHi,
This is the code:
add_action( 'woocommerce_single_product_summary', 'avia_woocommerce_before_related_products', 65); function avia_woocommerce_before_related_products() { // add something here }Best regards,
IsmaelNovember 2, 2018 at 8:23 am in reply to: Blog Grid View Not Showing Dates or Showing Incorrect Dates #1029062Hi,
Thanks for the update.
The date will not display if the excerpt field is empty. You need to add an excerpt to the posts. I modified the postslider.php file temporarily so that the date will display even without the excerpt.
line 618:
if($show_meta)Best regards,
IsmaelHi,
Can you give us a screenshot of what you’re trying to do? Use imgur or dropbox.
Best regards,
IsmaelNovember 2, 2018 at 8:11 am in reply to: Table of contents widget: how to show it on top of the content of a post or page #1029060Hi,
Yes, you can use that shortcode. And you have to set the “single_only” parameter from 1 to 0 if you want to use it on pages.
Best regards,
IsmaelHi,
I’m sorry if the demo is not living up to your expectations. Please tell your client that the background effect is not compatible on mobile view due to lack of browser support, so the site may look a bit different on smaller screens.
Best regards,
IsmaelNovember 2, 2018 at 7:50 am in reply to: BuddyForms "Add Media" – button don't work with Enfold theme (frontend) #1029057Hey r_sch,
Thank you for using Enfold.
I can’t get in to the site using the login credentials above. Please check the info carefully and contact the plugin author for additional help.
Best regards,
IsmaelHi,
This is possible but it will require modifications that are beyond the scope of support, unfortunately. The current contact form will not work even if we manage to re-display it, so you have to create another form, insert it before or after the old form, apply the contact form script to it and then remove the old one. Please hire a freelance developer or contact our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
How did you add the sub menu to the archive pages? Did you add the shortcode directly in a template? The Mobile Menu Display parameter of that shortcode is set to the first option.
Best regards,
IsmaelHi,
There is a hidden username field right after the submit button. The form works properly when I manually fill in that field. Please edit the config-templatebuilder > aviashortcodes > contact > contact.js file, edit line 23:
formElements: form.find('textarea, select, input[type=text], input[type=checkbox], input[type=hidden]'),Replace it with:
formElements: form.find('textarea, select, input[type=text], input[type=checkbox], input[type=hidden]').not('.hidden.'),You may need to disable the file compression settings temporarily.
Best regards,
IsmaelHi,
How did you hide the “nl” section? You may need to hide it only after the required tab scripts are executed. You can use this snippet to apply a minimum width to the title container.
add_action('wp_footer', 'ava_custom_script_tab_width'); function ava_custom_script_tab_width(){ ?> <script type="text/javascript"> (function() { const tabWidth = () => { const s = document.getElementById('nl'); const t = s.querySelector('.av-tab-section-tab-title-container'); const tc = t.querySelectorAll('.av-section-tab-title'); let tw = 0; let th = 0; tc.forEach( tcc => { tw += parseInt( tcc.offsetWidth, 10 ); }); t.style.minWidth = tw + 'px'; } window.addEventListener( 'resize', tabWidth, false); })(); </script> <?php }Best regards,
IsmaelHi,
Thank you for using Enfold.
You may need to change the from address or setup a SMTP so that your mail server will not mark emails as spams.
More info here: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
IsmaelHi,
Have you tried muting the video? The new policy states that muted autoplay is always allowed.
Chrome’s autoplay policies are simple:
Muted autoplay is always allowed.
Autoplay with sound is allowed if:
User has interacted with the domain (click, tap, etc.).
On desktop, the user’s Media Engagement Index threshold has been crossed, meaning the user has previously play video with sound.
On mobile, the user has [added the site to their home screen].
Top frames can delegate autoplay permission to their iframes to allow autoplay with sound.// https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
Best regards,
IsmaelHi,
Thanks for the update.
Can you give us access to your file server? I would like to check the instagram script. Please post the FTP details in the private field.
Best regards,
IsmaelNovember 2, 2018 at 6:07 am in reply to: Change color section full-width to make it aligned with masonary with big gap #1029019Hey Roger,
Thank you for using Enfold.
Can you give us a screenshot of the issue? You can use imgur or dropbox. I would like to check the site but it’s on maintenance mode. Please post the login details in the private field.
Best regards,
IsmaelNovember 2, 2018 at 6:03 am in reply to: masonry portfolio items perfect grid no switch to column count screen options #1029017Hey sky19er,
Thank you for using Enfold.
I found a minor syntax error in the css codes. Please use this css code for now.
/* Tablet Portrait size to standard 960 (devices and browsers) */ @media only screen and (min-width: 768px) and (max-width: 989px) { .responsive.av-no-preview #top .av-medium-columns-4 .av-masonry-entry{width:24.90%;} .responsive.av-no-preview #top .av-medium-columns-3 .av-masonry-entry{width:33.3%;} .responsive.av-no-preview #top .av-medium-columns-2 .av-masonry-entry{width:49.80%;} .responsive.av-no-preview #top .av-medium-columns-1 .av-masonry-entry{width:100%;} }Best regards,
IsmaelHi,
I would like to apologize for the late response. I can only see two “logos” inside the turquoise side bar, and none of them link to the “coursereport” site. Did you remove it?
Best regards,
IsmaelNovember 2, 2018 at 5:48 am in reply to: On form submition error need to add error string, how can i do it? #1029008Hi,
Did you enable the theme’s Performance > File Compression settings? Please disable it temporarily and then add the css code again. Or post the login details in the private field so that we can check the site.
Best regards,
IsmaelHi,
It turned out that the theme minifies tested plugins or plugins that were included in this list.
//all plugins that start with the name "avia" are considered tested $tested_plugins = apply_filters( 'avf_tested_plugin_list' , array( 'hello.php', 'akismet/akismet.php', 'layerslider/layerslider.php', 'tiny-compress-images/tiny-compress-images.php', 'woocommerce/woocommerce.php', 'shortpixel-image-optimiser/wp-shortpixel.php', 'optimus/optimus.php', 'wp-super-cache/wp-cache.php', 'comet-cache/comet-cache.php', 'comet-cache-pro/comet-cache-pro.php', 'duplicate-post/duplicate-post.php', 'wordpress-importer/wordpress-importer.php', 'wordpress-beta-tester/wp-beta-tester.php', 'worker/init.php', //managewp 'really-simple-ssl/rlrsssl-really-simple-ssl.php', 'bbpress/bbpress.php', ));You can use the “avf_tested_plugin_list” filter to add more plugins in that list. You can only include plugins that load their resources directly from the plugin directory, not from external sites.
add_filter( 'avf_tested_plugin_list', 'avf_tested_plugin_list_mod', 10, 1 ); function avf_tested_plugin_list_mod($plugins) { $plugins[] = 'your-plugin/your-plugin.php'; $plugins[] = 'another-plugin/another-plugin.php'; return $plugins; }Best regards,
IsmaelHi!
Did you install a multi themes plugin? The page with the campaign form is using a default theme. I would like to disable the plugin so that I can check the issue, but the plugins panel is hidden.
Regards,
IsmaelHi,
I would like to apologize for the late response. Where can we reproduce the issue? I don’t encounter any issue with a test page. (see private field)
Best regards,
Ismael -
AuthorPosts
