deka.jayanta
Forum Replies Created
-
Hi Peter,
Thanks for your reply. No, I am not facing any issue in logging onto Wordfence website. That’s working perfectly.
The problem is with the login on my website. I tried to first use the Google Authenticator code, then the recovery codes. Both did not work. Then I disabled 2FA and it was working properly. Then I configured it afresh. It was working then. But, after I logged out and tried to login again, the codes are not accepted. Nor the recovery codes.
I think it could be an issue with the time settings. But, I did not change anything. The 2FA process was working properly earlier.Here’s a snapshot of the time:
Server Time: 2022-03-17 12:48:20 UTC (2022-03-17 18:18:20 Asia/Kolkata) Browser Time: Thu, 17 Mar 2022 12:48:22 GMT (Thu Mar 17 2022 18:18:22 GMT+0530 (India Standard Time)) Corrected Time (NTP): 2022-03-17 12:48:20 UTC (2022-03-17 18:18:20 Asia/Kolkata)
- This reply was modified 2 years, 8 months ago by deka.jayanta.
Forum: Plugins
In reply to: [AMP] Preload AMP Runtime & Data-HeroHi @milindmore22 @shetheliving
I tried to reach out to the theme support, but could not find a satisfactory solution. It is more so because I use “WP Show Posts” plugin to generate the top section. Although the plugin is by the same author.
Anyway, if possible, can you share the steps?
Forum: Plugins
In reply to: [AMP] Preload AMP Runtime & Data-HeroHi,
Thank you for taking time to check the website. Yes, ‘data-hero’ tag is available in the website. But, as you can see, the first data-hero is the logo (which is good I think). The second data-hero is the mobile version of the logo, if checked from desktop version (or the desktop version of the logo if checked from mobile). Only the third ‘data-hero’ is the featured image of a post. Is this okay?
The next ‘issue’ is, in the mobile version of the website’s homepage, the data-hero is not working on the main image.
In the desktop version, things are much better, as you have seen. Although, in the homepage, the main image is not ‘data-hero’.
Please note the website is responsive so there is not any particular mobile or desktop version as such.
PS: amp.dev also suggests data-hero is missing from the main image in the homepage.Forum: Plugins
In reply to: [AMP] Preload AMP Runtime & Data-HeroHi,
Thank you for your reply @milindmore22
I will check the GitHub issue as pointed out.data-hero-candidate
: Can you help me with the steps to add/define the same? I will not force data-hero as it is not recommended.Forum: Plugins
In reply to: [AMP] data-hero for Amp OptimizerThanks for the update.
Forum: Plugins
In reply to: [AMP] data-hero for Amp Optimizer@rsmith4321
Your scores are really good now. I also use GeneratePress in one of the websites. Can you please quickly summarize what all changes I need to do – and which files – for the changes to take effect?Forum: Plugins
In reply to: [Yoast SEO] “Critical Error” message after Yoast SEO 14.0 updateAfter 14.0.1 update, everything is working well. Thanks for the quick update @pcosta88
Forum: Plugins
In reply to: [Secondary Title] Call Secondary Title Through CSSThanks for your reply.
The settings is working great with the individual posts. But when I am trying to insert the code — as given by you — in the homepage, I am not getting any result. Am I missing something? I tried this as well:<?php echo get_secondary_title(); ?>
. Still not done!Here’s the codes:
<div class="<?php echo $this->get_module_classes();?>"> <div class="meta-info-container"> <div class="td-module-meta-info"> <?php if (td_util::get_option('tds_category_module_18') == 'yes') ?> <?php echo $this->get_title();?> <?php echo get_secondary_title($post_id, $prefix, $suffix, $use_settings); ?> <?php echo $this->get_author();?> <?php echo $this->get_date();?> </div> <?php echo $this->get_image('td_696x385');?> </div>
Forum: Plugins
In reply to: [Secondary Title] Call Secondary Title Through CSSIt isn’t just css. I want to call the secondary headline in my custom homepage. How to do it?
Here in this page, https://www.easternfeed.com/, the top article is showing its main headline. I want the secondary headline to be here. I am using<?php echo $this->get_title();?>
to get the main headline. Need a similar code for the secondary headline.Forum: Fixing WordPress
In reply to: Custom permalink problem – Need to use index.php – Webmin/VPS/CentosIt is enabled. But I guess there is some problem with that. How to solve? Any idea?
Forum: Fixing WordPress
In reply to: How to remove "the_author_posts_link" for select Authors only?Thanks a ton keesiemeijer. Its done.
Have a great day…
God bless… ??