Forum Replies Created
-
AuthorPosts
-
Hi Mike, thanks for the reply. I will try to find a solution. I don’t want to have portrait formats displayed, but I want the slideshow to be displayed in the width of the mobile device.
Greetings
Nicky
I’m sorry, at the moment it´s working fine.I don’t know, what the problem is. I´ll wait some hours and check it again…
Thanks for your answer…
August 3, 2020 at 7:47 pm in reply to: Length Parameter must be greater – Update not possible and error messages #1234933Problem was fixed! I’m sorry!
It works now, I’m sorry!
Thank you for very good service!!
Hi, that’s the right way to login on my backend.
Try this (private content)
Oh, I’m sorry. The Link is in private content
Now it works. This code in the functions.php of the theme was the solution:
function cf7_dequeue_scripts() {
$load_scripts = false;
if( is_singular() ) {
$post = get_post();
if( has_shortcode($post->post_content, ‘contact-form-7’) ) {
$load_scripts = true;
}
}
if( ! $load_scripts ) {
wp_dequeue_script( ‘contact-form-7’ );
wp_dequeue_script(‘google-recaptcha’);
wp_dequeue_style( ‘contact-form-7’ );
}
}
add_action( ‘wp_enqueue_scripts’, ‘cf7_dequeue_scripts’, 99 );Thanks for help. N.
Unfortunately this is not the solution. Sorry
I’ve tried several times. It’s not working.
It isn’t works on mobile devices.
Experts warn against this code, because ReCaptcha will lose its function. Please read the text about Avia-Settings a few answers before. . I need a solution for this.
Hi and thank you. I use this code broadly and it works, only not with mobile devices.
Hello Jordan, thanks for the quick answer. Unfortunately, this code does not work either. But I got this answer in the WordPress forum:
“It seems your custom CSS is limited to a certain screen size from within your Avia settings.Play around with the settings there to make sure it is globally applied for all screen sizes and not just desktops.
If you can’t figure it out, as your approach is specific to the Avia theme, you’ll have to ask them through their support channels, or find another way to add your CSS globally (there are plugins for that).”Is it possible to do something about it?
When I change in “display none” ReCaptcha will not works for safety. That’s the probleme.
Thanks for your answer. This CSS does not work and the title remains visible again. I don’t want to remove the lettering, I want to see further, but not all the time with the mobile view. I read about possibilities in CSS that support a long-tap, the hover of mobile devices. It must be possible to support the display of the title and an overlay on mobile devices, as in other themes. If you go to the page I sent you, you will also see that the font is hard to see on the image without an overlay. I would be happy to send you an example of an other page where the mobile view works as I wanted it to. But I bought the Enfold theme. Please test the page on mobile devices
I‘m sorry. Yesterday in the morning we changed the login. Here are the correctly login:
Thanks so much!
This reply has been marked as private. -
AuthorPosts