Home Forums Basel support forum Getting images to look right after migrating to Basel

Getting images to look right after migrating to Basel

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #60866

    Taiger
    Participant

    1. Getting images to look right after migrating to Basel, Images from past post do not have spaces between them. and not the same width?

    2. Related posts do not show up on

    Attachments:
    You must be logged in to view attached files.
    #60868

    Taiger
    Participant

    also. please see home page.

    Can not get the blog pluging to only show 6 posts.

    It is ok on the dev site.

    #60875

    Hello,

    Your screen is not clear enough. Please provide site admin access both of the sites as well as the page URLs which differ.

    Also, the screen of the elements which you want to correct would be helpful.

    Best Regards

    #60913

    Taiger
    Participant

    Sorry.

    Please see.

    Attachments:
    You must be logged in to view attached files.
    #60918

    Taiger
    Participant

    Is there a way to remove the featured images on some post, but still have it show on the archive page?

    #60919

    Taiger
    Participant

    How can we remove: Posted by…

    #60922

    Taiger
    Participant

    Hi

    1. How can I remove the shadow from the images attached?
    2. how can I remove the date from the boxes or make it not so showable,

    Attachments:
    You must be logged in to view attached files.
    #60925

    Hello,

    1. Images do not line up,

    Click the image http://prntscr.com/jq7g77 and align the image as per your needs. You can also edit the image size.

    1.a. No image gap between images

    Divide images with the empty line (click “Enter”) these images have no gap http://prntscr.com/jq7gqz and these ones have: http://prntscr.com/jq7h25

    2. Show related posts

    Please navigate to Theme Settings > Blog and activate Related posts.

    3. Blog page showing the word blog (H1)

    Title Blog has h3 tag http://prntscr.com/jq7i8d We can hide this with custom CSS and you will add the title inside post body and set the proper tag.

    Is there a way to remove the featured images on some post

    Yes, you can.

    1. Switch to Backend editor http://prntscr.com/jq7j4h
    2. Enter the page setting block http://prntscr.com/jq7le2 and insert this CSS:

    .entry-thumbnail{
    display:none!important;
    }
    .blog-post-loop .post-date {
        margin: 20px 0;
    }
    .blog-post-loop.post-single-page .entry-title {
        margin-top:40px;
    }

    I cannot see “Posted by” in your posts seems you have already settled that.

    Best Regards

    #60926

    Taiger
    Participant

    Thanks, will see how it works out

    #60933

    If you have any questions please feel free to contact us.

    Best Regards

    #60941

    Taiger
    Participant

    Hi, I have a Quick one. Can you tell me the css to place the blog title above the featured image

    Regards Tai

    #60953

    Hello,

    No, CSS cannot change the structure. You will need to customize post template. Or you can hide featured image, put the title, and add the image in the post body.

    Best Regards

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