zarakou
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Path] Please help! Horizontal scrolling and footer problemWhen I make that change, the footer just flushes with the edge, it’s odd.
Forum: Themes and Templates
In reply to: [Path] Please help! Horizontal scrolling and footer problemHi, thanks for responding.
That fixes the issue but now my footer won’t line up with the frame.
I have no margin or padding set so I’m not sure why ..is this something in the css?Forum: Plugins
In reply to: Image slider with thumbnail gallery plug in??Forum: Plugins
In reply to: Image slider with thumbnail gallery plug in??Also, I need a slider that resizes the images instead of cropping it.
None of the sliders I’ve tried so far does this.
Is this available?? Please help! Thanks.Forum: Plugins
In reply to: [Plugin: Jetpack by WordPress.com] functions.php code for width not workingThis was resolved by installing the custom content-width plugin
Forum: Themes and Templates
In reply to: [Theme: Path] stuck in mobile modeThe problem is resolved.
Forum: Themes and Templates
In reply to: [Path] Jetpack Carousel Tiled Galleries not workingThat works! I was trying to do that before but I was putting it outside of the set up function ..such a simple mistake.
Thank you for your help!
Forum: Plugins
In reply to: [Tiled Gallery Carousel Without JetPack] Doesn't work with Path themeSolved this by adding
remove_theme_support( 'cleaner-gallery' );
to functions.php inside setup function
Forum: Your WordPress
In reply to: How do you like this page?I feel that the bright part of the background is a little distracting from the navigation and content.
Forum: Your WordPress
In reply to: Feedback on my first WP blogNice and simple! Just need more content which I’m sure you’re working on ??
Forum: Themes and Templates
In reply to: [Path] Jetpack Carousel Tiled Galleries not workingWell, I took that above code out and still no progress. I don’t know what to try now. I even tried the Carousel and tiled gallery plug in without JetPack (by Raja CRN) and still nothing.
Forum: Themes and Templates
In reply to: [Path] Jetpack Carousel Tiled Galleries not workingI think it has something to do with the css here?
* Image. */ img { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border: ; padding: 4px; } .thumbnail { max-width: 160px; /* 4px padding and 1px border left and right. */ max-height: 160px; } .path-smaller-thumbnail { max-width: 90px; /* 4px padding and 1px border left and right. */ max-height: 90px; } #site-title img { border: none; padding: 0; } #content { float: left; width: 64%; /* 4% for margin */ }
Forum: Fixing WordPress
In reply to: Jetpack Carousel Tiled Galleries not workingLooks like it’s theme specific. Thank you!