Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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,
    Patric

    #1266053

    Hey Patric,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1266293

    Hi 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?

    #1266370

    Hi 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,
    Victoria

    #1266530

    sure…thanks

    #1267036

    Hi 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,
    Patric

    #1267572

    Hi Patric,

    Best regards,
    Victoria

    #1268035

    Hi 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

    #1268209

    Hi 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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.