Tagged: x
-
AuthorPosts
-
January 21, 2017 at 11:53 am #1339764
Jacko_PintoParticipantHello, 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!
January 21, 2017 at 8:10 pm #1340071
Rue NelModeratorHello 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.
January 23, 2017 at 1:45 pm #1342006
Jacko_PintoParticipantThis reply has been marked as private.January 23, 2017 at 4:44 pm #1342212
NicoModeratorHi 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.
January 23, 2017 at 6:03 pm #1342280
Jacko_PintoParticipantThank 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.
January 23, 2017 at 11:12 pm #1342607
RupokMemberHi 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.
January 24, 2017 at 11:12 am #1343413
Jacko_PintoParticipantThank 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!
January 24, 2017 at 3:02 pm #1343682
Nabeel AModeratorHi 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!
January 24, 2017 at 5:06 pm #1343849
Jacko_PintoParticipantGot it! Thank you very much for your help.
Best regards!
January 24, 2017 at 7:33 pm #1344058
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1339764 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
