Forum Replies Created
-
AuthorPosts
-
No, I am trying to sort on their publication date (which is each case I have manually set to the title date).
There are lots of plugins that offer to do this, e.g.
But they don’t work for me so I can only guess that is because of way I am putting out the thumbnails for Enfold?
Thanks
Thanks.
It is this page: https://guardingtheguards.com/category/journals/constabulary-gazette/
In my functions I have this code putting it out.
add_filter(“avf_post_slider_args”, function($atts, $context) {
if ($context == “archive”) {
$atts[‘type’] = ‘grid’;
$atts[‘columns’] = 5;
$atts[‘preview_mode’] = ‘custom’;
$atts[‘image_size’] = ‘thumbnail’;
}
return $atts;
}, 10, 2);When I added the code you gave me here to functions, it did nothing. No error, but no change.
When I change to ASC the order does change but it makes no sense, it sort of seem to randomise the order.
I note I am trying to order by post date and my post dates start in the 1970s and got up to the present.
Thanks
Lucy
Thanks Ismael,
I will look for a freelancer.
Lucy
This code didn’t work for me. There was no error. Just no change.
Thanks for trying.
LucySeptember 3, 2024 at 1:17 pm in reply to: VaultPress/Jetpack are saying Enfold Version: 6.0.3 has a vulnererabilty #1466124Thanks, yes I kinda suspected it wasn’t a 911 emergency but you know how alarmist these security warning messages are!
Thank you. With your help I’m finally getting there. Yes you can close this thread thank you.
Thanks for the help Mike. I’m getting there I hope!
As the template is separate and it is just as small change I have to do to pages, or as I set them up, I think that’s ok.
Yes my picture descriptions are often very long. But that’s deliberate. I want to make the website as accessible as possible for visually impaired people etc. I’ll move the picture descriptions to below the image or similar.
LucyI’ve found a tutorial here which is helping :)
Thank you Mike.
I am trying this now.
But does this mean that I have to edit every “Journal” item individually? There are thousands. I thought they’d be a way to say, if post type = X then put out these custom fields. I didn’t think I’d have to do it page by page.
Thanks
Lucy
No more help need with this issue. Thank you.
Yes. This worked. Thank you very much. I really appreciate the high quality of support you guys offer :)
Thank you.
Is there maybe a typo in this code snippit. I’m only getting errors if I add it to functions.php, like
Your PHP code changes were not applied due to an error on line 14 of file wp-content/themes/enfold-child/functions.php. Please fix and try saving again.syntax error, unexpected token “}”
Thank you so much. Don’t know why I ever added that!?! But your support is excellent. Thank you.
Hi,
Thanks, I’m back as Lucybb2 as I could only manage to create a new account with a new purchase code!
My admin details are in the private section.
Lucy -
AuthorPosts