• The skills and history sections in the about section do not line up. Also on the mobile version, my contact information does not center. It stays to the left.

    ypu can view it at http://www.reyn.tv

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hey there tresub,

    How are you doing today?

    I’ve checked your website and I’m not being able to see skills in the about section at all, this is what I’m seeing http://screencast.com/t/j809Xa73D.

    As for the contact info not being centered on mobile version, you can change this with some custom CSS. Please try adding the following code in Appearance >> Business One Options >> General Settings >> CSS code:

    @media (max-width: 768px) {
    .contact-wrap.col-sm-5.pull-right {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    width: 190px;
    }
    }

    This should center your contact information on mobile resolution.

    Hope this helps 🙂

    Best regards,
    Bojan

    Thread Starter tresub

    (@tresub)

    Thanks that did the trick for the contact info. Sorry I took down the skills yesterday as I was frustrated, but I put them back up so you can view it.

    Thread Starter tresub

    (@tresub)

    But wait now I cant view my contact info on main page, it is completely missing on desktop version?

    Thread Starter tresub

    (@tresub)

    Actually I can view my contact at all not even on the contact page

    Thread Starter tresub

    (@tresub)

    and how do I change the title “skills” to “numbers”. I just need to change the title, not what is does and how it works. I deleted and remade contact page and that seem to fix the problem of the contact info disappearing.But when you look at my site make sure it is still there please?

    Hey there tresub,

    I’m not being able to see the issue. The contact info is being displayed on both your home page and the contact page.

    As for the text that you want to change could you please explain where it is, I’m not being able to see it.

    Please advise,
    Bojan

    Thread Starter tresub

    (@tresub)

    forget about the contact info I fixed that already I need to figure out how to get the skills and history section to sit next to each other. I would like to change the title “skills” in the ABOUT section “numbers”.Thanks

    Hey again tresub,

    To fix put the skills and history in one line please try adding the following CSS code as explained above:

    .home .h-resume.col-sm-6.col-md-3 {
    min-height: 170px;
    }

    This should put them in the same line.

    As for the change of the Skills word , the easiest way to change the that would be to use translation files since the word is translatable. You can find the more info about how to translate your theme here:

    http://premium.wpmudev.org/blog/how-to-translate-a-wordpress-theme/

    Alternatively you could change the word in the code. You can find the word in section-about.php which is located in the root folder of the theme. I strongly suggest not editing theme core files but rather making a copy in your child theme and making the modifications there.

    Once you do that open your child theme section-about.php with the text editor of your choice and go to line 68, it looks like this:

    <h4><?php _e('Skills','business-one'); ?></h4>

    Replace the word with the word of your choice. This should change the word on your home page.

    Hope this helps 🙂

    Best regards,
    Bojan

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Need some Help’ is closed to new replies.