noupe
Forum Replies Created
-
I have the same problem – I created one snipped but can’t add another one – after clicking Save, it returns to the main screen..
I have critical error and can’t access to WP Dashboard. I had to delete the classic-widget folder via ftp:/
Forum: Themes and Templates
In reply to: [Robojob Lite] How to add text on the HomePage?Can you ansewer the question here?!
thank you ?? problem solved
PS. I even tried hide them via CSS but this code doesn’t work either:
.wpls-logo-showcase .slick-dots {
padding: 0 !important;
margin: 0 !important;
text-align: center;
display: none;
}- This reply was modified 4 years ago by noupe.
Forum: Themes and Templates
In reply to: [Robojob Lite] How to add text on the HomePage?Sure, but your register form doesnt work… After clicking “Register” button I was redireted back to the login form page
Forum: Themes and Templates
In reply to: [Short News] Time to read languageI have the latest version and LocoTranslate can’t find “words” or “time to read” “less than” phrase to translate ??
- This reply was modified 5 years, 7 months ago by noupe.
Forum: Themes and Templates
In reply to: [Finacle] About section – excerptEnd.
Forum: Themes and Templates
In reply to: [Finacle] About section – excerptOk, I solved the problem ??
Just edit: section-parts/front-page-aboutus.php
and change
<?php the_excerpt(); ?>
to
<?php the_content(); ?>
Forum: Themes and Templates
In reply to: [Omega] Change … in excerpt\omega\partials\entry.php
if ( ‘excerpts’ === get_theme_mod( ‘post_excerpt’, ‘excerpts’ ) ) {
if ( get_theme_mod( ‘excerpt_chars_limit’, 0 ) ) {
the_content_limit( (int) get_theme_mod( ‘excerpt_chars_limit’ ), get_theme_mod( ‘more_text’, ‘[Read more…]‘ ) );
} else {
the_excerpt();
}
}But when I change this [Read more..] into my language site doesn’t work, wierd…
Forum: Plugins
In reply to: [Sticky Popup] Disable mobileTry to disable in CSS, like:
@media screen and (max-width:480px){
.sticky-popup {
display:none;
}Forum: Themes and Templates
In reply to: [SKT Bakery] Change Lorem ipsum…Exactly, This theme is one big mess… can’t change anything..