Tagged: , ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #25051
    Profile photo of Robin
    Robin
    Keymaster

    The widget has been tweaked to be faster and much more relevant. Further improvements planned, but a big step forward.

    #25094
    Profile photo of Andre
    Andre
    Participant

    I’m starting to love the widget but it lacks one feature, IMO. It needs an optional title or free text field to point out what it is, like “Find more relevant images on Symzio.com” or similar.

    #25097
    Profile photo of Robin
    Robin
    Keymaster

    Hey Redneck,

    Best way to do it is via CSS:

    .symzio_searchresults::before {
    font-size:20px;
    font-family:sans-serif;
    content: “Relevant images from Symzio.com:”;
    display:block;
    text-align:left;
    }

    if you have a custom class, or multiple locations for it, you can change which widget it attaches to by giving each widget a custom class name (available in the widget options):

    .symzio_searchresults.customclass::before {
    font-size:18px;
    font-family:sans-serif;
    content: “Relevant images from Symzio.com:”;
    display:block;
    text-align:left;
    }

    Showing a title is really difficult as we don’t want to involve too many design elements to contributor sites; you can run 2 images at 50 pixels each which doesn’t give it much room. As there are so many options, and users are almost always going to have to customize the CSS anyways, this just makes it much more customizable.

    #25098
    Profile photo of Andre
    Andre
    Participant

    OK, thanks. That’ll do.

    #25103
    Profile photo of Robin
    Robin
    Keymaster

    BTW Redneck – your Symzio profile page:

    http://www.symzio.com/contributor-10023.html

    Looking bare! If you upsell your site here, you can get direct purchases and it’s also great for SEO.

    #25109
    Profile photo of Andre
    Andre
    Participant

    http://www.symzio.com/contributor-10023.html

    I’m sorry but how and where can I edit my profile page?

    Edit: Never mind, I think I’ve found it.

    #25117
    Profile photo of Andre
    Andre
    Participant

    No, the CSS doesn’t seem to work. Can it have something to do with the fact that your css class name includes a blank space at the end (class=”symzio_searchresults “)?

    #25119
    Profile photo of Andre
    Andre
    Participant

    But never mind, I’ve found a much more convenient way by simply adding an ordinary text widget on top of the Symzio widget.

    #25127
    Profile photo of Robin
    Robin
    Keymaster

    Hey Redneck,

    Just make sure when you copy and paste the code that you fix the double quotes around the content text – this forum makes them weird quotes which prevents it from working in CSS.

    I personally find the CSS solution really easy because you can customize the hell out of it. Give it another try regardless just to confirm it works if you can.

    #25132
    Profile photo of Andre
    Andre
    Participant

    Got it to work. Thanks a lot.

    #25135
    Profile photo of Robin
    Robin
    Keymaster

    Looks seamlessly integrated now!

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

You must be logged in to reply to this topic.