shru21
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Looking for Particular PluginHi,
As you have multi services and multi vendors, I can suggest you one plugin that is Dokan Multivendor. Please try this one, hope this will help you to fulfill your need.
Thanks.
Forum: Fixing WordPress
In reply to: Can’t Edit My Website Pages AnymoreHi @mkseales
Did you confirm the DNS is correct for the server you are uploading your files to?
If the DNS is correct and you are in the right server, then it must be a caching issue. So please clear your browser cache and see if that works.Thanks.
Forum: Fixing WordPress
In reply to: Health check messageHi @carstend,
As the message says to update the plugin and themes that you have installed, update your themes and plugin from your WordPress dashboard. Please try this, hope this will help you.
Thanks.
Forum: Fixing WordPress
In reply to: Editor error when creating new post/pageHi @onthepulse,
After looking at this error it seems that there is a plugin by which all the jss files are minified and move to a single folder. Disable the minification of jss files can help you. Please try this hope this will help you.
Thanks.
Forum: Fixing WordPress
In reply to: How to temporarily disable a function?Hi @jgfn,
There are many plugins having different functionality, let me know which plugin you are talking about and what function you want to disable.
Thanks.
Forum: Fixing WordPress
In reply to: Visual Editor Not ShowingHi @jpick89
This is a basic solution which can help you
Go to Users > Your Profile.
Check the box beside “Disable the visual editor when writing”.
Click Update Profile.
“Hard refresh” the page using Ctrl + F5.
Uncheck the box beside “Disable the visual editor when writing”.
This is a safe place to start before moving on to more advanced solutions.
Please try this hope this will help you.Thanks.
Forum: Fixing WordPress
In reply to: Fatal errorIf the issue happened while you were installing or upgrading themes, then the first thing you’ll want to do is delete it from your server. Log into your server using FTP. Navigate to wp-content/themes/. From there, find the theme folder of your theme you have installed and deleted it.
This should bring your site back to life as WordPress reverts back to a default theme (like Twenty Twelve). If your site still isn’t functioning, navigate to wp-content/plugins/ on your server and delete any plugins you have installed.
Once your site is working again, navigate to the plugins page in your WordPress admin and deactivate any plugins you have installed.
Forum: Fixing WordPress
In reply to: Form completion timer / locking plugin?The RegistrationMagic plugin is one such WordPress counter plugin that offers a Timer field to add to your form. Try this plugin, hope this will help you.
Forum: Requests and Feedback
In reply to: open in new tab when click on visit siteRight click on visit site select, open in new tab. Your site will open in a new tab.
Forum: Fixing WordPress
In reply to: Comments Section Not Visible on Older PostsHave you gone thorough wp-admin/options-discussion.php settings, might be something there to change to enable comments?
Forum: Fixing WordPress
In reply to: Post preview page redirects to incorrect pageHey!! Go to the pages, open each page, edit your permalink just below the title and leave it blank and save it. Do this process for all the pages as you have mentioned above. WordPress will default create permalink, you don’t need to insert. Save and see it once !! Try this once.
You can use the user login function for checking whether the user logged in state is correct or not. if ( is_user_logged_in() ) {
// your code for logged in user
} else {
// your code for logged out user
}Forum: Fixing WordPress
In reply to: Constant thumbnail image sourceYou can try custom CSS or check your image code. Hope this will help you.
Forum: Fixing WordPress
In reply to: Unable to Log In ‘Too Many Redirects’These two lines should also be placed above the /* That’s all, stop editing! Happy blogging. */ line.
Keep in mind that you should replace http://your-site.com with your actual URL.
Forum: Fixing WordPress
In reply to: access deniedIt is possible that a rule in your .htaccess file is forbidding your access. That is usually what this message indicates. These rules are usually inserted by intention, but sometimes a plugin can cause it. You can deactivate your plugin through cpanel. Hope this will help you.