Okay
  Public Ticket #1221877
Youtube video link
Closed

Comments

  •  2
    spivakova started the conversation

    Hello!

    I need your help.

    1. Could you please provide me with instructions of how to place a Youtube video link so in the video there is a link to share on the up right corner. (see the attachment)

    2. And is it possible to make Read more link on the main blog page?

    Thank you in advance.

  • [deleted] replied

    Hi there,

    1. Actually this is not implemented yet. I am going to add this feature in the upcoming versions of Kalium. The new update will be release tomorrow.

    2. Can you tell me which read more link to make? Probably send me the Page url so I can see where is that link?


  •  2
    spivakova replied

    Hello Arlind!

    Thank you for your answer.  So will you provide me with instructions how to post a video link from Youtube?

    By mentioning "Read more " link and sharing buttons i  meant the next thing. Could you please check the attachment 

  • [deleted] replied

    Hi again,

    Currently Video sharing feature is not added however we need some time to implement it.

    To add readmore link (make sure your Kalium is updated to v2.1) add the following code in functions.php:

    // Read more button
    function kalium_blog_loop_post_details_readmore() {
    ?>
    <a href="<?php the_permalink(); ?>" class="read-more-button button button-secondary">Read more</a>
    <?php
    }

    add_action( 'kalium_blog_loop_post_details', 'kalium_blog_loop_post_details_readmore', 100 );

  •  2
    spivakova replied

    Hello Arlind!

    Thank you for your answer. Could you please tell me when there will be a possibility to  see a preview of future posts under the post?

    And what has happened to Avatar Plugin? It doesn't work with this update?

    Here is an attachment.

    Thank you.

  • [deleted] replied

    Hi spivakova,

    Actually this is not implemented feature in Kalium but I will tell you how to do:

    1. Open wp-content/themes/kalium/templates/global/post-navigation.php

    2. After line 22 add the following code:

    <?php if ( has_post_thumbnail( $next ) ) : ?>
    <span class="post-thumbnail"><?php echo get_the_post_thumbnail( $next, 'thumbnail' ); ?></span>
    <?php endif; ?>
    It should look like:


    (view large version)

    3. Do the same thing for previous post, add this code:

    <?php if ( has_post_thumbnail( $prev ) ) : ?>
    <span class="post-thumbnail"><?php echo get_the_post_thumbnail( $prev, 'thumbnail' ); ?></span>
    <?php endif; ?>

    After line 40 and it should look like this:


    (view large version)

    4. After that, you have to add proper styling with CSS.

    Please note that this is a custom request and I am helping you this time only. If you want theme customization services, you can find them on Envato Studio or WPKraken.

    Regarding avatar, can you please give me your WP credentials so I can check where is the problem.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

  •  2
    spivakova replied

    Dear Arlind!

    Thank you very much for your help! It is very helpful. I did everything as you wrote but i have some questions about

    4. After that, you have to add proper styling with CSS.

    May be you can give me some advice about where i should add proper styling and what exactly.

    And may be you  can suggest some plugins for " You may also like" section.

    Thank you in advance for your help.


  • [deleted] replied

    Hi,

    In 4th I meant that you can apply your own CSS to make it look the way you want.

    If you are unsure about how to do that, then give me the page URL so I can check it.

  •  2
    spivakova replied

    Hello!

    Could you please help me to change the color of the red button Далее in css? I would like this color #7f686f

    Please see the attachment.

    Thank you.

  •  1,560
    Laborator replied

    Hi spivakova,

    Can you please send us your site URL first, so we can investigate your site and then get back to you with possible solution.

    P.S. make sure you've disabled the Maintenance/Coming Soon mode

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   spivakova replied privately
  •  1,560
    Laborator replied

    Hi there,

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   spivakova replied privately
  •  1,560
    Laborator replied

    Hi there,

    Your login credentials aren't working, before posting them here please do a test on your own to see if they work.

    Also, next time if you have any other issue than the main issue of the ticket, create a new ticket as we do not want to mess it up. 

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   spivakova replied privately
  •  1,560
    Laborator replied

    I will need to write this again:

    Your login credentials aren't working, before posting them here please do a test on your own to see if they work.


    (view large version)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   spivakova replied privately
  •  1,560
    Laborator replied

    I hope you finally manage to send us the right credentials, as it is not working:

    http://drops.laborator.co/IWsPWS

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group