Hi everybody,
I installed today the plugin featured content gallery. it's very great but I need a little change.
I would put the box in the sidebar but if I paste the code in the sidebar template nothing happend. I'm using theme yashfa 1.7 and WP 3.1.1, does someone have a suggestions for me?
Another thing more important. is it possible keep just the featuredtext?
and is it possible make that one linkable insthead the pictures behind it?
thank to everybody for your help
keep just the featuredtext part and make it linkable
11 posts • Page 1 of 2 • 1, 2
- Thank you for using the Featured Content Gallery Forum
Re: keep just the featuredtext part and make it linkable
I installed today the plugin featured content gallery. it's very great but I need a little change.
I would put the box in the sidebar but if I paste the code in the sidebar template nothing happend. I'm using theme yashfa 1.7 and WP 3.1.1, does someone have a suggestions for me?
can you show me when you put fcg in sidebar? url please
is it possible keep just the featuredtext?
do you want to remove title and leave only description? if yes, here it is
not-show-title-2520.html#p9324
and is it possible make that one linkable insthead the pictures behind it?
To make your featuredtext to be links, you need to open gallery.php page and find 2 existences of this line:
- Code: Select all
<p><?php $key="featuredtext"; echo get_post_meta($post->ID, $key, true); ?></p>
and replace both with:
- Code: Select all
<p><a href="<?php the_permalink() ?><?php $key="featuredtext"; echo get_post_meta($post->ID, $key, true); ?></a></p>
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: keep just the featuredtext part and make it linkable
Hi thanks for your answer. I'll tell you what you asked.
this is my prototipe site: www.tangotest.altervista.org.
In the end I choose to keep the plugin below the header so doesn't matter about the problem with the sidebar.
I wolud keep just titles and descriptions, but no problem, I used some white pictures, in this way looks there are just titles and descriptions without images.
I follow your istruction but it doesn't work well. In two page/post (that one with the white image in the plugin) I put "articleimg+ image path" and "featuredtext + description" in the custom field but in the plugin you can see just white space, without words.
Then I tried to change the custum field in one of the page/post. that one with the pictrure with the sky in the plugin. I uses name:articleimg and value: <ahref="link of the post"> description </a>.
Now the link appear but the link opened is uncorrect:
http://www.tangotest.altervista.org/not ... si/bsocial<ahref=
instead
http://www.tangotest.altervista.org/not ... si/bsocial
I don't know where exactly is the problem. Is it possible fix it altering the custom field?
thank you
this is my prototipe site: www.tangotest.altervista.org.
In the end I choose to keep the plugin below the header so doesn't matter about the problem with the sidebar.
do you want to remove title and leave only description? if yes, here it is
not-show-title-2520.html#p9324
I wolud keep just titles and descriptions, but no problem, I used some white pictures, in this way looks there are just titles and descriptions without images.
To make your featuredtext to be links, you need to open gallery.php page and find 2 existences of this line:.....
I follow your istruction but it doesn't work well. In two page/post (that one with the white image in the plugin) I put "articleimg+ image path" and "featuredtext + description" in the custom field but in the plugin you can see just white space, without words.
Then I tried to change the custum field in one of the page/post. that one with the pictrure with the sky in the plugin. I uses name:articleimg and value: <ahref="link of the post"> description </a>.
Now the link appear but the link opened is uncorrect:
http://www.tangotest.altervista.org/not ... si/bsocial<ahref=
instead
http://www.tangotest.altervista.org/not ... si/bsocial
I don't know where exactly is the problem. Is it possible fix it altering the custom field?
thank you
- alessandro
- Posts: 6
- Joined: Thu Jun 02, 2011 12:19 pm
Re: keep just the featuredtext part and make it linkable
sorry, try this, I gave you wrong code
- Code: Select all
<p><a href="<?php the_permalink() ?>"><?php $key="featuredtext"; echo get_post_meta($post->ID, $key, true); ?></a></p>
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: keep just the featuredtext part and make it linkable
Hi, thank you again for your help, now the links work perfectly! 
I wolud ask tha last thing. is it possible disable the top part of the plugin? that one with the tab that allow you to grab down the windows with the pictures' queue?
I wolud ask tha last thing. is it possible disable the top part of the plugin? that one with the tab that allow you to grab down the windows with the pictures' queue?
- alessandro
- Posts: 6
- Joined: Thu Jun 02, 2011 12:19 pm
Re: keep just the featuredtext part and make it linkable
Hi again, I arranged everithing, I had been able to do it, I just spent some days 
thanks
thanks
- alessandro
- Posts: 6
- Joined: Thu Jun 02, 2011 12:19 pm
Re: keep just the featuredtext part and make it linkable
yw
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: keep just the featuredtext part and make it linkable
Hi,
this is now my version of the plugin in my site: http://www.tangotest.altervista.org/
I'm sorry if I took off the picture part but in my site there are not image in the post then i choose this way.
last time I asked how to set clickable a part of the link. this time I wolud set clickable also the other one. I try to change the code but i couldn't.
I opened the file gallery.php and fine the two existance:
and I change
I should put something in the xxxx part, don't I? If so, how can I solve?
thank you
this is now my version of the plugin in my site: http://www.tangotest.altervista.org/
I'm sorry if I took off the picture part but in my site there are not image in the post then i choose this way.
last time I asked how to set clickable a part of the link. this time I wolud set clickable also the other one. I try to change the code but i couldn't.
I opened the file gallery.php and fine the two existance:
- Code: Select all
<div class="imageElement">
<h2><?php the_title() ?></h2>
and I change
- Code: Select all
<?php the_title() ?>
- Code: Select all
<a href="<?php the_title() ?>"> xxxxx</a>
I should put something in the xxxx part, don't I? If so, how can I solve?
thank you
- alessandro
- Posts: 6
- Joined: Thu Jun 02, 2011 12:19 pm
Re: keep just the featuredtext part and make it linkable
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: keep just the featuredtext part and make it linkable
thank you, thank you and thank you again 
- alessandro
- Posts: 6
- Joined: Thu Jun 02, 2011 12:19 pm
11 posts • Page 1 of 2 • 1, 2
Return to Plugin Settings, Features, and Options
Who is online
Users browsing this forum: No registered users and 0 guests









