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 #608371
A few questions
Closed

Comments

  • Creative Runway started the conversation

    A few things:

    1. Email share option - after post
      • Is it possible to add an email share option - after the posts, and next to the other social share options? This would be a great feature.
    2. Unify accent color
      • What is the best way to change the accent color that affects: links, hover on menu items, date above posts, date on related posts, social share icons, comments icon + text, etc.
    3. Comments to right, Social to the left
      • Is is possible to move the comments to the right and the social share icons to the left - below the posts.
    4. Swap date and title above post
      • I'd like to have the date above the post title if possible.
    5. Newer/older buttons - add characters?
      • For the "Newer" and "Older" buttons at the bottom of the blog, is it possible to add a character (such as "<" and ">") to appear beside the "Newer" and "Older" text?
    6. Console errors (screenshot)
      • I noticed some consoler errors (see screenshot) - is this something that can be resolved?

    Thank you

  •  1,845
    Elated replied

    Hi,

    1) Currently it\'s not a theme option. We will pass this request to our project manager for further analysis.

    2) To set first main color on your site to match other elements colors in Elated Options interface.

    3 and 4) Maybe with a bit of custom CSS, send me link to page where comments and share elements are visible.

    5) No.

    6) Will be fixed.


    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.

  • Creative Runway replied

    Hi,

    1. Yes please. This would be a *great* option

    2. Thanks. I\'ve done this now.

    3. Site is hidden right now. Will send a private reply with log-in details

    4. Okay

    5. Okay thanks.

  •   Creative Runway replied privately
  •  46
    Elated replied

    Hello again,

    3. Try to add this css code in Elated Options -> General -> Custom CSS field:

    .eltdf-post-footer .eltdf-comments-share-holder {
        display: block;
        width: 100%;
    }
    .eltdf-post-footer .eltdf-comments-share-holder .eltdf-blog-share {
        float: right;
    }
    .eltdf-post-footer .eltdf-social-share-holder:after {
        display: none;
    }

    4. you can try with this code:

    .eltdf-post-header .eltdf-post-info-date {
        margin-top: -55px;
    }

    But I would not recommend you doing this with custom css, there\'s no an elegant way for this.

    It would be better to change the theme template files to render date info before the post headline, but that requires a bit more digging into code.

    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.