winzo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: hack registration new userOk for the moving, i will read this fac.
I found this, and i remove it from template-loader.php and load.php for example :[ Deleted again, don’t post that a 3rd time ]
- This reply was modified 5 years, 10 months ago by Jan Dembowski. Reason: Deleted malware
Forum: Fixing WordPress
In reply to: how to create custom tables and web pages with these dataHello bcworkz, many thanks to help me.
I think I understand. I will study the template page and the use of usermeta table. But I still think that coding from scratch in PHP is easier. My study will confirm it or not.
Thanks !
VincentForum: Themes and Templates
In reply to: [OceanWP] Breadcrum, year not displayedActually, the year is not visibile in all the breadcrum : single poste, archive…
I solve the issue by modifying the php for single post but this is not the solution.Forum: Themes and Templates
In reply to: [OceanWP] Breadcrum, year not displayedesc_html_x return A because the translation of Year is Année.
Indeed the issue is why get_the_time(A) return “” ?Thank,
VincentForum: Themes and Templates
In reply to: [OceanWP] Breadcrum, year not displayedesc_html_x return A because the translation of Year is Année.
Indeed the issue is why get_the_time(A) return “” ?Thank,
VincentForum: Themes and Templates
In reply to: [OceanWP] Breadcrum, year not displayedHello,
I analyse my issue.
It seems to be in the breadcrumbs.php, method map_rewrite_tags, this test :// If using the %year% tag, add a link to the yearly archive.
if ( ‘%year%’ == $tag )
{
$this->items[] = sprintf( ‘%s‘, esc_url( get_year_link( get_the_time( ‘Y’, $post_id ) ) ), sprintf( $this->labels[‘archive_year’], get_the_time( esc_html_x( ‘Y’, ‘yearly archives date format’, ‘oceanwp’ ) ) ) );————–
esc_html_x( ‘Y’, ‘yearly archives date format’, ‘oceanwp’ ) return A
get_the_time( esc_html_x( ‘Y’, ‘yearly archives date format’, ‘oceanwp’ ) ) return “”
sprintf(“%s”,””) return “”Why does esc_html_x( ‘Y’, ‘yearly archives date format’, ‘oceanwp’ ) can return A ?
Thank
VincentForum: Themes and Templates
In reply to: [OceanWP] Full width layoutHello, I found the solution by working on style of section in elementor.
Thank, VincentForum: Themes and Templates
In reply to: [OceanWP] Full width layoutOk I found in elementor how to change the section in full width. But now still the padding 10. I already found a answer in thie forum but can not find the entry in elementor as explained.
Thank,
VincentForum: Themes and Templates
In reply to: [OceanWP] Breadcrum, year not displayedHello,
I add some css perso but no php.
I desactivate all the installed extensions but the year label is still missing.
Have you a clue to debug in php file ? Where the year is picked ? In database year is ok in post_date field.Thank you.
Vincent