Site logo

Archived topic

How to remove frames?

14 replies · Started by Любомир on May 21, 2020

Viewing posts 1–15 of 15

How to remove frames?
I'm trying to install a slider from an elementor .. But these frames around the slider - I just can’t remove it ..
Help solve this problem! It should not be so difficult to do, probably I'm just tired))
my site
foto

Hi there,

edit that Section in Elementor and in the settings change the Content Width to Full Width

I so did gray .. Ser, I can give you access to my site, but for me I need your electronic address.

Email )))

The section is still set to Boxed Width:

You just need to edit the template in Elementor and set the Section to Full Width:

I followed your instructions.
I tried all the options. Completely disabled the elementor, tested another slider, enabled the parent theme, disabled all the extra plugins, nothing helped me. What should I do next?

For the Soliloquy slider - do the have an option for Full Width?

If not ... try this CSS:

.soliloquy-container,
.soliloquy-container .soliloquy-image {
    max-width: none !important;
    width: 100% !important;
    height: auto !important;
}

Sir! You are the god of your work !!!
Thank you very much!!!

Haha :) glad to be of help

Last question Ser!
How to hide my slider from mobile phones?
In the settings of the Hook Element, I did not find such an opportunity ..

Edit the hook element and try wrapping your shortcode in this function:

<?php if ( !wp_is_mobile() ) : ?>

   ADD YOUR SHORTCODE HERE

<?php endif; ?>

Wow. Everything works as it should!
Thank you very much!!!

Awesome - glad to hear that :)

This archived topic is closed to new replies.