Forum Replies Created
-
AuthorPosts
-
Hi,
I’m not really sure what’s going on there but resetting the instagram options from scratch might help. Follow these steps:
// https://kriesi.at/support/topic/instagram-widget-did-not-return-200-specify-username/#post-1031501
Best regards,
IsmaelNovember 15, 2018 at 9:36 am in reply to: Sliders and regresive count not working on home page #1033854Hi,
Did you add any custom modifications to the theme? The slider is working properly when the lightbox option is disabled. Please try to update the header.php file.
Best regards,
IsmaelHi,
The dev team are currently working on this. Based on the updated codes for Gutenberg compatibility on the theme’s repo, the upcoming solution is to add a switch button between the Gutenberg editor and the advance layout builder. You won’t be able to actually edit the theme elements with Gutenberg but you will be able to use the advance layout builder inside the gutenberg editor page. Basically, the compatibility fixes will hide gutenberg and replace it with the advance layout builder. I’ll tag Guenter and Kriesi for clarification.
Best regards,
IsmaelNovember 15, 2018 at 9:10 am in reply to: Drop down menus and cart are transparent, recurring issue #1033846Hi!
Again, those missing dependency reports are not critical, so they won’t affect your site in anyway. The avia_modal_js script is reported as missing because it’s only needed or loaded when you’re using the advance layout builder. You don’t have to worry about those warnings.
Cheers!
IsmaelHi,
Adjust the code a bit:
.sidebar .current-cat a, .sidebar .current-cat .children li a { color: orange; }
Don’t forget to remove the browser cache prior to checking the page.
Best regards,
IsmaelHey!
Great! Good to hear. We’ll close the thread now.
Have a nice day. :)
Cheers!
IsmaelHi,
Thanks for the info. That is the default style of the featured image. The width is set to 100% so it will inherit the width of the parent container. You can adjust the width property to auto if you want to display the actual width of the image.
.small-preview img, .big-preview img { width: auto !important; }
Best regards,
IsmaelNovember 15, 2018 at 8:55 am in reply to: Color section: No button hover w/ bg. overlay / No diag. section border w/o bg. #1033839Hi,
Did you enable the File Compression settings? It might still be using the old css. Try to disable the compression from the Enfold > Performance panel temporarily. Or post the login details in the private field so that we can test it.
Best regards,
IsmaelHi,
Odd. It’s working properly on my end. Please try this again:
add_action('wp_footer', 'ava_color_closed_event', 9999); function ava_color_closed_event() { ?> <script> (function() { document.addEventListener( "DOMContentLoaded", () => { const et = document.querySelector('.tribe-events-single-event-title'); const etm = document.querySelector('.tribe-events-month-event-title a'); if( ( et && et.textContent == 'Closed' ) || ( etm && etm.textContent == 'Library Closed' ) ) { etc = et ? et : etm; etc.style.color = '#c20b1a'; } }); })(); </script> <?php }
If it doesn’t work, please post the WP login details in the private field. Make sure that the Appearance > Editor panel is accessible.
Best regards,
IsmaelHi,
Did you remove the script? That code should look for every sections and grid inside the body container and append it to the main wrapper. I would like to test it but the Appearance > Editor panel is not accessible. Please enable it or post the FTP details in the private field.
You may need to set the builder to debug mode:
// https://kriesi.at/support/topic/debug-builder/
Best regards,
IsmaelNovember 15, 2018 at 8:43 am in reply to: How can I put in the Google Captcha in the Enfold contact form #1033830Hi,
Glad it’s working. To fix the “jump” issue, look for this line:
window.location.hash = grecaptcha.getResponse();
Below, add this code:
if( history.pushState ) { history.pushState(null, null, window.location.hash); } else { location.hash = window.location.hash; }
Best regards,
IsmaelHi,
Glad it worked. Try to remove the “avia_events_custom_post_nav” filter on a “after_setup_theme” or “init” hook.
add_action( 'after_setup_theme', function() { // remove filter here }, 10 );
// https://codex.wordpress.org/Function_Reference/remove_filter
Best regards,
IsmaelHi,
Thanks for the update. As a workaround, you can use the default video shortcode.
// https://codex.wordpress.org/Video_Shortcode
Is it working properly for youtube videos?
Best regards,
IsmaelNovember 14, 2018 at 3:14 pm in reply to: Einstellung – MyEnfold Child Theme Optionen und Customizerbereich futsch #1033520Hey frosch178,
Thank you for using Enfold.
The theme options are stored in the database and a backup of that option can be created inside the Enfold > Import/Export panel. Just export the theme settings file and import it back when needed. Unfortunately, we can’t help you restore entries from your local installation. You may have to redo the settings if you forgot to create a copy of the settings or a backup.
Best regards,
IsmaelHey kalencolt,
Thank you for using Enfold.
You may be able to achieve the gallery tiles with the masonry gallery element but you have to add a few css codes in order to control the height of the grid row cells.
Best regards,
IsmaelHi,
I re-added the markup of the sub menu element in the functions.php file. This time I used the actual submenu shortcode instead of the html.
Best regards,
IsmaelNovember 14, 2018 at 2:44 pm in reply to: Line Showing Under Diagonal Borders Even Enfold Demo Sites in Chrome for Android #1033512Hi,
Thanks for the info. That is quite helpful. Unfortunately, we can’t address issues that are related to the phone settings. We’ll close the thread now.
Best regards,
IsmaelHey Guenter,
Thank you for using Enfold.
We’ll forward the issue to our devs.
Best regards,
IsmaelHi,
Thanks for the update. This css code should change the color of the current category item.
.current-cat.cat-parent a { color: red; }
Best regards,
IsmaelHi,
You have to provide the url of the page where the form is so that we can check the issue. For added security, please enable form captcha and install a security plugin such as Sucuri or WordFence.
Best regards,
IsmaelNovember 14, 2018 at 12:32 pm in reply to: Customizing messages & fixing behaviour of MailChimp content element #1033470Hi,
2.) That is actually how it’s supposed work. I think most users will remember if they opt in to a certain newsletter or not. You should, however, make sure to remind them to validate their subscription via email on their first attempt. You can put that reminder on the form’s “Message Sent label” or to the page where you want to redirect the user. You can also adjust the message by using the “avf_mailchimp_messages” filter, so that you can inform the users that they have already subscribed to the form but forgot to validate their email addresses.
Example:
add_filter( "avf_mailchimp_messages", function($message) { $message['already'] = "This email is already subscribed. Please validate your email address etc etc..". return $message; }, 10, 1) ;
Yes, you’re right about the middle layer saving the subscriptions but it’s not Enfold. It’s directly saved in the mailchimp’s database.
1.) I think this is happening because the email address is still present in the archive list. Again, you can use the filter above to change the message with a link to another form so that users can request for reactivation if they want to resubscribe to the list. You can then manually resubscribe the email address in your mailchimp panel.
// https://mailchimp.com/help/resubscribe-a-contact/
Best regards
IsmaelHi,
The API key in your functions.php file overrides the one inside the Google Services panel, so you have to disable or remove it completely. Just create a backup in case we need it again. After removing the code, go back to Google Services panel and revalidate the key. You don’t really need to do this but it might be good to re-update the API key in the database. Let us know how it goes.
And in the off chance that it’s still not working, get the code backup and replace the API key with the new one and add it back to your functions.php file.
Best regards,
IsmaelNovember 14, 2018 at 11:22 am in reply to: Form inside codeblock not dispaying properly URGENT PLEASE #1033437Hi,
You’re welcome. Please feel free to open a new thread if you need anything else.
Have a nice day. :)
Best regards,
IsmaelNovember 14, 2018 at 11:20 am in reply to: Change color section full-width to make it aligned with masonary with big gap #1033434Hi,
Thanks for the update.
The masonry element on the portfolio page is already fullwidth.
// https://imgur.com/a/hlhoo8j
Have you tried adjusting the Enfold > General Layout > Dimension > Maximum Container Width to 1920px? You can also set the value to “90vw”, which is 90% of the browser width or viewport.
Best regards,
IsmaelHi,
You should put it in the functions.php file, not functions-enfold.php. Please post the login details in the private field including the reCAPTCHA keys. We would like to test it.
Best regards,
IsmaelNovember 14, 2018 at 11:01 am in reply to: Color section: No button hover w/ bg. overlay / No diag. section border w/o bg. #1033413Hi,
It’s still the same with or without the php extension. I actually get a 404 page when I append “php”. Did you change the login url?
Best regards,
IsmaelHi,
@milkboy31: I would like to apologize if you didn’t get a timely support but I’m glad that you found the issue. Thanks for sharing. I hope it helps Jarvic.Best regards,
Ismael -
AuthorPosts