Tagged: symbiostock, symzio, widget
-
AuthorPosts
-
September 9, 2015 at 4:25 am #23974
Hi Frank
I can’t find out where to put that widget either to make the images appear on a product page only. If you find out, let me know!
Steve
September 9, 2015 at 10:01 am #23990Hi Steve,
If you want to put the widget code on product pages and you have access to your server which I believe you do here is the path wp-content> themes>symbiostock express(or Child)>woocommerce>single product.php
But this will be displayed on ALL product pages as far as I am aware.
I have used Henri’s shortcode (thanks again Henri) to implement the widget on the search page for now as you can see here Nomadicimagery Search Page if you scroll down to the bottom of the page.
This was somewhat troublesome (for me at least) regarding the blank column that runs down the right side of the page as the widget was right aligning and filling in this gap. After a great deal of tinkering I managed to crack it.
The path for this is as follows :- wp-content> themes>symbiostock express(or Child)>search.php
Good Luck
Antony @ Nomadicimagery
September 9, 2015 at 5:07 pm #23995Here I’ve implemented Symzio results on the search results page:
http://demo.symbiostock.com/?s=food
http://demo.symbiostock.com/?s=appleTo do this with Symbiostock Express theme:
1) In your WP dashboard go to Appearance > Widgets.
2) There is a box called the Primary Sidebar Box – if you are not using this widget area in any location then you can do this. Remove any existing widgets from the Primary Sidebar.
3) Add Symzio Search Widget to Primary Sidebar.
Personalise the Symzio widget to your liking. I used the following settings:
Number of Results: 3
Box Width & Height: 250
Media Filter: All/SearchClick Save
4) Go to Symbiostock Express > Misc Settings > scroll down to Search Results
Search Results – choose Sidebar: Primary Sidebar
Click Save Changes
September 10, 2015 at 12:32 am #24001I followed this and now have the search bar for Symzio in a column down the right hand side of the page. Is it possible to make it appear horizontal along the bottom instead using the settings in Symbiostock Express? It looks fine when I have results: http://www.backyardstockphotos.com/?s=beach
But not so good when I don’t have search results: http://www.backyardstockphotos.com/?s=finland
I’m sure there is a setting for this, but can I remove the descriptions from my own results in the search page and alter how many appear on a page?
Steve
September 10, 2015 at 12:36 am #24003September 10, 2015 at 12:51 am #24005Yes, I have done that – it was more a question of removing the descriptions from my own search results rather than the ones that appear because of the Symzio widget.
September 10, 2015 at 2:10 am #24007Yes, I have done that – it was more a question of removing the descriptions from my own search results rather than the ones that appear because of the Symzio widget.
Try this CSS code (add it to your child theme or to Symbiostock Express > Advanced Settings > Custom CSS Box):
.search-results .entry-content { display: none; }
You may need to reload the page or clean browser cache before it starts working.September 10, 2015 at 2:43 am #24009Thanks for sharing css code Henri.
September 10, 2015 at 2:52 am #24010Great – that worked, thanks Henri
-
AuthorPosts
You must be logged in to reply to this topic.