Vignesh Pichamani
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayU India (PayUmoney - PayUbiz)] payment success return pageIn this plugin they have an option to set up Return Page (which is what redirect page) if you set up any page to that option it will consider as return page (after payment finish), I haven’t tested with success or failure, but i hope they may pass some query string along with redirection url whether it is success or failure.
Forum: Plugins
In reply to: [WooCommerce] Catchable Fatal Error on after Updating WooCommerce 2.4.4May be you are right after logout and login i noticed everything seems working, Thanks for your reply 🙂
Forum: Fixing WordPress
In reply to: How to remove /wp/index.php/ from URL structureChange the permalink structure from admin dashboard to post name/any to see it helps.
Settings->Permalinks
Thanks.
Forum: Fixing WordPress
In reply to: browser fetches old pagePlease provide site link? are you recently moved your site to somewhere i mean testing server to live?
If you are not comfortable with providing site link then provide us the screenshot what exactly happen in your side.
Thanks,
vickyForum: Fixing WordPress
In reply to: WP ChargeNot sure whether you hosted site from wordpress.com? then please contact the support team from wordpress.com
https://en.support.wordpress.com/contact/Thanks,
vickyForum: Fixing WordPress
In reply to: My pictures won't uploadMake sure is any jquery conflict happen in your side.
Thanks.
Forum: Fixing WordPress
In reply to: Shortcode not reading passed up values.Hi @rbarber218
Seems you shouldn’t use the attribute as uppercase in shortcode because as they are suggesting shortcode and shortcode attribute names are lowercase even if you make it uppercase also, from the code they change it to lowercase, in this case you trying to return the value as
actionTextfrom extracting shortcode it will shown name asactiontextnotactionText.From the Codex of WordPress.org https://codex.wordpress.org/Shortcode_API
Attribute names are always converted to lowercase before they are passed into the handler function. Values are untouched.[myshortcode FOO="BAR"] produces $atts = array( 'foo' => 'BAR' ).Hopefully It make sense.
Thanks.
I mean is there any plugin that you activated related to mobile like mobile redirection, wp-touch and something like that? Or is there any thing your theme has supported for setting up mobile redirection?
Thanks,
vickyForum: Fixing WordPress
In reply to: Not able to login after URL changeTo make sure the detailed instruction on how to move wordpress https://codex.wordpress.org/Moving_WordPress
Thanks.
I believe you may use the third party plugin for mobile site? I hope this what it causing some problem.
Thanks.
Forum: Fixing WordPress
In reply to: Issue with logging in at wp-adminCheckout the codex reference of what to do on moving wordpress https://codex.wordpress.org/Moving_WordPress
and may be this will help.Thanks.
Forum: Fixing WordPress
In reply to: All pages are missing in the back officeHi,
Not sure what happen on your side? so try to reproduce the problem in your side by deactivation all the plugins and make sure you can able to view the page/post if not try change theme to default twenty fifteen or any to make sure that problem arise with theme/plugin.
Thanks,
vickyForum: Fixing WordPress
In reply to: Issue with logging in at wp-adminNot sure, whether you transfer the old site to new hosting? or upgrade wordpress to recent? seems like setting up site path is not properly done
http://www.lagardeningandmaintenance.co.uk/wp-login.php?redirect_to=http%3A%2F%2Fwww.lagardeningandmaintenance.co.uk%2Fwp-admin%2F&reauth=1Above link will get it into the login page but still make sure where you missed?
Thanks.
Forum: Fixing WordPress
In reply to: Please help!!Oh,
I thought you know little bit about ftp/cpanel
May be this link will help http://wpsites.net/wordpress-tips/disable-plugins-manually/Forum: Fixing WordPress
In reply to: Get rid of commentsHi there,
Then goto the mysql backend (via PhpMyAdmin) and find the table name as wp-comments table to delete the comments instead of deleting one by one, make sure these are all experimental only, kindly take the backup of mysql data to proceed further.
Thanks,
vicky