-
AuthorPosts
-
December 26, 2015 at 11:34 am #25051December 28, 2015 at 1:23 am #25094
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.
December 28, 2015 at 6:07 am #25097Hey 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.
December 28, 2015 at 6:10 am #25098OK, thanks. That’ll do.
December 28, 2015 at 7:02 am #25103BTW 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.
December 28, 2015 at 7:28 am #25109I’m sorry but how and where can I edit my profile page?
Edit: Never mind, I think I’ve found it.
December 28, 2015 at 9:12 am #25117No, 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 “)?
December 28, 2015 at 9:33 am #25119But never mind, I’ve found a much more convenient way by simply adding an ordinary text widget on top of the Symzio widget.
December 28, 2015 at 3:58 pm #25127Hey 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.
December 29, 2015 at 1:19 am #25132Got it to work. Thanks a lot.
December 29, 2015 at 2:12 am #25135 -
AuthorPosts
You must be logged in to reply to this topic.