Forum Replies Created
-
AuthorPosts
-
Hi Csaba,
I think I understand now what you’re trying to achieve.
It’s possible however it’s not possible with hooks and core files needs to be tweaked and cannot be overriden in the child theme, so modification is done on the parent theme (Enfold), which also results for the tweaks being lost during each theme update.
I think what you need is available using Contact Form 7 plugin, try using that plugin instead and we’ll help with the css so it can still looks similar as Enfold form fields.Best regards,
NikkoHi Alan,
I haven’t experienced timeout when trying to add menu items, however it does take about 4-6s to add which is slow.
To be honest I’m not really sure what’s causing the issue since server resources seems good, though I noticed that your still using php 5.4.45, can you try to update it to php 5.6.x (x stands for any number).
Also here are some threads that might help:Best regards,
NikkoNovember 26, 2018 at 8:16 am in reply to: Youtube links not displaying in lightboxes anymore #1037540Hi dancedojo,
Thanks for giving us admin access.
I noticed that you had a child theme that has a header.php that overrides the parent theme.
Please update it to the latest header.php, if you have made modifications just add them back and that should fix the lightbox issue your having.
You can test this by switching to the Enfold theme and lightbox should be working fine.
Hope this information helps.Best regards,
NikkoHi P3T3R_0ne,
Glad to hear that.
I did check your site using chrome and firefox and there’s a slight difference, and this is most likely a browser issue, this is what I found:
https://stackoverflow.com/questions/39987788/choppy-scrolling-with-background-attachment-fixed
maybe the parallax option would help better in this case.Best regards,
NikkoHi grafixstudio,
Thanks for providing the ftp access, this is good now :)
I see you have already created a js folder and added the modified avia.js there as instructed in the other link.
You were only missing this part, which is to add this code in functions.php of your child theme:function change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );
I think what you should do is in every update just check if there are updates in avia.js file, you can do this by keeping an original avia.js from your current version of Enfold.
When an update is being released, get the content of the avia.js in the latest release version then compare them here: https://www.diffchecker.com/
If two files are identical then that means no changes are being made to that file and you don’t need to update avia.js in the child theme.
However if they are not identical, you can just copy avia.js from the latest release then add those 2 line of codes again, this way you can still avail on the latest functionalities from the latest release.
Hope this helps.Best regards,
NikkoHi Jonathan,
Thanks for pointing out this issues. I think one of the two you mentioned is due to the upgrade method, I’ll go through each one.
1.) This one I’m not really sure if it’s due to the update method, but there’s some probability. Also this can be easily fixed in your custom.css file, line 61, just replace this part:
.section-shadow1 {background-repeat: no-repeat
to
.section-shadow1 {background-repeat: repeat
basically from no-repeat to repeat.
2.) This one is most likely due to the upgrade method since updating manually via ftp shouldn’t cause this issue, since the background image is totally removed.
I think the method to save more time is the updating manually via ftp since most likely it won’t have issue #2 and you wouldn’t spend time re-adding the images. Then as for issue #1 if it’s due to the update method then it should be fixed without doing anything, otherwise, just changing that part of the code in custom.css should remove the issue.
Best regards,
NikkoHi bakbek,
Can you try replacing the code I gave to:
@media only screen and (max-width:959px) { .responsive.html_bottom_nav_header #top #menu-item-shop.cart_dropdown { right: 30px; z-index: 10; } }
Best regards,
NikkoHi Qombine,
Sorry for the late response.
Honestly, I think that isn’t a good idea since it’s not just putting in the new layerslider files there and replace older files, since some integration codes are also added there.
If you have the latest stand-alone version of layerslider plugin, I would suggest going to WP Dashboard then go to Enfold > Layout Builder > Integrated (Bundled) LayerSlider Plugin and set it to one of the Remove theme plugin files option, so it is safely removed, then in Plugins you add the stand-alone version.Best regards,
NikkoNovember 26, 2018 at 6:07 am in reply to: Updating from 4.4.1 – Ok to update from dashboard? #1037524Hi Jonathan,
Sorry for the late response and thanks for pointing the other thread you made.
We’ll take a look on it and will try to help as much as we can.Best regards,
NikkoNovember 26, 2018 at 6:04 am in reply to: Custom template builder avia-shortcode attributes #1037523Hi rrajan18,
I apologize for the late response. 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.
I tried to check on how we may try to help you with it however it’s beyond my capability since you would have to modify a lot in the core, I would suggest looking in enfold > config-templatebuilder > avia-templatebuilder first.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 millertimesites,
Please do as Rikard mentioned, to open a new thread and include admin login details in private.
Then also put a link to this thread so we can reference to it.Best regards,
NikkoNovember 23, 2018 at 2:58 am in reply to: Updating from 4.4.1 – Ok to update from dashboard? #1036832Hi jgoldberg1983,
Both should work, I haven’t tried the plugin but via ftp I’m sure it only changes files but settings should remain the same as they are stored in your database.
Best regards,
NikkoHi alanboyle5355,
Glad that we could help you. :)
Feel free to create a new thread if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Digno1,
Glad that we could help you :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi bakbek,
Can you give us a screenshot? so we can see how it looks on your end, since it’s seems fine on my end.
Best regards,
NikkoNovember 22, 2018 at 8:20 pm in reply to: Updating from 4.4.1 – Ok to update from dashboard? #1036777Hi Jonathan,
I see, I think with regards to Enfold 4.5 specifically with envato’s api changes there are some people (maybe most) that tried to upgrade in the dashboard but failed.
I think with the number of complaints we have regarding this issue, that’s why we suggested for now to update manually via ftp.Best regards,
NikkoHi robertolex,
I don’t see the error you posted.
Where can we see this?Best regards,
NikkoHi kilimats,
Glad that Victoria helped you :)
Let us know if you need further assistance or if we can close this thread.Best regards,
NikkoHey bakbek,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:959px) { .responsive.html_bottom_nav_header #top #menu-item-shop.cart_dropdown { right: 30px; } }
Hope it helps.
Best regards,
NikkoHi Digno1,
Thanks. It seems you have a different issue, I’m seeing this error in the console:
Failed to decode downloaded font
Try to check the solution here: https://css-tricks.com/forums/topic/custom-fonts-returns-failed-to-decode-downloaded-font/#post-238852
The user in this thread said it worked: https://kriesi.at/support/topic/social-media-icons-missing-in-latest-theme-update/#post-730174
Hope this helps.Best regards,
NikkoHi mslaiter,
I’ll be closing this thread then.
Thanks for using Enfold and have a great day!Best regards,
NikkoHey webmastergeus,
Try adding those scripts either in head or footer:
If you want to place it in the head: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section
If it’s in the footer: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-footer-sectionthen place this html code:
<div class=”afp-21a94c7628fa8d17e41908412fa89cce”></div>
where you like the form to be placed.
Hope this helps.Best regards,
NikkoHey RonicsFotografie,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { background-color: white; color: black !important; }
Hope it helps.
Best regards,
NikkoHi Steven,
Glad that you found an alternative solution. :)
Feel free to create a new thread if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi julie_ferrand,
Glad to hear that it’s resolved. :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Qombine,
That is coming from the layerslider plugin which is bundled with the theme, it is part of the theme but we just bundle it with the theme but do not make changes to the plugin.
You can remove it if you’re not using layerslider: https://kriesi.at/documentation/enfold/advanced-layerslider/#deactivate-layersliderBest regards,
NikkoHey Stefan,
You can check it on our documentation, if you want it place on the head, you can use: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section
Or if it’s in the footer you can use: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-footer-section
Hope this helps.Best regards,
NikkoHi Chris,
Glad that Mike helped you.
Thanks for using Enfold and have a great day :)Best regards,
NikkoNovember 22, 2018 at 7:29 pm in reply to: An error occurred updating Enfold 4.5: Download failed Problem downloading theme #1036744Hey pepin,
Please try the solution posted on this thread: https://kriesi.at/support/topic/update-enfold-18/#post-1004413
Or try to update manually via ftp: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#reinstall-or-update-using-ftp
Hope this helps.Best regards,
NikkoNovember 22, 2018 at 7:28 pm in reply to: Addind script to Footer.php in child theme (Onclick Mailchimp Subscribe Popup) #1036742Hi catchbudapest,
I’ll be closing this then :)
Feel free to create a new thread if you need assistance.
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts