warpdesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: get_pages() returns all pages when using child_of?Figured it out, in case anyone is reading this: &parent=$ID
Forum: Fixing WordPress
In reply to: get_pages() returns all pages when using child_of?Actually just realized the issue is that it is showing grandchildren too. Is there a way to limit the depth with get_pages()?
I see that list_pages() includes a depth parameter but doesn’t look like get_pages does.
Forum: Plugins
In reply to: [WP Slider Plugin] Plugin not workingHi Again,
Yes it did fix it! Thank you so much!Forum: Plugins
In reply to: [WP Slider Plugin] Plugin not workingI removed the CSS that seemed to be conflicting with the slider but something is still off. The images overlap with the edge of the slider. So the image goes off the side of the current slide and into the next slide over. Also the dots for the slide control seem like they should be on the white background? I think something is conflicting maybe.
Forum: Plugins
In reply to: [WP Slider Plugin] Plugin not workingHi Thank you. That line was in there but for some reason that function was commented out. It kind of works now but looks like there is a CSS issue that breaks the design.
Forum: Plugins
In reply to: [WP Slider Plugin] Plugin not workingForum: Fixing WordPress
In reply to: Gallery featureKind of a hacky fix:
Using the default WP theme (twentytwelve), first I went through the css of it and did a search for any styles with the word ‘gallery’ in it then copied those styles into my theme’s CSS. Then I did a find for the word ‘gallery’ throughout all the theme’s files and by doing that identified that the file image.php in my theme was out of date so I renamed it image-old.php and then just copied image.php from the default WP theme into my theme directory. Then went and looked at my site and that fixed about 80% of the issue, the rest was just personal preference in CSS styling and ultimately the behavior of the gallery using javascript which I played around with some plugins till I got what I wanted.
Forum: Fixing WordPress
In reply to: Gallery featurefixed it. Thanks.
Forum: Plugins
In reply to: [Gallery Carousel Without JetPack] plugin not workingI figured it out. My theme is was built with a theme framework that had a function that altered the gallery behavior. Deactivating that seems to get the plugin working. Also upgraded my jquery. Hope that helps anyone in the future.
Forum: Fixing WordPress
In reply to: Gallery featureThanks for the link. CSS is not a problem for me at all, but it appears (at least from the outdated example) that there is JS involved as well. Or at least there could be depending on how you want it to work: lightbox style overlay, scrolling left and right, etc. That I can definitely adapt working from an example but I’m not skilled enough to do that totally from scratch.
I’ll take a look at the newest default theme as you suggest and use that as a starting point. If anyone else has any good examples of the the WP gallery that people have done I’d love to get some ideas of what is possible to do with it!
Forum: Fixing WordPress
In reply to: Gallery featureI found a few examples of gallery implementation in the live demo of some themes from another post on here, they all seem to pretty much work the same way:
http://rustygrungedemo.wordpress.com/2008/04/01/simple-gallery-test/Is this the only way the gallery type of post can be implemented? I can use this as an example of how to update my site’s theme to handle this type of WP content but I’d love to see some other examples.
Forum: Fixing WordPress
In reply to: Gallery featureI can try and post a link if you really need to see it but the page isn’t live at the moment since it’s broken. If there is an example page of how this feature is supposed to work then I’m sure I could update the CSS and/or JS to handle this type of content but since I have no experience with it I’m not really sure how it’s meant to work.
Forum: Fixing WordPress
In reply to: Previewing changes?Thanks, I’ll give that a try. I assume the person I send it to still needs a login in order to be able to preview the unpublished draft?
Forum: Fixing WordPress
In reply to: Where are the custom fields?Thanks!
Forum: Fixing WordPress
In reply to: Please help.. screwed upI’m guessing they didn’t do that since all the posts are gone from the front end of the site now. When I look at the database through PHPmyadmin it’s hard to know what I’m looking at. There are tons more posts than are actually on the site, I’m guessing because it saves revisions, etc. However, there do appear to be the pages that are missing from the site with a post status of ‘trash’ so I’m hoping at the very least we can revert to a previous version of the page and not start over from scratch..