Forum Replies Created
-
AuthorPosts
-
Hi Kim,
Yes, you can find it here: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most.
I am afraid though there is no guarantee that a feature will get implemented.Best regards,
NikkoFebruary 13, 2019 at 6:15 am in reply to: Next page buttons on category archive page do not work #1066281Hey charger70,
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
( do 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 a admin user and post the login credentials in the “private data” field.Best regards,
NikkoFebruary 13, 2019 at 6:14 am in reply to: Easy Slider Removing Hover from Title, Description and Controls #1066280Hey MeghanNathanson,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia-slideshow-inner .av-slideshow-caption, #top .avia-slideshow-inner .avia-inner-caption, #top .avia-slideshow-controls * { opacity: 1 !important; visibility: visible !important; }
Best regards,
NikkoFebruary 13, 2019 at 6:02 am in reply to: Chenge font color on "privacy policy message to mailchimp contact forms" #1066271Hey tonydobrevski,
Adding this css code should make the privacy policy message on mailchimp white:
#top .avia-mailchimp-form .av_form_privacy_check label, #top .avia-mailchimp-form .av_form_privacy_check label a { color: white; }
Best regards,
NikkoHi Marc,
If you don’t update wordpress and the theme, it won’t stop working.
However updating wordpress while the theme stays the same, it would one day surely stop since some functions won’t be working as WordPress deprecates some during their major revision.
I would suggest migrating the content to a new theme, we recommend Enfold for it, since it’s the theme that we will be working for a long period of time.Best regards,
NikkoFebruary 13, 2019 at 5:53 am in reply to: all animated content is gone (sliders, blogs sliders, image sliders? #1066267Hi obsbenoordenhout,
I’m not familiar with the plugin however some updates may have caused conflict most likely some js issue.
Best regards,
NikkoHi Alexander,
Glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi breezemedia,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia_ajax_form p.form_element { margin-top: 0; }
Best regards,
NikkoHi stimmungshoch,
Glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Sergej,
Yes, an instagram widget is included in Enfold :)
Best regards,
NikkoHi strikerdesign,
Glad that you were able to resolve it. :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Verena,
Can you post a screenshot of what that section currently looks like? and also another screenshot of what you want to achieve?
Maybe we can try to reproduce it on our end and give you a solution.
You can post the link to the screenshot in private content, so it’s only visible to the moderators.Best regards,
NikkoHey hjlubriDK,
It seems that something is blocking it’s opacity (transparency) to transition to 1.
Can you try to disable all plugins and check if the issue still persists?
If that fixed it, enable the plugins one by one while checking to know which is causing the issue.Best regards,
NikkoHi fta-edfc,
Please add this css code in Enfold > General Styling > Quick CSS:
#top .av-layout-tab-inner .flex_column_table_cell { vertical-align: top; }
Best regards,
NikkoHi fta-edfc,
There are 2 places where you can add a logo.
Default: Enfold > Theme Options > Logo
Transparent Header: Enfold > Header > Transparency Options (tab) > Transparency Logo
Just upload non transparent logo on the Transparency Logo and it should work fine.Best regards,
NikkoHi Dirkoop,
It’s fixed, I just reordered the images in your gallery.
The problem was that some of the images are just 397px in height while the minimum height for those images in that gallery is 400px.
This slight height inconsistency isn’t visible to the eye but when it’s calculated it causes the gap to appear.Best regards,
NikkoHey Stefano,
I have checked it and it seems to be working on my end.
You’re site have links all in bold.Best regards,
NikkoFebruary 13, 2019 at 5:13 am in reply to: content above header image on product site (woocommerce) #1066240Hi Chris_85,
As what Victoria said category pages aren’t built with Advanced Layout Builder, even with other themes this is the case since this is how wordpress is designed.
In order to redesign it you’ll most likely need a child theme and use woocommerce hooks to insert some codes in order to modify it then design it via css.Best regards,
NikkoFebruary 13, 2019 at 5:08 am in reply to: Sorry, this file type is not permitted for security reasons. #1066238Hey tobibowen,
Is there some security plugin you’re using that shows this error/warning?
Best regards,
NikkoHey TshehanT,
Can you give us a link to your site? so we can inspect it further.
Maybe some css code can fix the issue.Best regards,
NikkoHey meanster99,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1292px) { .home #fullscreen_slider_1 .slideshow_caption { width: 60%; } .home #fullscreen_slider_1 .slideshow_caption h2 { font-size: 44px !important; } }
Best regards,
NikkoHi Pete,
Go to the page and edit it.
If gutenberg is enabled: In the upper right corner there are 3 dots click on it then select options then check Custom Fields.
If classic editor is enabled: In the upper right corner, click Screen Options then check Custom Fields.
You should see the custom fields at the bottom of the page.Best regards,
NikkoHi Audrey2019,
I have moved your username and password to private content, so it’s not seen by anyone except the moderators.
I also have installed a php widget on your site in order to move the social icons in the footer widgets section.
I have unchecked Social Icons in Enfold > Footer then in Enfold > General Styling > Quick CSS, I added this code:#top #footer .social_bookmarks li { border: none; clear: none; }
Then in Apperance > Widgets > Php Code is dragged to Footer – column1 then put this code:
<?php $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); echo avia_social_media_icons($social_args, false); ?>
Since the site doesn’t seem to fetch yet the new css I have disabled Css file merging and compression in Enfold > Performance.
Maybe after a day or two you can enable it back.Best regards,
NikkoHi zanderland,
Glad that we are able to help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Steamed,
We’re glad to hear that it’s all good :)
Thanks also for using Enfold and have a great day!Best regards,
NikkoHi Chris,
I’m using Chrome and it worked well.
I think the issue is browser caching, try clearing the browser cache or ctrl + f5 when refreshing to fetch the newer css instead of the one in the chrome’s cache.Best regards,
NikkoHi dalboslampen,
Thanks for the clarification, it’s already white however the opacity was set to 50% that’s why it’s faded.
Add this css code in Quick CSS (located in Enfold > General Styling):#top .av-timeline-nav a span { opacity: 1; background-color: green; }
just replace the background-color.
Best regards,
NikkoHi Alex,
You haven’t removed all spaces.
I have to add spaces otherwise it will convert in the thread.
Try to copy from here: https://pastebin.com/cy0ugAT5Best regards,
NikkoHi L,
Go to this link: https://kriesi.at/support/forum/enfold/
Then scroll to the bottom, you should see a form :)Best regards,
NikkoFebruary 12, 2019 at 6:24 pm in reply to: erased all my settings, now when logged in, things look wonky. please help. #1066042Hi tkingsbu,
Glad that we could help :)
Let us know if you need further assistance or if we can close this thread.Best regards,
Nikko -
AuthorPosts