14ner
Forum Replies Created
-
I think this plugin is toast, which is a major bummer.
https://www.instagram.com/developer/sandbox/
“Any app created before Nov 17, 2015 will continue to function until June 1, 2016. On that date, the app will automatically be moved to Sandbox Mode if it wasn’t approved through the review process. The previous version of our documentation is still available here.”
Forum: Plugins
In reply to: mp3 player with share and download buttonsDid you ever find anything?
Forum: Fixing WordPress
In reply to: Query Custom Post TypeThanks for the help.
The code above doesn’t seem to be working though.
-14ner
Forum: Plugins
In reply to: Has anyone gotten Shopp Improved to work?Did you try this: https://forums.shopplugin.net/topic/customer-input-tutorial?replies=26#post-67221
It works pretty well.
Forum: Plugins
In reply to: Has anyone gotten Shopp Improved to work?any luck?
Forum: Plugins
In reply to: [Shopp Improved] Shopp Improved not workingWere you able to figure anything out. Really need a spot for a custom field.
Forum: Plugins
In reply to: [Plugin: Shopp] Anybody have any luck setting up SSL for Shopp?Once the SSL certificate is setup on your server the checkout pages using Shopp will automatically jump to https. My problem is with a couple style sheets from other plugins on the page.
Forum: Fixing WordPress
In reply to: Query PostThanks for the link, I have tried multiple different ways of doing this. The only thing that seems to be working is:
<?php $postbits= new WP_Query(); $postbits->query('showposts=3'); if($postbits->have_posts()) : while ($postbits->have_posts()) : $postbits->the_post(); ?> <a href="<?php the_title_attribute(); ?>"><?php the_title(); the_time('l, F jS, Y'); endwhile; endif; ?>
Forum: Fixing WordPress
In reply to: After 16 hours and nothing to showHi Artaudo,
Another great resource could be this e-book for you.
https://rockablepress.com/books/rockstar-wordpress-designer/I am not exactly sure what you are trying to do entirely but certainly anything is possible using wordpress.
Yale is my favorite Collegiate Peak
-14ner
Forum: Fixing WordPress
In reply to: After 16 hours and nothing to showtry this which is built as a child theme:
https://www.chris-wallace.com/2009/07/17/simplecartjs-a-free-wp-e-commerce-thematic-child-theme/
Forum: Fixing WordPress
In reply to: .SWF files don’t show upwhat does your object embed code look like?
Also you can try this plugin:
Kimili Flash Embedhttps://www.ads-software.com/extend/plugins/kimili-flash-embed/
Forum: Fixing WordPress
In reply to: Totally new to WordPress & confused. help!“personalizing the site, tweaking layout?”
What exactly are you trying to do?
Forum: Fixing WordPress
In reply to: Next Post LinkWhen i changed the permalinks to default and the default theme the links at the bottom did work.