• Hi everyone..hope you’re doing good πŸ™‚

    So I have to quick questions if you don’t mind me asking.

    1. My homepage freihartt.com leads to a static page somehow and I would like to redirect it to freihartt.com/shop. Or even better, I’d like when someone goes to my homepage the shop button is already activated while the adress shows freihartt.com only. I hope that makes sense..otherwise I could explain it in greater detail hehe

    2. If you visit http://freihartt.com/shop/ the results and the whole page below the menu is somehow to far to the left and I’d like it to move it to the right. Could someone help me out?

    I’m a student so I could only pay a few bucks if someone could help me out πŸ™‚
    Thanks a lot…I’d really appreciate it.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The answer to your first question is to change a setting in WordPress about which page should be your front page. Here’s the instructions:

    https://codex.ww.wp.xz.cn/Creating_a_Static_Front_Page

    Your second problem might be fixed with some CSS, or editing your theme. I just woke up and haven’t had my first cup of coffee yet, so I think I better leave someone else to answer that in more detail.

    Thread Starter smcepeda

    (@smcepeda)

    Thanks a lot LinSoftware! I’ll definitely check it out πŸ™‚

    If someone happens to know the answer to the 2nd question, please feel free to give me a quick reply. I’ll appreciate it

    Thread Starter smcepeda

    (@smcepeda)

    Thanks a lot LinSoftware! πŸ™‚ I’ll check it out now.

    Regarding the second question, if someone happens to know the answer please feel free to share. I’d really appreciate it.

    I looked at your site again and to move the content over to the right, you could add something like this:

    div#container {
    padding-left: 20px;
    }

    That code would be added to your theme’s stylesheet, by logging into WordPress Admin, and going to Appearance -> Editor and adding that to the bottom of the stylesheet. You can play around to set the padding to the number of pixels you think looks best.

    Hope that helps!

    Thread Starter smcepeda

    (@smcepeda)

    Thanks a lot LinSoftware!

    You really made my day with your help:) I managed to solve both of my problems!

    Thanks again and have a great day!

    Awesome! So glad I was able to help! Have a great day!

    Thread Starter smcepeda

    (@smcepeda)

    There is just one more thing.

    I followed the instructions to solve problem number one and it did work, but it seems only for me as an admin. When I try to open the home page it doesn’t refer to freihartt.com/shop for others..just to the same static blank page from before.

    Do you happen to know why? πŸ™‚

    I’m sorry for taking so much of your time..

    That’s very weird! I don’t know why it isn’t working for you. What theme are you using?

    Thread Starter smcepeda

    (@smcepeda)

    It’s called SHOPPER and it’s a responsive woocommerce theme from dessign.net

    Yeah, it’s weird :/ Because I see it, but once I go incognito it’s back to normal unfortunately…

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

The topic ‘Two quick questions :)’ is closed to new replies.