boghi
Forum Replies Created
-
@wfjanet there’s still someone there?
Forum: Fixing WordPress
In reply to: Can’t complete WP update@t-p thanks.
I solved the problem with the hosting provider.
@wfjanet still waiting…
Hi @wfjanet,
the hosting provider told me that the permissions on the wp-content folder are set to 775 and the process owner is www-data.
Instead of switching to MySQLi storage engine, what could we do to avoid this error in future?
Thanks
now it’s working again but I think it will keep working just until the 13th februray.
I’ll keep an eye here https://smashballoon.com/doc/twitter-api-changes-february-2023/
Thank you
Hi @bluejay77,
Sorry I was on holiday and couldn’t check.
I’ve checked now and it looks like all the stats appear correct now. I’ll tell you here if something changes.
Thank you so much!
Forum: Themes and Templates
In reply to: [Neve] Neve Pro issue@luciamarinescu
I didn’t buy the pro version, my client did so I don’t have an account on your site.
Can we continue here?
Thank you.Forum: Themes and Templates
In reply to: [Neve] Child theme issue@stefancotitosu
this sentence ” If there is something that you would like to update using a child theme, let us know and we will take it into consideration.” is clear to you?
I’ve asked, you didn’t resolve and you are pointing me at initial point.
This topic is not resolved.Forum: Themes and Templates
In reply to: [Neve] Child theme issue@luciamarinescu
thank you for nothing, I’ve asked you how to solve the theme problem, not to do custom code for me.
Now your help is no more needed.Forum: Themes and Templates
In reply to: [Neve] Child theme issueHi @luciamarinescu,
I’ve checked the hierarchy of the folders and it’s the same(theme folder/inc/views/partials/post_meta.php), I’ve copied all the inc folder into the child theme so there can’t be a hierarchy problem.
I want to modify the line 286 which for me is this one:
$time = '<time class="entry-date published" datetime="' . esc_attr( date_i18n( 'c', $created ) ) . '" content="' . esc_attr( date_i18n( 'Y-m-d', $created ) ) . '">';
With this one:
$post_date = rawurlencode( get_the_date('d/m/Y') ); $time = '<a href="'.site_url().'/?from='.$post_date.'&to='.$post_date.'"><time class="entry-date published" datetime="' . esc_attr( date_i18n( 'c', $created ) ) . '" content="' . esc_attr( date_i18n( 'Y-m-d', $created ) ) . '">';
I’ve tried this change into the main theme and it’s working.
P.S I didn’t forget to close the link tag, I did it after the </time> tag.
Forum: Themes and Templates
In reply to: [Neve] Child theme issueHi @luciamarinescu,
we have to find a way to do that because it’s very important. Why the post-meta.php file inside the child theme is not working?