Forum Replies Created
-
AuthorPosts
-
Hi DiaHo,
I have checked your site and I can see the latest Enfold theme (version 4.5.7) in Appearance > Themes.
I tried to activate it temporarily and it does work fine and didn’t see any issue.Best regards,
NikkoHi Sandro,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
button.pum-trigger { padding: 9px 22px; cursor: pointer; border: none; -webkit-appearance: none; border-radius: 0px; background-color: #719430; color: #ffffff; border-color: #507210; } button.pum-trigger:hover { background-color: #83a83d; color: #ffffff; border-color: #61861b; }Hope it helps.
Best regards,
NikkoHey larryignazio,
Thanks for giving us admin access.
This is fixed, there are lots of errors in Quick CSS, some have no { or the closing bracket was wrong and this was used instead ).
And also there are comments like this:---------------------Explorer------------------I just replaced it with:
/*---------------------Explorer------------------*/All is good now but the caching is pretty hard so I have disabled css merging and minification for the meantime.
Best regards,
NikkoHi Chris,
I have tried to flush out the cache and temporarily disable wp super cache and autoptimize plugin and disabled js/css merging and minification to see clearer the error on the web console.
I get the following result in the screenshot in private content.
Can you try to flush out the cache and temporarily disable all plugins and switch it to the parent theme? maybe plugins or some codes in the child theme are causing it.Best regards,
NikkoHi pulsarelektronik,
Can you tell us what version of Enfold you’re using?
Best regards,
NikkoHey Sandro,
Can you give us a link to the page shown in the image you provided?
You can post it in private content, if you want it to be shown only to the moderators.
It might be fetching other css that’s why the button looks different.Best regards,
NikkoHi Fionadee,
We apologize for the delayed response and we are glad to hear that it’s fixed.
Child themes needs to have 2 required files, style.css and functions.php.
style.css needs to have Theme Name and Template, then functions.php will need atleast enqueue the style.css.Best regards,
NikkoHi Christine,
Can you try to edit wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > audio-player > audio-player.css and replace all of its content with: https://pastebin.com/F2TxtExE
And also edit wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > audio-player > audio-player.php and replace its content with: https://pastebin.com/mSwqdnjg
Let us know if this helps.
Regards,
NikkoHi Justine,
You’ll find wp-config at the root of your WordPress file directory and you can add the code there, you won’t be able to access it via Appearance > Editor, so you’ll need to access it via ftp or cpanel.
For more information on this you can check the codex: https://codex.wordpress.org/Editing_wp-config.php#Disable_Javascript_ConcatenationCan you give us ftp access? so we can check further on this as well. To be honest, it’s also unclear why this is happening but the most common case is wordfence and some plugins causing this.
Would it be okay if we temporary try to isolate and debug the issue, your live site will need to be under maintenance.Best regards,
NikkoHi Velli,
Is it already uploaded in Media Library?
Can you give us temporary admin access? so we can check it further.Best regards,
NikkoHi neotel2k,
Yes, Can you try to clone your live site using this plugin: https://wordpress.org/plugins/duplicator/
Here is an article that teaches how to do it using that plugin: https://themeisle.com/blog/clone-a-wordpress-website/Best regards,
NikkoHi Zrated09,
Thanks for giving us access.
Can you try to disable the masterslider plugin?Best regards,
NikkoHi DEmobilezeitgeist,
I tried to login to your site however when I try to go to the login page (link in private content) I’m getting 503 Service Unavailable (screenshot in private content)
Best regards,
NikkoHi BeyondMS,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMay 29, 2019 at 5:14 pm in reply to: Theme Options "Saving Didn't Work" & Problem with Avia layout builder #1105201Hi kubera,
It seems to be fixed, I have tried again to make changes on your homepage (link in private content)
I added this Special Heading: “Heading Text for Testing Purpose” at the bottom.Best regards,
NikkoHi justnet,
I see, glad that it works :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi navindesigns,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi jnightingale,
I have tried the same as well but I still could not figure out why it’s not working on your end.
I can still see this in the web console (screenshot in private content).
Can you try adding this in your wp-config.php file (please don’t remove until the issue is fixed):define( 'CONCATENATE_SCRIPTS', false );Here is another thread that might help fix it: https://kriesi.at/support/topic/avia-spinning/
Best regards,
NikkoHi keep12,
We apologize for the late response.
Can you try switch to a default wordpress theme like twentynineteen and check if this bug still appears?
I don’t agree that the issue is css since it only alters designs and not really how it functions (maybe some animations) and you can verify this using a web inspector.
Also when using web inspector I noticed that you the form is inside an iframe, and found out that there’s an “iOS 10-12 WebKit (Safari/Chrome) iframe focus bug”, here’s a link on it: https://stackoverflow.com/questions/52826005/workaround-for-ios-10-12-webkit-safari-chrome-iframe-focus-bug
There’s a solution posted there which we can try, please try to add this at the bottom of your functions.php:function iframe_form_fix(){ ?> <script> document.addEventListener('touchstart', {}); </script> <?php } add_action('wp_footer', 'iframe_form_fix');Hope this works.
Best regards,
NikkoHi Nora,
Thanks for using Enfold and have a great day!
Best regards,
NikkoHi Nora,
We’re glad that we could help :)
Let us know if you need further assistance or if we can close this thread.Best regards,
NikkoHi beenee,
You’re welcome and thanks for using Enfold :)
Just forgot to close before XDBest regards,
NikkoHey wahinegaret,
It seems that there’s some code injected into the head preventing the other css files from being loaded (see screenshot in private content).
Can you try temporarily disabling all plugins except for the ssl plugin? and check if it loads the css files correctly.Best regards,
NikkoHi Nora,
You just missed it, just edit the Masonry Gallery then click on Add/Edit button.
A popup window should appear with the images, click on a single image and look on the right sidebar, it has the Custom Field link.
I have posted a screenshot in private content.
Hope it helps.Best regards,
NikkoHey navindesigns,
The login credentials didn’t work, please check.
I can see this error in the web console (see screenshot in Private Content)
Can you try to use a url shortener like https://bitly.com/ to replace the current Residents Login link? I think once the error is removed and the scripts run properly, the slider will show up properly as well.
Hope it helps.Best regards,
NikkoHi Zrated09,
Please provide us with temporary admin access as Rikard requested.
We will need it to check further as we could not replicate the issue on our end.Best regards,
NikkoHey Jason,
I think the only way to do this is to tweak avia.js, and tweak the code for the burger menu.
To replace avia.js with your customized avia.js please refer on this thread: https://kriesi.at/support/topic/custom-avia-js-in-child-theme/#post-1060668Best regards,
NikkoHey Ute Solf,
Thanks for contacting us!
Enfold 4.2 is already obsolete with the release of WordPress Major update (version 5), the layout might not be working because of the Gutenberg editor, for the meantime, please install Classic Editor plugin and that should pull back the standard classic editor used in WP versions 4.x and below.
As for theme update, envato/themeforest has updated their API and no longer uses API key and uses token instead.
We suggest doing a manual update just this once, you can refer to our documentation: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftpBest regards,
NikkoHi panda,
We apologize for the delayed response and I see your point now.
Unfortunately, Advanced Layout Builder works for the single page that you’re working and could not be fetched via blog posts and because of this limitation the excerpt is fetched instead.
If you need to use elements for Advanced Layout Builder there’s a workaround using a magic wand tool that’s available in the standard editor.Best regards,
NikkoHi neotel2k,
I apologize for the delayed response.
If it is put on another domain it will not be accurate anymore since server response time will be different.
And server settings will also be different.Best regards,
Nikko -
AuthorPosts
