[Resolved] Various styling questions

Home Forums Support [Resolved] Various styling questions

Home Forums Support Various styling questions

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #158258
    Kerry

    Hi Tom

    Some random styling questions for you that I was unable to find through searching in the support section.

    1.In my footer, I have the copyright and I also have the rights of use link. How do I make one on the left and one on the right?
    2.How do I make a : – ) turn into a smiley face. I recall there used to be an option somewhere in WP before but I cant seem to find it anywhere
    3.Do your lightwieght social icons have a share option – I cant seem to see it but maybe I am losing it.
    4. I want to add an image of myself into a right widget. I have done this through the text option. Easy enough. But I am having trouble aligning the picture (would like it centred) and then making the text that follows be above or underneath the image. It keeps going to the side
    5.Is there a way to turn off the right side bar on some pages and not others. The add on allows me to select to not have it on for single posts which is cool but I would also like to turn it off for a specific page.

    Thats all for now – thanks for all that you do to support your users.

    #158272
    Tom
    Lead Developer
    Lead Developer

    Hi Kerry,

    1. In your Copyright textarea in “Appearance > GeneratePress”, you can do something like this:

    <div class="grid-50 copyright-left-area">
        My left side text
    </div>
    <div class="grid-50 copyright-right-area">
        My right side text
    </div>

    Then add this CSS:

    @media (min-width: 769px) {
        .copyright-right-area {
            text-align: right;
        }
    }

    2. Currently the copyright area doesn’t create the emojis. Your best bet would be to use an image, or a font awesome icon like we do in our footer.

    3. Not currently – it just gives you a widget which you can link icons to your social profiles with. A share option is in future plans.

    4. In your image HTML, you want to add this class: aligncenter

    So it would look like: <img src=".." class="aligncenter" />

    5. You can turn sidebars on/off on individual pages using the metabox. More on that here: https://generatepress.com/knowledgebase/choosing-sidebar-layouts/

    Hope this helps! πŸ™‚

    #158370
    Kerry

    Thanks Tom.

    I wasn’t trying to do an emoji in the footer but rather in the body of a page and a post. Pity it doesnt automatically convert πŸ™‚ to a smiley.

    Re question 1: I am embarrassed to ask this because I know the solution is simple but I cant figure it out (blonde) but the code is popping up in the footer on the site so I am clearly missing something to make it activate – help.

    Everything else is awesome.

    P.S. Do you sleep? You are so quick to respond. Dont get me wrong, I am very grateful that your service is so awesome.

    #158372
    Kerry

    Please ignore my previous message – all sorted. You are awesome.

    #158397
    Tom
    Lead Developer
    Lead Developer

    Sleep? What’s that? πŸ˜‰

    No worries. Glad you got it working πŸ™‚

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.