Lucas Lopez
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using same category slug within different categoriesSame trouble for me,)
Forum: Fixing WordPress
In reply to: Unresolved Disallow Rule in Google Search ConsoleHi James, thank for very much you reply!???
When i created the page/folder i added just after the line of disallow and i remove something like 5 h later…
I just discover something weird, i got an robots.txt in my
https://wikihhc.com/hu/ root with this code :User-agent: * Disallow: /wp-admin/ Engedélyezés: /wp-admin/admin-ajax.php Webhelytérkép: https://wikihhc.com/sitemap_index.xml
and the same story with the spanish version https://wikihhc.com/es/ and other language for instance i got spanish translated robots.txt:
Agente de usuario: * No permitir: /wp-admin/ Permitir: /wp-admin/admin-ajax.php Mapa del sitio: https://wikihhc.com/sitemap_index.xml
So i guess i have to dig in this way for my problem,)
Forum: Developing with WordPress
In reply to: How to Add span tag to text in wordpress?Thank a lot for your help!
I just updated with your code and it’s works different,)
non i just the span around the text for instance :<p>Thanks Monsieur <span>Christopher</span></p>
is like :
<span data-no-translation="">
don’t appear!
Thank again for your help finally with this code it works!
function custom_sanitize_title_with_dashes_fr($title, $raw_title = '', $context = 'display') { if ('save' == $context) { $title = str_replace(array('\'', '%e2%80%99'), '-', $title); } return $title; } add_filter('sanitize_title', 'custom_sanitize_title_with_dashes_fr', 1, 3);
Thank you very much Erik for your reply and your code!
i tried your code but it i didn’t work in my case…Forum: Everything else WordPress
In reply to: One Folder or No folder? what is the best for Seo?Thank for your reply Merrymax99!
i saw on your home page :
https://umactrackshipment.com/
you have a link to wikipedia page, from what i remmener is also a good seo strategy, to have an external link to an authority site no?Dear Rank Math Support WordPress Support Team,
Thank you for your helpful clarification regarding Breadcrumb schema validation. Your response has greatly assisted me in resolving my issue.
I appreciate your expertise and quality support. I’m grateful for your dedication in helping users like me solve problems.
Once again, thank you for your assistance.
Best regards,
Lucas Lopez
Hi Anca,
thank for your reply,
an option like this or a symbiose with a third plugin will be great!
Have a great dayForum: Developing with WordPress
In reply to: Create a sub-article in WordPress from an existing article?Thank you for your insightful response! Your explanation about the potential conflict between Permalink Manager and TranslatePress makes sense, and I appreciate your suggestion to look into the priority of the hook callbacks.
I’ll definitely follow your advice and reach out to the dedicated support channels for both plugins to see if they have any suggestions on how to resolve this issue. Your help has been really valuable, and I appreciate the time and effort you’ve taken to provide this information.
Best regards,
Thank Alex for your feedback!
Have a great day!Forum: Developing with WordPress
In reply to: Create a sub-article in WordPress from an existing article?Thank bcworkz for your answer :
For info I just tried with the plugins:
Posts 2 Posts
custom post type ui
(plugin to customize posts)
Post Tags and Categories for Pages
Pages with category and tag
(plugin to add categories to pages)
So finally I tried an extension that customizes permalinks: Permalink Manager
And it work as i wanted!
But…
Except that now my urls are no longer translated by my TranslattePress plugin…
and therefore for example the part (category) /culture/ of my site is not translated into /cultura/ for the Spanish part…
(for 420 there is nothing to translate lol)
ex I got:
https://wikihhc.com/es/culture/420/francia/
instead of what I want:
https://wikihhc.com/es/cultura/420/francia/
the ‘a’ makes all the difference and it is valid for the other languages…
I wanted to go back to rewriting in Htaccess but it’s beyond my knowledge and it’s just a gas machine!
I imagine there must be a conflict between the Permalink extension and TranslattePress
What a disappointment so close to the goal!
If you have another method I’m a taker but as you said before is better to don’t custom too much!Forum: Plugins
In reply to: [Permalink Manager Lite] Use Permalink Manager and TranslattePress together?Maciej Bis , Thank for your reply and so fast!
Have a great dayForum: Fixing WordPress
In reply to: Reduce the size of Youtube Video?It is strange i desactivated the youtube-embed-plus plugin,
but it still display the video in small and not like a regular size like before,)
Do you have any advice?
Thank a lotOki thank for this reply i was looking also for the information!
Forum: Fixing WordPress
In reply to: Reduce the size of Youtube Video?Thank very much @karolinapan I just installed the plugin and there is many great option but i have to find also WP rocket and maybe some option can interfer each other…
For the size of my video i almost suceed by CSS:.wp-block-embed-youtube {max-width: 30% !important;}
and realise 50% was still too big so i change for 30%
I was always curious why i got a difference of size between my homepage
https://wikihhc.com/it/and a another page for ex :
https://wikihhc.com/it/guida/hhc/
and i realise my home don’t have side bar so the “size” of the content area is not the same and by consequence the Youtube video also,) But that fine for me!
Thank again!