Forum Replies Created
-
AuthorPosts
-
May 27, 2019 at 4:35 am in reply to: Theme Options "Saving Didn't Work" & Problem with Avia layout builder #1104401
Hi kubera,
Thanks for fixing it, there’s still another error (error 406) that I could still see.
I have posted 3 screenshots in private content showing the error.
Here’s a relevant post that offers 2 possible solutions for this error: https://www.tipsandtricks-hq.com/apache-mod-security-update-how-to-fix-error-406-or-not-acceptable-issue-259
Hope it helps.Best regards,
NikkoHi keep12,
I apologize for my mistake, it was supposed to be can you give us a screenshot on how it looks on ios 12? so we can have a comparison on how it looks.
Best regards,
NikkoHi jnightingale,
It seems that wordfence is causing this issue, there are some users that claimed disabling wordfence firewall fixes this for them:
– https://kriesi.at/support/topic/conflick-avia-editor-spinning-after-wordpress-4-5-update-and-code-functions-fix/#post-623155
Can you try to check it out? and if it does maybe set it to learning mode instead.
Hope this helps.Best regards,
NikkoHi ofekw,
Can you try using this css code instead:
#top.single-post #main .container { max-width: 1024px; }Best regards,
NikkoHi webdesign,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi jnightingale,
You just need to add this code in your functions.php:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }Best regards,
NikkoHi Richard,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey AuroraArcus,
Okay, thanks for using Enfold. :)
Best regards,
NikkoHi ginnywills,
We’re glad that we could help.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi nicolasweh,
Thanks for elaborating it.
It’s a bit advanced stuff and it could not be done with just few css or js tweaks so it’s outside the scope of our support.
Maybe these links can help:
– https://stackoverflow.com/questions/25279654/one-page-navigation-remove-in-url-when-using-anchor-tags-in-wordpress-menu
– http://jelaniharris.com/2008/remove-anchors-from-a-url-in-javascript/Best regards,
NikkoMay 24, 2019 at 6:35 pm in reply to: Theme Options "Saving Didn't Work" & Problem with Avia layout builder #1103989Hi kubera,
Glad that the site address url issue is fixed.
As for the mixed content issue, it’s not just the fonts, but it includes js, css and php files (see screenshot in private content).
This usually happens when site is https but in Settings > General it’s not using https.
Usually fixing it in WordPress Address (URL) and Site Address (URL) does the job, other workaround is using search and replace to replace http://yoursite to https://yoursiteBest regards,
NikkoMay 24, 2019 at 6:25 pm in reply to: Quick question, how do I change the background color when using the boxed layout #1103979Hi OriginsSpeak,
We’re glad to hear that it’s fixed :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Justin,
We’re glad that this is resolved :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey DEmobilezeitgeist,
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 an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHey Roland,
I think it’s a bit complicated to use columns inside accordion since you will need to use shortcodes.
Please refer to our documentation: https://kriesi.at/documentation/enfold/accordion/#accordion-style3Best regards,
NikkoHi kontrastreich,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey BarOhayon,
Try to clear the browser cache, if you have a caching plugin you may need to flush out the cache.
You can also try to go to Enfold > Performance and try to disable Css minification.Best regards,
NikkoHey Tom,
Can you give us more context on what you’re trying to achieve? maybe a link or a screenshot? so we can atleast tell if this is doable or can be done with some css.
Best regards,
NikkoHey nicolasweh,
I’m not sure I understand what you are trying to achieve.
Can you give us a screenshot? section ids does not show in the url by default.Best regards,
NikkoHi farrahhaidar,
We’re glad that you were able to fix it.
Let us know if you need further assistance.Best regards,
NikkoHey keep12,
Can you give us a link on how it should look? maybe we can try to compare and fix it.
Best regards,
NikkoMay 24, 2019 at 6:07 pm in reply to: Theme Options "Saving Didn't Work" & Problem with Avia layout builder #1103960Hi kubera,
I have noticed in the web inspector that there are a lot of mixed content error.
I checked in Settings > General and replaced http to https in WordPress Address (URL) and Site Address (URL), however instead of it being fixed it returns redirected you too many times. ( I sincerely apologize for this ).
To fix this, you can temporarily add this in wp-config.php:define( 'WP_HOME', 'http://example.com' ); define( 'WP_SITEURL', 'http://example.com' );as specified in the codex: https://wordpress.org/support/article/changing-the-site-url/
Best regards,
NikkoMay 24, 2019 at 5:55 pm in reply to: How to add Enfold Elements when editing with Gutenberg? #1103958Hi bakbek,
Are you referring on using the Magic Wand?
Try to use Classic under Formatting and you should see it.
Hope this helps.Best regards,
NikkoMay 24, 2019 at 5:47 pm in reply to: Can not duplicate solution as discussed on topic #1078973 #1103957Hi norm4u,
Thanks for giving us both admin and ftp access.
The magazine.php in the shortcodes folder isn’t fetched because this code was commented out://add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);I just removed the comment and it worked :)
Best regards,
NikkoHi Pas7o,
You’re welcome, just let us know if you need further assistance.
Best regards,
NikkoHi blackyesnegro,
Thanks, I can access your site now.
It seems that the featured image fetched is wrapped in a anchor tag (or a link) that’s why this issue is appearing.
I think it might be from one of the plugins or maybe from the child theme.
Can you try to switch to the parent theme and disable all plugins? and check if the issue still persists or not.Best regards,
NikkoHi Richard,
Thanks for giving us access to the file manager.
It’s fixed and you can change the password now.
The problem was in line 358 of your functions.php:wp_enqueue_script( 'jquery' )it was just missing a semi-colon. :)
Let us know if you need further assistance.Best regards,
NikkoHi neotel2k,
We’ll need both access and have it public since it’s needed when testing via pagespeed or gtmetrix.
I haven’t tested this yet but it has high ratings, maybe you can try this one: https://wordpress.org/plugins/wp-staging/Best regards,
NikkoHi jnightingale,
Thanks, I have checked it but for some reason this error is appearing (screenshot in private content).
Can you try to enable the Avia Layout Debugger? you can refer on our docs: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-modeBest regards,
NikkoHi Jessica,
No worries, glad that you found the option :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
