Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1339764
    Jacko_Pinto
    Participant

    Hello, hope you’re having a great day!

    Making the last touches on this site and would really appreciate your help with this:

    • Once viewing an individual post like this one: http://libreriafrancesa.net/index.php/2017/01/03/aprender-un-idioma-por-su-cuenta/ , the featured image sits at the top and it’s quite big. Can that image size be adjusted and can it be set so that it floats left of the text so that the text wraps around it? (Like the attached sample)

    • The home page displays the latest posts, and posts are displayed like this: Title, image, text… can that be rearranged to Image, title, text? This is the main URL: http://libreriafrancesa.net/

    Thanks for the help!

    #1340071
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    #1] To adjust the featured image and make float to the left of the page, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    @media(min-width: 980px){
      .single-post .entry-featured {
        float: left;
        width: 30%;
        margin-right: 2%;
      }
    }

    #2] To rearrange the titles and featured images in your blog index and archive pages, please add the following JS code in the customizer, Appearance > Customize > Custom > Javascript

    (function($){
      $('.blog .hentry, .archive .hentry').each(function(index, e){
        var element = $(this);
        var title = element.find('.entry-header');
        var featured = element.find('.entry-featured');
        element.find('.entry-featured').insertBefore( title );
        featured.css({'margin-bottom' : '20px'});
      });
    })(jQuery);

    We would loved to know if this has work for you. Thank you.

    #1342006
    Jacko_Pinto
    Participant
    This reply has been marked as private.
    #1342212
    Nico
    Moderator

    Hi There,

    To change the read more text, you follow the thread below

    https://community.theme.co/forums/topic/change-text-of-read-more-tag/

    For more translation guide, you could the link below:

    https://community.theme.co/kb/translation/

    In regards to the excerpt, link does not work with excerpt however you could try manually adding an excerpt.
    To manually add it, enable your excerpt in your post screen options, then add the texts and the link to the excerpt field.

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1342280
    Jacko_Pinto
    Participant

    Thank you very much. First one worked!

    Now, how do I enable excerpt in your post screen options? Sorry, I’m not sure I understand what you mean.

    Thanks in advance.

    #1342607
    Rupok
    Member

    Hi there,

    Thanks for writing back. Let me explain a bit. You need to add manual excerpt using the excerpt field – http://prntscr.com/dzk40x

    If you don’t see the option on your post editor, you need to enable from “Screen Options” – http://prntscr.com/dzk468

    Hope this make sense.

    #1343413
    Jacko_Pinto
    Participant

    Thank you very much Rupok. But where do I enable these “Screen options”? I’m afraid I can’t find that anywhere. I’m using the Renew stack. Thank you very much for your help!

    #1343682
    Nabeel A
    Moderator

    Hi again,

    You can find it on the top right corner in your post editor in WordPress admin area. See https://premium.wpmudev.org/blog/how-to-hide-or-highlight-the-screen-options-tab-in-wordpress/ for more details.

    Cheers!

    #1343849
    Jacko_Pinto
    Participant

    Got it! Thank you very much for your help.

    Best regards!

    #1344058
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1339764 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>