Tagged: x
-
AuthorPosts
-
September 9, 2016 at 4:03 am #1167730
robinjrParticipantEvery image is a perma link when i get my mouse on it. how i remove it?
and when i click on a blog post the image is so big how i fix this?
September 9, 2016 at 4:04 am #1167734
robinjrParticipantSeptember 9, 2016 at 5:13 am #1167801
LelyModeratorHello There,
We can add the following on Appearance > Customize > Custom > Edit Global Javascript:
jQuery(document).ready(function($){ $('.blog a.entry-thumb').attr('title', ''); });To reduce the size of the image, please add this custom CSS on Appearance > Customize > Custom > Edit Global CSS:
.single-post .entry-featured { max-width: 50%;/*Adjust this accordingly*/ margin: 0 auto; }Hope this helps.
September 9, 2016 at 5:55 am #1167828
robinjrParticipantHow about deleting that post icon?
September 9, 2016 at 5:55 am #1167831
robinjrParticipantAnd i dont want it shows this when i click on the image.
September 9, 2016 at 8:25 am #1167941
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
.blog .format-standard .entry-title:before { display:none; } .blog .format-standard a.entry-thumb:hover img { opacity: 1; }Hope that helps
September 9, 2016 at 11:22 am #1168196
robinjrParticipantwe are close only that need to be gone is the icon
September 9, 2016 at 9:04 pm #1168842
RadModeratorHi there,
Please change it to this
.blog .entry-title:before, .blog .entry-thumb:before { display:none !important; } .blog a.entry-thumb:hover img { opacity: 1; }Hope this helps.
September 12, 2016 at 6:29 am #1171181
robinjrParticipantFor some reason the blog is english but everything else is dutch, i want it in dutch
September 12, 2016 at 7:04 am #1171210
robinjrParticipantalso the blog message the image is in centre and it needs to be on the left side. and the on the blog message the picture is also to big. and there is also a icon left to the title. see screenshot
September 12, 2016 at 8:00 am #1171263
Paul RModeratorHi,
1. You can change the word Blog under Appearance > Customize > Renew > Blog Options > Blog Title.
2. You can add this under Custom > Edit Global CSS in the Customizer.
.single-post .entry-featured { max-width: 400px; margin: 20px 0 0; } .single-post .entry-title:before { display:none; } .single-post .entry-content > h3 margin-top: 0px; }Hope that helps.
September 14, 2016 at 3:17 am #1174456
robinjrParticipantwe are close, i only need to change read more in lees meer. my wordpress is already dutch from start
September 14, 2016 at 6:18 am #1174622
ChristianModeratorPlease add the code below in your functions.php
function change_text( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'Read More' : $translated_text = __( 'lees meer', '__x__' ); break; } return $translated_text; } add_filter( 'gettext', 'change_text', 20, 3 );Thanks.
September 14, 2016 at 11:50 am #1175084
robinjrParticipantwere can i find this function.php
September 14, 2016 at 11:54 am #1175090
robinjrParticipantmy whole blog aint working anymore
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1167730 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
