WebDocopy
Forum Replies Created
-
Hi,
ok, I send you e-mail to [email protected]
BRTomas
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
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.
BRTomas
Hi.
Understand. Thank you for you reply. You can close the issue now.
BR
Tomas
Hi @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/ and 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
In reply to: [Page scroll to id] Issue with Offset parametrok. Thank you for your help.
Tomas
Forum: Plugins
In reply to: [Page scroll to id] Issue with Offset parametrHi 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
In reply to: [Page scroll to id] Offset value defined by class not workingHi.
Thank you very much. It works like magic.
One small change can make big difference.
Tomas
Forum: Plugins
In reply to: [Page scroll to id] Offset value defined by class not workingHi.
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
In reply to: [Page scroll to id] Menu item remains highlighted after click on single pageHi 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
In reply to: [Page scroll to id] Menu item remains highlighted after click on single pageHi 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
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
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