Tagged: date
-
AuthorPosts
-
December 9, 2020 at 9:19 am #1265936
Hi,
I asked you a few years ago for a customisation in my posts that showed the data on top of a post and not below.
That was the code you gave me for custom css:/* Date beside categories*/ .responsive #top .post-entry .post-meta-infos, .responsive #top .post-entry .blog-categories { width: auto; clear: none; top: -25px !important; margin-top: 0px !important; padding-top: 0px !important; } .html_modern-blog .post-entry .post-meta-infos .text-sep, .html_modern-blog .post-entry .slide-meta .slide-meta-del { display: none; }
And I think this for the the functions.php:
function move_postmeta(){ ?> <script> jQuery(window).load(function(){ jQuery('.post-template-default.single.single-post .post-meta-infos').insertAfter(jQuery('.blog-categories.minor-meta')); }); </script> <?php } add_action('wp_footer', 'move_postmeta');
But now the date is again shown under the blog post and not on top. Did you change any code within an update that disables the customisation?
Best regards,
PatricDecember 9, 2020 at 6:28 pm #1266053Hey Patric,
Can you disable caching and minification for now?
Best regards,
VictoriaDecember 10, 2020 at 1:43 pm #1266293Hi Victoria,
I did it…I also installed jQuery Migrate Helper. Date appears on top again but how do I get it beside the category again?
December 10, 2020 at 8:37 pm #1266370Hi aicompcloud,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaDecember 11, 2020 at 1:59 pm #1266530sure…thanks
December 14, 2020 at 7:46 am #1267036Hi Victoria, a little update. The problem appears again. On Chrome it works fine but on Firefox the post date is again moved to the bottom.
I deactivated all caching and flushed the browser cache but that didn’t help.
Best regards,
PatricDecember 15, 2020 at 10:39 pm #1267572Hi Patric,
Best regards,
VictoriaDecember 17, 2020 at 8:39 am #1268035Hi Victoria, thanks for the hint. I could manage to show date on top again, also on Firefox.
Do you have an idea how I get now the date beside the category?
Best regards
December 17, 2020 at 9:40 pm #1268209Hi aicompcloud,
Well, probably you need to remove the custom css that you added before, and then we can try to adjust it.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.