Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author SearchIQ

    (@searchiq)

    @ms100

    Please find the CSS to change the text ‘Sort’, and ‘Load More’ on Mobile. You need to add the below CSS to the custom css box on the ‘Options’ tab of the SearchIQ settings.

    body #siq_search_results .siq-mobile-sort-dd-title{font-size: 0;} body #siq_search_results .siq-mobile-sort-dd-title::after{font-size: 14px;content: ‘Ε?δο?’;}
    body #siq_search_results .siq-pagination-load-more a#siq-load-more-btn span{font-size: 0;} body #siq_search_results .siq-pagination-load-more a#siq-load-more-btn span::after{content: “Sjá Meira”;color: #fff;font-size: 18px;text-align: center;}

    We can’t change the word ‘for’ or delete it. Regarding the php warning, can you please share a screenshot of the error on your site?

    Thread Starter ms100

    (@ms100)

    Thanks for the reply @searchiq

    I have not seen a php warning or error on my site. But I found it at the end of this page, and I thought it might be of your interest.

    Is it possible to change the color of the ‘search icon’ and the ‘placeholder text’, in the ‘SearchIQ search box’ that users can add like a widget?

    I can only find how to change the search icon and placeholder text colors for the results-page.

    Plugin Author SearchIQ

    (@searchiq)

    @ms100 We will check and update you.

    Plugin Author SearchIQ

    (@searchiq)

    @ms100 Please add the below CSS to change the ‘search icon’ and ‘placeholder text’ color for the SearchIQ widget. You need to add the CSS in the custom CSS box under the ‘Options’ tab of the SearchIQ settings.

    span.siq-expandwdgt-icon:before {color: #0070ff !important;}
    .siq-expandwdgt-cont .siq-expandwdgt-input::placeholder {color: #0070ff !important;}

    Thread Starter ms100

    (@ms100)

    Thanks @searchiq I did a quick test:

    Changing the color does seem to work for the icon, in Firefox based browsers.

    Changing the color does not seem to work for the placeholder, in Firefox based browsers.

    It does seem to work for icon and placeholder in Chromium based browsers. Thank you.

    Plugin Author SearchIQ

    (@searchiq)

    @ms100 We checked the CSS on the Firefox browser and it’s working fine.

    Can you please share the Firefox version you’re using?

    Thread Starter ms100

    (@ms100)

    Temporary URL to our site: https://www.temporary-url.com/2F82 (please do not post the target URL in public forum)

    Please try Firefox for Linux Mint latest version or Firefox for Android latest version. I have changed the colors to black:

    span.siq-expandwdgt-icon:before {color: #000 !important;}
    .siq-expandwdgt-cont .siq-expandwdgt-input::placeholder {color: #000 !important;}

    Plugin Author SearchIQ

    (@searchiq)

    @ms100 I can see the color difference for your site on Chrome and Firefox. It might be due to some conflict. We will check and update you.

    Plugin Author SearchIQ

    (@searchiq)

    @ms100 We have checked the issue. The Firefox browser lowers the opacity by default so the black color text looks grey. Please replace the current CSS code with the below one.

    body span.siq-expandwdgt-icon:before{ color:#000 !important; }
    body .siq-expandwdgt-cont .siq-expandwdgt-input::placeholder{ color:#000 !important;opacity: 1 }

    Thread Starter ms100

    (@ms100)

    The only one detail I would love, would be for the placeholder to load in the black color at the first print. Because now the color is changing from grey to black, because the CSS code is loaded later in the loading process. But this is just a detail. Anyway the code is working and the text is black now also in Firefox. Thank you for the support @searchiq

    Thread Starter ms100

    (@ms100)

    The Query Monitor plugin gives warning PHP deprecated several times:

    https://ibb.co/tKmq4xq

    Do you think these are critical @searchiq ?

    Plugin Author SearchIQ

    (@searchiq)

    @ms100 We will check the PHP warning and update you.

    Plugin Author SearchIQ

    (@searchiq)

    @ms100 We have checked the issue and it looks like these warnings are caused by PHP’s latest version. Please share the PHP version running on your server.
    Moreover, these warnings will not cause any issues on the live server.

    Thread Starter ms100

    (@ms100)

    PHP version = 8.1.16 (support 64bit value)

    I don’t know if this is related, but I found it strange. Adding one more character and the result dissapears:

    <a href=”https://ibb.co/BCSLdF0 “>https://ibb.co/BCSLdF0
    https://ibb.co/16LSW3B

    Plugin Author SearchIQ

    (@searchiq)

    @ms100 We will check the issue as it should display both the results. However, we observed both results when we complete the search term ‘deodorant’. https://prnt.sc/nj242Gnk-X1B

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Translations’ is closed to new replies.