salesbcocom
Forum Replies Created
-
Thank you ricky7622!
I have fixed the issue. You need to change your awesome plug-in code to….
$ss .= '</div>'; if($auto_append == "top") { return $ss . $content; } elseif($auto_append == "bottom") { return $content . $ss; } elseif($auto_append == "both") { return $ss . $content . $ss; } elseif($auto_append == "none") { return $ss; } return $content; } else { return $content; }and it will work!
Have a great day!
Sent your way….The code is added to single-9.php. That is the example I have shown you. If you have any questions, please let me know.
Thanks!
You have gotten to see it without the plug-in showing up, now you can view it with it there.
I would need to know what level of access you need to the site. I am assuming admin.
Thanks!
Your welcome!
I have looked at the site in both ff and ie. Your problem does not seem to be a background color issue, but the margin.
You have the featured slider to set to 965px along with the ul and li that are within the featured slider. However, you also have a 10px margin set on the ul. You should reduce the size of the li to 945px to make things work.
You should only add it to the element that is blocking your other items. Do you have a link to your site?
background-color:transparent !important;
Just add it to the css for the element. Either in your theme on in the css portion of the content slider.php file.
You have to work w/in the plug-in itself and write the code w/in the editor of the plugin in php. If you are not familiar w/ this, then definitely back-up your work before you begin. Another plug in would not be needed.
Here is an example of what can be done. Of course, this does redirect to the post, but in this example, that is what is wanted.
Where are you putting this div?
Be more specific about your set-up. If you want to do this in a loop, then you would need to have the link it is to go to in the meta data as a custom field.
Just create you div, insert the code for the thumbnail and surround it in an a tag.
Forum: Plugins
In reply to: Removing links to large image from Gallery thumbnailsThanks! I was able to find what I need there!
Forum: Plugins
In reply to: Removing links to large image from Gallery thumbnailsDid you find a way to do this?
I found the answer & its very simple, so I will post it here in case anyone else needs it. Just name the template…
single-ContentType.php where Content Type is the name used to create the new content type. Works perfectly and simply!