Ask for Refund

This topic contains 9 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 8 years ago.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #8312
    orenlebbo
    orenlebbo
    Participant

    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

    #8313
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    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 :)


    #8317
    orenlebbo
    orenlebbo
    Participant

    Hi,

    “…If there is an issue with that, let me know and I will check if something is overriding the CSS…”

    So I just did….

    #8318
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    I 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 :)


    #8319
    orenlebbo
    orenlebbo
    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.

    #8321
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    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 :)


    #8322
    orenlebbo
    orenlebbo
    Participant

    Thanks,

    Is there a way to translate all strings to Hebrew somehow?

    #8323
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Yes, 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 :)


    #8324
    orenlebbo
    orenlebbo
    Participant

    Thanks,

    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

    #8325
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    I guess the theme puts it there automatically. Try this custom CSS for hiding it:

    .widget.AjaxSearchProWidget .widget-top {
        display: none !important;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Ask for Refund’ is closed to new replies.