sonalithakkar
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Adding internal links to my posts as cards without iframes@ahardy42 ok then you can create the custom post type of this which have Title, Description, Embed link, extract, and then you can call the custom post type to that page and whenever you add any new custom post it will automatically get added to the page you are calling the custom post type.
Forum: Requests and Feedback
In reply to: Adding internal links to my posts as cards without iframesHi @ahardy42 you need to lazy load the iframes, there are many ways to do that one of the reference I am sharing here, you can check https://web.dev/iframe-lazy-loading/
Forum: Requests and Feedback
In reply to: Echo variable with php snippet XYZHi @valgo54
You can try this type of code to display PHP value in HTML
<input type=”text” id=”username” value=”<?php echo $variable; ?>” />
- This reply was modified 1 year, 9 months ago by sonalithakkar.
Forum: Everything else WordPress
In reply to: Media library files urls in search engine@pawelszroeder if the page is private so that page will not be indexed by google but not sure with the files as it is coming from media library, so it may get index, you can use this plugin https://www.ads-software.com/plugins/prevent-direct-access/ or All in one SEO to restrict the images/pdf from indexing.
Forum: Everything else WordPress
In reply to: Media library files urls in search engine@pawelszroeder to not index the PDF file, you can add the following code in .htaccess file
Note: This is for Apache server <Files ~ "\.pdf$"> Header set X-Robots-Tag "noindex, nofollow" </Files> Note: This is for Ngnix server location ~* \.pdf$ { add_header X-Robots-Tag "noindex, nofollow"; }
Forum: Developing with WordPress
In reply to: Japanese keywords in Search results@naokiajima1989 according to me may be your words that you are searching are same, but 1st one is capital case https://prnt.sc/uGpxTLzD572p and 2nd search keyword is sentence case https://prnt.sc/6gGM9chmo2CN, so it may be the issue of case-sensitive, can you check the search query that it is filtering all related keywords without checking any case.
- This reply was modified 1 year, 9 months ago by sonalithakkar.
Forum: Fixing WordPress
In reply to: Restore WordPress site from UpdraftPlus Backup with new URL@rkursawe have you updated the database with the migration script which will change the old URL to new URL?
Forum: Developing with WordPress
In reply to: Finding a Fix For the exif_imagetype Error in WordPress@abbotace sure, can you send me the code of function.php file on my Gmail account so that I can check the code.
Forum: Developing with WordPress
In reply to: Finding a Fix For the exif_imagetype Error in WordPress@abbotace can you check this link may be it helps: https://wp-mix.com/php-fix-exif-imagetype-error/
Suggesting adding code in the plugin file if you are not using the USP Pro.Forum: Fixing WordPress
In reply to: Error when uploading imagesCan you update the PHP Memory Limit? may be it solves the problem.
Forum: Installing WordPress
In reply to: Not able to upload a file in WordPress websiteHi @sonamsanodiya07 can you again try with the good internet speed, or you can try to increase the memory limit of your website.
Hi @pgdev I see there are errors in the console, may be you have used the $ but you should use jQuery, can you check and and resolve that and check after that
Forum: Plugins
In reply to: [Live Chat] Cannot Log in to www.ads-software.com@dterada50, do have DB access? If so then can be changed from there and then try to login or provide me the detail I will look into this.
Forum: Plugins
In reply to: [Live Chat] Button in post not showing in AMP@gfardeen2201 It seems CSS is not adding properly to that “apply now” button, Can you share me how you are adding the button and CSS for that?
Forum: Plugins
In reply to: [Live Chat] Critical Error On Theme Activation@mohamedsat it seems working, any other help you need?