skubko
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Google Search Console warningHi @sunny454,
I am aware of what @nosamttimhcs wrote. Exactly, Google obeys pages that have noindex attribute. Default calendar website (in my case ba2.casd.sk/kalendar) has this noindex set, so it is correctly obeyed. However, for whatever reason this is not correct for pages generated by your plugin as those ARE indexed by Google. My request is basically exactly the same as @nosamttimhcs wrote above:
“What I’m suggesting, is that the ai1ec plugin add the noindex meta tag, to pages that shouldn’t be indexed”.
Until this is achieved, I do not think we have any other option, just to always receive warning from google about plugin’s generated pages…
Btw. I am using Yoast SEO plugin and that one apparently adds this meta tag to also this generated page. When I checked the source code for
https://ba2.casd.sk/kalendar/action~oneday/exact_date~3-10-2018/
I see it has this line:
<meta name=”robots” content=”noindex,nofollow”/>So now I am not sure about this one either…
skubko
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Google Search Console warningI have exactly the same problem as guys above. My calendar is on this page:
https://ba2.casd.sk/kalendar/
When you check source code, the page itself is correctly set as noindex,nofollow.
Robots.txt shows for example this disallow:
Disallow: /kalendar/action~oneday/
Google found around 130 issues related to this. For example these pages:
https://ba2.casd.sk/kalendar/action~oneday/exact_date~3-10-2018/
https://ba2.casd.sk/kalendar/action~oneday/exact_date~20-12-2016/
https://ba2.casd.sk/kalendar/action~oneday/exact_date~24-5-2017/
etc.
In plugin’s settings, I have setting “Exclude events from search results” marked since always.
So, it seems like plugin is not correctly doing it dynamically for all pages?Hi @uchu,
thanks, I did not try this before as I thought that both alignments must be set the way you wrote me in order to get rid of the overlapping problem… Now, it is exactly as I want it to be, so thanks once again for your help.
Keep doing the great work you are doing with this plugin ;)…
All the best
MartinHi @uchu,
thanks for the hint, yes, it indeed works, but now, I lost the “nice layout” of the calendar. I prefer alignment to the center, also for the calendar entries. Could you maybe consider fixing this issue within your plugin? That when someone sets alignment to the center, the events will not overlap each other… The current adjustment is really not a fix, just a workaround…
Thanks.
skubkoHi Benjamin,
any comment on this? Is this working as intended when also the word inside the link is being translated? In my opionion, the link should not be translated…
skubko
Hi Benjamin,
I am sorry for my later response, I was on a vacation… Well, no, I did not try the solution that you mentioned. However, I believe I was able to find the root case of this issue!
My link to any event before uploading the translation files looked for example like this:
However, after I uploaded the translation files, the link changed like this:
https://ba2.casd.sk/podujatie/studium-biblie/?instance_id=5712
Notice that the word “event” has changed to word “podujatie” (it is the correct translation in our language). I was really suprised that the translation is also able to translate the word inside the address/link, that is really strange. The link should be untouched and not changed by translation files, or?
What do you think about this?
Thanks.
skubkoHi bdbrown,
I have already noticed it, upgraded and the issue is indeed fixed! Thanks for your help, much appreciated!
skubko
Hi Benjamin,
what about my page? Have you been able to find some possible source of issue or do you need me to temporarily activate the translations (so the links get broken)?
skubko
Hello,
indeed I can, but right now, the translation is not active, so events are working, I do not know if you still want to see it as it is now, or if I should temporarily upload translations, so events stop working… Here is the page: link.
skubkoForum: Themes and Templates
In reply to: [Hueman] Wrong language name in *.po filesThanks, I thought so, but as you wrote, it would be nice to have it correct, so I reported it… Have a nice day.
Thank you for the analysis, I will be waiting for a fix then :)…
Forum: Themes and Templates
In reply to: [Hueman] Localization not working after upgradeThank you bdbrown for this information and thanks to nchrtd for sharing his functions.php with me. This topic is resolved now.
Forum: Themes and Templates
In reply to: [Hueman] Localization not working after upgradeThank you bdbrown for this information and thanks to nchrtd for sharing his functions.php with me. This topic is resolved now.
Forum: Themes and Templates
In reply to: [Hueman] Localization not working after upgradeI completely removed the functions.php file from my child theme. I remember that I used it in the past only for languages, so I guess it should be ok now… Or maybe, are those next lines important to keep? :)… as “Load theme options and meta boxes” for example as you see above?
I was not able to put it here (code nor b-quote did not work), so I uploaded it here.