qph9697
Forum Replies Created
-
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] SiteNavigationElement DoubtOkay, I got it.
Thanks for the reply.Hi, I noticed another issue,
I have the “Article” schema for my blog and pages.
And I have removed the “Article Section” and “Article Body” schema output, from the Article settings.
But when I write a post and then start to fill manually my schema output, I still see “Article Section” and “Article Body” there.
I did confirm, in the “Structured Data Article Setting”, there is no “Article Section” or “Article Body” Output.
I tried purging my cache, but it’s still there.
Please help me on this.
Article Schema Setting Tab : https://ibb.co/WtYHHjL
Post Page: https://ibb.co/mTDwGhqhttps://questionpapershub.com/home/cspgcl-recruitment-2020-208-vacancies/
- This reply was modified 4 years, 9 months ago by qph9697.
Forum: Themes and Templates
In reply to: [GeneratePress] Issue with Featured Image on Single PageHi,
add_action( ‘after_setup_theme’, function() {
remove_action( ‘generate_after_header’, ‘generate_featured_page_header’, 10 );
add_action( ‘generate_after_entry_title’, ‘generate_featured_page_header’, 15 );
} );I tried this, and the featured image was gone as if I haven’t added any featured image on my “page”.
But, this didn’t affect my “post”.
Hi if this helps,
add_action( ‘wp’, function() {
remove_action( ‘generate_before_content’, ‘generate_featured_page_header_inside_single’, 10 );
add_action( ‘generate_after_entry_header’,’generate_featured_page_header_inside_single’, 10 );
} );I have been using this for my post page for a long time,
Is this somehow affecting the above PHP’s?
Thank You.
- This reply was modified 4 years, 9 months ago by qph9697.
Forum: Themes and Templates
In reply to: [GeneratePress] Issue with Featured Image on Single Pageadd_action( ‘after_setup_theme’, function() {
remove_action( ‘generate_before_content’, ‘generate_featured_page_header_inside_single’, 10 );
add_action( ‘generate_after_entry_title’, ‘generate_featured_page_header_inside_single’, 15 );
} );Hi, the PHP didn’t work for the “Page”.
But it did affect my “Post’s featured image”.
Duplicate featured image was added on every “post”.Here is a screenshot, for your reference,
https://ibb.co/qg20FgnForum: Plugins
In reply to: [W3 Total Cache] Warning error for W3TC in Ads PluginYes I got it, Thank You.
Forum: Plugins
In reply to: [W3 Total Cache] Warning error for W3TC in Ads PluginHi, since my theme is responsive, I am not using any mobile plugin.
So should I even enable it, because, even though I am not enabling, any user irrespective of desktop or mobile, uses my default theme GeneratePress.
So, should I enable it or not?
Should I be bothered with the notification I got?
Will it affect the ads for my users?If it doesn’t then I will ignore the notification.
Forum: Themes and Templates
In reply to: [GeneratePress] Issue with GP HooksHi, this it worked!!
if ( ! is_home() ) : ?>
The “home()” didn’t(ads were still visible on the homepage) but when I replaced it with “front_page()”, it worked.
Thanks!!Hey Hi have one question,
Does GP hooks also work for amp pages??
I am using ampforwp plugin.
Is there any relation between generatepress theme and the amp pages?
- This reply was modified 4 years, 9 months ago by qph9697.
Thank you for taking the time to post the issue and make sure to check the progress of the issue.
Yes yes, I will.
Thank you for considering and posting this issue on Github.
I’ve opened a Github issue in our repository on your behalf. The developers will look into this so please make sure to track the progress of the issue regularly.
Thank You for this.
I will list down the issues that the minify HTML is causing due to removal of quotes –
1) The description meta is not working, as the quotes from the description is stripped off, google is taking other lines from our articles as description, and sometimes even the footer’s contents.
2) It is effecting the preview in our WhatsApp, the image, as the quotes are stripped from the “og:image”.
3) It affected the AMP pages, I was getting some JSON codes in a preview of the link in WhatsApp.There may be more, but I have found these 3 issues.
It would really be good if the quotes from the “meta” tags are not removed.
Yes, I found it, thank you.
Yes, the issues go away.
But I don’t get one thing, why do you not include an option to remove “Quotation Mark” in minify HTML section.
It’s almost a year since you have promised to bring it in as an update.
Many users have complained regarding this.
This is only affecting the user experience as many might be turning to some other plugin for to minify HTML.
Please consider this, and hope so in next updates, this might come as a major release.
Thank You.
Forum: Plugins
In reply to: [W3 Total Cache] Website Does’t Load after purging cacheThank You for the information.
It’s always safe to delete the cache folder because the cache files will be regenerated.
I will remember this.
Thank you for your help.
Forum: Plugins
In reply to: [W3 Total Cache] Website Does’t Load after purging cacheYes, now the issue is resolved.
Thank you so much, because of your help, my site speed and the page score has greatly improved.
Sir, but I have some questions, it will help me to resolve some issues myself in the future,
1) Why after deleting the cache from the folder the site improved so much because even purging the cache using the plugin must delete the caches right? So, why did a manual delete, cause such effects?
Is it the plugin at fault, or some other issue?2) When I click “purge all cache” what does it delete, does it delete the “page_enhance” or “minify” files from the cache folder?
Please answer these questions, because earlier the same page would take 3.5 to 5 seconds to load, but now it is <2second.
So what was the issue earlier?
- This reply was modified 4 years, 10 months ago by qph9697.
Forum: Plugins
In reply to: [W3 Total Cache] Website Does’t Load after purging cacheYes just delete the entire cache folder. These are temp files and they will be regenerated.
Hi, I just deleted the cache files, after this my website didn’t throw any 503 error when purging the entire cache.
Also, my load time improved too.
But, I found one issue(front.js) in my GtMetrix speed test waterfall model, please have a look at this screenshot (It also mentions “x-powered-by: W3 Total Cache/0.13.3”),
Please help me with this issue.
Thank You.- This reply was modified 4 years, 10 months ago by qph9697.
Forum: Plugins
In reply to: [W3 Total Cache] Website Does’t Load after purging cacheThe only thing I can suggest is to manually delete the /cache/ folder in wp-content. Possibly the folder got too big.
Hi checked my folder and found these files within it, here I dont’t use autoptimize or caos, but it’s still there.
Should I delete everything?
Please check this screenshot – https://ibb.co/mJJYSdc
Forum: Plugins
In reply to: [W3 Total Cache] Website Does’t Load after purging cacheCan you please share your website URL?
My site url is https://questionpapershub.com/home/
For example if you have Page Cache, Object Cache, Database Cache, and minify enabled and all caching to disk, the server may overload once new requests are pulled.
I have only Page cache, minify, and browser cache enabled. (Database & Object cache are not enabled).
Can you also confirm if you are using Varnish for a proxy?
No, I am not using varnish for proxy.
if on shared hosting, possibly it’s time to upgrade to a better plan.
Yes, I will try upgrading my hosting plan.
This issue started lately, earlier it didn’t have such issues. The site was never down.
Can you please look into this, because if the issue still remains, then I will have no choice to upgrade my plans.