Forum Replies Created
-
AuthorPosts
-
Hey fkmediaworks,
Thank you for using Enfold.
That is quite odd. I’m not really sure what’s causing the active menu indicator to switch like that. Did you add any anchors in the page?
Best regards,
IsmaelFebruary 21, 2019 at 7:39 am in reply to: Switch Image overlay effect to no overlay -> overlay #1069818Hi,
– category products count (shop page)
Could you give us a link to a category page? Or provide a screenshot of the “products count”.
Best regards,
IsmaelFebruary 21, 2019 at 7:35 am in reply to: how to embed new Google ReCaptcha since Enfold 4.5.4 in contact form ? #1069814Hi,
You’re welcome! Please feel free to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
You can define the height with this css code, but it will affect every mega menu container.
#header .avia_mega_div { overflow-y: scroll; height: 900px; }
Unfortunately, you can’t add a mega menu to a sub menu.
Best regards,
IsmaelFebruary 21, 2019 at 7:28 am in reply to: Logo Centered, menu on either side with base of logo text even with logo #1069808Hi,
Thanks for the update.
The login url is invalid. Did you change it?
Did you disable the Performance > File Compression settings after adding the css code?Best regards,
IsmaelFebruary 21, 2019 at 7:16 am in reply to: Problem about rel next/ previous in pagination (2) #1069806Hi,
You’re welcome. We’ll close this thread then.
Have a nice day.
Best regards,
IsmaelFebruary 21, 2019 at 7:15 am in reply to: Video in slider jumps to startframe again after playing video #1069804Hi,
Great. Glad it worked. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelFebruary 21, 2019 at 7:14 am in reply to: CONTACT FORM ISSUE / UNKNOWN "NO-REPLY" EMAIL & NO AUTORESPONSE #1069803Hi,
We provided you with a filter that can be used to change the default “from” address. Have you tried it?
An example from the documentation:
function change_cf_from() { return " (Email address hidden if logged out) "; } add_filter('avf_form_from', 'change_cf_from', 10)
Best regards,
IsmaelHi,
Thanks for the update.
We haven’t found the issue, yet. Have you tried disabling the plugins temporarily? Can we disable the plugins while we check for the issue?
Best regards,
IsmaelFebruary 21, 2019 at 7:00 am in reply to: Yoast seo not work complete on Enfold after Updating WordPress #1069799Hi,
Thanks for the update. I can’t say for sure what’s the issue though. The preview looks fine. Could you give us a screenshot?
Please contact the plugin authors for additional help.
Best regards,
IsmaelFebruary 21, 2019 at 6:54 am in reply to: Enfold Replaces Single-Event.php and removes JSON markup #1069795Hi,
Thank you for using Enfold.
Have you tried asking the plugin authors? I’m not that familiar with the plugin’s JSON-LD schema feature, so additional info from them would help. If you want to override the event’s template in a child theme, remove the theme’s “tribe_events_template” filter and then add your own.
Related thread:
// https://kriesi.at/support/topic/how-to-override-enfold-mods-to-the-events-calendar-in-enfold-child/#post-1031054Best regards,
IsmaelHi,
Thanks for the update.
Where did you get these fonts? Did you upload it in the iconfont manager?Best regards,
IsmaelHi,
Thanks for the update.
Glad that you found the issue. I’m not really sure why that filter is no longer working though. Could we access the site? Please post the login details in the private field. Make sure that the Appearance > Editor panel is accessible.
Best regards,
IsmaelFebruary 21, 2019 at 6:43 am in reply to: Content-subnavi – highlighting work not correctly, may interfere with other elem #1069786Hi,
Thanks for the update.
We haven’t found what causes that issue, yet. Did you add any modifications to the theme?
Would you mind creating another ticket for this issue? Please include the login details in the private field.Best regards,
IsmaelHey stefan,
Thank you for using Enfold.
1.) You cannot use the advance layout builder for the base shop page, unfortunately.
2.) You have to prepend the site url to the anchor links.
#news2019
… should be:
http://site.com/#news2019
Best regards,
IsmaelFebruary 20, 2019 at 10:06 am in reply to: Video in slider jumps to startframe again after playing video #1069352Hey Carsten,
Thank you for using Enfold.
Did you update the theme? Have you tried toggling the file compression settings after adding those modifications again?
Best regards,
IsmaelFebruary 20, 2019 at 9:58 am in reply to: Enfold email form sending default senders address to receiver -> spammy #1069347Hey badoes,
Thank you for using Enfold.
You can set the “from” address manually using the “avf_form_from” filter. An example of that filter can be seen here:
// https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
IsmaelFebruary 20, 2019 at 9:55 am in reply to: CONTACT FORM ISSUE / UNKNOWN "NO-REPLY" EMAIL & NO AUTORESPONSE #1069346Hey Lexa_Dryke,
Thank you for using Enfold.
That is the default “from” address when no email field exists. Did you add an email field in the contact form? You can manually set the “from” address using a filter.
// https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
The filter is available in the docs along with a few steps that you can try to troubleshoot the issue.
Best regards,
IsmaelHey myconcept,
Thank you for using Enfold.
This is probably related to your server, usually requests to the demo source timing out. Do you have a local server? You can import the demo on your local installation and then transfer it to the live domain via FTP. Have you tried that?
Best regards,
IsmaelHey Johannes,
Thank you for using Enfold.
The avia_modal.js file, which is the script those files depend on, is only used when you’re editing a page or post using the advance layout builder and that is why you see that warning. It’s not really an error or anything critical, so it won’t affect your site in anyway.
Best regards,
IsmaelHi,
Thanks for the update.
This should help fix the issue with the icons.
// https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-
Best regards,
IsmaelHi,
Thanks for the update.
We are aware of the issue and we will add a fix in the next update. (see private field)
Related threads:
// https://kriesi.at/support/topic/contact-form-custom-text-on-submit-button-not-showing
// https://kriesi.at/support/topic/enfold-contact-form-recaptcha/#post-1067687Best regards,
IsmaelHi,
Thanks for the update.
The login url is not working. Did you change it?
Do you remember adding any filters for the comment form?Best regards,
IsmaelHi,
Thank you for the update.
The plugin’s stylesheets are not loading properly. Have you tried reaching out to the plugin author? We’ll try to help you with this, but we are not familiar with the plugin and we don’t provide support for third party plugins as stated on our support policy. Please keep in touch with the plugin authors.
Best regards,
IsmaelHey Oliver,
Thank you for using Enfold.
Could you give us a screenshot of the issue? I can’t seem to reproduce the issue on my end. I’ve checked your portfolio page. Is that where the issue is?
Best regards,
IsmaelFebruary 20, 2019 at 8:43 am in reply to: Instagram Widget – Did not return 200/specify username #1069305 -
AuthorPosts