Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Ask for Refund
- This topic has 9 replies, 2 voices, and was last updated 10 years, 1 month ago by
Ernest Marcinko.
-
AuthorPosts
-
April 7, 2016 at 11:53 pm #8312
orenlebbo
ParticipantHello,
I purchased your product and mistakenly didn’t check that it suits RTL languages alignment.
There’s also no option to change the search field theme or colors.
Hopefully one day it will work good but until then I must ask for a refund.
Thanks
April 8, 2016 at 8:00 am #8313Ernest Marcinko
KeymasterHi!
The plugin should work with RTL alignment. If there is an issue with that, let me know and I will check if something is overriding the CSS.
On the Theme Options panel you can change almost everything regarding the search bar, including the colors as well: https://i.imgur.com/QNdOuJO.png
If it’s not suitable for your current site or project, you still got a lifetime license and upgrades, which you can use anytime in the future.
April 8, 2016 at 9:42 am #8317orenlebbo
ParticipantHi,
“…If there is an issue with that, let me know and I will check if something is overriding the CSS…”
So I just did….
April 8, 2016 at 9:45 am #8318Ernest Marcinko
KeymasterI mean I need more information on what exactly is wrong.
– Is there an url where I can check the search?
– Can you pinpoint the exact issue(s)?
– Can you also provide back-end and FTP details so I can check the plugin code and fix the issue if necessary?I gladly help, but I need more information.
April 8, 2016 at 9:53 am #8319orenlebbo
Participant– Yes – use desktop: http://canna.bi/1RSORJI (on the left sidebar)
– Text aligned left instead of right / instead of showing similar keywords it shows articles an posts from site.
– I can’t find this menu (https://i.imgur.com/QNdOuJO.png) on the plugin. I went through all the submenus and it’s not there.April 8, 2016 at 11:07 am #8321Ernest Marcinko
KeymasterHi!
I see the issues now, the direction CSS is indeed overwritten incorrectly. To fix those issues, add the following custom CSS codes:
[html]div.mCSB_scrollTools_vertical {
right: 0 !important;
left: auto !important;
}.rtl .asp_image {
float: right !important;
margin: 0 0 2px 8px !important;
}.rtl .asp_content {
direction: rtl !important;
text-align: right !important;
}[/html]These should fix the issues with the results alignments. It looks like this after I applied them on my dev tools: http://i.imgur.com/Y51iSlq.png
You can add these rules to your theme custom CSS section, or you can use the search custom CSS section as well: http://i.imgur.com/J9fJXZz.png
To get to the Theme Options panel, all you need to do is open the search instance options. Here, I made a quick video showing it for you: https://youtu.be/ra-lKmLaOfo
April 8, 2016 at 11:12 am #8322orenlebbo
ParticipantThanks,
Is there a way to translate all strings to Hebrew somehow?
April 8, 2016 at 11:18 am #8323Ernest Marcinko
KeymasterYes, you can change the visibility and the text on everything, on the Front-end options panel: http://i.imgur.com/1BtUGSW.png
For the placeholder text, on the Layout Options panel: http://i.imgur.com/2hbdqrU.png
Since there are lots of options available, don’t forget to use the options finder if you cant’s find something: http://i.imgur.com/MobyF0d.png
April 8, 2016 at 12:52 pm #8324orenlebbo
ParticipantThanks,
One last question please:
Do you see the gray line above the search box? I guess it’s for the title – but please make it disappear when not entering any title.
Is that possible?
Thanks
April 8, 2016 at 1:10 pm #8325Ernest Marcinko
KeymasterHi!
I guess the theme puts it there automatically. Try this custom CSS for hiding it:
[html].widget.AjaxSearchProWidget .widget-top {
display: none !important;
}[/html] -
AuthorPosts
- The topic ‘Ask for Refund’ is closed to new replies.