Forum Replies Created
-
AuthorPosts
-
Hi Nora,
I believe this has been answered on your other thread.
We’ll respond on your other thread.Best regards,
NikkoHi angrycreative,
Please check the private content.
Best regards,
NikkoHi Lennard,
We don’t have a site to show that setting and information regarding it are in the documentation: https://kriesi.at/documentation/enfold/privacy-cookies/#notification-bar
Also, it does not have any changes in appearance but if you select Use as a simple message bar without cookie logic you will not have additional options to choose from but if you choose Display message bar and use cookie logic you will see Auto Reload Page option, Refuse Cookie Warning field and Additional Custom Cookies.
I hope this clarifies it.Best regards,
NikkoHi Maurice,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Annedesign,
There seems to be a conflict with the block editor as mentioned in:
– https://kriesi.at/support/topic/wordpress-5-4-is-slated-for-release-on-march-31-2020/
However, if you’re using classic editor it wouldn’t have any issue.
This issue has already been passed to our devs and should be fixed in the upcoming version.Best regards,
NikkoHey ryanmeighan,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi ryanmeighan,
Guenni’s solution should work:
add_filter('avf_datepicker_dateformat', 'new_date_format'); function new_date_format() { $date_format = "mm / dd / yy"; return $date_format; } add_filter('avf_datepicker_date_placeholder', 'new_date_placeholder'); function new_date_placeholder() { $placeholder = "MM / DD / YY"; return $placeholder; }However you will need to put it in the child theme, so any modification wouldn’t be lost during a theme update.
You can download the child theme here and find instruction on how to use it: https://kriesi.at/documentation/enfold/child-theme/Best regards,
NikkoHi Monica,
You can post the password in the Private Content, just located below.
Anything posted in there is only shown to moderators and the thread creator.
Please post it there so any moderator can respond.Best regards,
NikkoHi SaraMichelle,
I tried it as well, but I’m getting same error as Rikard:
Unknown username. Check again or try your email address.Is the link above the main site or staging site?
Best regards,
NikkoHi CurlyHost,
Can you give us FTP access, so we can further investigate on this?
Best regards,
NikkoHi Theo,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Playsystem,
I tried to login again in the temporary login link you gave but the token has already expired, please check.
Best regards,
NikkoHi Nora,
No, the page ID remains the same only the title changes.
For the WEITERLESEN button, try adding this (just change the color):#top a.more-link { color: skyblue; }As for the third question, I’m not really sure what you meant, can you give us links and maybe screenshots of that?
Best regards,
NikkoHi jb84,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Theo,
I checked it with my desktop and it seems to be showing properly.
I have posted a link to my screenshot in private content.Best regards,
NikkoHi Nora,
I see, please add this CSS code, this will only affect the page you gave:
#top.page-id-8686 #wrap_all .entry-content { color: white; }Best regards,
NikkoHi Nora,
I apologize for my response, can you give us a link to the page you mentioned?
I thought your blog page was the News link in the main menu.Best regards,
NikkoHi Marieke,
You’re welcome and glad that we could help.
As for the Video Element, Enfold uses embed shortcode instead of the video shortcode because the latter does not support muted videos via an attribute.Best regards,
NikkoHi Nora,
I see then I think you can just use your settings before, then add these CSS codes in Quick CSS (these codes only affects single posts):
.single-post #wrap_all .container .entry-content-wrapper { max-width: 40em; margin: 0 auto; }For the Special Heading and Separator, it would be much better to align them to the center using the options in the editor, it can be done with CSS as well but this will be the default setting for single posts:
.single-post #wrap_all .container .entry-content-wrapper .av-special-heading-tag, .single-post #wrap_all .container .entry-content-wrapper .hr { text-align: center; }Let us know if this helps.
Best regards,
NikkoHi badoes,
Thanks for giving us admin access, and we apologize for the delayed response.
There are 2 enfold themes in Appearance > Themes, I removed Enfold version 4.5.7 and retained 4.7.4.
Also, the issue seems to be coming from the modification made in the child theme, you can verify this by using the parent theme Enfold instead of the child theme.Best regards,
NikkoHi Marieke,
I apolgize for the delayed response.
I think you should use the poster attribute for that: https://wordpress.org/support/article/video-shortcode/
Also, maybe you can try Video element that we have, it has better options.Best regards,
NikkoHi Nora,
I apologize for the delayed response.
Please don’t use Advanced Layout Builder in order to achieve that layout.
After that, you’ll need to go to Enfold > Blog Layout > Blog Styling set to Elegant.
Then Blog Layout set to Single Author, big preview pic (no author picture is displayed, featured image is big).Best regards,
NikkoHi jomtones,
We’re glad that we could help :)
Let us know if you still need further assistance.Best regards,
NikkoHi Tim,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoApril 16, 2020 at 8:09 pm in reply to: Commentary-Area / How can I change the position of the privacy policy-sentence? #1204522Hi Carsten,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
See you on your next site :)Best regards,
NikkoHi fiachramccloskey,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Nora,
You can use color instead of background color, here’s an example:
#top .av-share-box .av-share-link a { color: blue; }Best regards,
NikkoHi payton_sil,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoApril 16, 2020 at 9:53 am in reply to: Commentary-Area / How can I change the position of the privacy policy-sentence? #1204332Hi carsten,
I’m glad to hear that :)
For nessi, please replace this code:#top #commentform #comment-form-av-privatepolicy + label { position: relative; padding-top: 0; left: 2.5em; }with:
#top #commentform #comment-form-av-privatepolicy + label { position: relative; padding-top: 0; left: 1.5em; top: -5px; }Just adjust the top value as you see fit :)
Best regards,
NikkoHi Eleina_Shinn,
Thanks for the admin access.
Please enable PHP ZipArchive Extension via webhost manager like Cpanel, Hpanel or WHM.
Or you may ask assistance from your hosting provider.Best regards,
Nikko -
AuthorPosts
