Title: WebDocopy's Replies | WordPress.org

---

# WebDocopy

  [  ](https://wordpress.org/support/users/webdocopy/)

 *   [Profile](https://wordpress.org/support/users/webdocopy/)
 *   [Topics Started](https://wordpress.org/support/users/webdocopy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/webdocopy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/webdocopy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/webdocopy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/webdocopy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/webdocopy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] Czech translation is in english](https://wordpress.org/support/topic/czech-translation-is-in-english/)
 *  Thread Starter [WebDocopy](https://wordpress.org/support/users/webdocopy/)
 * (@webdocopy)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/czech-translation-is-in-english/#post-18383093)
 * Hi Alex,
 * thank you for your help.
 * BR
 * Tomas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] Czech translation is in english](https://wordpress.org/support/topic/czech-translation-is-in-english/)
 *  Thread Starter [WebDocopy](https://wordpress.org/support/users/webdocopy/)
 * (@webdocopy)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/czech-translation-is-in-english/#post-18374330)
 * Hi,
   ok, I send you e-mail to [support@cookieyes.com](https://wordpress.org/support/users/webdocopy/replies/support@cookieyes.com?output_format=md)
   BR
 * Tomas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] Czech translation is in english](https://wordpress.org/support/topic/czech-translation-is-in-english/)
 *  Thread Starter [WebDocopy](https://wordpress.org/support/users/webdocopy/)
 * (@webdocopy)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/czech-translation-is-in-english/#post-18372331)
 * Hi,
 * Yes, I selected this option. If you want I can create test account in WordPress.
   This web is in lab environment. So you can do what ever you want. Please write
   down your e-mail address to create WP test account.
 * BR
 * Tomas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] Czech translation is in english](https://wordpress.org/support/topic/czech-translation-is-in-english/)
 *  Thread Starter [WebDocopy](https://wordpress.org/support/users/webdocopy/)
 * (@webdocopy)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/czech-translation-is-in-english/#post-18372038)
 * Hi.
   I followed your manual but it did not work for me. Czech language sitll contains
   english.But as I mention before, all other languages works fine. Not only german
   and french. All of them.Thank you for your help.BR
 * Tomas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The SEO Framework – Fast, Automated, Effortless.] Wrong archive template URL in sitemap.xml](https://wordpress.org/support/topic/wrong-archive-template-url-in-sitemap-xml/)
 *  Thread Starter [WebDocopy](https://wordpress.org/support/users/webdocopy/)
 * (@webdocopy)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/wrong-archive-template-url-in-sitemap-xml/#post-17966032)
 * Hi.
 * Understand. Thank you for you reply. You can close the issue now.
 * BR
 * Tomas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The SEO Framework – Fast, Automated, Effortless.] Wrong archive template URL in sitemap.xml](https://wordpress.org/support/topic/wrong-archive-template-url-in-sitemap-xml/)
 *  Thread Starter [WebDocopy](https://wordpress.org/support/users/webdocopy/)
 * (@webdocopy)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/wrong-archive-template-url-in-sitemap-xml/#post-17949562)
 * Hi [@cybr](https://wordpress.org/support/users/cybr/),
 * Thank you for your reply.
 * My intention is to have archive templates included in sitemap. The reason is 
   not ranking but only to be indexed by Google and sitemap is the fastest and easiest
   way to do that.
 * In my case, archive [https://berg-portal.cz/ubytovani/](https://berg-portal.cz/ubytovani/)
   and [https://berg-portal.cz/pruvodce/](https://berg-portal.cz/pruvodce/) behaves
   like ordinary pages and should be definitely indexed and be part a of sitemap.
   The reason why are they archives are only practical, because archive support 
   paging.
 * Oxygen builder create his own url for templates and they are not meant be indexed.
   Normally I set templates to noindex. But how can I add above-mentioned archives
   to sitemap? I thought that if set “Canonical URL” on template it will rewrite
   record in sitemap but unfortunately it does work like that. It only sets the 
   header meta records.
 * I spend some time with ChatGPT to find out how it works in your plugin and found
   out, that when you build sitemap, you get post ids and via function get_bare_singular_url()
   you are translating ids to urls. And it basically gets only url from WordPress
   but does not care about canonical URL set directly on the template (I mentioned
   above).
 * I found only one way how to add archives url to sitemap. And it is via filter‘
   the_seo_framework_sitemap_additional_urls’. I have no issue with that, but unfortunately
   this way is not very practical and does not include timestamp. The duplicity 
   you found was the mess I left when I was playing with that.
   WordPress sitemap
   is very messy so it is not the right solution.
 * If you know any other solution for that I am open for testing it.
 * I don’t know how difficult would be the to edit get_bare_singular_url() and add
   there condition to check canonical URL first. Anyway, this could be the game 
   changer. You can then customize your url in sitemap. Another benefit will be 
   that you will have same record in meta header as in the sitemap.
 * BR
 * Tomas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page scroll to id] Issue with Offset parametr](https://wordpress.org/support/topic/issue-with-offset-parametr/)
 *  Thread Starter [WebDocopy](https://wordpress.org/support/users/webdocopy/)
 * (@webdocopy)
 * [2 years ago](https://wordpress.org/support/topic/issue-with-offset-parametr/#post-17793248)
 * ok. Thank you for your help.
 * Tomas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page scroll to id] Issue with Offset parametr](https://wordpress.org/support/topic/issue-with-offset-parametr/)
 *  Thread Starter [WebDocopy](https://wordpress.org/support/users/webdocopy/)
 * (@webdocopy)
 * [2 years ago](https://wordpress.org/support/topic/issue-with-offset-parametr/#post-17789487)
 * Hi Malihu,
 * thank you for your prompt reply. Yes, it works.
 * For the next time in case I am using your plugin I should use only translateY
   for css sliding effect?
 * BR
 * Tomas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page scroll to id] Offset value defined by class not working](https://wordpress.org/support/topic/offset-value-defined-by-class-not-working/)
 *  Thread Starter [WebDocopy](https://wordpress.org/support/users/webdocopy/)
 * (@webdocopy)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/offset-value-defined-by-class-not-working/#post-17346644)
 * Hi.
 * Thank you very much. It works like magic.
 * One small change can make big difference.
 * Tomas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page scroll to id] Offset value defined by class not working](https://wordpress.org/support/topic/offset-value-defined-by-class-not-working/)
 *  Thread Starter [WebDocopy](https://wordpress.org/support/users/webdocopy/)
 * (@webdocopy)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/offset-value-defined-by-class-not-working/#post-17345230)
 * Hi.
 * Unfortunately it works only once. When you click on another menu item, the offset
   is gone.
 * I think that the issue could be caused by sticky header settings. I am using 
   fixed position together with top with minus value and transformY to create slide
   up animation. Here is the sticky header class and header class settings:
 * /*Sticky Header */
 * .sticky-header {
 *   background-color: color(3);
 *   position: fixed;
 *   top: -6.25rem;
 *   left: 0;
 *   width: 100%;
 *   transform: translateY(6.25rem);
 *   transition: transform .5s;
 *   box-shadow: 0px 4px 10px rgba(34,36,43,0.1);
 * /*Header*/
 * .header {
 *     width: 100%;
 *     height: 6.25rem;
 *     position: absolute;
 *     z-index: 10;
 *     top: 0px;
 *     left: 0px;
 * I guess that transform of sticky header could cause the problem.
 * What do you think?
 * BR
 * Tomas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page scroll to id] Menu item remains highlighted after click on single page](https://wordpress.org/support/topic/menu-item-remains-highlighted-after-click-on-single-page/)
 *  Thread Starter [WebDocopy](https://wordpress.org/support/users/webdocopy/)
 * (@webdocopy)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/menu-item-remains-highlighted-after-click-on-single-page/#post-17249286)
 * Hi Malihu.
 * I am using Oxygen Builder to create templates and pages. I am not sure where 
   the :focus-within  styling comes from. Perhaps it is hardcoded in Oxygen Builder
   and they just linked it with hover styling. It looks that they added only to 
   nav menu, because on other links it is not defined.
 * You are right, only options is to remove styling from pseudo class on menu. Any
   other options are not working.
 * Thank you for your help.
 * BR
 * Tomas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page scroll to id] Menu item remains highlighted after click on single page](https://wordpress.org/support/topic/menu-item-remains-highlighted-after-click-on-single-page/)
 *  Thread Starter [WebDocopy](https://wordpress.org/support/users/webdocopy/)
 * (@webdocopy)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/menu-item-remains-highlighted-after-click-on-single-page/#post-17249195)
 * Hi Malihu.
 * thank you for your prompt reply. I am not a big fan of workarounds. I would rather
   find the reason why it is happening then creating some workarounds. I have this
   issue on all of the single pages. And I am concern that this issue did not appear
   before.
 *  As I mention before, when I disable PSTID plugin, menu items behave normally.
   Even pseudo class :focus-within. works fine. Same way as hover. If you want, 
   I can disable the plugin to see how it behaves.
 * BR
 * Tomas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Wordfence Central – Unable to communicate with WF plugin](https://wordpress.org/support/topic/wordfence-central-unable-to-communicate-with-wf-plugin/)
 *  Thread Starter [WebDocopy](https://wordpress.org/support/users/webdocopy/)
 * (@webdocopy)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/wordfence-central-unable-to-communicate-with-wf-plugin/#post-17191541)
 * Hi Peter,
 * I did parallel research with web-hosting support. Generally they have strict 
   FW rules against Amazon AWS so the communication between FW plugin and FW Central
   was blocked. After their FW rules update everything works.
 * Anyway, thank you for your help.
 * Have a nice day.
 * Tomas
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Wordfence Central – Unable to communicate with WF plugin](https://wordpress.org/support/topic/wordfence-central-unable-to-communicate-with-wf-plugin/)
 *  Thread Starter [WebDocopy](https://wordpress.org/support/users/webdocopy/)
 * (@webdocopy)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/wordfence-central-unable-to-communicate-with-wf-plugin/#post-17187392)
 * Hi Peter,
 * I’m sure that this is not my issue. I am hiding  **/wp-admin** on all my sites
   and I have got only 4 disconnected from FW Central.
 * Anyway I did disable the plugin which hiding the wp login page and still facing
   the same issue.
 * Any clue?
 * Tomas

Viewing 14 replies - 1 through 14 (of 14 total)