Code Monkey home page Code Monkey logo

Comments (4)

WildcardSearch avatar WildcardSearch commented on June 20, 2024

Yes that seems to happen from time to time. As I am getting the post as a string, I am not certain the best way of fixing this (short of some kind of word-by-word break-down) . . .

Thanks for the report. I will look into it.

from advanced-sidebox.

Destroy666x avatar Destroy666x commented on June 20, 2024

While trying to do function with explode and so on an easier non-PHP solution came to my mind.

In adv_sidebox_classes:
Change:

<table style="word-wrap:break-word;" border="0" cellspacing="{$theme[\'borderwidth\']}" cellpadding="{$theme[\'tablespace\']}" class="tborder ' . $this->box_type . '_main_' . $this->id . '">

To:

<table style="table-layout:fixed; word-wrap:break-word;" border="0" cellspacing="{$theme[\'borderwidth\']}" cellpadding="{$theme[\'tablespace\']}" class="tborder ' . $this->box_type . '_main_' . $this->id . '">

It will keep the sidebar always the width specified in settings, also cells in it if they have width/height attribute. Without fixed table layout word-wrap is kinda useless there.

from advanced-sidebox.

WildcardSearch avatar WildcardSearch commented on June 20, 2024

Okay I will give that a try.

Thanks so much for your help 😄

from advanced-sidebox.

WildcardSearch avatar WildcardSearch commented on June 20, 2024

Done thanks.

from advanced-sidebox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.