• Hi, I have a small issue with the preview text for the post not always appearing properly under the thumbnail. I have a grid layout, and the first 6 thumbnails display the text perfectly, cutting it off at the right point with …

    however, after 6 posts, the text cuts off at random points and doesnt have the …

    i think its something to do with this code in the index.php but not sure – and dont know how to fix it:

    <p><?php $temp_arr_content = explode(" ",substr(strip_tags(get_the_content()),0,170)); $temp_arr_content[count($temp_arr_content)-1] = ""; $display_arr_content = implode(" ",$temp_arr_content); echo $display_arr_content; ?><?php if(strlen(strip_tags(get_the_content())) > 170) echo "..."; ?></p>

    my site is alastairphilipwiper.com/blog

    hope someone can help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Have you tried contacting the theme’s developers via https://www.dessign.net/

    Thread Starter mrbumptiger

    (@mrbumptiger)

    they only offer support to those that buy their premium themes … I got this far alone so I thought somebody here might be able to point me in the right direction…

    You can actually join their club for assistance with their free themes.

    Thread Starter mrbumptiger

    (@mrbumptiger)

    it says it costs $49 per month to join their club ??

    https://www.dessign.net/join/

    I’m sorry but we do not support commercially supported themes here as it is not our place to deprive theme developers of any income that they may derive from support services. And this would require someone to download the theme, take it apart, locate the source of any problem and find a solution. That’s asking perhaps a little too much of a free support forum that is intended to support themes that are distributed on www.ads-software.com.

    If you cannot manage the work yourself, the only other option is to consider hiring someone to carry out the work for you. That might be slightly cheaper.

    Thread Starter mrbumptiger

    (@mrbumptiger)

    Ok, thanks, i understand – I just thought it might be an easy fix that someone could tell me easily – i am new to wordpress, I thought the forum was for all things wordpress not just those distributed by wordpress. But thanks for you help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Text preview under thumbnail not working properly’ is closed to new replies.