Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • OK, WordPress world, what is the anatomy of a search, particularly that part of the search function that displays the results? How is the framework for displaying results called?

    By the way Ilan, solving the “why does it work that way?” problem may not be the answer. It may be sufficient to remove the evidence. You have two domains sited there: payitforwardfriends.com and ironwhisk.com. Where in your design work did you enter one vs. the other? Figuring that out may zero you in on something that you can adjust or eliminate. I’m thinking, did you add and remove the RSS feed to the sidebar a couple times? Did you try out different widgets for the RSS and/or the search functions?

    Thread Starter mastoll

    (@mastoll)

    Darn, Seacoast Web Design, I thought you were going to suggest a very popular and well-used theme that fit my needs!

    ‘Looked at the code with FireBug. There are differences between the rss-shifted version and the rss-ok version. These code difference might ring a bell regarding something you switched around when experimenting with the site.

    When the RSS line is shifted to the right, there is an empty anchor in the leading space:

    <li class="widget_sociallinks">
    <a href="http://www.payitforwardfriends.com/?p=6"></a>
    <a class="rss" target="_blank" href=" http://www.ironwhisk.com/feed">Read the RSS Feed</a>
    </li>

    and the Follow Me title is nested in an anchor:

    <a href="http://www.payitforwardfriends.com/?p=6">
    <li id="linkabletitlehtmlandphpwidget-3" class="widget-container widget_text">
    <div class="textwidget">
    <b>FOLLOW</b>
    ME
    <div class="horizontal_dotted_line"></div>
    </div>
    </li>
    </a>

    When the RSS line is positioned properly, there is not an empty anchor before the feed:

    <li class="widget_sociallinks">
    <a class="rss" target="_blank" href=" http://www.ironwhisk.com/feed">Read the RSS Feed</a>
    </li>

    and the Follow Me title is not nested in an anchor:

    <li id="linkabletitlehtmlandphpwidget-3" class="widget-container widget_text">
    <div class="textwidget">
    <b>FOLLOW</b>
    ME
    <div class="horizontal_dotted_line"></div>
    </div>
    </li>

    I don’t know why one search would display the code with the extra anchors while a different search displays the code without them. You would think the “list posts” operation that comes at the end of a search process would always use the same template.

    Thread Starter mastoll

    (@mastoll)

    Q: Is the contact and support for these WordPress or the developers?
    A: I suggest the latter and to use well trusted themes and plugins only.

    You seem to want to suggest that these are not well-trusted code or developers. The theme, maybe not. But I’ve spent hours looking for a theme with that menu functionality and with a vertical left-hand menu. I could take a more trusted theme and hack it, but I’m not sure that would be any more reliable than Tabula Rosa.

    The author for the plugin at least seems to be more involved and responsive, having a recent update of the plugin and regular support responses. Again, I’ve searched for hours for a gallery that grabs images on the fly based on category or tag, so that the gallery itself doesn’t have to be edited when adding images. Category Grid View Gallery is the only one I’ve found.

    I’m not afraid of tweaking css and even the html/php on a theme or plugin. I do count on developers for good security, compatibility, and integrability. I’m willing to risk a less-known developer or code (after all, how does one become trusted otherwise) here in the initial design and test stages. I won’t hesitate to change themes or plugins if I find better offer that does what I need it to do.

    I’ve seen other posts concerning JS conflicts between the plugin and the theme. I am experiencing one myself, using Tabula Rosa. The JS that runs the menu works only if there IS a gallery on the page.

    So, what is the best strategy for troubleshooting JS conflicts, seeing as I’m a hacker not a programmer?

    @lynnetteelaine, I had a similar problem and discovered that a css attribute in the theme css file was impacting the images in the gallery. So, I added a line to the gallery css dedicated to the gallery image, setting image max-width to 100% (that was the one the theme was monkeying with) and margins and padding to zero for good measure.

    The long and short of it is that I use firebug in FireFox because it has a nice visual way of showing what is responsible for “white” space in a display. I think it would show you which line in whichever css file is creating that space.

    I am having the same problem. No resolution yet?

    Thread Starter mastoll

    (@mastoll)

    @alchymyth – as I said, I did assign feature images and these did not show as thumbnails. Perhaps Mystique does not use the featured image as a thumbnail? or perhaps it does and I need a better way to test. I’m using the List Category Posts plugin with the attribute thumbnail=yes and yet the thumbnail doesn’t show. Maybe it’s the plugin – How else could I test?

    @altinkum – my first line . . . I’m using a kid (sub)theme based on the theme Mystique.

    Good research on your part, all the way around!

    How did you get the post thumbnail widget to show up?

    I’ve been through the page you referenced, checked over my theme which seems to be defined correctly (an other users of this theme have post thumbnails), scoured my theme settings, and can’t get any mention of post thumbnail to appear anywhere. Oh, and when I mess with an image in my library I do not have the option to use it as a thumbnail.

    Thanks!

    Did you every figure out how to do this?

    So, with inline CSS built into the plugin, how do you over-ride what’s there? Use a bunch of Important! tags πŸ˜‰

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