ketan Umretiya
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Generator For Fluent Forms - The Contact Form Plugin] custom templateI have created a custom template with the guidelines. my pdf is created but it is not attached in email and loading server time.
https://wpfluentforms.com/docs/pdf-templatemanager-class/
Can you please give me solution to send a custom pdf with an email.
Forum: Fixing WordPress
In reply to: ID3 Error on WordPress 5.4we have found same issue on pantheon live environment any solution for resolve this issue.
Below is error:
Uncaught Error: Class ‘getid3_handler’ not found in /code/wp-includes/ID3/module.audio.ac3.php:18 Stack trace: #0 {main} thrownfile name :
wp-includes/ID3/module.audio.ac3.php:18Forum: Fixing WordPress
In reply to: Update Failed: Could not create directory.You can update file permission 755 for the “plugin” and “wp-content” directory.
Forum: Fixing WordPress
In reply to: header.php malicious codeYou need to manually delete those code from a header.php file. you can check all core file like function.php, wp-config.php, index.php, footer.php any way you can found anused code script please remove it.
Forum: Fixing WordPress
In reply to: Image uploading issueYou need to give directory permission 755 on wp-content,upload directory.
Forum: Fixing WordPress
In reply to: Appearence correct when logged in, wrong when logged outYou need clear cache from WordPress admin and server cache.
Forum: Fixing WordPress
In reply to: Can You Identify this Theme?it is “.net” site not WordPress. you can find more WordPress similar them from here https://www.ads-software.com/themes/
Forum: Fixing WordPress
In reply to: Plugin searchYou can use default worpress calender widget with given plugin.
https://www.ads-software.com/plugins/widget-options/Forum: Fixing WordPress
In reply to: Shop category page titles and product page titles missingHi,
You use any premium theme then it will visible on theme settings.or else you need to add title code from woocommerce single product and category file.
Forum: Developing with WordPress
In reply to: Problem with user permissionsHi,
You can use below plugin to resolve your issue.Advanced Access Manager
https://www.ads-software.com/plugins/advanced-access-manager/Forum: Fixing WordPress
In reply to: Problem with linking – system errorHi i have seen all link is working fine.
https://www.safecore.ch/kultur/
https://www.safecore.ch/ueber-uns/
https://www.safecore.ch/team/if you want link like below url, you must be assign parent “über uns” page.
https://www.safecore.ch/ueber-uns/kultur/
https://www.safecore.ch/ueber-uns/ueber-uns/
https://www.safecore.ch/ueber-uns/team/Forum: Fixing WordPress
In reply to: Changing Style of Blog Postsi have not idea about “Capital theme” but you can update below function in index.php or content.php the_post_thumbnail(‘thumbnail’); with the_post_thumbnail(‘large’);
Forum: Fixing WordPress
In reply to: …/wp-admin : 404 Not FoundHi,
First thing you need to do is to temporarily deactivate all WordPress plugins. This includes any security plugins that you may have installed on your site and check .htacecs file.You can deactivate all plugin then active each plugin one by one.
Forum: Everything else WordPress
In reply to: Dependency on parent plugin allowed?Yes,
You can declare all class in parent plugin and check it in child plugin if class exist on parent plugin then child plugin activate else not working.