Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • I too am looking for a way to display name, title, caption, description for an image. How is this done? I probably missed something real obvious, but can’t find setting.

    Takayuki: hello and thanks for the great plugin! Is there a way to force the format of checkboxes and their labels to wrap together. I use twentyeleven / Responsive Structure so on small displays the lable is wraping without the box itself.

    thanks again…

    Thread Starter SLO_Rico

    (@slo_rico)

    Thanks David, nice link. I have been looking into the table styling in the twenty eleven style.css and found:

    .entry-content table,
    .comment-content table {
    	border-bottom: 1px solid #ddd;
    	margin: 0 0 1.625em;
    	width: 100%;
    }

    I think there may even be additional styling in dark.css of twentyeleven.

    Pulled out the “.entry-content table” element and have been adding my own arguments. This has allowed me to control the styling but this is global and will affect all content tables, so not the best for my needs.

    I could add conditional styling for just this page via:

    body.page-id-XX #content div.entry-content {
        padding-left: ...;
    }

    (where ‘XX’ is the page ID) but that is more to manage in the CSS and don’t think it is worth the effort of just this usage on one page.

    I think you have sent me in the right direction. Thanks again!

    FrustratedFriend – DON’T Give Up! Did you get this resolved? I re-read you post and I have a question. Why are you using tables for this? Are you simply wanting to add a pic to your post and also want to make it easy for your friend to do it on their site? If so, you can do this while creating the post with a few clicks. No code, no html, no css. It is provided as part of your WP editor.

    If this is what you are trying to better understand…have a look here:
    WP CODEX – Using Images AND
    WP CODEX – Inserting Images into Posts and Pages

    It is real easy to place an image within your post and align as you want without ever editing the raw CSS or HTML and without having to use tables.
    HTH
    Rico

    Thread Starter SLO_Rico

    (@slo_rico)

    David thank you so much. Yes, this is very helpful. Off to investigate further and will respond with what I figure out for my layout needs. I think there may be others that would like to know how to do this as well. Again, thanks!

    As a side…why is it not recommended to use tables for this?

    Thread Starter SLO_Rico

    (@slo_rico)

    Additionally, do you know of any examples/sample code of doing this within WP. THIS would be very helpful!

    Thread Starter SLO_Rico

    (@slo_rico)

    OK, thanks…I think. Any further direction other than the ROOT of CSS?

    Do you have a suggestion for the type of CSS formatting that allows for multiple columns in a page (not sidebars)? Columns that are independent of each other. In other words, I don’t want the content from column one to spill or overflow into the second. Are you suggesting “CSS Multi-column Layout Module“? Or is there something else that would work better?

    Once the CSS styling is defined, how does one define which widget goes where using the Page creation/WP HTML editor?

    Don’t use table markup for layout purposes.

    I am also trying to do layout that is not easily achieved with the WP Page editor. BTW, have a child theme set up and working for many mods. Working great.

    I want to embed script/widget code into a page. Not in the sidebar, but in the page itself. Creating a weather forecast page and want to place several widget scripts on the page. Widget code looks like this:

    <script type="text/javascript" src="http://magicseaweed.com/syndicate/index.php?licenseKey=133XXX4266_XXXXX"></script>

    I want the layout to display some of these widgets side by side instead of stacked on top of each other.

    If not with <table>…then how would you suggest?

Viewing 8 replies - 1 through 8 (of 8 total)