kaushalsheth
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin Panel not loadingCan you revert to default theme and try? If you can’t access wp-admin, just login via ftp and rename the current theme newspaper-x and newspaper . Theme should change to default twenty theme. Check if you are able to login to WordPress admin then
Forum: Fixing WordPress
In reply to: Changes to blog post not getting savedDisabling plugin / reverting to default thheme shouldn’t make your site inaccessible. It can however disrupt the look and feel of the site. You can try setting up a staging area of your site where everything is fixed and then revert / push it to main site.
Also I would recommend opening support in relevant support forums for quicker resolution.
Because you’re using a commercial theme/plugin please use their official support channel. We feel they are best equipped to support their products.
Commercial products are not supported in these forums.
Forum: Fixing WordPress
In reply to: Changes to blog post not getting savedThere seems to be something wrong with your website. Even logo is not shown https://prnt.sc/t2o7ay . Is this how your website is suppose to look?
I would recommend you to disable the foodiepro theme / plugins and revert to default theme TwentyTwenty to see if issue still persists. Most likely either the theme or a particular plugin seems to be the culprit.
Forum: Fixing WordPress
In reply to: Change theme in a live websiteHi,
There are lot of plugins available to backup / migrate website. You can search for backup / migrate.
Try creating a subdomain like dev , staging and copy / migrate the website to the sub domain.
Once changes are made, you can transfer the same to main site using same set of plugins.
Forum: Fixing WordPress
In reply to: How to bulk remove dates from internal linksAh. Now I get it, You wish to check internal links made in blog posts to the new permalink.
Perhaps this should help
https://redirection.me/support/redirect-regular-expressions/and old thread
https://www.ads-software.com/support/topic/is-there-any-way-to-301-redirect-all-permalinks-of-posts/Forum: Fixing WordPress
In reply to: Mobile site not opening, wants to download phpThe site loaded fine on my mobile. That said, the site shows mixed content error. IF you are using Really Simple SSL plugin, ensure that you have checked mixed content fixer ticked.
Forum: Fixing WordPress
In reply to: How to bulk remove dates from internal linksI think its already changed.
https://www.entrancedbywilderness.com/2018/02/09/mt-taranaki/
now returns 404 , while your updated post with permalink https://www.entrancedbywilderness.com/mt-taranaki-summit/ worksForum: Fixing WordPress
In reply to: How to bulk remove dates from internal linksHi,
What you are trying to achieve is change permalinks. For this, you would need to login to WordPress Admin Dashboard and go to
Settings -> Permalinks and select Post Name option.
Click Save Changes and your posts would no longer have dates.
Forum: Fixing WordPress
In reply to: Hide pingbacksHI Louise,
If you know how to add custom css, you can add following css
.pingback { display:none; }
to hide pingback.
To add or override CSS: use the “Additional CSS” option in the customizer. https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress
- This reply was modified 4 years, 5 months ago by kaushalsheth.
Forum: Fixing WordPress
In reply to: problem with login wordpressHi navdeep,
It seems your wp-config,php is not configured correctly. Request you to check wp-config.php file and ensure that correct mysql db name, password , site url are filled.
Kindly check https://www.ads-software.com/support/article/editing-wp-config-php/#configure-database-settings
Forum: Fixing WordPress
In reply to: how to remove white space where entry header is on pagesHi,
It seems this css is causing issue.content-left-wrap { margin-top:50px; }
If you can make it 0px, you should be able to achieve your objective.
.content-left-wrap { margin-top:0px!important; }
Forum: Fixing WordPress
In reply to: Shopping cart item with form and upload attached.What you require is form builder to work with WooCommerce
There are several commercial plugins for adding product options, adding forms to WooCommerce.
https://www.ads-software.com/search/woocommerce+formElse you can create a product variation for your services and use Checkout Field Editor plugin to modify additional fields you require ( upload documents ) while checking out.
- This reply was modified 4 years, 5 months ago by kaushalsheth.
- This reply was modified 4 years, 5 months ago by kaushalsheth.
Forum: Fixing WordPress
In reply to: how to remove white space where entry header is on pagesHi,
I would require link to suggest suitable css.Thanks
Forum: Fixing WordPress
In reply to: Post Categories are not visible in admin panelHi,
Please go to Edit Posts and select Screen options on the top . See if Category option is ticked to be shown
Forum: Fixing WordPress
In reply to: Hiding Site TitleYour site title is logo only https://prnt.sc/suu2sg
In case you wish to not show this logo, you can disable site logo using following css
#site-logo { display:none; }