Suraj Lulla
Forum Replies Created
-
Forum: Plugins
In reply to: [Favorites] WP REST APII’ve created some functions for it to work with REST API, let me know if you need it.
Forum: Plugins
In reply to: [AudioIgniter Music Player] Rest API for playlists and audio filesYou don’t provide a REST API for the playlists or audio files in the Pro version too?
Forum: Plugins
In reply to: [WP Video Lightbox] Incredible plugin just a minor questionMy bad – I had a code that opened all the links in a new tab. But your plugin works like a charm, thanks!
Forum: Plugins
In reply to: [Razorpay for WooCommerce] Woocommerce payment gateway not workingWhat’s the exact issue?
Forum: Plugins
In reply to: [IdeaPush] Ideas disappear on UpvoteThis is great, thanks.
Forum: Plugins
In reply to: [IdeaPush] Ideas disappear on submitFigured it out.
If someone is facing the same issue, inc/js/frontendscript.js
userID should not be passed as a parameter:
commonReOrderAndReRenderingOfIdeas(userID); reRenderHeader(userID);
It can be
commonReOrderAndReRenderingOfIdeas(''); reRenderHeader('');
- This reply was modified 4 years, 2 months ago by Suraj Lulla.
I am also facing the same issue. Reviews are imported but review count stays 0.
Hi Jofix,
Using your FTP go to /wp-content/plugins/ and rename the directory wps-hide-login. The plugin will be disabled.
Once you are ready, you can rename it again or delete and re-install.
Forum: Plugins
In reply to: [WPS Hide Login] How to uninstall “WPS Hide Login” from WordPress?From your FTP, go to /wp-content/plugins/ & rename the wps-hide-login directory to anything else.
Then you’ll be able to login from /wp-admin URL.
Once logged in, you can use the plugin again to change your URL.
Cheers!
Forum: Plugins
In reply to: [WooCommerce] How To Change content of Account Overview>DashboardJumping into this topic as it hasn’t been resolved since a long time. So, basically what you need to is:
1. Copy /wp-content/plugins/woocommerce/templates/my-account/dashboard.php file (or download from Github).
2. Make a /wp-content/themes/YOUR-ACTIVE-THEME/woocommerce/myaccount directory structure. Ignore this step if the directory already exists.
3. Upload the dashboard.php to myaccount directory, then you can edit the file to make any changes.
4. Take a coffee break ??
The reason why we’re creating a copy instead of editing right there is to retain our changes from future updates.
Let me know if you’ve any questions.
Forum: Plugins
In reply to: [WPS Hide Login] This has been disabledDon’t forget to mark this topic as resolved to keep the forum healthy.
Glad to help ??
Forum: Plugins
In reply to: [WPS Hide Login] This has been disabledAfter changing the URL, you have to login from your new login address. wp-admin will display a message ‘This has been disabled’.
Forum: Fixing WordPress
In reply to: Plugins revert to need updatingIf it’s done, kindly mark the topic as resolved.
Forum: Fixing WordPress
In reply to: Mysterious Arrow in Front of Bullet PointsIt was the default bullet icon of FontAwesome, you added another but the previous one was already there.
Mark this topic as resolved to keep the forum healthy.
Forum: Fixing WordPress
In reply to: Moving WP to subdirectoryIf you are using any CDN such as Cloudflare, try purging cache.