Forum Replies Created

Viewing 15 replies - 61 through 75 (of 274 total)
  • Plugin Author WP-EXPERTS.IN

    (@india-web-developer)

    Hi Jackumah,

    Thank you for leave your feedback.

    As per our email conversation , your problem is fixed.

    Your suggestions is always welcome to improve plugin functionality.

    Feel free to contact me for any query.

    Plugin Author WP-EXPERTS.IN

    (@india-web-developer)

    Hi Peter,

    Thanks for your suggestion.

    I want let you know that we can’t add this filter hooks with our plugin. If we will add this filter hook then it will break our newadmin url security because if someone will try to access /wp-admin url then due to this filter it will automatically redirect to new login page url and purpose of plugin will break.

    Anyway thanks again for give your suggestions.

    Thanks
    Raghunath

    Plugin Author WP-EXPERTS.IN

    (@india-web-developer)

    Hi doushabu06,

    Sorry for the problem that you are getting.

    May be you getting error due to server settings, what is server name where you have hosted site? Is this supported htaccess file?

    It’s very easy to disable my plugin, just connect your FTP and go on plugin directory (wp-content/plugins) and search my plugin folder “protect-wp-admin” and rename it with other name. that’s all.
    OR
    If you have taken database backup then you can rollback database backup, plugin will automatically disable.

    Feel free to contact me for any query.

    Thanks
    Raghunath

    Plugin Author WP-EXPERTS.IN

    (@india-web-developer)

    Hi wldwil,

    Thanks for give your feedback, i want request you to leave your same feedback by best rate to my plugin πŸ™‚

    #For RSS Button

    Currently this button is not available, i will try to add RSS button in next version. I want let you know also that In pro addon we have given an option for add to your custom buttons so you can use custom buttons as RSS button.

    Please have a look on below link for find more features of addon
    http://csbwfs.mrwebsolution.in/pro

    Thanks
    Raghunath

    Plugin Author WP-EXPERTS.IN

    (@india-web-developer)

    Hi thegh0sts,

    Thanks for your suggestions, i will look into issue and update you in next version.

    Thanks
    Raghunath

    Plugin Author WP-EXPERTS.IN

    (@india-web-developer)

    Hi John,

    Thanks for contact us!

    I want let you know in last version we have done some major changes so can you please confirm are you sign latest version of plugin?

    you will need to define only [wp_youtube_gallery category_slug=”ENTER YOUTUBE CATEGORY SLUG”] shortcode for add to youtube gallery on any page.

    You can contact me on my email [email protected] for get fast response.

    Thanks
    Raghunath

    Plugin Author WP-EXPERTS.IN

    (@india-web-developer)

    Hi kritika,

    I am really sorry for the problem that you have facing.

    Issue were coming due to code conflict but now we have fixed issue.Please update plugin to latest version 1.5

    You can contact me directly on my email [email protected] for get quick reply.

    Thanks
    Raghunath

    Plugin Author WP-EXPERTS.IN

    (@india-web-developer)

    Hi shubh,

    Thanks for contact us!!

    I want let you know that my plugin does not support swf file , you can share only image and content.

    Feel free to contact me for any query

    Plugin Author WP-EXPERTS.IN

    (@india-web-developer)

    Hi sunnydt,
    Thanks for contact us.

    You can remove it by change in plugin css file. If you have a little knowledge about CSS then you can do it easily.

    Thanks
    Raghunath

    Plugin Author WP-EXPERTS.IN

    (@india-web-developer)

    Your Welcome! πŸ™‚

    I would request you to leave your feedback by give best rate to my plugin. It will be really very helpful make my plugin more popular compare to other social plugin and motive us to create new plugin.

    Thanks
    Raghunath

    Plugin Author WP-EXPERTS.IN

    (@india-web-developer)

    Hi Mads,

    Thanks for contact us!

    I want let you know these all features are available in pro addon not in free version.
    Addon not only demonstrates the flexibility of CSBWFS, but also adds some important features:

    • Responsive Floating Sidebar
    • Hide Floating Sidebar On Home/Post/Page/Category/product
    • Option for Show/Hide sidebar on any specific page/post
    • Responsive Lightbox Contact Form (for Mail Icon)
    • Option for add to β€œContact Form 7β€³ Shortcode into lightbox
    • Advance Feature For Choose To Pinterest Share Image
    • Option for add to OG tags content(title,image,content)
    • Option for set automatically horizontal sidebar position for mobile
    • Option for add to social site official page URL for all social buttons
    • Extra Buttons (Google Translate,Instagram,Whatsapp,Digg,Yummly,Vk, Buffer and Print)
    • Option for display to number of share (Twitter,Facebook,LinkedIn,StumbleUpon,Google Plus,Pinterestand Reddit)
    • Option for change to any button image and their title,background colour and url (You can use any button as your own custom button)


    Click Here
    to more details about addon features.

    Thanks
    Raghunath

    Plugin Author WP-EXPERTS.IN

    (@india-web-developer)

    Hi daveonearth,

    I am sure that after install and configure plugin on any WP sites, guest user can’t access default login page url. You will able to access admin only using newadmin slug.

    Currently in my plugin there are not an option for internally break to login request using curl.So may be some spam code exit into your site that’s why you getting loggin attempt .

    How you are tracking number of login attempts?

    Thanks
    Raghunth

    Forum: Reviews
    In reply to: [Protect WP Admin] no works
    Plugin Author WP-EXPERTS.IN

    (@india-web-developer)

    Hi Marco,

    before enable plugin did you checked your permalink settings from admin (Settings >> Permalink ), it should not be set as default? it’s should be set to any other format .

    After add new admin slug from plugin setting page , new rewrite rule will be add into your root htaccess . For example you have added new slug as newadmin then in your root htaccess file rewrite code will be like that :

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteRule ^newadmin/?$ /wp-login.php [QSA,L]
    RewriteRule ^newadmin/register/?$ /wp-login.php?action=register [QSA,L]
    RewriteRule ^newadmin/lostpassword/?$ /wp-login.php?action=lostpassword [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    If rewrite code is not adding then it’s can create 404 error.
    In that case you can update new admin slug related rewrite rule manually into your htaccess file, only change your slug name on place or newadmin

    Thanks
    Raghunath

    Plugin Author WP-EXPERTS.IN

    (@india-web-developer)

    Hi Marco,
    Sorry for the problem that you had faced.

    If after add new admin slug from plugin settings page , same slug related rule were added into your htaccess file then , new slug should be work fine.

    Have you checked rewrite url is enable on your site or not?

    You are site is running on SEO friendly URL or on default permalink ?

    if you can send me your site link and access details on my email [email protected] then i can look into issue and update you asap.

    Thanks
    Raghunath

    Plugin Author WP-EXPERTS.IN

    (@india-web-developer)

    Hi sherice,

    Thanks for contact us!

    I want let you know in this plugin i have implemented buttons code that is officially generated by social sites from his official website. So all will be work fine as per social site guidelines.

    If you can send me your site link on my email id [email protected] then i can look into issue and update you as soon as possible.

    Thanks
    Raghunath

Viewing 15 replies - 61 through 75 (of 274 total)