• Hello! I’m new to wordpress, and I migrated my blog from blogger to
    wordpress. However, there are some problems I discover while changing everything in wordpress. I hope you could help me πŸ™‚ Thanks for the one who is my angel in need.

    Problem 1:
    My posts are a mess in WordPress. All the photo’s are not in the same
    line and some are even overlapping with the titles. Also,
    the fonts and fontsizes are different every time.
    At the first page I changed it myself, but look at the disaster at the second page:
    http://www.jantasie.com/page/2

    Question: how can I make this better? Just manually? Or is there a code that puts the photo’s in the same line and changes the font of all the posts and makes it the same?

    Question 2: With the migration my wordpress hasn’t changed the jumpbreaks, there are still the same code for the blogger jumpbreaks.
    I recently downloaded the search and replace plugin, but it didn’t work. Do you have any idea how to fill in the old blogger jumpbreaks?

    With a lot of love,
    Janneke

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello Janneke!

    First of all, Welcome to WordPress πŸ˜€ Hope you enjoy the platform as I do.

    Second: your problem seems inside your post. Your post has an extra code that brakes everything on your site. Go trought your posts and get rid of the extra code and leave only the images and text. It will solve your issue πŸ˜‰

    Janneke, not sure about the jumpbreaks… Can you provide a screenshot or two?

    Let me know if you have any questions.

    Thanks!

    Thread Starter JannekeM

    (@jannekem)

    Thanks ellp for you answer on the first question! πŸ™‚
    So actually I’ve to go through every posts? (like more than 300)
    and delete all the extra code? I guess there is no quicker way, is there? πŸ™‚

    About the Jumpbreaks, got a solution, and now there is another question: How can I replace my read more text, with a button?
    How can I find the code (in Themify Theme) for de ‘Read More’
    code?

    Thank you Ellp! πŸ™‚ so much!
    Lots of Love, Jantasie

    Hello again πŸ™‚

    Thanks for so much love! LOL.

    Well I don’t know any way to do it without the compromise the final quality. Sorry about that. And it will take a loooong time to do it. My recommendation is you to make this by steps. Go to the latest posts through the end.

    To create a button you can use a custom code. Paste this code on your custom css form.

    a.read-more{
    background:black;
    color:#fff;
    padding:5px 10px;
    display:block;
    }

    If your theme doesn’t have this form you can install this plugin and paste this code on it:

    https://ww.wp.xz.cn/plugins/simple-custom-css/

    Let me know if it works.

    Thanks!

    Thread Starter JannekeM

    (@jannekem)

    Thank you! It worked!
    I’ve only one question about the read more button, the code
    did a great job. What is the code for making by text a little bit
    bigger (the text of the read more button that says: ‘read more’)

    More love,

    Jantasie

    Thread Starter JannekeM

    (@jannekem)

    ..And with the fontsize changing, I get also more space between the text.
    So a white space between the rules of my readin text. Do you
    have any idea how to only change the font size of the read more button,
    but not the space between the text of my posts? πŸ™‚

    You are lovely! Thanks!

    Hello Again!

    To make your text a bit bigger you can use this code:

    a.more-link{
    font-size:3em /*change the 3 for the value you need. don't forget to test */;
    }

    Let me know if it works.

    Thanks!

    Thread Starter JannekeM

    (@jannekem)

    Yes, this worked! πŸ™‚
    Thank you so much!

    Nice!

    Let me know if you need some help in the future πŸ˜‰ And good luck with your site. Is looking amazing πŸ™‚

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Problem with posts in WordPress (from blogger to wordpress)’ is closed to new replies.