Home › Forums › All Other Themes › SKT Shudh
- This topic has 11 replies, 3 voices, and was last updated 7 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
December 27, 2016 at 6:16 pm #56702
If I use bullet points on the back side of the website in the text they don’t show on the front.
I have checkes as well visual as text, but they don’t show. What can I do?http://swinkdesign.nl/diensten/
Miranda
December 28, 2016 at 12:19 pm #56751Hi Miranda,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.entry-content ul { list-style:inside disc !important;}
Regards,
ShriDecember 28, 2016 at 12:30 pm #56753Thank you Shri 🙂
Could you please tell me where the Read More is hidden? I want to translate it into Dutch but I cannot find it anywhere. I have checked the po file but it isn’t there.
http://swinkdesign.nl/nieuws/
December 28, 2016 at 12:35 pm #56754I allready have checked the content.php and changed it here. But it doesn’t show on the frontside.
<?php if ( is_search() || !is_single() ) : // Only display Excerpts for Search ?>
<div class=”entry-summary”>
<p><?php echo wp_trim_words( get_the_content(), of_get_option(‘blogpostpagecontent’), ‘…’ ); ?></p>
” class=”read-more”><?php echo of_get_option(‘readmoretext’); ?>
</div><!– .entry-summary –>
<?php else : ?>
<div class=”entry-content”>
<?php the_content( __( ‘Lees Meer <span class=”meta-nav”>→</span>’, ‘skt-shudh’ ) ); ?>
<?php
wp_link_pages( array(
‘before’ => ‘<div class=”page-links”>’ . __( ‘Pages:’, ‘skt-shudh’ ),
‘after’ => ‘</div>’,
) );
?>
</div><!– .entry-content –>
<?php endif; ?>December 29, 2016 at 1:18 pm #56858Hi Miranda,
Kindly go to Appearance>>Theme Option>>Basic Setting
You will find Blog single layout option at the bottom. You can change the read more from there.
Regards,
BradDecember 29, 2016 at 1:34 pm #56866Hi Brad,
Thank you for your answer, but I allready had changed that into Lees Meer when I first started building the website, but still it shows Read More on the front side 🙁
Miranda
December 30, 2016 at 5:29 am #56925Hi Miranda,
Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
BradDecember 30, 2016 at 11:31 am #56951Hi Miranda,
This issue was resolved from our end. Kindly check and confirm.
Regards,
BradDecember 30, 2016 at 11:34 am #56955Hi Brad,
Yesssss, thank you…! What was now the problem? So I can fix it myself the next time?
Miranda
December 30, 2016 at 11:41 am #56957You can check in Appearance>>Theme Option>>Basic Setting
Regards,
BradDecember 30, 2016 at 12:40 pm #56963Thanks 🙂
First thing in 2017: go and buy glasses hahahaha.December 30, 2016 at 1:20 pm #56968🙂
-
AuthorPosts
- The topic ‘SKT Shudh’ is closed to new replies.