Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Ask for Refund
This topic contains 9 replies, has 2 voices, and was last updated by Ernest Marcinko 7 years, 7 months ago.
- AuthorPosts
- April 7, 2016 at 11:53 pm #8312
Hello,
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 #8313Hi!
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.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 8, 2016 at 9:42 am #8317Hi,
“…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 #8318I 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.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 8, 2016 at 9:53 am #8319– 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 #8321Hi!
I see the issues now, the direction CSS is indeed overwritten incorrectly. To fix those issues, add the following custom CSS codes:
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; }
These should fix the issues with the results alignments. It looks like this after I applied them on my dev tools: https://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: https://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
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 8, 2016 at 11:12 am #8322Thanks,
Is there a way to translate all strings to Hebrew somehow?
April 8, 2016 at 11:18 am #8323Yes, you can change the visibility and the text on everything, on the Front-end options panel: https://i.imgur.com/1BtUGSW.png
For the placeholder text, on the Layout Options panel: https://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: https://i.imgur.com/MobyF0d.png
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 8, 2016 at 12:52 pm #8324Thanks,
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 #8325Hi!
I guess the theme puts it there automatically. Try this custom CSS for hiding it:
Best,.widget.AjaxSearchProWidget .widget-top { display: none !important; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
The topic ‘Ask for Refund’ is closed to new replies.