Rachna
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changes in WP do not appear in public website.Hello there,
1. Disable caching plugins
2. Purge cache from browser
3. Have you altered caching yourself in any way?
4. If you’re using any CDN like Cloudflare, enable dev mode and purge cache from their side
5. Refresh page with Ctrl+ F5(or Cmd + R for Mac) which ignores cache
6. If you’re making changes in CSS or JS, for example, make sure to take a look at
source code in dev panel – maybe your CSS selectors are just not superior or you’ve
got an error in other code.7. after you update the page, are you sure you are checking the actual page and not
just the preview version? The preview version just stuck to a specific change. Any
later changes will not show up.If caching isn’t the problem, check these common mistakes with URLs and file names:
1. Verify the URL – Make sure you’re entering the correct URL in your web browser.
Double-check the full path and file names.
2. Verify the template – If you’re editing a template, make sure the post or page
you’re viewing in your browser is using the template you’re editing.
3. Verify the file – If you are editing a file on your local computer and then
uploading the updated version, make sure you uploaded the correct file. Also, make
sure you’re not working with a file with a similar name or the same name in another
folder.If none of that helps, it’s your host.
- This reply was modified 6 years, 6 months ago by Rachna.
Forum: Fixing WordPress
In reply to: Apache2 fail when migrating WordPress siteHi there,
Internal server errors (error 500) are often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins. If you don’t have access to your admin panel, try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, try switching to the default theme for your version of WordPress to rule-out a theme-specific issue. If you don’t have access to your admin panel, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/
and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue.Forum: Fixing WordPress
In reply to: Delete spam users in Bbpress?You are very welcome! ??
Forum: Fixing WordPress
In reply to: Plugin for optionsYou are welcome, search plugins on the page by following these steps.
Right click on the page ->Open View page source -> Ctrl+F(Windows) or Command+f(Mac) search plugin, you can see plugins added on the page.
OR
You can search Here which plugin/theme particular site is using, just enter the URL of site on the search bar.
Hope this helps you.
Thanks- This reply was modified 6 years, 6 months ago by Rachna.
Forum: Fixing WordPress
In reply to: Plugin for optionsThe website link you shared is using Yoast SEO plugin, woocommerce-quantity-increment and other plugins if you want you can try those.
Forum: Everything else WordPress
In reply to: Plugin Version List not ShownHi saurav,
I recommend asking at https://www.ads-software.com/support/plugin/raratheme-companion so the plugin developer’s and support community can help you with this.
Thanks.Forum: Fixing WordPress
In reply to: Plugin for optionsHi,
There are some page builders that may be able to provide those selector things.
Here a quick link to some that are in the free repo: https://www.ads-software.com/plugins/search/page+builder/
I suggest is to try each one of them out and see what you like best.Forum: Fixing WordPress
In reply to: Changing background color of Donation buttonHi,
You can change the background color to red..give-display-modal .give-btn { background: red; }
To add CSS: use the “Additional CSS” option in the customizer. https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress
Forum: Fixing WordPress
In reply to: Delete spam users in Bbpress?Hello joshlovesit,
You can simply refer to link below, It has different steps/possibilities which can guide you. https://codex.www.ads-software.com/Combating_Comment_Spam.Forum: Fixing WordPress
In reply to: editor wordpress non funziona negli articoliHi,
Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/
and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).
Hope this helps you.Forum: Fixing WordPress
In reply to: Css name customizationHi joerack,
You might be able to control the number of lines in each column by adding a custom excerpt https://codex.www.ads-software.com/Excerpt to each post.
I recommend asking at https://forums.envato.com/ so the theme developer’s and support community can help you with this.
Thanks.Forum: Fixing WordPress
In reply to: after update my category menu not workingHello amitkumar,
This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
If you can install plugins, install “Health Check”: https://www.ads-software.com/plugins/health-check/ On the troubleshooting tab, you can click the button to disable all plugins and change the theme for you, while you’re still logged in, without affecting normal visitors to your site.
If the problem persists, use your browser inspector to look for errors on the page where the issues occur.
Hope this helps you.Forum: Fixing WordPress
In reply to: Bypass minimum order amount for select customersHi,
I recommend asking at https://www.ads-software.com/support/plugin/woocommerce/#new-post so the developer’s and support community can help you with this.
Thanks.Forum: Fixing WordPress
In reply to: woocommerce Local pickup plusHi,
I recommend asking at https://www.ads-software.com/support/plugin/woocommerce/#new-post so the developer’s and support community can help you with this.thanks.
Forum: Everything else WordPress
In reply to: Email notification alerts for topic replies?Glad to know that you found out the reason ??