Community Forums › Forums › General Discussion › Nameless – free child theme
Tagged: free child theme, nameless
This topic contains 24 replies, has 8 voices, and was last updated by JestersTear 5 months, 1 week ago.
-
AuthorPosts
-
December 10, 2012 at 7:24 am #4149
You can try using WP-Cycle – you add images and can include a URL or not. http://wordpress.org/extend/plugins/wp-cycle/. It would just rotate images you put in there. You can set the width and height just like a regular slider. Read their instructions on how to add it to your theme.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsDecember 10, 2012 at 8:25 am #4157The only problem with the bit of code you’re trying to add is the quotes you’re using (that’s what’s breaking functions.php). If you add
add_filter('widget_text', 'do_shortcode');like that, with the straight quotes, it will allow you to use the shortcode you want.
Monica | jesterstear on twitter | monicaguerraleiria.com
-
This reply was modified 5 months, 1 week ago by
JestersTear.
-
This reply was modified 5 months, 1 week ago by
JestersTear.
December 10, 2012 at 8:40 am #4161@JestersTear – thank you for your response. The code above added the slider controls, but the images aren’t there. I added the code to the very bottom of functions.php. Is that the best place to put it?
Any other suggestions?
December 10, 2012 at 8:54 am #4164I’ve placed it between
}and/** Register Additional Sidebar Areas */simply because the Sidebar Areas should be the last thing in functions.php, but it will work the way you’ve done it, it’s just best practice to leave the Sidebar Areas for last.Which plugin are you trying to use for the slideshow?
Monica | jesterstear on twitter | monicaguerraleiria.com
December 10, 2012 at 9:00 am #4166http://globalloyaltyrewards.com/nameless1.jpg
http://globalloyaltyrewards.com/nameless2.jpg
The first link shows functions.php
The second second shows the slideshow controls and if I mouse over the edges the < > controls appear, but no images.
I’ve deactivated all plugins except Cyclone Slider2. I’m still doing something wrong…
December 10, 2012 at 9:06 am #4167You’re adding it in the correct place, but I’ve just installed Cyclone Slider 2 and taken it for a test drive and it works for me. Will Cyclone Slider 2′s shortcode work correctly for you somewhere else (like a page, for example)? Because I think this might have more to do with Cyclone Slider 2′s options than with the theme itself. Can you show me the options you’re choosing in the plugin?
Monica | jesterstear on twitter | monicaguerraleiria.com
December 10, 2012 at 9:14 am #4170Sometimes it just takes a little had holding to gently explain to someone that they’re an idiot! The slideshow height was somehow set to 0.
LOL, Thank you for your patience!
December 10, 2012 at 9:18 am #4172LOL, I’m glad it was something simple, I do things like that all the time.
*hint* I’d love to see the end result once you finish configuring it. *hint*
Monica | jesterstear on twitter | monicaguerraleiria.com
December 10, 2012 at 9:43 am #4178Almost done. Now I just need to figure out how to make the Home Left, Center and Right Area Widgets look like the demo. ;)
December 10, 2012 at 9:59 am #4184The pages are added by using the Genesis – Featured Page widget, simply checkmark Show Featured Image and give it whatever title the page has (or a different title, if you prefer), and you’re good to go.
Monica | jesterstear on twitter | monicaguerraleiria.com
-
This reply was modified 5 months, 1 week ago by
-
AuthorPosts
You must be logged in to reply to this topic.