Trevor
Forum Replies Created
-
Trevor in reply to:
Search results problems(Private) March 22, 2016 at 10:59 am #40140Is it possible we can use share screens on Skype? It would require you to have:
Skype on your PC/Mac
A Skype account
A decent internet connection
A reasonable sized screen on your PC/Mac (tablet will do do)
A webcam, or at the minimum a mic
You being comfortable with speaking EnglishTrevor
Trevor in reply to:
S&F not working with my blog post template(Private) March 22, 2016 at 10:52 am #40139Is it possible we can use share screens on Skype? It would require you to have:
Skype on your PC/Mac
A Skype account
A decent internet connection
A reasonable sized screen on your PC/Mac (tablet will do do)
A webcam, or at the minimum a mic
You being comfortable with speaking EnglishTrevor in reply to:
Compare page(Private) March 22, 2016 at 10:50 am #40138๐
For now, I can think of no other possibilities. As Ross said previously, S&F doesn’t support this, and the coding to do it would likely be too hard. The only way it would likely work, I think, is if the Theme you used supported WooCommerce, and somehow, at the same time supported using shortcodes on pages, it might work.
On the positive side, this has got me thinking about HOW to achieve your goals, but any solution is not going to happen anytime soon.
Sorry.
Trevor in reply to:
Search projects only(Private) March 22, 2016 at 10:37 am #40137Hi
If you wish to keep the information I ask for private, please tick the ‘set as private reply’ at the bottom of the editor.
Can I see the page with the search form on?
What have you set the display mode to?
What theme are you using (a link to the theme page is best)?
Trevor
Trevor in reply to:
Dropdown Box Exceeding Columns(Private) March 22, 2016 at 10:31 am #40136Hi
Your reply came back via the no-reply email box, but I have it now. That might have added a bit of a delay, sorry for that. If you can reply here on the forum itself that will speed up my replies ๐
OK, the issue is the way that browsers render select boxes, and constraining the width is hard. For you, some custom CSS will fix it, but remember that this code will ONLY work where the search form is vertical (for ths reason I have restricted the code to your form ID:
#search-filter-form-6905 .sf-field-tag label {display: block !important;}
If you don’t want it to quiet fill the column, you might want to also have something like this:
#search-filter-form-6905 .searchandfilter select.sf-input-select {max-width: 95%;}
Let me know how you get on with this.
Trevor in reply to:
S&F not working with my blog post template(Private) March 22, 2016 at 10:11 am #40128It depends. The result page needs that results shortcode used on/in it. Is it in the page?
Trevor in reply to:
Compare page(Private) March 22, 2016 at 9:38 am #40115Hi
In that screenshot (thanks for that, it was what I needed to see ๐ ) you have the ‘Results Container’ set to
#content
, but on the page the container is (unusually) called#content-area
Can you try changing that?
Trevor in reply to:
S&F not working with my blog post template(Private) March 22, 2016 at 9:32 am #40114Yes, I see the same now. You have the display method set as shortcode?
Trevor in reply to:
2 issues – List items in sidebar /Search by range(Private) March 22, 2016 at 9:10 am #40112Hi
I can see the search form on the link you gave. Are you trying to remove the arrow image from the side of each item? That has been added by your theme. If you access to Custom CSS for the theme, or use a Custom CSS plugin, I think that this would remove them:
.widget .searchandfilter ul li { background: none !important; }
I cannot see what you mean on the other issue as it is not possible to upload images to the forum. Instead you must use an image or file sharing site, upload your screenshot or image to that, and then share that as a link here. If you can show me that?
Trevor in reply to:
Linking SF fields to images/icons etc..(Private) March 22, 2016 at 9:02 am #40109Hi Amy
What you want can be done, in a different way. Instead of creating hyperlinks, you need to create buttons, and these would need to update a hidden (with css) search field and then trigger the form to submit, which would cause the ajax to refresh the results. That somewhat depends on coding skills of course. The js would be fairly simple.
-
AuthorPosts