Forum Replies Created
-
Author
-
May 24, 2016 at 20:23 in reply to: Date not showing above just one post in the VC “News Focus” element #122962
Radu
ModeratorNot marked as solutionMay 24, 2016 at 19:49 in reply to: Editing Home Page Overlay and Setting portfolio-fullwidth-overlay as Home Page #122957Radu
ModeratorNot marked as solutionRadu
ModeratorThank you
Best regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi, Try this function instead
Replace 80 with your desired value Cheers R.if ( ! function_exists( 'kleo_excerpt' ) ) { function kleo_excerpt( $limit = 80, $words = true ) { $excerpt_initial = get_the_excerpt(); if( $excerpt_initial == '' ){ $excerpt_initial = get_the_content(); } $excerpt_initial = preg_replace( '<code>\[[^\]]*\]</code>', '', $excerpt_initial ); $excerpt_initial = strip_tags( $excerpt_initial ); if ( $words ) { $excerpt = explode( ' ', $excerpt_initial, $limit ); if ( count( $excerpt ) >= $limit ) { array_pop( $excerpt ); $excerpt = implode( " ", $excerpt ) . '...'; } else { $excerpt = implode( " ", $excerpt ) . ''; } } else { $excerpt = $excerpt_initial; $excerpt = substr( $excerpt, 0, $limit ) . ( strlen( $excerpt ) > $limit ? '...' : '' ); } return '' . $excerpt . ' '; } }Radu
ModeratorHi Laura,
I’m happy that you are ready to go forward with your projects, much success with these !
I understand you exactly and i’m happy that you understand us !
Have a nice and productive week and again, success !
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There is no quick solution to provide for that, it will require some custom php scripts to do that
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 24, 2016 at 17:19 in reply to: Cannot upload “home get connected” demo page to my website frontpage #122908Radu
ModeratorNot marked as solutionMay 24, 2016 at 17:08 in reply to: Change login-position in mobile version / Unwanted space in mobile version #122904Radu
ModeratorHi,
No problem man 🙂
Just rename it from .htaccess to 123.htaccess in this way the file will not running
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please replace the css with this
COPY CODE@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) { .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width:48%;} .woocommerce ul.products li.product figure figcaption {display:none !important; } }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts