Guaven Labs
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Bug report related to cache-compat.phpThank you
- This reply was modified 3 years, 4 months ago by Guaven Labs.
Forum: Plugins
In reply to: [WP Meta SEO] Empty title tags for termsno, i don’t use any other SEO plugin.
In my website wp_title is being called only by wpmstitle function.
(i debugged it)The code i shared with you clearly tells that wpmstitle returns wpms_category_metatitle term meta. It doesn’t use default title if it is category page.
Please check wpmstitle() function yourself and you will see that your code doesn’t contain any string related to default title.
It returns wpms_category_metatitle meta even when that meta is empty.
Please, just check the code of wpmstitle.I think you just need to do this.
In 746th line of wp-meta-seo.php put
if(empty($meta_title))$meta_title=$title;
before
return esc_html($meta_title);
That will restore default title when meta_title is empty.
Forum: Reviews
In reply to: [SQL Chart Builder] DecimalComma data in table not showing in chart.Hi. thank you. have you contacted with us via contact form given at the plugin’s settings page?
Forum: Plugins
In reply to: [SQL Chart Builder] How to display % (Percent) in chart?Hi. As you know we have switched from Google Charts to local, built-in charts. That’s why there are some differences there. We are working on restoring all missing features. We have very useful TODO list for this plugin ??
Forum: Reviews
In reply to: [SQL Chart Builder] No supportHi. As you know, our plugin is fully open source and free, so there is not any PRO version. We also provide free support if asked issue is common. You can directly contact us via this link: https://guaven.com/contact/solution-request/
- This reply was modified 6 years, 3 months ago by Guaven Labs.
Forum: Plugins
In reply to: [Hide Your Theme Name] 500 Internal Server Error – My Website is BrokenHi szuprio. I have written warning message in both readme and homepage of the plugin. You might be didn’t read it. But anyway, sorry for trouble.
p.s. There are nearly 2000 users which are using the plugin successfully. Also i am using it myself in more than 20 websites with 100% success. So the problem can happen very rarely(due to bad hosting permissions), and for that rare cases i have placed warning text in homepage.Forum: Plugins
In reply to: [Hide Your Theme Name] styling messed upHi. After deleting htaccess and the plugin just go wp admin / settings / permalinks, and just press to save changes button there, without any option change. Your interval blog and another parts will work again
Forum: Plugins
In reply to: [Hide Your Theme Name] styling messed upHi Sajith.
As it is described in Readme and Intro section, you just need to remove the plugin and htaccess file. That’s all. Nothing else.
And no any data will be lost.
You don’t need to restore backup or to reinstall the theme. Just remove the plugin and htaccess file and your website will return to previous stateForum: Plugins
In reply to: [Hide Your Theme Name] styling messed upHello Jeff. May i check it via link? Please provide it here or via email: support at guaven dot com
Forum: Plugins
In reply to: [Hide Your Theme Name] My site crashed!Hi. I have already replied to your email, dear hdpagtakhan
Forum: Plugins
In reply to: [Hide Your Theme Name] My site crashed!Can you give me live url to view its html code?
About getting error messages: If you have an access to hosting control panel, there is a section there called: Error log. You can click on it and copy all latest displayed messages and paste them here.
Forum: Plugins
In reply to: [Hide Your Theme Name] My site crashed!If it is possible can we repeat the process again and find the reason? If not, i undestand you, no problem.
There are ~300-400 active installs and only 3 of them met the problem. And that’s why we need help to find that rare conflict and solve it.
I am sure after finding that bug the plugin would really be more pliantForum: Plugins
In reply to: [Hide Your Theme Name] My site crashed!Hello Patronni. It is easy to fix with removing plugin via ftp or removing .htaccess file.
It will not happen after 1-2 updates, if you help us with bug report. I would be very thankful to you if you can send us (support at guaven dot com) error_log file of your website. We will investigate it and solve the problem with new update.Hi frozebite9. May I provide any help to you? As our code doesn’t contain any command which is able to empty/edit any of your theme files. It is just impossible we thought. So we need to get more information to clear situation and to give your website ability to hide it’s theme. Let’s do it.
Please send your website url to support at guaven dot com for further investigation.Forum: Plugins
In reply to: [Backup Scheduler] SQL compressionLook, when you generate Backup_scheduler…zip, inside that zip file there should be compressed tar.gz or zip file for database data instead of .sql1, .sql2 … etc. files.
There is huge size difference between them. For example i want to restore my database, i have to import these large sql files to server’s phpmyadmin. But it would be great if i upload single compressed sql.tar.gz file.