manjitrv
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: products showing up on the wrong pagesPlease check if you have selected two categories in product page in dashboard.
Forum: Fixing WordPress
In reply to: Having refresh and loading issuesI think there is issue occurs in mozilla firefox, Please check if its working for you.
I can see only first image is getting loaded nothing else
Forum: Fixing WordPress
In reply to: I could not upload the file.Please check file permissions or upload size limit on your server.
To change upload file size limit put following lines in php.ini file on server.
upload_max_filesize = 20M post_max_size = 21M
Forum: Fixing WordPress
In reply to: Display Testimonials On Home Page HeaderThis will work as slider so you can use some slider free version and add 2 layers
one for background image and one for text box.
There will be many plugins available for such functionality.Forum: Fixing WordPress
In reply to: wordpress site not respondingIt seems some DNS or server issue. try uploading index.html file with some message to root directory
if it works then might be issue with wordpress theme or plugins. Try disabling one by one and check if it sort out the problem.[email removed]
- This reply was modified 5 years, 6 months ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: Adding a read more tag to a post will make it impossible to saveI see you are using divi builder but not sure how you are adding the posts. you only have to enable read more there. nothing esle.
Are you using custom boxes for the blog posts ?
You can share details with me so I can check what exactly happening. I suggest you to take backup before sharing details.
[email redacted]- This reply was modified 5 years, 6 months ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: Blank page after including php code into my .php fileIts hard to assume how you are doing it, but try to figure out what error it through. try enabling debug mode true and php error log too.
Forum: Fixing WordPress
In reply to: Custom CMS as the front pageFirst of all you need to update the url in db option table for url.
So it will point the subdirectory.
but if not you need to specify the subdirectory url in htaccess file.Forum: Fixing WordPress
In reply to: Can’t find noindex tagFollowing below steps.
-
1. Access WordPress admin area and go to Settings and select Reading.
2. There you will find an option called Search Engine Visibility. Check the box that says Discourage search engines from indexing this site. After enabling it, WordPress will edit the robots.txt file and apply disallow rules which discourage search engines from crawling and indexing your site.
3. Press Save button to apply the changes.
or Vise versa
- This reply was modified 5 years, 6 months ago by manjitrv.
Forum: Fixing WordPress
In reply to: My Website brings this error everytime i try to exportTry icreasing execution time and allocate higher memory size.
ini_set(‘max_execution_time’, ‘300’); //300 seconds = 5 minutes
ini_set(‘max_execution_time’, ‘0’); // for infinite time of executionmemory_limit = 256M //for increasing memory put higher value
Forum: Fixing WordPress
In reply to: Website Speed OptimizationMy Pleasure!
Forum: Fixing WordPress
In reply to: Website Speed OptimizationPage is working fine for me. try disabling the map, instead use some image there. It will also speed up the site a bit.
Forum: Fixing WordPress
In reply to: Website Speed OptimizationSee the results: its no 65(Mobile) and 97(Desktop) on google respectively which is pretty good.
Forum: Fixing WordPress
In reply to: Website Speed OptimizationTry to activate this plugin, this will allow you to enable cache. Also, try to reduce the plugin eliminating unnecessary plugins, this will decrease the number of requests.
There is nothing wrong with the theme, it’s one of the top-rated themes.
Its just a matter of images/content and server configuration.This plugin might help you to resolve the issue. do not enable js compression.
Forum: Fixing WordPress
In reply to: Website has had a “fatal error”, guess is jetpack update to blame?You can download files from the server using filezilla software.
It require FTP access details to connect, once connected you can easily download files from there.Do not move any file or delete without having a compelete backup.