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 #649959
Slide
Closed

Comments

  • Gregory started the conversation

    Hi Elated team,

    I'm facing with an issue regarding Slider on "Couture" template. As you can see here http://www.parisfaces.fr/ , there is a huge height space between main menu and the slider. Did I set something wrong?

    Another point, have you noticed any bug regarding the box layout? I tried several time to use as the overall template setting with a defined background image but I can't see it.

    Thank you very much!

    Gregory

  •  1,845
    Elated replied

    Hi Gregory,

    Please note, some third party plugin is messing up with your site, injecting empty images in content: http://screencast.com/t/SCnUuQmdp

    Please deactivate all of them and run test again, for both slider and background image on boxed layout.


    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.

  • Gregory replied

    Hi,

    Thank you very much for your prompt reply, I appreciate!
    Goods news, the space between main menu and slider is now fixed. Nevertheless, the boxed layout still doesn\'t work. Which is weird, as when doing a right-click in the site > show background image > I can see the background image. It just doesn\'t appear in the front page. Any ideas?

    Additionally, please find few questions I have:
    - Is there any way to fix the width of title box for blog-post (article). The dedicated zone is quite narrow and titles appear on 3 to 4 lines.

    - Can I remove the capital letter in the excerpt of each post, on the homepage? If doing so, would it be removed in the blog post too?

    Last thing which is not linked with the theme. Please consider this as a bonus question. Not a big deal if you can\'t help on this.

    - The current Instagram plugin (which is great) displays picture but not as square format for vertical/portrait photos. Is there any plugin which would always display square thumbnails no matter they are portrait/square or lanscape photo on Instagram.

    Thank you very much!

    Grégory


  •  1,845
    Elated replied

    Hi Gregory,

    1) Paste this snippet in Elated Options > General > Custom Code > Custom CSS field:

    @media  (min-width: 1000px) {
      .single-post .eltd-post-header .eltd-post-header-right {    
        width: 100%;    
        max-width: 751px;
      }
    }

    2) Snippet:

    .home .eltd-dropcaps {    
        position: relative !important;    
        display: inline-block !important;    
        float: none !important;    
        height: initial !important;    
        font-size: 14px !important;    
        line-height: 24px !important;    
        width: auto !important;    
        text-align: center !important;    
        border-top: none !important;    
        border-bottom: none !important;    
        margin-top: 0 !important;    
        margin-right: 0 !important;
      }

    3) Unfortunately, answer is negative, this is how image is stored on Instagram, with white space. It\'s just the way Instagram is working, if you upload image that isn\'t square, mobile app will offer you option to crop it. Otherwise, blank white space is added.


    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.

  • Gregory replied

    Thank you very much, it works well!

    Could you please get back to me regarding the boxed layout issue?

    Previous message:

    \"The boxed layout still doesn\'t work. Which is weird, as when doing a right-click in the site > show background image > I can see the background image. It just doesn\'t appear in the front page. Any ideas?\"

  •  1,845
    Elated replied

    Hi Georgy,

    Just paste this snippet in Elated Options > General > Custom Code > Custom CSS field:

    .eltd-wrapper-inner,
    .eltd-content {
        background-color: transparent !important;
    }

    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.