I have a similar issue and have spent hours on getting it right with the tutorial and the tips here in this thread. I installed the Featured Gallery plugin, created the container, adapted the code and set up all the details on the config page. Custom Fields are set up, articleimg, customertext etc. Long story short all steps in the tutorial, plus all steps here on the thread are followed. However i still dont have any images showing up nor the custom text.
I use the Theme Isotherm from http://bizzthemes.com/themes/isotherm/ for my website : www.createscapes.com . I should also mention that i did not put the general call up code lines into either index.php nor header.php but added it to my custom_function.php
Here's the code to replace the existing custom featured post:
add_theme_support('post-thumbnails');
remove_action( 'bizz_search_form_logo_inside', 'bizz_search_form' );
remove_action( 'bizz_slider', 'bizz_slider_area' );
add_action( 'bizz_slider', 'custom_slider_area' );
function custom_slider_area() {
// add featured content gallery code here
?>
<div class="container_12">
<div class="grid_12">
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
</div><!-- /.grid_12 -->
</div><!-- /.container_12 -->
<?
}
Just to give some clarity, this code removes the built in bizz slider, which is a 6 pics table pulling images from posts and then linking back to them (just like the featured content gallery) .. and then replacing the same place, using the container, with the featured content gallery.
However, every single feature of the gallery (size, flip through, link to the posts, and title of the image/post) are working.. it just does not display the Image itself and the text.
I triple checked all hard links for the images etc. It is all correct.
I am really at a loss here and would appreciate your help!!
Gallery Is Working But Images Are Not???
23 posts • Page 3 of 3 • 1, 2, 3
Re: Gallery Is Working But Images Are Not???
- Attachments
-
- Screen shot 2011-03-02 at 11.27.18 PM.png (131.39 KiB) Viewed 406 times
- JPov1
- Posts: 2
- Joined: Wed Mar 02, 2011 2:09 pm
- Thank you for using the Featured Content Gallery Forum
Re: Gallery Is Working But Images Are Not???
use gallery call like this in your function
also the custom field for text slider called "featuredtext", not "customertext"
- Code: Select all
<?php global $post; include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
also the custom field for text slider called "featuredtext", not "customertext"
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Gallery Is Working But Images Are Not???
Thank you! The gallery is now working. You saved sanity.
I had featuredtext in the custom field but wrote it wrong to you.
Is there any way to increase/italicize the font in the text overlay?
Again, I appreciate your help!
I had featuredtext in the custom field but wrote it wrong to you.
Is there any way to increase/italicize the font in the text overlay?
Again, I appreciate your help!
- JPov1
- Posts: 2
- Joined: Wed Mar 02, 2011 2:09 pm
23 posts • Page 3 of 3 • 1, 2, 3
Return to Development, Improvement, and Conflicts
Who is online
Users browsing this forum: No registered users and 0 guests









