Forum Replies Created

Viewing 4 posts - 68,221 through 68,224 (of 68,224 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 23, 2016 at 09:02

    Hello,

    Also, you can try to add something like the following code in your child theme functions.php file.

    add_filter( 'the_title', 'shorten_my_title', 10, 2 );
    function shorten_my_title( $title, $id ) {
    	if ( is_shop() && get_post_type( $id ) === 'product' && strlen( $title ) > 50 ) {
    		return substr( $title, 0, 50 ) . '...'; // change 50 to the number of characters you want to show
    	} else {
    		return $title;
    	}
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 23, 2016 at 07:50

    Hello,
    Please, specify Popup background image in Theme Options -> Promo Popup.
    By default you can see demo content there, navigate to Theme Options > General > Disable Footer demo content. To create a footer, please, create statics block with content you need (detailed information https://www.8theme.com/demo/docs/legenda/#!/footer). If you don’t need Flickr just don’t add this element to your footer static block.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 13, 2016 at 09:05

    You’re welcome!
    Regards,
    Rose

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 13, 2016 at 08:47

    Hello,
    Please specify Excerpt length (words) in Theme Options> Blog Layout, for example 25

  • 1 2 3 2,273 2,274 2,275
    Viewing 68,224 results - 68,221 through 68,224 (of 68,224 total)
Viewing 4 posts - 68,221 through 68,224 (of 68,224 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.