Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1977651
footer display
Closed

Comments

  • swelldesignco started the conversation

    1. My footer is not displaying correctly on mobile.


    2. Is there a way to put a background color with opacity just behind the text in the main image on the homepage so it is more readable? 

    INTERIOR DESIGN FOR MODERN LIVING
  • swelldesignco replied

    I got the footer to display on mobile, but the instagram feed images are really large and not rotating as they do on desktop.

  •  1,845
    Elated replied

    Hello there,

    I apologize for the late reply, we have been getting a lot of messages daily and are trying our best to keep up with every request. I hope you can understand.

    1- In order to setup the footer for mobile devices please copy the following code into Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS

    footer.eltdf-page-footer.eltdf-footer-uncover {
        height: 95% !important;
        overflow-y: scroll;
    }

    2- In order to set a background behind the title on the home page please copy the following code:

    h1.eltdf-custom-font-holder.eltdf-cf-5126.eltdf-disable-title-break {
        background: #5885a069;
    }

    and simply change the color attribute to be what ever you'd prefer.

    3- In order to make the images of the Instagram feed smaller please try using the following code:

    .eltdf-owl-slider .owl-item img {
        max-width: 100%;
        width: auto;
        margin: auto;
    }
    

    Or you could use an alternative plugin for the Instagram feed: https://wordpress.org/plugins/instagram-feed/

    Hope this helps if there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • swelldesignco replied

    Hi, thank you for those tips. I have a few more issues.

    1. When I create a new blog post the editing screen does not look the same as when I edit the imported content. See screenshot.

    2. Can you tell me how to center the top image I have on the homepage at http://test.swelldesignco.com/


    Thank you


  •  1,845
    Elated replied

    HI there,

    1.

    You need to enable the WPBakery plugin for editing posts.

    You can do this in WPBakery >> Role Manager:

    http://prntscr.com/ni6yxd

    2.

    Your image looks centered:

    http://prntscr.com/ni6zna

    Have you resolved this in the meantime?

    Regards,

    Marco


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.