Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update. We modified the shortcode a bit.
add_shortcode('avs_related_entries', 'avs_related_entries_callback'); function avs_related_entries_callback() { //show related posts based on tags if there are any ob_start(); get_template_part( 'includes/related-posts'); $output = ob_get_clean(); return $output; }Best regards,
IsmaelHi,
I see. This is what Kriesi has to say to that.
// https://kriesi.at/support/topic/dsgvo-share-links/#post-957790
Best regards,
IsmaelHey L+T,
Thank you for using Enfold.
If this option (video embed) is disabled, every videos will be replaced by a blank frame with an external link to the actual video. It will still display a play button but the video will open in a new window when you click on the button. It’s not going to load the video at all.
Best regards,
IsmaelHi,
I’m not sure why but my last reply says “1” instead of “-1” which is equal to “infinite”. Please set the count to “-1”.
Best regards,
IsmaelHi,
I see. I didn’t notice that. My bad. You have this code in the Quick CSS field.
#top .avia-smallarrow-slider-heading { display: none; }Best regards,
IsmaelHi,
It looks responsive on my end. Here’s how the social icons look.
// https://imgur.com/a/2KgstRR
Best regards,
IsmaelHi,
We usually recommend at least 256M or higher. Some servers do not allow a manual override to the limit so you may need to contact your hosting provider.
Best regards,
IsmaelHi,
The theme loads the old version of the map script but it’s nothing critical. We’ll close the thread now. :)
Best regards,
IsmaelMay 30, 2018 at 2:54 pm in reply to: Update to 4.3 – Fullwidth Easy Slider Fallback Image not working #964285Hi,
Although my stupid question and can you explain why updates create problems that didn’t exist before?
It’s because of the new autoplay policy that was implemented by Google recently (April 2018).
// https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
This is the same time when Safari implemented their own autoplay policy.
Best regards,
IsmaelHi,
I can’t find the word “art”, “grafitti” or “vandalism” in the home page. Did you remove those text? Please upgrade the theme from 4.2.6 to 4.4 then update the page.
Best regards,
IsmaelHey zarlekin,
Thank you for using Enfold.
A lot has changed since that version. Please remove the avia.js file from your child theme and then use this code in the functions.php file instead.
add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { $('article.post').each(function(){ $(this).find('.entry-content-header').after($(this).find('.big-preview').detach()); }); })(jQuery); </script> <?php }Best regards,
IsmaelHi,
Thanks for the update. I can’t play the video even on youtube. Is it private?
Best regards,
IsmaelHi,
It’s still the same when we removed the contact form shortcode. The memory limit is still set to 64M. Please ask your hosting provider to increase it.
Best regards,
IsmaelMay 30, 2018 at 2:09 pm in reply to: Headline Rotator Drops onto line below when switching tabs in Browser #964258Hi,
Thank you for the info.
Use this css code to apply the stripes again.
.main_color .mejs-controls .mejs-time-rail .mejs-time-current, .main_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .main_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .main_color .button.av-sending-button, .main_color .av-striped-bar .theme-color-bar .bar { background: repeating-linear-gradient( 45deg, #f2c200, #f2c200 10px, gray 10px, gray 20px ); }Adjust the color values as needed.
Best regards,
IsmaelHi,
I’m sorry. I still can’t see the issue. Is this fixed? Please provide a screenshot.
Best regards,
IsmaelHi,
I have to purchase it, right? Would you recommend it? What are the differences to the built-in “Advanced Layerslider” of Enfold?
There’s not much difference between the paid version and the one included in the theme. There are certain options that are only available on the paid version but you won’t normally use those options. The theme always includes the stable version of those upgrades so you’ll still get the latest features sooner or later.
Best regards,
IsmaelHi,
That is the default behavior when the blog style is set to “multi author”. You can change the blog layout in the Enfold > Blog Layout panel. Try to use “single author, big preview pic” instead.
Best regards,
IsmaelMay 30, 2018 at 1:33 pm in reply to: Theme update causes issues with custom CSS lightbox functionality #964215Hi,
I’m sorry but we can’t tell which files to update because there are so many and we can’t trace it back manually. We do recommend a full update. Please put the modifications on the child theme and refrain from modifying the parent theme files.
Best regards,
IsmaelHi,
cart sign now so close to the logo
It’s because of another css modification.
.responsive #top .cart_dropdown { margin: -23px 140px 0 0; }Please remove it. The site should be fine as long you don’t activate the FB plugin or add the css modifications again.
Best regards,
IsmaelMay 30, 2018 at 1:26 pm in reply to: Breakingpoint der Spalten und Reihenfolge der Spalten ändern #964211Hi,
Did you try the css code above? That will remove the gap above the grid row. You should apply a unique Section ID to the grid row element and use it instead of the generic selector “#av-layout-grid-1”.
Best regards,
IsmaelHi,
I don’t think that’s an issue anymore because you’ve deleted the parent theme previously. Did you try to reconfigure the theme options after the update? Please provide the login details in the private field so that we can could check the W P M L, widgets and socket settings.
Best regards,
IsmaelHi,
There is no heading option for the partner/logo element by default. You can only add a caption but it’s not going to display above the images. How did you add those headings before?
Best regards,
IsmaelHi,
How did you increase the memory limit? Please ask your hosting provider to do it to make sure that it is actually increased.
Best regards,
IsmaelHi,
I’m sorry for the late response. The accordion works properly when the plugins are deactivated. There’s probably a conflict somewhere. Please deactivate all plugins one by one to check which one is causing this issue.
Best regards,
IsmaelMay 30, 2018 at 1:05 pm in reply to: woocommerce checkout page pauses during load and breaks payment option #964194Hi,
When you go onto the checkout page you’ll see the shipping details fields are there for a second or two before they vanish as per the woocomerce config
I’m sorry for the confusion. I enabled the stripe plugin back and visited the checkout page but I can’t reproduce the issue. I’m sure you already know this but the shipping fields are supposed to vanish on page load. They will display back if you click on the “Ship to a different address?” checkbox. The stripe payment also works in the live site.
Best regards,
IsmaelHi,
Thanks for the info.
Use the following css codes to change the style of the toggles.
/* enabled */ #top .av-toggle-switch input[type="checkbox"]:checked + .toggle-track { background: green; right: 27px; } #top .av-toggle-switch input[type="checkbox"]:checked + .toggle-track:before { background: white; right: 27px; } /* disabled */ #top .av-toggle-switch label .toggle-track { background: gray; } #top .av-toggle-switch .toggle-track:before { background: white; }Best regards,
IsmaelHi,
You’re welcome. We’ll close this thread for now. Let us know if you need anything else. :)
Best regards,
IsmaelHey prompos1234,
Thank you for using Enfold.
Disallow the search results from being crawled in the robot.txt file. Example.
// https://kriesi.at/support/topic/enfold-website-suche/#post-942353
Best regards,
IsmaelHi,
Thanks for the update.
Use this filter to set the contact form’s email field content as the Reply-to value.
add_filter( 'avf_form_mail_header', 'avf_form_mail_header_mod', 10, 3 ); function avf_form_mail_header_mod( $header, $post, $params ) { $header .= 'Reply-To: ' . $post['2_1'] . '\r\n'; return $header; }Best regards,
Ismael -
AuthorPosts
