• Resolved robinpix

    (@robinpix)


    Greetings Ben,

    Great theme! I’m looking forward to using it once I get things set up.
    I’ve got the Child Theme loaded. I’ve also added some customization from responses you’ve provided to others with questions similar to my own.

    What I didn’t find in the recent forum posts that have been resolved is why the posts (images and text) on the home page are smaller in width than what is on your demo. I’d prefer the width that is shown on the demo. My site is: thecameradiaries.com

    Thank you for your assistance.

    Robin

Viewing 15 replies - 16 through 30 (of 51 total)
  • Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

    Try the following for changing the primary menu item color on hover:

    .menu-primary-items a:hover,
    .menu-primary-items a:active,
    .menu-primary-items a:focus {
      color: #43b3c4;
    }

    Thank you so much Ben. My absolute last questiin, lol. Is it posible to use a gif file as i featured image. i tried to but it would only upload halfway.

    Theme Author Ben Sibley

    (@bensibley)

    I believe this is possible, but it sounds like the file may be too large. Did you get any error messages from WordPress when uploading the gif?

    No I did not. it was a gif of two images and it would upload only 1/2.

    Theme Author Ben Sibley

    (@bensibley)

    Hmm okay how large is the image in terms of KB/MB?

    1.7MB

    p.s the tagline runs into menu on mobile. Can that be fixed? because i just disabled the tagline to avoid it but then the sit tike area looks kind of bare on web without it.

    Theme Author Ben Sibley

    (@bensibley)

    Your host may have set your upload limit to less than 1.7MB. You can change this by editing part of the php.ini file on your server. First though, let’s make sure that is the case. Can you upload a smaller gif image? One that is under 1 MB?

    Could you share a screenshot of the tagline running into the menu? I can’t recreate that issue to create a solution.

    /Users/Oyinda/Downloads/IMG_9134.jpg

    it looks like that. not much of a big deal but it doesnt look as seamless as i’d like it to.

    /Users/Oyinda/Desktop/Screen Shot 2015-07-13 at 11.51.37 PM.png

    Also, i’m really not sure why this little portion below my posts is persisting. I got away with it before because there was no after post widget added, but now that ive added the “share” icons, they’ve duplicated themselves in that area. Thats the same area my categories and tags appear when enabled instead of on the left or right side of the post.

    Theme Author Ben Sibley

    (@bensibley)

    I’m sorry I can’t access those links – they are local to your computer. Could you upload the screenshots to imgur or another file sharing service?

    Alright, this is the issue with the after post area https://imgur.com/CikXP1U

    This is the issue with the tagline running into the menu icon on the mobile site. i would like it to appear above it.

    sorry i forgot to attact the second link https://imgur.com/KCSY3ET

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for the links.

    For the social icons, try out the Simple Share Buttons Adder plugin instead. It’s quite reliable and doesn’t cause any duplication issues with Tracks.

    For the tagline issue, this can be fixed with the following CSS:

    @media all and (max-width: 500px) {
    
      #menu-primary {
        padding-top: 144px !important;
      }
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

Viewing 15 replies - 16 through 30 (of 51 total)
  • The topic ‘My posts/photos are smaller than demo’ is closed to new replies.