Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #579051

    Hi wonderful team

    I have problem in that Q

    1. The Responsive content (layer-slider) is not play good in mobile, tablet in landscape and portrait view :-( There is white border framed in my picture. Is not full width 100%. The link is in private

    2. After update wordpress my left sidebar in link (private) is bottom of my page. I try toggle in dimension but without fix.
    If i deactivate my AIOSEO plugin then all is good. I talk in AIOSEO support and tell me the problem is with themes (enfold) in Css grid. I try to fix the line 72 with 80% (instead 100%) and fix but the grid in first colour code is not disappear. Can you fix it ?

    Thanks

    #580053

    Hi artemis25!

    Please do not double post.

    1. Add this to your custom CSS.

    .avia-layerslider { border: 0px !important; }
    

    2. I’m not sure what’s going on with the plugin. I would try uploading a fresh copy of the theme and contact the plugin authors to see if they have any idea on what it could be.

    Best regards,
    Elliott

    #580198

    2. I have allready contact with author and this is the answer:
    https://wordpress.org/support/topic/problem-in-sidebar-after-update-wordpress?replies=9#post-7991014

    I have tried to fix left sidebar but vertical grid still exist in the first color section (in photo. See my page)). I manage to fix the left sidebar.

    1. I add above solution in quick css but not fix. Can you fix it to play image layerslider in width 100% in mobile and tablet please ? Can you try it please ?

    thanks

    • This reply was modified 8 years, 1 month ago by artemis25.
    #581598

    Hi!

    Would have been better to separate both question into two tickets.

    1.) Try this code in Quick CSS for iPad portrait view:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    img.ls-bg.ls-preloaded {
    width: 100% !important;
    height: 500px !important;
    top: -91px !important;
    left: -158px !important;
    }}
    

    adjust max-width and min-width values of media queries for other screen sizes. Check out this for more infos on how to do it: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    2.) I checked your site and it looks good to me. Can’t see any issue, but I don’t know how it’s supposed to look like instead. If the plugin is not compatible and the plugin’s author does not offer any solution for you, then you might need to search for another plugin or hire a freelance developer to make the plugin compatible with your theme.
    Cheers!
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.