Thanks in advance.
]]>I need help with a problem that I’m facing with Google Adsense Ads. I have used ads on my WordPress website for more than 2 years. Recently (from October 01, 2022) when I’m creating new posts, Ads are not showing up on that. Also on the post page sidebar ads are not appearing. I waited for more than 3 days, but still the same issue. Could you please assist here?
Homepage: https://sleducation.lk/
Example of a new post With a problem: https://sleducation.lk/?p=3745
Example of an old post without the problem: Post With Issue :
https://sleducation.lk/?p=3728
3 hours later, it has gotten out only 80 more emails (40 at a time):
{“status”:”SUCCESS”,”es_remaining_email_count”:”405″,”total_emails_sent”:40,”message”:”EMAILS_SENT”}
This all started around the time of WordPress 6.0.2 upgrades (around 8 days ago).? I’m new to helping this site (and it’s a managed WordPress site on GoDaddy), so seeking help.? I’m running a CRON using the curl command as suggested and that had been working fine.
It’s almost as if something is cached as even though I manually got 160 more emails out and can tell that the remaining emails left are around 200, the result of the CRON running still shows “405” an hour later.
Cron URL (I’m even trying no-cache and still shows “405” emails left):
curl -H ‘Cache-Control: no-cache’ “<my cron url>”
Thoughts?
]]>
function myplugin_register_template() {
$template = array(
array('lazyblock/consilia-post-head'),
);
$post_type_object = get_post_type_object( 'post' );
$post_type_object->template = $template;
}
add_action( 'init', 'myplugin_register_template',20 );
Everything works great, but we still need to programmatically set the value of the fields in controls. How can we contact them? The following code, alas, does not work.
function myplugin_register_template() {
$template = array(
array('lazyblock/consilia-post-head-test',array('text')),
);
$post_type_object = get_post_type_object( 'post' );
$post_type_object->template = $template;
}
add_action( 'init', 'myplugin_register_template',20 );
]]>In both cases, a full post appears, not a summary. But the concern is I don’t want to show full posts on Emails, only. I want that whenever I publish a new post and Jetpack sends emails, it should only show the summary.
I have no problem, if a full post appears on WordPress reader section, the problem is with Emails only.
(If you’ll tell me to enable the ‘Show Summary’ option in the WordPress.com dashboard under settings, then I already did this and it worked. But it showed the summary on both- Emails and WordPress Readers Section.
But I want the summary of the post in Emails only.
Is that possible? I hope you understand.
]]>I need your help with some issues on my website. Working so long and hard by using this forum on my website. The community is great!. Everything else is working fine and I am very happy using this theme.
1. In the mobile version there went something wrong. I want the logo only here centered. Under that logo, there should be also the centered mobile menu. The links in the menu need also more space and should be centered. Now they are somehow at the very right.
2. I removed the icons in the meta descriptions of posts, but in the mobile version they are still visible. How can I remove them also there?
5. I want to have thumbnails like in popular posts next to the buttons that link to older or new posts at the end of a post. Is that possible?
4. Not so dramatic, but the scroll to top button, that appears on the right bottom if you scroll down a site is missing somehow in the desktop version on other pages, except the gallery (my starting page). In mobile version all is fine in with it.
Thanks for your help.
]]>