This website is obsolete. Please go to my new site at wppatch.com for any queries.

Old customers can also contact via new site for their queries.

Abu

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 46 total)
  • Author
    Posts
  • in reply to: Stars not displaying #2320
    Abu
    Keymaster

    Hello Kavi,

    Please send me the link to your site where I can see the issue and troubleshoot it for you.

    thanks

    Abu

    in reply to: Appearance #2286
    Abu
    Keymaster

    Hi Chris,

    Unfortunately the option you are looking for is not yet supported in this plugin. I can add this feature in next plugin update but I don’t have any ETA on it.

    I’ll update you once I have the update released.

    Regards,
    Abu

    in reply to: How to download pro version? #2274
    Abu
    Keymaster

    Please go to the my account page on this site and login using your email and password you used during the checkout process. https://theweb-designs.com/my-account/

    in reply to: Plug-in does not show up in site Admin area #2263
    Abu
    Keymaster

    Sakly,

    I hope you are doing well.

    sorry about my late response.

    After you activate the plugin, you can locate its admin panel under Settings tab. Please refer to the image in this link https://www.screencast.com/t/BHSvNN61

    If you have any further question, just let me know and I would be glad to help you.

    Thank you for using our plugin.

    Abu

    in reply to: Purchased pro and don't have a license key #2192
    Abu
    Keymaster

    Hello Joel,

    thank you for purchasing the PRO version. There is no license key needed.

    The PRO version is a completely different plugin from the FREE version (which you downloaded from wordpress.org)

    Please go to the my account page on this site and login using your email and password you used during the checkout process. https://theweb-designs.com/my-account/

    If you don’t remember the password then enter the email and reset the password.

    After you login, you will see the link to download the plugin.

    Download it and then login to your site, deactivate the FREE version and install the PRO version which you just downloaded in last step.

    Activate the PRO version.

    That’s it.

    its very easy and if you have any issue just let me know.

    thank you again for buying the PRO version 🙂

    Regards,
    Abu

    in reply to: Appearance #2144
    Abu
    Keymaster

    You can do that. Go to plugin’s settings > Layout (Select List)

    Then select columns > 1 Column

    that will make the reviews aligned vertically. You might need to adjust a little CSS to left align the review text and stars but it should be very easy.

    in reply to: Appearance #2138
    Abu
    Keymaster

    @seo,

    Glad to hear your issue got resolved. There’s no link in your previous message 🙂 Can you please resend?

    in reply to: Appearance #2131
    Abu
    Keymaster

    Hi @seo,

    I saw your website. It looks like you have wrapped the shortcode in HTML <pre> and <code> tags.

    Please go to edit that page, remove these tags and then see if it resolved the issue.

    If not then please give me temporary wp-admin access and I’ll find the issue and resolve it.

    in reply to: Appearance #2070
    Abu
    Keymaster

    Hi Marj,

    Can you please provide the url to your site? It looks like there’s some CSS conflict.

    in reply to: Widget not connecting to aweber campaign #1983
    Abu
    Keymaster

    Hello Tracy,

    Sorry for my late reply.

    It’s great to hear your issue is resolved.

    If you need further help you can post your question in the support forum or connect with me via Live Chat feature on this site.

    Thanks for being our customer.

    Abu

    in reply to: Review ID #1943
    Abu
    Keymaster

    Hello Mehmet,

    thank you for using our plugin.

    There is a plugin “Reveal IDs” https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/

    You can install it.

    Then go to Comments section and you will see the ID for each review at the far right column. see this image http://screencast.com/t/iZNJ9bXDW3Dl

    Let me know if still any issue.

    Regards,
    Abu

    in reply to: Limit Show Review for User #1891
    Abu
    Keymaster

    Hello Nicolas,

    Sorry this plugin does not show reviews by users at this time.

    But I may add that feature in a future release.

    Let me know if I can help you in any way.

    Regards,
    Abu

    in reply to: max width for simple aweber optin widget #1666
    Abu
    Keymaster

    Yes you can do that using CSS.

    Use the class .twb_widget_wrapper for that.

    For example, if you want to limit the width to 250px, your code will look like following:

    .twb_widget_wrapper {
      width: 250px;
      margin-left: auto; /* align center from left */
      margin-right: auto; /* align center from right */
    }

    Should be pretty easy.

    in reply to: broken form #1623
    Abu
    Keymaster

    Glad to help 🙂

    in reply to: broken form #1617
    Abu
    Keymaster

    Your theme is overriding the plugin css for submit button. Add the following CSS code in Custom CSS section of your theme and it will fix the issue for you.

    .widget_twb_aw_widget .twb_widget input[type="submit"]{
        position: relative;
        height: auto;
        line-height: inherit;
        text-indent: 0;
        right: 0;
    }

    Let me know if still any issue.

    thanks

Viewing 15 posts - 31 through 45 (of 46 total)