satheeshrajv
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Troubleshooting Missing SEO Settings in Yoast PluginAfter the latest update I’m also facing the same issue
Forum: Plugins
In reply to: [Yoast SEO] Meta box not showingI’m also facing the same issue.
- This reply was modified 5 days, 3 hours ago by satheeshrajv.
I have achieved this by enabling “Insert only in the loop” but I feel that ad insertion is little bit slow. Any way to make it speed?
Hi,
Ad is showing after changing the insertion position to footer. But the below html tag will load for each result (if there is 10 result for search query then it will load 10 times). I need the ad to be display only after the last occurance of this tag and ad should not be displayed if there is no result for the search.
Please help me how to achieve this.
HTML tag: tdb_module_loop td_module_wrap td-animation-stack td-cpt-postTheme supports after post. But my condition is, I need to insert after particular html. Because I want the ad to get displayed only if there is some result for the search query. If we insert the ad without search result then it’s policy violation.
So the ad needs to be displayed after the html element div.tdb_module_loop.td_module_wrap.td-animation-stack.td-cpt-post . I tried this in ad-inserter but it’s not working. I need the proper html element for this like nthchild() . Hope you got my point.
Please suggest me the correct html element I need to insert. I have already tried div.tdb_loop and div.tdb_module_loop.td_module_wrap.td-animation-stack.td-cpt-post both both of these are not working.
The basic problem here is ad-inserters html element selector not working in search page alone. If it works properly in search page then we can find the element easily.
- This reply was modified 9 months, 3 weeks ago by satheeshrajv.
I have configured the dummy ad in the slot 2. Here is the screenshot https://prnt.sc/7P7hQFQEwbm3
I have enabled the remote debugging now. Please check.
Note: I want ad to be displayed only of this line is there (div class=”tdb_module_loop td_module_wrap td-animation-stack td-cpt-post” ). This is the html used to display the search result. If there is no search result then this line won’t be there.- This reply was modified 9 months, 3 weeks ago by satheeshrajv.
It’s not working. Any Other way?
Forum: Plugins
In reply to: [Super Page Cache] Issue with wp-rocketAdding to the above point, rocket_purge_time_event cron job is running every hour. I think it is disturbing all the cache. Even I have set the Cache Lifespan to 0 in wp-rocket cache settings. But still the cron job is running every hour.
Is there any way to stop that cron. I’m using wp-rocket to just lazy-load all the scripts. Is there any good plugin todo that?Forum: Plugins
In reply to: [Super Page Cache] Issue with wp-rocketAdding to the above issue. Varnish is being loaded with incorrect data(optimizations done by wp-rocket). When I disable the varnish, I’m getting properly optimized output.
Forum: Plugins
In reply to: [Super Page Cache] Separate cache for mobileHi, I have achieved this by using “Remove Cache Buster Query Parameter” with recomendations. But I’m having one more issue.
All the facebook traffic will have querystring ‘fbclid=’ with different values. Because of this none of the request from facebook is getting cached. How to make cloudflare to ignore this particular querystring alone. So that cached version of the page is getting served.
Forum: Plugins
In reply to: [Web Stories] Deindex WebstoryI have achieved it via yoast plugin. Thanks
Actually I need the hook during bulk optimization. Will the code provide by you works with bulk optimization?
All my featured image dimension is 1280×720. So can we filter the images based on this dimension?