Trevor

Forum Replies Created

Viewing 10 posts - 32,031 through 32,040 (of 32,056 total)
  • Trevor in reply to:
    Search results problems
    #40140

    Is 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 English

    Trevor

    Trevor in reply to:
    S&F not working with my blog post template
    #40139

    Is 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 English

    Trevor in reply to:
    Compare page
    #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
    #40137

    Hi

    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
    #40136

    Hi

    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
    #40128

    It depends. The result page needs that results shortcode used on/in it. Is it in the page?

    Trevor in reply to:
    Compare page
    #40115

    Hi

    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
    #40114

    Yes, 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
    #40112

    Hi

    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..
    #40109

    Hi 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.

Viewing 10 posts - 32,031 through 32,040 (of 32,056 total)