Jump to content

jimii

New Members
  • Posts

    4
  • Joined

  • Last visited

jimii's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. @maxxd Thank you for the question of clarity. Re too much content or overflowing: It is that it is showing too much content (there is no limit on the text input field that ). So self-publishers input a paragraph into what should only be a 5 or 6 word headline... (I believe I can css the overflow) Open to options (restrict input source field or the public facing side). Any guidance is appreciated.
  2. @ Barand, Thank you, I tried it on two sites. One resulted in a fatal error message (was able to undo) . The other site had no impact on another.... (I cant explain why all the php tags to be honest - its an older plugin originally from 2013 / 14 thereabouts. I got myself up to speed enough to customize some of the lines and code in my own site, but never picked up enough to see the efficiency or inefficiency of the original coding or excess php tags.. The plugin was or is wp-property - this is from the propertyoverview.php setup for listing properties in a list or gallery format. I do appreciate the the info and guidance offered. (Perhaps I am better to try and truncate from the source text field)
  3. @ Barand, Thank you, I tried it on two sites. One resulted in a fatal error message (was able to undo) . The other site had no impact on another.... (I cant explain why all the php tags to be honest - its an older plugin originally from 2013 / 14 thereabouts. I got myself up to speed enough to customize some of the lines and code in my own site, but never picked up enough to see the efficiency or inefficiency of the original coding or excess php tags.. The plugin was or is wp-property - this is from the propertyoverview.php setup for listing properties in a list or gallery format. I do appreciate the the info and guidance offered. (The image displays the issue I am trying to resolve). (Perhaps I am better to try and truncate from the source text field)
  4. An issue I've lived with too long (not a coder - self-taught to a point but I cant properly solve this one) My word press has a plugin that delivers a text output from a self-publish form-field that I need to restrict. "Tagline" in code below. between --> <-- <?php if($property['custom_attribute_overview'] || $property['tagline']): ?> <li class="property_tagline"> <?php if($property['custom_attribute_overview']): ?> <?php echo $property['custom_attribute_overview']; ?> <?php elseif($property['tagline']): ?> --> <?php echo $property['tagline']; ?> <-- <?php endif; ?> </li> <?php endif; ?> I'd be happy if it either simply truncated after x characters or ended ... after x characters or some specified length Any guidance would be appreciated. Thank you.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.