Forum Replies Created
-
AuthorPosts
-
Hi Bregi,
Can you change the role to Administrator? so we can have access to Enfold Theme Options and try to check why the css code given to you which should be working isn’t reflecting in your site.
Best regards,
NikkoHi ingridbrauner,
I have checked your site however it returns:
Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Best regards,
NikkoHi Pat,
You can copy menu.js to the js folder of your child theme so the directory structure should be enfold-child > js > menu.js
Then modify menu.js and on the functions.php of your child theme add:// Replace avia.js function change_menujs() { wp_dequeue_script( 'avia-module-menu' ); wp_enqueue_script( 'avia-module-menu-child', get_stylesheet_directory_uri().'/js/menu.js', array('avia-shortcodes'), false, true ); } add_action( 'wp_enqueue_scripts', 'change_menujs', 100 );
Hope this helps.
Best regards,
NikkoFebruary 8, 2019 at 4:55 pm in reply to: Space (margin) between the widgets in the right (or left) column #1064648Hi Tom,
I apologize for the mistake, please use this css code instead:
#top #main .avia-builder-widget-area .widget { padding-top: 0; } #top #main .avia-builder-widget-area #text-2 { padding-bottom: 0; }
Best regards,
NikkoFebruary 8, 2019 at 4:50 pm in reply to: tab section's content in main page need to be hidden until somebody make a click #1064644Hi ngavy,
I see, there’s no option to do that but it can be done by going to Enfold > General Styling > Quick CSS, and add this css code:
@media only screen and (max-width:767px) { #top #wrap_all #main h3.av-magazine-title.entry-title { font-size: 18px; } }
this only affects mobile devices.
Best regards,
NikkoHi Dave,
I apologize for the delay of getting back to you since there are lots of queries queued up.
I’m glad that you got it working, let us know if you need further assistance.Best regards,
NikkoHi Susanne,
I apologize it has taken some time to get back to you since there are lots of queries queued up.
I tried different combinations of the login credentials you gave (in private content) but nothing seems to work, please check.Best regards,
NikkoHi Audrey2019,
Go to Enfold > Advanced Styling > (Select an item to customize) choose Widget Links then click on Edit Element button then modify the Font Size and save.
As for moving the icons, can you give us some mockup or screenshot on how you want them to look like?Best regards,
NikkoHi Scott Beyer,
Glad to hear that and thanks for sharing the solution that worked for you :)
Best regards,
NikkoHi StefanS0,
I see, I thought you were referring to some bug with the icon grid, but it’s how it was designed.
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid it’s out of the scope of our support.
But please feel free to request such feature at our feature request system: 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,
NikkoHi robnelson4,
I’m not really sure why that’s happening, try the solution posted here it might help fix the issue: https://kriesi.at/support/topic/load-only-used-elements-loading-no-elements/#post-958441
Best regards,
NikkoFebruary 8, 2019 at 4:10 pm in reply to: Featured Image Slider (HOW TO GET BG IMAGE TO STRETCH TO FILL BOX) #1064622Hi mcaero,
I can’t think or find any atm, I think it’s difficult with a slider looking at it in a developer’s point of view since you also need to consider the mobile and tablet views.
The only thing I can recommend is use a background image just like how it’s done in the demo: https://kriesi.at/themes/enfold-freelancer/Best regards,
NikkoHi Ginny,
Try to add an Image element above the Grid Row and use the same image.
There’s a Screen Options in the Image element, check Hide on large screens and hide on medium sized screens and save.
Hope this helps.Best regards,
NikkoHi robertoKM,
Glad that everything works fine now :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi yannickokken,
Glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoFebruary 8, 2019 at 7:34 am in reply to: I'm trying to update from 4.4 to 4.5.3 but get error #1064446Hi Dandelion222,
Can you try this solution: https://kriesi.at/support/topic/update-4-5-2-to-4-5-3-doesnt-work/#post-1060358
Best regards,
NikkoHi hawea74,
Thanks for confirming the solution that worked for you :)
Best regards,
NikkoHi Niky67,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi loyalzoo,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Susanne,
Can you give us temporary admin access and ftp access as well? so we can check on it further.
Just post the credentials in private content, so it’s only visible to the moderators.Best regards,
NikkoHi difu,
I have checked it and now it reflects properly.
The reason it’s still showing a white background when it’s not sticking is because the background behind it is white but if you try to change it to other color then you’ll see it has transparency.Best regards,
NikkoHi robertoKM,
I couldn’t find the Portfolio page in Pages but when I clicked on Trashed Pages, I found portfolio and recover it, then the permalink was fixed.
Best regards,
NikkoHi Dave,
Yes, I’m sure. I have both Enfold 4.5.2 and 4.5.3 running on WP 5.0.3 on my local install and I can drag elements without any issues.
Best regards,
NikkoHi robertoKM,
It’s fixed: https://www.yourb2b.it/portfolio/
I just went to Pages > Trash then recover the page.Best regards,
NikkoHi robertoKM,
You’re always welcome :)
Feel free to create a new thread if you need further assistance.
Thanks again :)Best regards,
NikkoHi robertoKM,
Glad that we could :)
Thanks again for using Enfold!Best regards,
NikkoHi jonrouse,
You’re welcome, we are happy to help you :)
Thanks also for using Enfold and have a great day!Best regards,
NikkoHi robertoKM,
Try adding this css code:
#newsletter .av-subheading.av-subheading_above { margin-bottom: 0; }
Just adjust the bottom margin.
Best regards,
NikkoFebruary 7, 2019 at 1:13 pm in reply to: Space (margin) between the widgets in the right (or left) column #1064101Hey operationeel,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#footer .av_one_fourth { margin-left: 3%; width: 22.75%; } #footer .av_one_fourth.first { margin-left: 0; }
Best regards,
NikkoHey Niky67,
Maybe this post can help with the issue you’re having: https://forums.envato.com/t/problems-updating-enfold-via-personal-token/210154
The solution posted in that thread is to use a token with the following permissions: https://build.envato.com/create-token/?purchase:download=1&purchase:verify=t&purchase:list=t&purchase:history=t&user:username=t&user:email=t- View and search Envato Sites
- View your Envato Account username
- View your email address
- Download your purchased items
- List purchases you made
- Verify purchases you’ve made
- View your purchases of the app creator’s items
Best regards,
Nikko -
AuthorPosts