Tapan Kumer Das
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website′s elements stopped workingHi,
I just give it a look and found that tulipize.sk is using jquery from a CDN (https://tulipizesk.b-cdn.net/wp-includes/js/jquery/jquery.js?ver=1.12.4) which shows suspended or not configured.
This would be the coz of not loading jquery in your desire site.
Please check this and I hope you can fix this up.Thanks
Hi,
Do you install any security plugin or your hosting have a firewall which prevents to access this link?
You can check your server logs for that.Thanks
Forum: Fixing WordPress
In reply to: Unable to download pluginsHello @studyias
Two things can happen,
1. Your downloaded zip file might be corrupted
2. You have a lack of hosting space for download and extract the zip.If you update the plugin from WordPress admin panel then try to download the plugin first and then upload it manually using FTP or cPanel or your hosting panel. If you still facing the same then check your hosting space.
I hope it will resolve your issue.Thanks
Forum: Fixing WordPress
In reply to: Updating PluginHi,
Your WordPress folders owner should be apache (For Debian based distro it will be www-data and RedHat based distro it will be apache)
I think this is why your apache can’t write the plugin files to your web folder.Thanks
Forum: Fixing WordPress
In reply to: Updating PluginHi @aapta
It seems your droplet has FTP issue this is why your WordPress can’t download the plugin update to your server. You can override this FTP by using following code to the end of your wp-config.php file,
define(‘FS_METHOD’,’direct’);I hope it will fix your issue.
Thanks
Forum: Fixing WordPress
In reply to: why my site is showing wp-content?Hi,
It seems somehow your index.php file was removed from the root. You can download the wordpress zip file and extract that and re-upload the index.php file to your public_html (root) folder.
Forum: Plugins
In reply to: [Best WordPress FAQ] Accordion View lost in WordPress 4.5Hi wetting,
Hope you are doing fine.
Thank you for pointing this issue. I am sorry that we were inactivate for past couple of months but from now on we will do active development. I hope we will bring a new bug fix version soon.
Sorry for the inconvenience.
Thanks and regards.
TapanForum: Plugins
In reply to: [Best WordPress FAQ] Could people insert new questions?Hi Andrea,
Hope you are doing well.
I am sorry but our plugin dont have what you searching for.
I am sorry that we were inactivate for past couple of months but from now on we will do active development. I will try to include your requested feature in our road map. Lets see what we can bring for you.
Sorry for the inconvenience.
Thanks and regards.
TapanForum: Plugins
In reply to: [Best WordPress FAQ] What is happening with in the debug.log?Hi Adri,
Thank you for your appreciation. It motivate us a lot.
I am sorry that we were inactivate for past couple of months but from now on we will do active development. I hope we will bring a new bug fix version soon.
Sorry for the inconvenience.
With regards.
Tapan
Forum: Fixing WordPress
In reply to: no matter what theme cant access pages on mobile?Hi
I am glad it helps you.
Cheers!
Forum: Fixing WordPress
In reply to: no matter what theme cant access pages on mobile?Hi,
It seems that you have an syntax error in your js file either in cache or optimization plugin. Try to clean and disable cache plugin and disable optimization plugin if you have any and see if menu is visible in mobile browser.
Cheers!
Forum: Fixing WordPress
In reply to: no matter what theme cant access pages on mobile?Hey,
Give us the link so that we can check also.
Forum: Fixing WordPress
In reply to: Removing space from headerHello rightmind,
You need to add custom css to fix this issue.
You could use this plugin and add the following css,#wrap { margin: 0 auto !important; }
It will solve your issue.
Cheers!!!
Forum: Fixing WordPress
In reply to: Unable To Upload MediaI am glad that it helped you.
Cheers ??Forum: Fixing WordPress
In reply to: Unable To Upload MediaHi Nancy,
You can have a look here and try their fix. Hope it will help you.Cheers!