Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Some questions #1062810

    Also I’d like to know how I can change the size of the featured images, they always get cut to a certain size (1200×667 px)
    Is there anyway to change that? I mean you have the link to the blog, basically all featured images are getting cropped.

    Best Wishes,
    Claus

    in reply to: Some questions #1062284

    Hello Vinay,

    thank you for your answer.

    to 1. I am trying to use Image Source Control (ISC) but I am having trouble displaying it in the front end. I do not know if this is still in the scope of your support, but could you help me achieve the last method described here? List image source of the featured image
    (https://webgilde.com/en/image-source-control/image-sources-frontend/)

    to 2. I want to only add the english flag pointing to one post on the website. It would be nice if it was to the right of the search magnifying glass tho as a menu item. I do not know how important this is, so if this takes too much fiddling it’s alright.

    to 3. I have done that but used var postTitle = jQuery(this).find('.big-preview.single-big"'); instead of the code on the documentation
    var postTitle = jQuery(this).find('.blog-categories.minor-meta');

    
    //-------------------------
    // JS - Meta after title
    // ------------------------
    
    function metaAfterTitle(){
    ?>
     <script>
     jQuery(".template-blog .post-entry").each(function(i) {
            var postTitle = jQuery(this).find('.blog-categories.minor-meta');
            var metaInfo =  jQuery(this).find('.post-meta-infos');
            jQuery(metaInfo).insertAfter(postTitle);
           });
     </script>
    <?php
    }
    add_action('wp_footer', 'metaAfterTitle');

    so that works alright and even fixes the link problem mentioned in 4

    there are still some issues with the footer links on all pages. when you hover of the links they turn white for some reason. Is there a way to change that?

    I have also found another issue with the menu as seen here https://i.imgur.com/PTpZzxU.jpg. It pushes into the logo. Can I force the switch to the mobile menu earlier?

Viewing 2 posts - 1 through 2 (of 2 total)