Forum Replies Created
-
AuthorPosts
-
Hi,
Glad that you figured it out. And we would like to apologize for not replying immediately. Please feel free to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelMay 31, 2019 at 6:55 am in reply to: Video: Lazy Load does not work (non-rendered shortcode only) #1105595Hi,
couldn’t this option “loop on/ off” be considered as option in a future version?
This is possible with the current shortcode, but you need to use youtube or vimeo. Set the loop parameter to false or 0.
Example:
https://www.youtube.com/watch?v=G0k3kHtyoqc&autoplay=1&mute=1&loop=0Best regards,
IsmaelHi,
Thanks for the update.
Did you disable the WP login account? It’s no longer working. We can’t add the twitter social icon and check whether the filter is working or not.
Best regards,
IsmaelHi,
Thank you for the clarification. We’ll forward that to the dev team.
We will probably add another filter right after the recaptcha authentication. Something like this:
$proceed = $this->check_recaptcha_token( $new_post['label_input'] ); if( $proceed ) { delete_transient( 'avia_recaptcha_transient_' . $proceed ); $proceed = apply_filters( 'avf_form_send_recaptcha_authenticated', true, $new_post, $this->form_params, $this ); }That should allow you to change the value of the $proceed based on certain conditions even when the spam protection is enabled.
Best regards,
IsmaelMay 31, 2019 at 5:18 am in reply to: Masonry – Portfolio Entry Displayed Although It Doesn't Meet Condition #1105588Hi,
The filter should be added in the child theme’s functions.php file. It enables the same_category parameter.
In case you don’t have a child theme yet, the documentation should help.
// https://kriesi.at/documentation/enfold/child-theme/
Best regards,
IsmaelHi,
@allyson3: Have you tried @Guenni’s suggestion? I think that’s a better solution.Anyway, you can use this css code to prevent the overlap.
@media only screen and (max-width: 767px) { .s_line { position: relative; top: auto; left: 4px; } }Did you manage to change the burger menu color? The background color is set to #a64e06.
Best regards,
IsmaelMay 31, 2019 at 4:58 am in reply to: Masonry Gallery pagination links jump to top of page instead of to gallery #1105584Hi,
Glad it worked. You should create a child theme if you don’t want it to be removed on update.
// https://kriesi.at/documentation/enfold/child-theme/#how-to-install-the-child-theme
Best regards,
IsmaelMay 31, 2019 at 4:56 am in reply to: Background FIXED so that the info is scrollable over the top of the image #1105582Hi,
Thanks for the update. And sorry for the confusion.
Add this code in the child theme’s functions.php file:
// load shortcodes.js in the child theme function ava_wp_enqueue_scripts() { wp_dequeue_script('avia-shortcodes'); wp_deregister_script( 'avia-shortcodes'); wp_enqueue_script('avia-shortcodes', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery')); } add_action( 'wp_enqueue_scripts', 'ava_wp_enqueue_scripts', 100 );After that, create a “js” folder inside the child theme directory and put the modified shortcodes.js file inside.
Best regards,
IsmaelHi,
Thank you for the info.
Did you check the screenshot? Is that what you’re seeing on your end?
Best regards,
IsmaelHey!
If you have additional question, please create a new thread. We’ll close this one.
Regards,
IsmaelHi,
Wrap this code inside one of your css media queries.
#top #wrap_all #text-7 .textwidget h1 { display: none !important; }That code should hide the text on mobile view.
By “css media queries”, I am referring to this code.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ }Add the code inside.
Best regards,
IsmaelHi,
@richardwilding: Using the “avf_logo_final_output” filter should work in your case. Use the polylang’s conditional function to switch the logo for each language.// https://kriesi.at/documentation/enfold/logo/#change-the-logo-image-on-some-pages
Best regards,
IsmaelMay 31, 2019 at 4:41 am in reply to: Masonry Gallery mobile Version do not work like the desktop Version #1105572Hi,
Thank you for the clarification.
Are you sure that you want to remove the caption overlay? The masonry title and captions become a bit difficult to read when the background is removed.
.main_color .container .av-inner-masonry-content, .main_color .container .av-masonry-entry .avia-arrow { background-color: transparent; }Best regards,
IsmaelHi,
Are you sure that you’re using the post slider or the blog posts element set as grid layout? Try to replace this line:
$acf_provacat = get_field('provacategorie');.. with:
$acf_provacat = get_field('provacategorie', $the_id);Best regards,
IsmaelHi!
Thank you for the update.
The site is not on maintenance mode, so it’s accessible even when we’re not logged in. The htaccess authentication isn’t there yesterday if I am not mistaken. Anyway, we need to access the dashboard. Please provide the WP login details.
Best regards,
IsmaelHi,
Great! Glad it’s resolved. We’ll close this thread now.
Have a nice day.
Best regards,
IsmaelHi,
@fulanoinc : Thank you for the update. Please continue on the next thread. We’ll close this one.Best regards,
IsmaelHi,
You’re welcome! Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelMay 31, 2019 at 4:20 am in reply to: Site moved to new server – masonry, portfolio grid and Blog posts not working #1105557Hi,
Yes, we need to have access to the dashboard. Please post it in the private field of the new thread. We’ll close this one.
Thank you for the update.
Best regards,
IsmaelMay 31, 2019 at 4:18 am in reply to: Inserting URLs in text tab with a parameter named 'region' #1105555Hi,
Sorry for the delay. We are not able to debug the issue because the login token has expired. You can keep the dawn_content_filter for the meantime.
Best regards,
IsmaelHi,
Thanks for the update.
We can still see a lot of errors in the console and the scripts are still concatenated. Are you sure that the “CONCATENATE_SCRIPTS” is already set to false? Please post the FTP details in the private field so that we can debug the issue further.
Best regards,
IsmaelHi,
We added this css code at the very top of the Quick CSS field.
#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul .current-menu-parent > a { color: red !important; }Please adjust the color value and don’t forget to remove the browser cache prior to checking the page.
Best regards,
IsmaelHi,
Thank you for the info.
We can see that there’s an error in loading the response messages but we are not sure what’s causing it, yet. Can you give us access to the file server? Please post the FTP details in the private field.
Best regards,
IsmaelHi,
The pdf file is no longer available. Could you send it again? Or you can upload the screenshot to imgur.
Thanks for the update.
Best regards,
IsmaelMay 30, 2019 at 3:02 pm in reply to: is it possible to load reCAPTCHA v3 only on needed Pages #1105436Hi,
No problem. We’ll close this now. @guenter is currently improving the reCAPTCHA script, and it will probably be included in the next patch.
Best regards,
IsmaelHi,
The theme doesn’t contain that widget by default. It’s from a plugin or a custom script on your installation. Please check it carefully.
I have already asked the team to check the thread, but I’ll try to ask again.
Best regards,
IsmaelHi,
so there is no way of bumping the overlay text below the image in mobile view?
That is not possible, unfortunately. The overlay and the background image belong to the same container.
And how to add the extra image above the area only in mobile view
Use the elements’ Screen Options. Just insert another image element and adjust the Screen Options to toggle its visibility.
Best regards,
IsmaelHi,
You’re welcome! Glad we could help.
Please take a moment to review our theme and show your support https://themeforest.net/downloads
And don’t forget to bookmark the Enfold Documentation for future reference.Thank you for using Enfold.
Best regards,
Ismael -
AuthorPosts
